You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paid-call admission currently receives ChatRequest.maxTokens and can treat it as the maximum billable completion. That assumption is false for providers where max_tokens limits visible output while hidden reasoning is billed separately.
Direct provider proof on 2026-08-10, without a coding harness:
Problem
Paid-call admission currently receives
ChatRequest.maxTokensand can treat it as the maximum billable completion. That assumption is false for providers wheremax_tokenslimits visible output while hidden reasoning is billed separately.Direct provider proof on 2026-08-10, without a coding harness:
glm-5.2max_tokens: 8max_completion_tokens: 256: 119 completion tokens, including 116 reasoningThis is distinct from CLI harness prompt overhead tracked in #544.
Completion criteria
maxTokensbut billed reasoning exceeds it.