feat: add Alibaba Coding Plan provider with accurate context window limits - #2256
Closed
dieutx wants to merge 1 commit into
Closed
feat: add Alibaba Coding Plan provider with accurate context window limits#2256dieutx wants to merge 1 commit into
dieutx wants to merge 1 commit into
Conversation
…imits - Add coding-plan to provider prefixes for model ID parsing - Map coding-intl.dashscope.aliyuncs.com URLs to coding-plan provider - Add accurate context lengths for Coding Plan models (169984 tokens based on actual API error messages, not the advertised 1M) - Add Alibaba-specific error pattern to context length error detection so compression triggers correctly instead of failing in a loop Closes NousResearch#2220
dieutx
force-pushed
the
feat/alibaba-coding-plan-provider
branch
from
March 21, 2026 02:44
927c4aa to
16111e3
Compare
Contributor
|
We already have alibaba cloud which includes their coding plan don't we? |
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
coding-planto recognized provider prefixes in model metadatacoding-intl.dashscope.aliyuncs.comandcoding.dashscope.aliyuncs.comURLs to thecoding-planprovider for automatic context length resolutionRange of input length) to context length error detection so compression triggers correctly instead of failing in a loopCloses #2220
Test plan
coding-planrecognized as provider prefixcoding-plan/qwen3.5-plusreturns 169984InvalidParametererrors trigger compression instead of abortpytest tests/to confirm no regressions