Input
Tokens sent in prompts, including instructions and history.
Change the OpenAI SDK base URL, choose a model, and start. Prepaid balance, per-call metrics, and zero retention on supported models.
https://code.verboo.ai/router/v1Tokens sent in prompts, including instructions and history.
Reused context costs less when the model supports caching.
Tokens generated by the model in its response.
OpenAI SDK
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
5 models available
| Model | Context | Speed | Inputper 1M tokens | Cachedper 1M tokens | Outputper 1M tokens |
|---|---|---|---|---|---|
deepseek-v4-flashdeepseek-v4-flashZDR | 1,048,576 | 57 tok/s | $0.14 | $0.006 | $0.22 |
deepseek-v4-flash-0731deepseek-v4-flash-0731ZDR | 1,048,576 | 59 tok/s | $0.14 | $0.006 | $0.22 |
Qwen 3.6 27bqwen3.6-27bZDR | 262,144 | 41 tok/s | $0.15 | $0.03 | $1.50 |
glm-5.2glm-5.2ZDR | 1,048,576 | 53 tok/s | $0.70 | $0.15 | $2.20 |
Kimi K3kimi-k3ZDR | 1,048,576 | 56 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.
Add credits, create a key, and track every call in the dashboard. No required subscription.