AI APIs, one key away
OpenAI-compatible endpoint. 600+ models. Pay per token, no subscription. Swap the base URL — that's the whole integration.
from openai import OpenAI
client = OpenAI(
base_url="https://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 600+ 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
$5 min
Credit-card top-up via Stripe. Use any model immediately after.
3 · Use
Per token
Billed per token, deducted from your balance. See rates on the models page.
Quick start
Point your existing OpenAI client at us. Nothing else changes.
Sign in at /dashboard with your MixerBox ID.
Top up at least $5 of credit (Stripe).
Set base_url to https://apigator.ai/v1 — done.
Works with Python openai, Node.js openai, cURL, and any OpenAI-compatible client.