POST
/
v1
/
fine-tuning

Authorizations

x-api-key
string
header
required

Body

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

The name of the fine-tuning job

parameters
object
required
type
enum<string>
required

The type of fine-tuning job to run

Available options:
FULL,
LORA,
QLORA

Response

201 - application/json
base_model_name
string
created_at
string
current_epoch
integer
current_step
integer
dataset_name
string
id
string
name
string
num_tokens
integer

Number of tokens processed in the fine-tuning job

status
enum<string>
Available options:
NEW,
QUEUED,
RUNNING,
COMPLETED,
FAILED,
STOPPING,
STOPPED
total_epochs
integer
total_steps
integer
type
enum<string>
Available options:
FULL,
LORA,
QLORA
updated_at
string