Skip to content

docs: correct GPT-5 token limit scope to GitHub Models only - #55

Closed
detail-app[bot] wants to merge 1 commit into
devfrom
detail/fix-docs/docs-correct-gpt-5-token-limit-scope-to-github-mod-9f613f
Closed

docs: correct GPT-5 token limit scope to GitHub Models only#55
detail-app[bot] wants to merge 1 commit into
devfrom
detail/fix-docs/docs-correct-gpt-5-token-limit-scope-to-github-mod-9f613f

Conversation

@detail-app

Copy link
Copy Markdown
Contributor

Updated documentation and comments to reflect that the 7K token input
cap applies only to GPT-5 served via GitHub Models, not the entire
GPT-5 family. GPT-5 models served via OpenAI direct or the LLM gateway
use the 100K default token budget.

Without this correction, a developer might incorrectly assume all GPT-5
models have an 8K input limit and over-truncate prompts for models that
support far larger contexts.

Introduced by commit ce24b66 (@WilliamAGH, #52)


Doc Drift PRs can be configured here.

@detail-app
detail-appBot requested a review from WilliamAGHJune 10, 2026 16:24
Sign up for freeto 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

@WilliamAGH