fix(moonshotai): remove retired Kimi models that now 404 on first-party APIs - #6101
Open
ysntony wants to merge 1 commit into
Open
fix(moonshotai): remove retired Kimi models that now 404 on first-party APIs#6101ysntony wants to merge 1 commit into
ysntony wants to merge 1 commit into
Conversation
ysntony
marked this pull request as ready for review
September 3, 2026 04:01
Moonshot retired these models on its own platform (api.moonshot.ai / api.moonshot.cn) and calls now return 404 model-not-found: the kimi-k2 series (0711/0905/turbo previews, thinking, thinking-turbo) was discontinued 2026-05-25, and kimi-k2.5 was discontinued 2026-08-31. Source: https://platform.kimi.ai/docs/models Third-party hosts that still serve these models (e.g. OpenRouter's entries under providers/openrouter/models/moonshotai/) are untouched, as are the lab metadata files under models/moonshotai/.
Contributor
|
No actionable findings. |
ysntony
force-pushed
the
fix/moonshotai-drop-retired-models
branch
from
September 3, 2026 04:02
bab798d to
5e0f586
Compare
Contributor
|
No actionable findings. |
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.
What
Removes 6 retired Kimi models from the first-party
moonshotaiandmoonshotai-cnprovider catalogs:kimi-k2-0711-preview,kimi-k2-0905-preview,kimi-k2-turbo-preview,kimi-k2-thinking,kimi-k2-thinking-turbo— discontinued 2026-05-25kimi-k2.5— discontinued 2026-08-31(The
moonshotai-cnentries are symlinks intomoonshotai; both sides are cleaned up.)Why
These models are no longer served by Moonshot's own platform — per the official docs, calls to them now return
404 model not found. Keeping them in the first-party catalog surfaces dead models to users of every tool that consumes models.dev.Source: https://platform.kimi.ai/docs/models
Scope notes
moonshotai/kimi-k2.5(announced as going away 2026-09-07), soproviders/openrouter/models/moonshotai/stays as-is until OpenRouter actually removes it.models/moonshotai/is kept — those are provider-agnostic historical facts.kimi-k3,kimi-k2.7-code,kimi-k2.7-code-highspeed,kimi-k2.6) are unchanged.Validation
bun validatepasses.