Skip to main content
GET
List Model Configurations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

name
string
required
Required string length: 1 - 255
provider
string
required

LangChain provider name (e.g. 'anthropic', 'openai').

Required string length: 1 - 50
model
string
required

Provider model identifier (e.g. 'claude-sonnet-4-5-20250929').

Required string length: 1 - 255
id
string<uuid>
required
is_system_default
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
temperature
number | null
max_tokens
integer | null
timeout_seconds
number | null
max_retries
integer | null
additional_params
Additional Params · object | null

Provider-specific kwargs passed through to LangChain.

agent_harness_version_string
string | null

Agent harness version string used by Cyberdesk workers for prompt/tool selection.

is_computer_use_model
boolean
default:false

True if this model has native computer use capabilities. If True, can be used for main agent, focused actions, and fallbacks for those agents.

is_archived
boolean
default:false

Whether this model configuration is archived and should generally be hidden behind archived-model UI affordances.

organization_id
string | null
api_key_alias
string | null

Basis Theory token id (alias) used to resolve api_key at runtime.