Documentation
Build with routeur.ai.
An OpenAI-compatible gateway for large language models with routing rules, DLP redaction, output moderation, and full request traces. Point your existing OpenAI client at https://api.routeur.ai/v1 and routeur.ai takes care of the rest.
Send your first request in under 30 seconds with curl, TypeScript, or Python.
Start →
Every endpoint, parameter, and response field documented with copy-ready examples.
Browse →
Exactly what routeur.ai changes between the caller, the upstream provider, and the response.
Read →
Redact sensitive data before it reaches an upstream provider, and block unsafe outputs.
Learn →
Popular endpoints
/v1/chat/completions
Send a chat request through the gateway
GET
/v1/routes
List configured routing rules
GET
/v1/models
List available upstream models
GET
/v1/traces
Browse request traces and metadata
OpenAPI specification
Download the bundled OpenAPI 3.1 document for the routeur.ai gateway. Import it into Swagger UI, Postman, Insomnia, or any code generator that speaks OpenAPI.