Skip to main content
Orbitrage is a convenience layer between your code and the model providers. Point your existing OpenAI-compatible client at it and every call is routed to a cost-appropriate model and traced in your dashboard. No new SDK to learn, no telemetry pipeline to run. It speaks OpenAI format across every modality — chat, image generation, and managed audio (speech-to-text and text-to-speech on Deepgram, included). Name the model; Orbitrage routes, translates, bills, and traces behind the scenes. Two access modes, one API:
  • Open-weight models (Qwen, DeepSeek, GLM, Kimi, MiniMax, Mistral, Nemotron, Gemma, gpt-oss-*) run on our infrastructure and bill to your Orbitrage credits.
  • Frontier models (Claude, GPT, Gemini, Grok) run on your own provider key at your negotiated rate — Orbitrage adds $0. See BYOK.

Integrate with one prompt

Don’t want to wire it up by hand? Expand the prompt below, copy it, and paste it into your AI coding agent (Cursor, Claude Code, Copilot, Windsurf, …) with “do this to my codebase.” It detects your language + framework, installs the SDK, and wires every LLM call — minimally and idiomatically.
Paste into your coding agent
Get your orb_ key at app.orbitrage.aiAPI Keys, then set ORBITRAGE_API_KEY in your environment before running the agent. Each key is bound to a workflow — every call it makes is traced under that workflow, so create one per app/service.

…or one line by hand

Pass user_id so you can see usage and cost per customer — it’s your own data about your own users. More →

Managed tools, zero keys

Name a reserved tool in your normal tools array and Orbitrage runs it server-side with our key, loops the result back to the model, and returns the final answer — one request, no tool loop, no tool API keys to manage.
Available: tavily_orbitrage (web search), serper_orbitrage, firecrawl_orbitrage, jina_orbitrage, weather_orbitrage, calculator_orbitrage, datetime_orbitrage. Mix them with your own function tools in the same array. More →

What you get

Routing

model: "auto" picks the cheapest model that can handle the prompt.

Observability

Every call traced — model, tokens, cost, latency — automatically.

Bring your own key

Frontier models run on your provider key — your rate, $0 from Orbitrage.

Run it from Slack

Ask analytics, create projects and keys, get alerts — without the dashboard.

Start here

Quickstart

First call in 5 minutes.

Your framework

OpenAI, Anthropic, LangChain, CrewAI, and more.

Examples

Tool calling, streaming, per-user attribution.