Skip to main content
Models

Model data structures

Shared model catalog response structures.

Model object

Returned by GET /api/v1/cloud/models.
FieldTypeDescription
idstringModel identifier to pass as agent.model
typestringAlways "model"
display_namestringDisplay name for UI and selection
sourcestringModel source. Valid values: system, user
is_enabledbooleanWhether the model is enabled. The list endpoint filters out disabled upstream models
is_newbooleanWhether the model is marked as new
price_factornumberOptional relative price factor
effortsarray of stringOptional supported reasoning effort values. Valid values: none, low, medium, high, xhigh, max
default_effortstringOptional default effort value when provided by the upstream catalog
max_input_tokensintegerMaximum input context supported by the model, in tokens
default_context_windowintegerOptional default context window (in tokens) applied when the Agent does not set model.context_window
available_context_windowsarray of integerOptional user-selectable context window tiers (in tokens) accepted as model.context_window on an Agent

Model list response

FieldTypeDescription
dataarray of Model objectAvailable models for the configured scene
has_morebooleanAlways false