fix(providers): refresh Aliyun and Kimi model catalogs - #7277
Merged
Conversation
wangfei010313
requested a deployment
to
ai-review-approved
August 25, 2026 07:45 — with
GitHub Actions
Waiting
|
Hi @wangfei010313, this is your 36th Pull Request. 📋 About PR TemplateTo help maintainers review your PR faster, please make sure to include:
Complete PR information helps speed up the review process. You can edit the PR description to add these details. 🙌 Join Developer CommunityThanks so much for your contribution! We'd love to invite you to join the official QwenPaw developer group! You can find the Discord and DingTalk group links under the "Developer Community" section on our docs page: We truly appreciate your enthusiasm—and look forward to your future contributions! 😊 We'll review your PR soon. |
wangfei010313
requested a deployment
to
maintainer-approved
August 25, 2026 07:45 — with
GitHub Actions
Waiting
wangfei010313
requested a deployment
to
ai-review-approved
August 25, 2026 08:52 — with
GitHub Actions
Waiting
wangfei010313
requested a deployment
to
maintainer-approved
August 25, 2026 08:52 — with
GitHub Actions
Waiting
wangfei010313
requested a deployment
to
ai-review-approved
August 25, 2026 10:45 — with
GitHub Actions
Waiting
wangfei010313
requested a deployment
to
ai-review-approved
August 26, 2026 09:11 — with
GitHub Actions
Waiting
wangfei010313
force-pushed
the
fix/catalog-model
branch
from
August 26, 2026 10:11
8f7adee to
06acd90
Compare
wangfei010313
requested a deployment
to
ai-review-approved
August 26, 2026 10:11 — with
GitHub Actions
Waiting
XiuShenAl
approved these changes
Aug 26, 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.

Description
Refresh the built-in Kimi, Aliyun Token Plan, and Aliyun Coding Plan model
catalogs to match the current official model availability and metadata.
The existing catalogs contain retired Kimi model IDs, omit newly available
models, and include unsupported Aliyun Coding Plan IDs.
Type of Change
Components Affected
Changes
Kimi
Replace the retired Kimi static catalog with the current model lineup:
kimi-k3kimi-k2.7-codekimi-k2.7-code-highspeedkimi-k2.6kimi-k2.5kimi-k2-0905-previewkimi-k2-0711-previewkimi-k2-turbo-previewkimi-k2-thinkingkimi-k2-thinking-turbokimi-k3the recommended Kimi modelUpdate the corresponding China and international capability baselines.
All five current Kimi models support image and video input.
Update model limits according to the official Kimi documentation:
kimi-k3: 1M context and 128K maximum outputkimi-k3keeps its supportedreasoning_effortconfiguration withlow,high, andmax.Kimi K2.5, K2.6, and K2.7 intentionally do not expose configurable agent
thinking metadata. Their thinking protocols cannot be represented safely by
the current OpenAI-compatible provider abstraction. In particular,
kimi-k2.7-codeis always-thinking and does not supportreasoning_effortor disabling thinking.Aliyun Token Plan
Update the shared China/international Token Plan static catalog:
qwen3.8-maxkimi-k2.7-codeqwen3.8-maxincludes image/video capability, 1M context, and 128K maximumoutput metadata.
kimi-k2.7-codeincludes image/video capability, 256K context, and 32Kmaximum output metadata.
China and international Token Plan providers continue to share the same
static catalog because their current official model tables are identical.
Do not add
qwen3.8-max-preview. The preview ID requested in #6285 has beenreplaced by the current GA model ID,
qwen3.8-max.No Token Plan model discovery behavior is introduced or changed by this PR.
Aliyun Coding Plan
Replace the stale Coding Plan entries with the exact model IDs documented for
the China and international Coding Plan endpoints:
qwen3.7-plusqwen3.6-plusqwen3.5-plusglm-5glm-4.7MiniMax-M2.5kimi-k2.5qwen3-max-2026-01-23qwen3-coder-nextqwen3-coder-plusRemove
glm-5.1andglm-5.2, which are not included in the officialCoding Plan allowlist. Model IDs retain the exact documented casing.
Catalog Metadata
2026.08.25Tests
discovery origins
Documentation
Related Issues and Pull Requests
This PR supersedes #4682 and #6293.
Closes #6285.