Add Alibaba Coding Plan provider and model configs#1023
Merged
rekram1-node merged 4 commits intoanomalyco:devfrom Mar 7, 2026
Merged
Add Alibaba Coding Plan provider and model configs#1023rekram1-node merged 4 commits intoanomalyco:devfrom
rekram1-node merged 4 commits intoanomalyco:devfrom
Conversation
9d03764 to
7ccbb58
Compare
- add MiniMax-M2.5 model config under providers/alibaba-coding-plan/models - update GLM-4.7 limits to 202,752 context / 16,384 output - update GLM-5 limits to 202,752 context / 16,384 output - update Kimi K2.5 output limit to 32,768 - validate with bun validate
Contributor
Author
|
Update in this PR:
Limits now set to:
Validation: |
- set MiniMax-M2.5 input modalities to text-only - keep output modality as text - validate with bun validate
Contributor
Author
|
Follow-up fix: corrected
Validation: |
6 tasks
|
Adding one more verification datapoint from local testing:
This + #1030 should cover the provider-side fix for anomalyco/opencode#14819 without opencode core hardcoding. |
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 as a new provider using the Model Studio global OpenAI-compatible endpoint, implemented per the official Coding Plan specification:
https://www.alibabacloud.com/help/en/model-studio/coding-plan
A separate provider is required because Coding Plan uses dedicated credentials and base URL, which differ from the existing
alibabaprovider:alibabaprovider:https://dashscope-intl.aliyuncs.com/compatible-mode/v1https://coding-intl.dashscope.aliyuncs.com/v1Changes
providers/alibaba-coding-plan/provider.tomlproviders/alibaba-coding-plan/logo.svgqwen3.5-plusqwen3-max-2026-01-23qwen3-coder-nextqwen3-coder-plusglm-5glm-4.7kimi-k2.5Validation
bun validatepasses