OhMyGPT

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

FeatureExampleDescription
Provider prefixopenai/gpt-4oExplicitly route to a provider
Model aliasesclaude-sonnetShorthand for latest version
Version pinninggpt-4o-2024-08-06Pin to specific model version
Preset reference@preset/my-configUse saved configuration

Model Identifier Format

[provider/]model-name[-version]

Examples:

  • gpt-4o — auto-route to best provider
  • openai/gpt-4o — force OpenAI provider
  • claude-3-5-sonnet-20241022 — specific version

See available models for current options.

How is this guide?

Last updated on

On this page