Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Project ID to list fine tuning jobs
Body
application/json
The name of the model to fine-tune
Examples:
"meta-llama/Llama-3.1-70B-Instruct"
"meta-llama/Llama-3.1-70B"
"meta-llama/Llama-3.1-8B-Instruct"
"meta-llama/Llama-3.1-8B"
The ID of the uploaded training data file
Examples:
"file_123456"
The ID of the uploaded validation data file
Examples:
"file_123456"
Training hyperparameters
Job integration paramaters
- WandbIntegrationRequest
- MlflowIntegrationRequest
The seed controls the reproducibility of the job
Examples:
42
List of tags to associate with the job
Examples:
"my-ft-job"
Extra params to pass to the fine-tuning job
Response
Successful Response
Available options: 
validating_files, queued, running, succeeded, failed, cancelled - WandbIntegrationResponse
- MlflowIntegrationResponse
Available options:
| Title | Const | 
|---|---|
| Object | fine_tuning.job | 
Maximum length: 
64