Gateway online

ONE KEY.
GROK.

Inferio is an OpenAI-compatible gateway. One key reaches 23+ models — Grok, GLM, DeepSeek, GPT, and more. Point Claude Code, OpenCode, or any SDK at the same endpoint.

Get started

Three steps. From zero to first request.

1

Sign up

Create an account in under a minute. No credit card needed to start.

Continue with GitHub
Continue with Discord
Continue with Email
2

Top up or subscribe

Start free, no card. Top up or pick a plan only when you want the paid models. Pay as you go credit never expires.

Free
$0
May 02
$50
Apr 18
$20
Apr 04
$10
3

Get your API key

Use it in your code, in Claude Code, or paste it into OpenCode, Cline, or any OpenAI-compatible client.

INFERIO_API_KEY
sk-••••••••••••••••••••••••
Fully OpenAI compatible

Drop in the base URL.
Keep your SDK.

Fully OpenAI-compatible /v1. Switch models by name. Same key in Claude Code, OpenCode, Cline, and any OpenAI client.

OpenAI-compatible endpoints
Automatic provider failover
Multi-protocol support
Works with coding agents
bash
curl -X POST https://newapi.c.dabbo.net/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d {
    "model": "grok-4.20-multi-agent-0309",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ],
    "stream": true
  }

Ready to ship?

One key. OpenAI-compatible. Use it from your agent or your code.