Skip to main content
Deploy gives you a dedicated GPU serving your fine-tuned model. The API is OpenAI-compatible, so switching from an off-the-shelf model to your custom model is a one-line code change. This is the last step in the loop and the beginning of the next one.

Key concepts

What you can deploy

  • Models trained on the Inference platform
  • Served via an OpenAI-compatible API (chat completions endpoint)
  • Same base URL and API key as the rest of the Inference API

Next steps

Deploy a trained model

Name it, click deploy, start serving.

Call your deployment

One line of code to switch over.

Manage and monitor

Lifecycle operations, scaling, and the improvement loop.