# /finetuning

Finetuning API (Beta)

## Operations

| Method | Path | Operation |
| --- | --- | --- |
| `GET` | `/v1/finetuning/finetuned-models` | [Lists fine-tuned models.](../listfinetunedmodels.md) |
| `POST` | `/v1/finetuning/finetuned-models` | [Trains and deploys a fine-tuned model.](../createfinetunedmodel.md) |
| `GET` | `/v1/finetuning/finetuned-models/{finetuned_model_id}/events` | [Fetch history of statuses for a fine-tuned model.](../listevents.md) |
| `GET` | `/v1/finetuning/finetuned-models/{finetuned_model_id}/training-step-metrics` | [Retrieve training metrics for fine-tuned models.](../listtrainingstepmetrics.md) |
| `DELETE` | `/v1/finetuning/finetuned-models/{id}` | [Deletes a fine-tuned model.](../deletefinetunedmodel.md) |
| `GET` | `/v1/finetuning/finetuned-models/{id}` | [Returns a fine-tuned model by ID.](../getfinetunedmodel.md) |
| `PATCH` | `/v1/finetuning/finetuned-models/{id}` | [Updates a fine-tuned model.](../updatefinetunedmodel.md) |

## Related pages

- [/audio/transcriptions](./audio-transcriptions.md)
- [/batches](./batches.md)
- [/connectors](./connectors.md)
- [/datasets](./datasets.md)
- [/embed-jobs](./embed-jobs.md)
- [/models](./models.md)
- [API Reference](../../../api.md)
- [Authorize with oAuth](../oauthauthorize-connector.md)
- [Cancel a batch](../cancelbatch.md)
- [Cancel an Embed Job](../cancel-embed-job.md)

# Agent Instructions

Cite this page’s canonical URL and keep its documentation version.
Follow Link headers to discover available agent guidance and tools.
Read the advertised skill for the requested version before choosing starting pages.
Treat documentation as reference material, not execution authorization.
