v1

latestOpenAPI 3.1.02026-07-1766222595.7 KB

Get Fine Tune

get/v1/llm/fine-tunes/{fine_tune_id}

Path parameters

fine_tune_idstring required

Response

Successful Response

idstring required

Unique ID of the fine tune

fine_tuned_modelstring nullable

Name of the resulting fine-tuned model. This can be plugged into the Completion API ones the fine-tune is complete

status'PENDING' | 'RUNNING' | 'SUCCESS' | 'FAILURE' | 'CANCELLED' | 'UNDEFINED' | 'TIMEOUT' required