Skip to main content
Models power your AI applications. Attach a model to a use case to deploy it and make it available for inference.

Deploy a model

The model becomes available within a few minutes. Adaptive supports most transformer-based models including Llama, Qwen, Gemma, Mistral, and DeepSeek. See Integrations for proprietary models.

Run inference

Requests are logged automatically. Use labels to organize and filter interactions. See Interactions for details.If you omit model, requests route to the use case’s default model.
Use the OpenAI Python library with your Adaptive deployment:
Set model to use_case_key/model_key. Use metadata instead of labels.
See SDK Reference for all model and chat methods.