Skip to main content
POST
Create finetune run

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Query Parameters

force
string

Body

application/json
display_name
string
required
base_model
string
required
status
string
required
meta
object
required

Finetune training method and hyperparameters. To automatically run test sets after training completes, set meta.auto_test_set_ids (list of test-set IDs) and optionally meta.evaluation_criteria_ids (list of judge criteria IDs) — they run as soon as the run finishes.

Response

201 - application/json

Create finetune run.

data
object

A model finetuning job that trains a new model on a dataset.