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.
A payment method is required to call the API — adding one is free and never charges you. Add a card (no charge) for $1 in credit across a curated trial catalog, led by GLM-5.2. The $1 expires 30 days after you add the card. Top up any amount to open the full 1000+ model catalog at pass-through + a 5% platform fee. Topups never expire.
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.2", messages=[{"role": "user", "content": "Plan a" " research agent."}], stream=True, ) # Add a card (no charge) for $1 across the trial catalog. # Top up to unlock the full 1000+-model catalog.
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 | 1000+ · 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.