Model Aliases
Assign stable, custom names to base or fine-tuned models for deployment and API calls.
Model aliasing allows you to assign a custom, stable name (alias) to a specific base or fine-tuned model version. Instead of using the exact model name or ID in your deployment or API calls, you can reference an alias like chatbot-production.
Aliases simplify referencing specific models in deployment and inference, allowing for more intuitive naming. This can be useful for:
- Fine-tuned and base models: clearly identifying models for deployment and usage.
- Inference: referencing models consistently across API calls or tools.
Manage your aliases on the Model Aliases page.
Creating a Model Alias
- Visit the Model Aliasing page.
- Select a currently deployed model.
- Optionally, add a suffix to the alias name.
- Click Create Alias.
After creating an alias, the model will appear on the Model Aliasing page with options to update or remove the linked model, or delete the alias entirely.
Back to top
Was this page helpful?