v1
latestOpenAPI 3.1.02026-07-2675394318.9 KBfine-tuning
Create a fine-tuning job
Creates a job that fine-tunes a specified model based on a given dataset.
post/v1/fine_tuning/jobs
Query parameters
ai_project_idstring nullable
Project ID to list fine tuning jobs
Project ID to list fine tuning jobs
Request body
Example request
{
"model": "meta-llama/Llama-3.1-70B-Instruct",
"training_file": "file_123456",
"validation_file": "file_123456",
"seed": 42
}Response
Successful Response
Example response
{
"error": {
"status": 500
}
}