fine-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
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.