- SDK
- UI
Deploy a model
Add a model to your project, then deploy it:| Parameter | Type | Required | Description |
|---|---|---|---|
model | str | Yes | Model key from the registry |
wait | bool | No | Block until model is online (default: False) |
make_default | bool | No | Set as default model for the project |
Run inference
labels to organize and filter interactions. See Interactions for details.If you omit model, requests route to the project’s default model.Vision models
Models with the Multimodal tag in the registry accept images alongside text in chat completions.Images must be base64-encoded data URIs (JPEG, PNG, WebP, or GIF, up to 10 MB each). External URLs are not supported.OpenAI compatibility
OpenAI compatibility
Use the OpenAI Python library with your Adaptive deployment:Set
model to project_key/model_key. Use metadata instead of labels.Multimodal image format differs between Adaptive and OpenAI:



