feat(ovhcloud): add Qwen3.6-27B model (262K context, \$0.47/\$3.19 pe… - #10339
Merged
Merged
Conversation
…r M tokens) Adds Qwen3.6-27B to the OVHCloud provider model list with:
Contributor
|
This is not a true solution, but you can set the context limit using GOOSE_CONTEXT_LIMIT = 262144. |
Contributor
Author
Yes i tried but nothing change in desktop interface (still défaut value 128k appear). |
michaelneale
approved these changes
Jul 10, 2026
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.
However:
Qwen3.6-27Bfrom the UI results in an "Invalid params" error.config.yaml.gpt-oss-120b) are detected correctly and their context window is displayed properly. [github.com], [github.com]Root Cause
It appears that
Qwen3.6-27Bis either missing from the model recognition/mapping logic or is not correctly matched by the OVHCloud provider implementation.As a result, Goose falls back to the default 128k context limit instead of using the
context_lengthvalue returned by the OVH endpoint. [github.com], [github.com], [github.com]Proposed Fix
Add support for
Qwen3.6-27Bin the model mapping logic and use the advertised context window:This should allow: