Reference
Verboo Code API
An OpenAI Chat Completions-compatible interface for the models available to your account.
On this page
Base URL
Production
https://code.verboo.ai/router/v1Compatibility
The API implements the Chat Completions flow. Advanced fields can vary by model and provider; consult /models and the capability guides.
Public endpoints
GET
/modelsLists models and capabilities available to the key.
POST
/chat/completionsGenerates chat responses, including streaming and advanced features.
Production checklist
- Keep the key server-side and rotate it when necessary.
- Use streaming to reduce perceived latency.
- Handle 429 and 5xx responses with exponential backoff and jitter.
- Log status and request IDs, never sensitive prompts or keys.