POST
/
v1
/
fine-tuning

Authorizations

x-api-key
string
headerrequired

Body

application/json
base_model_name
string
required
dataset_name
string
required
parameters
object
required
name
string
required

The name of the fine-tuning job

type
enum<string>
required

The type of fine-tuning job to run

Available options:
FULL,
LORA,
QLORA

Response

201 - application/json
id
string
created_at
string
updated_at
string
status
enum<string>
Available options:
NEW,
QUEUED,
RUNNING,
COMPLETED,
FAILED,
STOPPING,
STOPPED
base_model_name
string
dataset_name
string
name
string
type
enum<string>
Available options:
FULL,
LORA,
QLORA
current_step
integer
total_steps
integer
current_epoch
integer
total_epochs
integer
num_tokens
integer

Number of tokens processed in the fine-tuning job