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.
| Format | Description | Example |
|---|---|---|
openai/* | Models from OpenAI | openai/gpt-4o |
anthropic/* | Models from Anthropic | anthropic/claude-3-5-sonnet |
google/* | Models from Google Gemini | google/gemini-1.5-pro |
meta/* | Llama models from Meta | meta/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