feat(registry): add DeepSeek V3/V4 Flash/Pro models for CodeBuddy#101
Open
fmoncn wants to merge 2 commits into
Open
feat(registry): add DeepSeek V3/V4 Flash/Pro models for CodeBuddy#101fmoncn wants to merge 2 commits into
fmoncn wants to merge 2 commits into
Conversation
Add three newly available DeepSeek models accessible via CodeBuddy: - deepseek-v3: DeepSeek V3 (128k context) - deepseek-v4-flash: DeepSeek V4 Flash (128k context) - deepseek-v4-pro: DeepSeek V4 Pro (128k context) Verified all three models are live on codebuddy.cn API as of 2026-06-01. kimi-k2-thinking has been deprecated by the provider (returns HTTP 11141). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ecated kimi-k2-thinking Add newly available CodeBuddy models verified on 2026-06-01: - minimax-m2.5 (200k context) - kimi-k2.6 (256k context) - hy3-preview (128k context) Remove kimi-k2-thinking: provider returns code 11141 "The model has been deprecated". Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Sync the CodeBuddy model registry with the current model list available on codebuddy.cn (verified 2026-06-01).
Added
minimax-m2.5kimi-k2.6hy3-previewdeepseek-v3deepseek-v4-flashdeepseek-v4-proRemoved
kimi-k2-thinking{"code":11141,"msg":"The model has been deprecated."}Verification
All new models verified live against
https://www.codebuddy.cn/v2/chat/completions(streaming) on 2026-06-01 — each returned a valid SSE response with HTTP 200.Notes
Context lengths set to conservative defaults matching similar models in the same family. Happy to update if official specs differ.