Fine Tuning Jobs

fine_tuning_jobs

Methods

Create Fine Tuning Job ->
post/v4/fine-tuning-jobs

Description

Model fine tuning jobs.

Details

TODO

Delete Fine Tuning Job ->
delete/v4/fine-tuning-jobs/{fine_tuning_job_id}

Description

Deletes a fine tuning job

Details

This API can be used to delete a fine tuning job by ID. To use this API, pass in the id that was returned from your Create Fine Tuning Job API call as a path parameter.

List Fine Tuning Jobs -> PageResponse<>
get/v4/fine-tuning-jobs

Description

Lists all fine tuning jobs accessible to the user.

Details

This API can be used to list fine tuning jobs. If a user has access to multiple accounts, all fine tuning jobs from all accounts the user is associated with will be returned.

Get Fine Tuning Job ->
get/v4/fine-tuning-jobs/{fine_tuning_job_id}

Description

Gets the details of a fine tuning job

Details

This API can be used to get information about a single fine tuning job by ID. To use this API, pass in the id that was returned from your Create Fine Tuning Job API call as a path parameter.

Review the response schema to see the fields that will be returned.

Domain types

FineTuningJob = { id, account_id, created_at, 7 more... }
FineTuningJobEvent = { level, message, timestamp }
PaginatedFineTuningJobs = { current_page, items, items_per_page, 1 more... }

fine_tuning_jobs.events

Methods

Get Fine Tuning Job Events -> TopLevelArray<>
get/v4/fine-tuning-jobs/{fine_tuning_job_id}/events

Get fine tuning job events