What Inference does, and where to go next in this section.
Inference is where you call a model you’ve already registered in Eval or trained in Train. Every deployed model gets its own OpenAI-compatible endpoint, you authenticate with a key scoped to that model and send it requests directly, from curl, your own backend, or any OpenAI-compatible client.