Deploy finetune run
Deploy a completed finetune run as a hosted model.
Promotes the finetune into a servable model addressed by model_name: - a new model_name publishes the finetune as a new model; - an existing model’s model_name with promote_existing: true swaps that model’s underlying finetune to this run while keeping the same model reference (so callers targeting that model name pick up the new weights).
Deployment is asynchronous: this returns immediately with the run in a SCHEDULED deployment state, poll GET /finetune-runs/{run_id}/status until phase reaches deployed (or deploy_failed/deploy_cancelled). Once deployed, run a test set against it by creating a test run whose config.model is this model_name. Hosted-model deployment is billed, so an account over its plan limit or with billing blocked returns 402.
Authorizations
Your Maitai API key from the Portal.
Path Parameters
Body
Response
Deploy finetune run.
A model finetuning job that trains a new model on a dataset.