fix: Add qwen3.8-max (GA) to alibaba-token-plan / alibaba-token-plan-cn providers - #3982
Merged
Conversation
|
Please also add a new config file for |
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
Alibaba Token Plan Personal docs now list GA
qwen3.8-max(marked NEW) next toqwen3.8-max-preview. The catalog only had the preview onalibaba-token-plan/alibaba-token-plan-cn, so Token Plan users could not pick the GA model. This adds the lab metadata and override-only provider entries for both Token Plan hosts.Changes
models/alibaba/qwen3.8-max.tomlQwen3.8 Maxcontext = 1_000_000,output = 131_072release_date/last_updated=2026-08-03attachment,reasoning,tool_call= true;open_weights= falseproviders/alibaba-token-plan/models/qwen3.8-max.tomlbase_model = "alibaba/qwen3.8-max"status = "beta"(GA)structured_output = truereasoning_options:toggle+ effortlow/medium/xhigh+budget_tokens0..262144interleaved.field = "reasoning_content"providers/alibaba-token-plan-cn/models/qwen3.8-max.toml(same shape as intl)Unlike always-on preview, GA is hybrid thinking (
enable_thinkingon/off), so provider entries includetoggleplus the preview-style effort/budget controls.Evidence
qwen3.8-max(GA, NEW) and previewlow/medium/xhigh(defaultxhigh); budget mutually exclusive with effortqwen3.8-max-preview)Validation
base_model, Credits zero cost,interleaved, structured_output override).bun validate(no shell per instructions).Review notes
qwen3.8-maxto pay-as-you-goalibaba/alibaba-cn(or other hosts); issue scope is Token Plan only, even though Model Studio now lists the ID more broadly.open_weights = false: launch copy discusses open-sourcing Max-class weights, but no verified public weight drop was used here; matches existingopencode-goentry.0(Credits subscription), same as sibling models.npmis OpenAI-compatible; OpenCode examples also use Anthropic Messages withthinking.type— catalogreasoning_optionsfollow the Chat/enable_thinkingsurface documented for this host, consistent with other hybrid Qwen Token Plan entries.Closes #3981
Automated by the issue fixer: https://github.com/anomalyco/models.dev/actions/runs/30801434421