AI Model Gateway
The Qorebit Model Gateway provides unified access to multiple AI models through one single API endpoint.
Supported Providers
- OpenAI
- Anthropic
- Llama and open-source models
Example Usage
POST
/v1/chatPayload
{
"model": "gpt-4o",
"messages": [
{ "role": "user", "content": "Summarize this article" }
]
}