docs
v1 API
CHAT
DASHBOARD
PLAYGROUND
DOCS
COMMUNITY
LOG IN
Guides and concepts
API Reference
Release Notes
LLMU
Cookbooks
Search...
/
Guides and concepts
API Reference
Release Notes
LLMU
Cookbooks
Cohere API
About
Teams and Roles
Errors
API Reference
v1/chat
v1/embed
v1/embed-jobs
v1/rerank
v1/classify
v1/datasets
v1/tokenize
v1/detokenize
v1/connectors
v1/models
v1/finetuning
GET
Lists fine-tuned models.
POST
Trains and deploys a fine-tuned model.
PATCH
Updates a fine-tuned model.
GET
Returns a fine-tuned model by ID.
DEL
Deletes a fine-tuned model.
GET
Retrieves the chronology of statuses the fine-tuned model has been through.
GET
Retrieves metrics measured during the training of a fine-tuned model.
Legacy
v1/generate
v1/summarize
CHAT
DASHBOARD
PLAYGROUND
DOCS
COMMUNITY
LOG IN
API Reference
v1/finetuning
Deletes a fine-tuned model.
DELETE
https://api.cohere.com
/
v1
/
finetuning
/
finetuned-models
/
:id
Path parameters
id
string
Required
The fine-tuned model ID.
Headers
X-Client-Name
string
Optional
The name of the project that is making the request.
Response
A successful response.
{}
map from strings to any or null
Errors
400
Delete Finetuned Model Request Bad Request Error
401
Delete Finetuned Model Request Unauthorized Error
403
Delete Finetuned Model Request Forbidden Error
404
Delete Finetuned Model Request Not Found Error
500
Delete Finetuned Model Request Internal Server Error
503
Delete Finetuned Model Request Service Unavailable Error
Retrieves the chronology of statuses the fine-tuned model has been through.
Up Next
Built with