diff --git a/open-sse/config/providers/registry/codebuddy-cn/index.ts b/open-sse/config/providers/registry/codebuddy-cn/index.ts index e72492a029..593041e404 100644 --- a/open-sse/config/providers/registry/codebuddy-cn/index.ts +++ b/open-sse/config/providers/registry/codebuddy-cn/index.ts @@ -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", @@ -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", diff --git a/tests/unit/codebuddy-cn-provider.test.ts b/tests/unit/codebuddy-cn-provider.test.ts index 0417b72bc0..129910a73b 100644 --- a/tests/unit/codebuddy-cn-provider.test.ts +++ b/tests/unit/codebuddy-cn-provider.test.ts @@ -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",