v1

latestOpenAPI 3.0.1raw.githubusercontent.com2026-06-0211914.6 KB
Model Limits

Get model limits

Gets the minimum balance and maximum tokens for a specific model within a workspace. Only applies to chat completion models.

get/v1/workspaces/{workspaceID}/models/{modelID}/limits

Path parameters

workspaceIDstring required

The workspace ID

modelIDstring required

The model ID

Response

Model limits

minimumBalancenumber nullable

Minimum balance required (null if not a chat completion model)

maximumTokeninteger nullable

Maximum tokens allowed (null if not a chat completion model)