v51

latestOpenAPI 3.1.0proprietaryraw.githubusercontent.com2026-07-21411711.1 MB
/finetuning

Retrieve training metrics for fine-tuned models.

Returns a list of metrics measured during the training of a fine-tuned model. The metrics are ordered by step number, with the most recent step first. The list can be paginated using page_size and page_token parameters.

get/v1/finetuning/finetuned-models/{finetuned_model_id}/training-step-metrics

Path parameters

finetuned_model_idstring required

The parent fine-tuned model ID.

Query parameters

page_sizeinteger

Maximum number of results to be returned by the server. If 0, defaults to 50.

page_tokenstring

Request a specific page of the list results.

Headers

X-Client-Namestring

The name of the project that is making the request.

Response

A successful response.

next_page_tokenstring

Pagination token to retrieve the next page of results. If the value is "", it means no further results for the request.