Skip to content

docs: document the reasoning-model gotcha in README - #6

Merged
opencolin merged 1 commit into
mainfrom
document-reasoning-models
May 1, 2026
Merged

docs: document the reasoning-model gotcha in README#6
opencolin merged 1 commit into
mainfrom
document-reasoning-models

Conversation

@opencolin

Copy link
Copy Markdown
Owner

Several Nebius-hosted models (Kimi-K2.5, DeepSeek-V3.2, GLM-5, Qwen3
thinking variants) emit hidden reasoning tokens before producing
visible output. Those tokens count against max_tokens. Empirically, a
64-token request to Kimi-K2.5 comes back with empty content because
the entire budget is consumed by reasoning, but no error is raised
and the response looks structurally fine.

Adds a "Reasoning models" subsection under Configure that lists the
known reasoning-style models, explains the implication for max_tokens
budgets, and points users at GET /v1/models for verification.

Several Nebius-hosted models (Kimi-K2.5, DeepSeek-V3.2, GLM-5, Qwen3
thinking variants) emit hidden reasoning tokens before producing
visible output. Those tokens count against max_tokens. Empirically, a
64-token request to Kimi-K2.5 comes back with empty content because
the entire budget is consumed by reasoning, but no error is raised
and the response looks structurally fine.

Adds a "Reasoning models" subsection under Configure that lists the
known reasoning-style models, explains the implication for max_tokens
budgets, and points users at GET /v1/models for verification.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@opencolin
opencolin merged commit 4918f22 into main May 1, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant