Model object
Returned byGET /v1/models.
| Field | Type | Description |
|---|---|---|
id | string | Model identifier to pass as agent.model |
type | string | Always "model" |
display_name | string | Display name for UI and selection |
source | string | Model source. Valid values: system, user |
is_enabled | boolean | Whether the model is enabled. The list endpoint filters out disabled upstream models |
is_new | boolean | Whether the model is marked as new |
price_factor | number | Optional relative price factor |
efforts | array of string | Optional supported reasoning effort values. Valid values: none, low, medium, high, xhigh, max |
default_effort | string | Optional default effort value when provided by the upstream catalog |
Model list response
| Field | Type | Description |
|---|---|---|
data | array of Model object | Available models for the configured scene |
has_more | boolean | Always false |
Related
Agent setup
Create a reusable, versioned agent configuration.