One API.
Every LLM.

Access the latest models — GPT-5.5, Claude Opus 4.7, Gemini 3 Pro, DeepSeek V4 — through one OpenAI-compatible endpoint.

# 1 line to call any LLM
curl -X POST https://aio.clawvid.net/v1/chat/completions \
  -H "Authorization: Bearer aio-xxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-4-6",
    "messages": [{"role": "user", "content": "Hello!"}],
    "stream": true
  }'

Models

Always the latest

We ship new models the day they're released. No waiting, no config changes — your API key unlocks them automatically.

Loading models...

Pricing

Pay only for what you use

No monthly fees, no minimum commitment. Top up your balance and pay per token at cost.

Get started free

No credit card required to sign up