Provider: Fireworks AI
Provider: Fireworks AI
Use Respan Gateway to call Fireworks AI models (deepseek-v3-0324, gpt-oss-120b, llama-v3p3-70b-instruct, and more) while keeping unified observability (logs, cost, latency, reliability) in Respan.
Quick setup
Add credits (recommended)
Top up credits to pay through Respan. No Fireworks key required, Respan handles provider auth and billing.
Prefer to route through your own Fireworks AI account? See Use your own Fireworks AI key.
Send your first request
Pick the integration that matches your stack. The base URL is https://api.respan.ai/api and the only key needed is your RESPAN_API_KEY.
Fireworks SDK (Python)
OpenAI SDK
Respan API
The Fireworks Python SDK is built on the OpenAI client and accepts a base_url override. Point it at the Respan gateway to keep your existing Fireworks code.
More integrations
Fireworks AI models work with every Respan gateway integration:
Switch models
Change the model parameter to call any supported model through the same client. Use the fireworks_ai/ prefix to disambiguate when routing across providers. Browse the full list on the Models page.
Use your own Fireworks AI key (BYOK)
Credits are the default path. If you’d rather bill Fireworks AI directly, attach your own provider key.
Global (UI)
Per-request (Code)
Add Fireworks AI
Select Fireworks AI and paste your fireworks.api_key. Grab one from the Fireworks API keys page.
Override credentials per model (Optional)
Use credential_override when one model on a request should use a different Fireworks AI key than the default.
Log without proxying (Optional)
Already calling Fireworks AI directly? Send logs to Respan asynchronously to track cost, latency, and performance for those external calls.
See the logging guide for the full setup.