The whole surface of a modern inference stack — modalities, routing, keys, caching — normalized behind a single OpenAI-compatible API.
Text, image, video, audio, voice, music, embeddings, vision — one schema across all of them.
Change one base_url and every existing integration reaches 1000+ models unchanged.
model:"auto" picks the cheapest model that clears your quality bar, every request.
Mint scoped keys per end user with their own spend caps, rate limits, and analytics.
Exact and near-duplicate requests return cached — 50% off list price, near-zero latency.
A capable agent reads /llms.txt or the MCP server once and configures itself.
Through September 30, 2026, top up $5-$99 and your credit is tripled — $5 holds $15, $50 holds $150. The bonus is spendable on GLM-5.3 Flash, expires 90 days after the top-up, and is capped at $100 of bonus per account. Put down $100 in one payment instead and Flash stops being metered for you through September 30, 2026, while the $100 stays ordinary credit. No code, no signup: top up and it lands on your key.
from openai import OpenAI client = OpenAI( base_url="https://api.aigateway.sh/v1", api_key="sk-aig-...", ) r = client.chat.completions.create( model="zai-org/glm-5.3-flash", messages=[{"role": "user", "content": "Plan a" " research agent."}], stream=True, ) # Top up $5 → hold $15: 3x credit on GLM-5.3 Flash. Or $100 in # one payment → Flash unmetered. Both through September 30.
Drop-in for the OpenAI SDK. Rotate models mid-conversation, one string.
Same public pricing and feature matrix as the named alternatives, competitors anonymized.
| AIgateway | Competitor A breadth aggregator | Competitor B platform-native gateway | Competitor C enterprise governance | |
|---|---|---|---|---|
| Models / modalities | 1050+ · text · image · video · music · voice · audio · embeddings · vision | ~300 · text only | ~40 · text + image | ~80 · image, video, audio |
| Open-weight, served first-party | yes | no · pass-through | no · pass-through | no · queue |
| Latency added (p50) | 47ms | ~180ms · single region | ~60ms · one platform | ~190ms · single region |
| Eval-driven routing (SLO on your data) | yes | — | — | — |
| Sub-account / per-user key API | yes · programmatic | — | workspace only | — |
| Replay + shadow A/B across models | yes | — | — | — |
| OpenAI-compatible | drop-in, zero changes | drop-in | drop-in | — |
Sourced from public pricing pages and docs, April 2026. Spot an error? hello@aigateway.sh.