Skip to main content
You aren’t limited to Opper’s hosted models. Register your own provider deployment, for example a private Azure OpenAI deployment, with its API key. It then appears in the catalog alongside built-in models and gets the same routing, governance, and tracing.

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:

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:
Use 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.