Model Naming
Model identifiers, aliases, and naming conventions.
Coming Soon
Advanced model naming features are under development.
Current Usage
Specify models using the model parameter:
{
"model": "gpt-4o",
"messages": [...]
}Planned Features
| Feature | Example | Description |
|---|---|---|
| Provider prefix | openai/gpt-4o | Explicitly route to a provider |
| Model aliases | claude-sonnet | Shorthand for latest version |
| Version pinning | gpt-4o-2024-08-06 | Pin to specific model version |
| Preset reference | @preset/my-config | Use saved configuration |
Model Identifier Format
[provider/]model-name[-version]Examples:
gpt-4o— auto-route to best provideropenai/gpt-4o— force OpenAI providerclaude-3-5-sonnet-20241022— specific version
See available models for current options.
How is this guide?
Last updated on
