AliasRequestSchema
alias_namestringrequired
Name for the alias. Must follow the pattern alias_<LETTER>_<digits>_<suffix> (e.g. alias_T_001_production). The API returns 400 for names not matching this pattern.
Example:
alias_T_Example_productionmodel_namestringrequired
Name of the deployed fine-tuned model to attach the alias to. The model must be in deployed state.
Example:
example-ftmodelAliasRequestSchema
{
"alias_name": "alias_T_DD2D1_apitest",
"model_name": "test-model-123 "
}
Was this page helpful?