Integrations
Drop GammaInfra's smart router into the tools you already use. Anything that accepts a custom base_url works as a drop-in — every prompt is classified by task and dispatched to the best-fit model across every major LLM. These pages cover the most common tools step by step.
Model Context Protocol
Code editors & agents
Frameworks
Self-hosted UIs
What if my tool isn't listed?
Any tool that supports a custom OpenAI base URL works. The pattern is always the same — set the base URL to GammaInfra's, paste your GammaInfra API key, pick a model name. If the tool defaults to https://api.openai.com/v1, change it to:
https://api.gammainfra.com/v1
That's it. Your chosen model name can be any of these:
gammainfra/auto— task-aware routing, picks the best-fit model per promptgammainfra/fast— latency-optimized (with hedging when enabled)gammainfra/cheap— cost-optimized- Direct pins:
openai/gpt-5-mini,anthropic/claude-opus-4-7,google/gemini-3.1-pro-preview,deepseek/deepseek-v4-pro,mistral/mistral-large-2512,groq/llama-3.3-70b-versatile,bedrock/us.anthropic.claude-sonnet-4-6, and more
Full catalog at GET /v1/models.
What you get
Once a tool is routed through GammaInfra, every response carries:
X-GammaInfra-Cost-USD— exact per-request cost in USDX-GammaInfra-Input-Cost-USD/X-GammaInfra-Output-Cost-USD— split for chargebackX-GammaInfra-Endpoint— which provider/model actually served the requestX-GammaInfra-Fallback-Chain— full cascade if multiple providers were triedX-GammaInfra-Logical-Model— task classification (chat, code, reasoning, …)
Ready to try it?
$3 free trial credit on signup, $10 minimum top-up. Pass-through provider token rates plus 3% top-up fee during the launch window (5% after 2026-06-23). BYOK alternative at 1–2% per request.
Frequently asked questions
Which IDE, agent, and chat tools work with GammaInfra?
api.openai.com/v1 with api.gammainfra.com/v1.Do all integrations use the same API key?
sk-gammainfra-... key works across every tool that points at the gateway. For per-tool attribution and isolated rate-limit headroom, issue separate keys per tool from the GammaInfra dashboard — same account, multiple keys.Does smart routing work for every tool listed?
gammainfra/auto in any tool's configuration and the router picks the best-fit model per request. Or pin a specific direct-pin model like anthropic/claude-opus-4-7 in tools that benefit from a fixed quality level. The wire format is the same so there's no per-tool routing logic to worry about.How do I add an integration that isn't listed?
https://api.gammainfra.com/v1, API Key to your sk-gammainfra-... value, and Model to gammainfra/auto or any specific model. If your tool supports only the native API of a specific vendor (no custom-endpoint setting), GammaInfra can't redirect it.