Skip to content

feat(registry): add DeepSeek V3/V4 Flash/Pro models for CodeBuddy#101

Open
fmoncn wants to merge 2 commits into
kaitranntt:mainfrom
fmoncn:feat/add-codebuddy-deepseek-v4-models
Open

feat(registry): add DeepSeek V3/V4 Flash/Pro models for CodeBuddy#101
fmoncn wants to merge 2 commits into
kaitranntt:mainfrom
fmoncn:feat/add-codebuddy-deepseek-v4-models

Conversation

@fmoncn
Copy link
Copy Markdown

@fmoncn fmoncn commented Jun 1, 2026

Summary

Sync the CodeBuddy model registry with the current model list available on codebuddy.cn (verified 2026-06-01).

Added

Model ID Display Name Context
minimax-m2.5 MiniMax M2.5 200k
kimi-k2.6 Kimi K2.6 256k
hy3-preview Hy3 Preview 128k
deepseek-v3 DeepSeek V3 128k
deepseek-v4-flash DeepSeek V4 Flash 128k
deepseek-v4-pro DeepSeek V4 Pro 128k

Removed

Model ID Reason
kimi-k2-thinking Provider returns {"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.

fmoncn and others added 2 commits June 1, 2026 21:53
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant