Skip to content

Commit 639aea4

Browse files
committed
fix(go): align Kimi ids and zh-CN ordering
1 parent 76a2876 commit 639aea4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/console/app/src/routes/go/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ function LimitsGraph(props: { href: string }) {
5959
const free = 200
6060
const graph = [
6161
{ id: "glm-5.1", name: "GLM-5.1", req: 880, d: "100ms" },
62-
{ id: "kimi", name: "Kimi K2.6", req: 1150, d: "150ms" },
62+
{ id: "kimi-k2.6", name: "Kimi K2.6", req: 1150, d: "150ms" },
6363
{ id: "mimo-v2-pro", name: "MiMo-V2-Pro", req: 1290, d: "150ms" },
64-
{ id: "kimi-2-5", name: "Kimi K2.5", req: 1850, d: "240ms" },
64+
{ id: "kimi-k2.5", name: "Kimi K2.5", req: 1850, d: "240ms" },
6565
{ id: "qwen3.6-plus", name: "Qwen3.6 Plus", req: 3300, d: "280ms" },
6666
{ id: "minimax-m2.7", name: "MiniMax M2.7", req: 3400, d: "300ms" },
6767
{ id: "qwen3.5-plus", name: "Qwen3.5 Plus", req: 10200, d: "360ms" },

packages/web/src/content/docs/zh-cn/go.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ OpenCode Go 包含以下限制:
8484
| ------------ | --------------- | ---------- | ---------- |
8585
| GLM-5.1 | 880 | 2,150 | 4,300 |
8686
| GLM-5 | 1,150 | 2,880 | 5,750 |
87-
| Kimi K2.5 | 1,850 | 4,630 | 9,250 |
8887
| Kimi K2.6 | 1,150 | 2,880 | 5,750 |
88+
| Kimi K2.5 | 1,850 | 4,630 | 9,250 |
8989
| MiMo-V2-Pro | 1,290 | 3,225 | 6,450 |
9090
| MiMo-V2-Omni | 2,150 | 5,450 | 10,900 |
9191
| Qwen3.6 Plus | 3,300 | 8,200 | 16,300 |

0 commit comments

Comments
 (0)