AI Model Gateway

The Qorebit Model Gateway provides unified access to multiple AI models through one single API endpoint.

Supported Providers

  • OpenAI
  • Anthropic
  • Google
  • Llama and open-source models

Example Usage

POST/v1/chat

Payload

JSON
{
  "model": "gpt-4o",
  "messages": [
    { "role": "user", "content": "Summarize this article" }
  ]
}