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
client.Models.List(ctx, workspaceID, query) (*CursorPagination[Model], error)
GET/v1/workspaces/{workspaceId}/models
Get a model by ID
client.Models.Get(ctx, workspaceID, id) (*Model, error)
GET/v1/workspaces/{workspaceId}/models/{id}
Set model status
client.Models.SetStatus(ctx, workspaceID, id, body) (*Model, error)
PUT/v1/workspaces/{workspaceId}/models/{id}/status