v1

latestOpenAPI 3.1.02026-07-22136108233.0 KB
model-configurations

Get Model Configuration

get/v1/model-configurations/{model_configuration_id}

Path parameters

model_configuration_idstring uuid required

Response

Successful Response

namestring required
descriptionstring nullable
providerstring required

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

modelstring required

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

temperaturenumber nullable
max_tokensinteger nullable
timeout_secondsnumber nullable
max_retriesinteger nullable
additional_paramsobject nullable

Provider-specific kwargs passed through to LangChain.

agent_harness_version_stringstring nullable

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

is_computer_use_modelboolean

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_archivedboolean

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

idstring uuid required
organization_idstring nullable
api_key_aliasstring nullable

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

is_system_defaultboolean required
created_atstring date-time required
updated_atstring date-time required