Get started
Connect your application and follow the complete path from real usage to a deployed model.
What Model Distillation provides
See how the proxy, Studio, training, evaluations, and routing work together.
API reference
Integrate with the management API or call the OpenAI-compatible inference proxy.
The basic idea
Connect an existing AI feature once. Model Distillation collects examples from real usage and lets you turn the best examples into training data. Train several models, compare their quality with the model you use today, and deploy the best one without rewriting your application.API: Agent documentation
API: Agent documentation
Start with
llms.txt for a compact map of the customer journey and machine-readable resources. For implementation, give the agent:- the Quick Start for the intended workflow;
- the Management OpenAPI specification for Studio operations;
- the Inference proxy OpenAPI specification for application requests.