Returns a fine-tuned model by ID.

Deprecated

Retrieve a fine-tuned model by its ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired

The fine-tuned model ID.

Headers

X-Client-NamestringOptional
The name of the project that is making the request.

Response

A successful response.
finetuned_modelobject

Information about the fine-tuned model.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
503
Service Unavailable Error