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.
Pick the client you are actually using.
Inferio is a custom OpenAI-compatible API for coding agents, CLI tools, and chat clients.
Coding agents
OpenCode, Cline, Roo Code, Kilo Code, Zed, and more.
Character & fiction clients
SillyTavern, Janitor.AI, Chub, and RisuAI.
Chat clients
Desktop apps, web UIs, and generic OpenAI-compatible clients.
CLI tools
Aider, Codex, Gemini CLI, OpenClaw, and terminal agents.
Three steps. From zero to first request.
Sign up
Create an account in under a minute. No credit card needed to start.
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.
Get your API key
Use it in your code, in Claude Code, or paste it into OpenCode, Cline, or any OpenAI-compatible client.
sk-••••••••••••••••••••••••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.
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.6",
"messages": [
{"role": "user", "content": "Hello!"}
],
"stream": true
}Ready to ship?
One key. OpenAI-compatible. Use it from your agent or your code.