Skip to content
15 changes: 8 additions & 7 deletions open-sse/config/providers/registry/codebuddy-cn/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ export const codebuddy_cnProvider: RegistryEntry = {
supportsReasoning: true,
supportsVision: true,
},
{
id: "glm-4.7",
name: "GLM-4.7",
contextLength: 200000,
maxOutputTokens: 48000,
supportsReasoning: true,
},
{
id: "minimax-m3",
name: "MiniMax-M3",
Expand Down Expand Up @@ -122,6 +115,14 @@ export const codebuddy_cnProvider: RegistryEntry = {
supportsReasoning: true,
supportsVision: true,
},
{
id: "hy3",
name: "Hy3",
contextLength: 192000,
maxOutputTokens: 64000,
supportsReasoning: true,
supportsVision: true,
},
{
id: "deepseek-v4-pro",
name: "DeepSeek-V4-Pro",
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/codebuddy-cn-provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ test("codebuddy-cn registry entry has expected shape", () => {
"glm-5.0",
"glm-5.0-turbo",
"glm-5v-turbo",
"glm-4.7",
"minimax-m3",
"minimax-m2.7",
"kimi-k2.7",
"kimi-k2.6",
"kimi-k2.5",
"hy3-preview",
"hy3",
"deepseek-v4-pro",
"deepseek-v4-flash",
"deepseek-v3-2-volc",
Expand Down