Skip to main content

Create model alias

POST 

/models/aliases

Creates a named alias that maps to a specific deployed model. The target model must be in a deployed state at the time of alias creation. Use aliases to decouple your application from model version names: point chatbot-production to a new fine-tuned version by updating the alias rather than changing every API call.

Request

Responses

Created