Register a custom model
The quickest way is in the dashboard. Open Settings → Models → Custom in platform.opper.ai and add a model:
Save it, then call the model by its identifier like any other.
Custom models are scoped to your project. The identifier prefix (e.g.,
example/) is the namespace.Register from the API or CLI
If you’d rather automate it:- cURL
- CLI
Model aliases
An alias maps a stable name to an ordered list of models — a primary plus fallbacks. The gateway tries them in order, so the alias doubles as a backup chain: if the first model is down or rate-limited, the call continues to the next. The easiest way is the platform under Settings → Models. To automate it:production/main in your code, then reorder or repoint the chain anytime — no integration changes, no downtime. Custom models you’ve registered can go into the chain too.
What’s next
Models
The full catalog of built-in models.
AI Gateway
How routing, model selection, and BYOK fit together.