AI Models

Qorebit provides unified access to the world's leading AI models through a standardized naming convention.

Model Naming Convention

To specify a model, use the provider/model-id format. This ensures you're always using the exact model from the exact provider you want.

FormatDescriptionExample
openai/*Models from OpenAIopenai/gpt-4o
anthropic/*Models from Anthropicanthropic/claude-3-5-sonnet
google/*Models from Google Geminigoogle/gemini-1.5-pro
meta/*Llama models from Metameta/llama-3-70b

Model Aliases

For convenience, Qorebit supports short aliases for the most popular models. These aliases automatically map to the latest stable version of the model.

gpt-4o

Maps to openai/gpt-4o

gpt-4o-mini

Maps to openai/gpt-4o-mini

claude-3

Maps to anthropic/claude-3-opus

gemini-pro

Maps to google/gemini-1.5-pro