AI APIs, one key away
OpenAI-compatible endpoint. 450+ models. Pay per token, no subscription. Swap the base URL — that's the whole integration.
from openai import OpenAI
client = OpenAI(
base_url="https://api.apigator.ai/v1",
api_key="sk-...",
)
response = client.chat.completions.create(
model="gpt-4.1-mini",
messages=[{"role": "user", "content": "Hello!"}],
) Swap the base URL. That's it.
A drop-in OpenAI-compatible endpoint priced for shipping. Pay per token, never per seat.
Per-token pricing posted publicly. The price you see is the price you pay — no per-seat fees, no subscription.
OpenAI-compatible /v1/chat/completions. Swap your base URL, pick a model. No SDK rewrite.
Top up your balance once. Pay per token. No subscription, no per-seat fee, no minimum commitment.
Save a card and we auto-charge when balance dips below your threshold. Set once, never run out.
SSE streaming on every model. Same protocol, no special casing.
One API key works across 450+ models. No per-model key juggling.
Pricing
You pay only for the tokens you use. Top up any amount, anytime.
1 · Sign up
Free
Sign in with MixerBox ID. No card required to create a key.
2 · Top up
Instant
Credit-card top-up via Stripe. Use any model immediately after.
Quick start
Point your existing OpenAI client at us. Nothing else changes.
Sign in at /dashboard with your MixerBox ID — your API key is created instantly, free.
Set base_url to https://api.apigator.ai/v1 and try a free model right away — no card needed.
Top up with a card (Stripe) to unlock 450+ paid models and Claude.
No card required — free models run on a brand-new key.
Right after you sign in, your key can already call our free models — they bill $0, so you don't need to top up to kick the tires. Paid models unlock once you add a balance.
curl https://api.apigator.ai/v1/v1/chat/completions \
-H "Authorization: Bearer $APIGATOR_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "free/nemotron-nano-30b",
"messages": [{"role": "user", "content": "Hello from Apigator!"}]
}' free/nemotron-nano-30bfree/nemotron-super-120bfree/gemma-4-31b Works with Python openai, Node.js openai, cURL, and any OpenAI-compatible client.
Claude Code
Point the Claude Code CLI at claude.apigator.ai and it runs on your Apigator balance — billed as API Usage Billing, not a personal Anthropic subscription. Streaming works, same workflow, zero SDK changes.
Opus · Sonnet · Haiku
Pinned ids or opus/sonnet/haiku latest aliases.
One key, your credits
Same Apigator key. Claude usage draws from the same balance.
Two-minute setup
Set a base URL + key in settings.json. Done.