For Developers

OpenAI-compatible Gateway API

One integration for routing, quotas, billing and usage observability across models.

What you get

  • • REST API with secure key lifecycle
  • • Usage limits and tenant-aware accounting
  • • Role and governance controls
  • • Streaming-ready response pipeline
POST /v1/chat/completions
Authorization: Bearer <CLIENT_API_KEY>
Content-Type: application/json

{
  "model": "openai/gpt-4o-mini",
  "messages": [{"role":"user","content":"Generate support summary"}]
}