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.
DEL
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
This endpoint returns a map from strings to any.
Retrieves the chronology of statuses the fine-tuned model has been through.
Up Next
Built with