> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Use one workflow to collect training data, train specialized models, prove their quality, and deploy them safely.

Model Distillation is designed for teams that already have an LLM feature in production and want a specialized model that can deliver similar or better behavior at lower cost and latency.

## What Model Distillation provides

* [**Connect your application once**](/model-distillation/proxy/overview): Keep the familiar Chat Completions interface and switch between models without changing how your application sends requests or reads responses.

* [**Learn from real usage**](/model-distillation/proxy/metadata-and-traces): Automatically collect the examples your application already produces, so you can improve a model using behavior that matters to your customers.

* [**Build better training data**](/model-distillation/studio/datasets): Choose the examples you want a model to learn from, review them, remove poor examples, and improve their answers when needed.

* [**Train models for your task**](/model-distillation/studio/fine-tuning): Create specialized models that can match the behavior of a much larger model while reducing cost and latency.

* [**Compare quality before deployment**](/model-distillation/studio/evaluations): Test models on the same examples, see where each one wins or fails, and make deployment decisions with evidence.

* [**Deploy safely**](/model-distillation/studio/routing-and-versions): Test a new model with part of your traffic, increase its share gradually, and keep the previous model ready for rollback.

* [**Automate continuous improvement**](/model-distillation/studio/automation): Let Model Distillation prepare data, train several candidates, compare them, and deploy the best model that meets your quality goal.

## A typical customer journey

1. Connect one AI feature to Model Distillation.
2. Collect examples from normal product usage.
3. Choose the examples and answers worth learning from.
4. Train several candidate models.
5. Compare them with the model you use today.
6. Deploy the winner gradually and monitor the result.

Your current model remains available throughout the process, so there is no risky all-at-once migration.

<Accordion title="API: Agent workflow">
  Send the agent to the [Quick Start](/model-distillation/quickstart) for the full sequence. Studio actions use the public [Management API](/model-distillation/reference/management), while application traffic uses the [Inference proxy API](/model-distillation/reference/proxy). Each actionable guide includes the equivalent request under **API**.
</Accordion>
