Why Use AI Gateway?
One SDK for All Models
Use OpenAI SDK patterns to access GPT, Claude, Gemini, and other supported
models
No Rate Limits
Skip provider tier restrictions - use credits with 0% markup
Always Online
Automatic failover across providers keeps your app running
Unified Observability
Track usage, costs, and performance across all providers in one dashboard
How It Works
The AI Gateway sits between your application and LLM providers, acting as a unified translation layer:- You make one request - Use the OpenAI SDK format, regardless of which provider you want
- We translate & route - Planck converts your request to the correct provider format (Anthropic, Google, etc.)
- Provider responds - The LLM provider processes your request
- We log & return - You get the response back while we capture metrics, costs, and errors
https://api.inquantum.ai
Supported Gateway Surface
The current gateway uses explicit public routes instead of an unrestricted generic proxy.With credits, we manage provider API keys for you. With BYOK, you provide your
own provider keys while keeping Planck logging, routing, and observability.
Choose an Operation
Chat & Responses
Generate text with OpenAI-compatible or Anthropic-compatible request formats
Structured JSON
Constrain model output to a JSON Schema your application can validate
Embeddings
Convert text into vectors for search, retrieval, and similarity
Reranking
Reorder documents by relevance to a query
Image Generation
Generate an image through one gateway endpoint
Video Generation
Submit, monitor, and download asynchronous video generations
Quick Example
Add two lines to your existing OpenAI code to use the gateway with automatic observability:Next Steps
Get Started in 5 Minutes
Set up AI Gateway and make your first request
Browse Model Registry
See available models and their supported capabilities
Provider Routing
Configure automatic routing and fallbacks for reliability
Prompt Integration
Deploy and manage prompts through the gateway