Models served by Fireworks
Prices are per million tokens and include the 5% provider-selection markup. Availability and pricing refresh continuously; each model page shows the live provider comparison.
Using Fireworks via the API
Append :fireworks to the model ID, set "provider": "fireworks" in the request body, or send an X-Provider: fireworks header. Explicit provider selection adds a 5% markup over that provider's base price; the prices in the table above already include it.
Fireworks offers multiple service lanes, each pinned with its own id: fireworks, fireworks-fast (Fast). The table shows which lane serves each row.
curl https://nano-gpt.com/api/v1/chat/completions \
-H "Authorization: Bearer $NANOGPT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek/deepseek-v4-flash-0731:fireworks",
"messages": [{"role": "user", "content": "Hello"}]
}'See the API documentation for provider preferences, price-aware routing, and error behavior.