Updates a fine-tuned model.
Updates the fine-tuned model with the given ID. The model will be updated with the new settings and name provided in the request body.
Path parameters
id
FinetunedModel ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
X-Client-Name
The name of the project that is making the request.
Request
Information about the fine-tuned model. Must contain name and settings.
name
FinetunedModel name (e.g. foobar
).
settings
FinetunedModel settings such as dataset, hyperparameters...
creator_id
User ID of the creator.
organization_id
Organization ID.
status
Current stage in the life-cycle of the fine-tuned model.
created_at
Creation timestamp.
updated_at
Latest update timestamp.
completed_at
Timestamp for the completed fine-tuning.
last_used
Deprecated: Timestamp for the latest request to this fine-tuned model.
Response
A successful response.
finetuned_model
Information about the fine-tuned model.