OpenAI-compatible API

One API. Multiple models. No application rewrite.

Change the OpenAI SDK base URL, choose a model, and start. Prepaid balance, per-call metrics, and zero retention on supported models.

Base URLhttps://code.verboo.ai/router/v1

Input

Tokens sent in prompts, including instructions and history.

Cached input

Reused context costs less when the model supports caching.

Output

Tokens generated by the model in its response.

OpenAI SDK

Compatible with the SDK you already use

Use the same OpenAI interface with cURL, Python, or JavaScript.

curl https://code.verboo.ai/router/v1/chat/completions \
  -H "Authorization: Bearer $VERBOO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen3.6-27b","messages":[{"role":"user","content":"Olá, Boo"}]}'

Live catalog

Models and pricing

5 models available

ModelContextSpeedInputper 1M tokensCachedper 1M tokensOutputper 1M tokens
deepseek-v4-flashdeepseek-v4-flashZDR1,048,57664 tok/s$0.14$0.006$0.22
deepseek-v4-flash-0731deepseek-v4-flash-0731ZDR1,048,57667 tok/s$0.14$0.006$0.22
Qwen 3.6 27bqwen3.6-27bZDR262,14474 tok/s$0.15$0.03$1.50
glm-5.2glm-5.2ZDR1,048,57625 tok/s$0.70$0.15$2.20
Kimi K3kimi-k3ZDR1,048,57620 tok/s$2.50$0.30$9.00

USD prices per million tokens. Average speed is based on recent calls when enough data is available.

Start with prepaid balance

Add credits, create a key, and track every call in the dashboard. No required subscription.

Open API account