Provider: OpenRouter
Provider: OpenRouter
Use Respan Gateway to call OpenRouter models (openai/gpt-5.5, anthropic/claude-sonnet-4-5, meta-llama/llama-3.3-70b-instruct, and hundreds of others) while keeping unified observability (logs, cost, latency, reliability) in Respan.
Quick setup
Add credits (recommended)
Top up credits to pay through Respan. No OpenRouter key required, Respan handles provider auth and billing.
Prefer to route through your own OpenRouter account? See Use your own OpenRouter 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.
OpenAI SDK
Vercel AI SDK
Respan API
OpenRouter is OpenAI-compatible. Point the OpenAI SDK at the Respan gateway and call any OpenRouter model with the openrouter/ prefix.
More integrations
OpenRouter models work with every Respan gateway integration:
Switch models
Change the model parameter to call any supported model through the same client. Use the openrouter/ prefix to disambiguate when routing across providers. Browse the full list on the Models page.
Use your own OpenRouter key (BYOK)
Credits are the default path. If you’d rather bill OpenRouter directly, attach your own provider key.
Global (UI)
Per-request (Code)
Add OpenRouter
Select OpenRouter and paste your openrouter.api_key. Grab one from the OpenRouter keys page.
Override credentials per model (Optional)
Use credential_override when one model on a request should use a different OpenRouter key than the default.
Log without proxying (Optional)
Already calling OpenRouter directly? Send logs to Respan asynchronously to track cost, latency, and performance for those external calls.
See the logging guide for the full setup.