Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Correct the reasoning controls in 11 Workers AI model input schemas and explain how Chat Completions and Responses select them. This updates the generated
sync-input.jsonendpoints as well as the model pages: Gemma useshigh/nonewith reasoning off by default, GLM-4.7 exposes its thinking toggle, and GPT-OSS documents mandatory reasoning with amediumdefault. Compatibility aliases are explained separately from canonical efforts.Token limits and all non-reasoning model metadata are unchanged. Coordinate the model-schema endpoint release before the next automated catalogue refresh so it retains these corrections.
Validation: full documentation build (9,029 pages), Astro and worker checks, and the generated Gemma
sync-input.jsonpass. Compared all 11 model files against the base to confirm only reasoning fields changed.Related binding types: workerd #7437.
Documentation checklist