feat(alibaba-coding-plan-cn): add Coding Plan provider for China region#1030
Merged
rekram1-node merged 1 commit intoanomalyco:devfrom Mar 7, 2026
Merged
Conversation
Update model limits: - qwen3-coder-plus: context 1_048_576 → 1_000_000 - glm-5: output 131_072 → 16_384 - glm-4.7: output 131_072 → 16_384 - kimi-k2.5: output 65_536 → 32_768 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
6 tasks
|
Local verification from my side:
This cleanly complements #1023 for the opencode request in anomalyco/opencode#14819. |
|
The model MiniMax2.5 provided by the plan is missing in the choice |
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
Add Alibaba Coding Plan provider for China region (
alibaba-coding-plan-cn). This complements #1023 which added the global region provider (alibaba-coding-plan), together providing full China/Global coverage for the Coding Plan service.Changes
providers/alibaba-coding-plan-cn/provider.tomlproviders/alibaba-coding-plan-cn/logo.svgqwen3.5-plusqwen3-max-2026-01-23qwen3-coder-nextqwen3-coder-plus(context: 1,000,000)glm-5(output: 16,384)glm-4.7(output: 16,384)kimi-k2.5(output: 32,768)Details
The Coding Plan service requires separate providers for China and Global regions due to different endpoints:
alibaba-coding-planhttps://coding-intl.dashscope.aliyuncs.com/v1(#1023)alibaba-coding-plan-cnhttps://coding.dashscope.aliyuncs.com/v1(this PR)Model specifications follow the official Coding Plan documentation. The limits have been carefully set according to the latest provider specifications:
Validation
bun validatepasses