Models
Manage LLM models available to a workspace. Models represent provider and family pairs (e.g., “anthropic/claude-sonnet-4.6”). Workspaces are seeded with the supported models and you can enable or disable each one.
List models
models.list(workspace_id, **kwargs) -> CursorPagination<Model { metadata, spec } >
GET/v1/workspaces/{workspaceId}/models
Get a model by ID
models.retrieve(id, **kwargs) -> Model { metadata, spec }
GET/v1/workspaces/{workspaceId}/models/{id}
Set model status
models.set_status(id, **kwargs) -> Model { metadata, spec }
PUT/v1/workspaces/{workspaceId}/models/{id}/status