Apigator

AI APIs, one key away

One API key.
Every AI model.

OpenAI-compatible endpoint. 600+ models. Pay per token, no subscription. Swap the base URL — that's the whole integration.

python
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.

Built for builders

A drop-in OpenAI-compatible endpoint priced for shipping. Pay per token, never per seat.

Lowest cost

Per-token pricing posted publicly. The price you see is the price you pay — no per-seat fees, no subscription.

🔗

Unified API

OpenAI-compatible /v1/chat/completions. Swap your base URL, pick a model. No SDK rewrite.

💳

Pay-as-you-go

Top up your balance once. Pay per token. No subscription, no per-seat fee, no minimum commitment.

🔄

Auto top-up

Save a card and we auto-charge when balance dips below your threshold. Set once, never run out.

📡

Stream-first

SSE streaming on every model. Same protocol, no special casing.

🔑

Single key, every model

One API key works across 600+ models. No per-model key juggling.

Pricing

No subscription. No surprises.

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

Three steps, ship it

Point your existing OpenAI client at us. Nothing else changes.

  1. 1

    Sign in at /dashboard with your MixerBox ID.

  2. 2

    Top up at least $5 of credit (Stripe).

  3. 3

    Set base_url to https://apigator.ai/v1 — done.

Works with Python openai, Node.js openai, cURL, and any OpenAI-compatible client.