Documentation Index
Fetch the complete documentation index at: https://docs.opper.ai/llms.txt
Use this file to discover all available pages before exploring further.
Custom models and bring-your-own-key
You can register your own model deployments and API keys with Opper. Custom models appear alongside built-in models and get the same observability, routing, and fallback features.Register a custom model
- cURL
- CLI
Custom models are scoped to your project. The model name prefix (e.g.,
example/) serves as a namespace.Model aliases
Create aliases to abstract model names, enabling zero-downtime model swaps:production/main in your code, then update the alias target to switch models without changing any integration code.