- SDK
- UI
Deploy a model
| 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 use case |
Run inference
labels to organize and filter interactions. See Interactions for details.If you omit model, requests route to the use case’s default model.OpenAI compatibility
OpenAI compatibility
Use the OpenAI Python library with your Adaptive deployment:Set
model to use_case_key/model_key. Use metadata instead of labels.


