diff options
| author | Jack <[email protected]> | 2026-04-27 17:02:27 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-27 17:02:27 +0800 |
| commit | 61eabfc60c1005d1b2b11849d70696a3dcef293e (patch) | |
| tree | b3e5e0c75b9ae1ed743aa178ddb5a34d6568ac7a /packages/console/app | |
| parent | 2789b770aa3ad6cf40d934aac58cc625af2fae1f (diff) | |
| download | opencode-61eabfc60c1005d1b2b11849d70696a3dcef293e.tar.gz opencode-61eabfc60c1005d1b2b11849d70696a3dcef293e.zip | |
update Go DeepSeek flash limits for cache pricing drop (#24592)
Diffstat (limited to 'packages/console/app')
| -rw-r--r-- | packages/console/app/src/routes/go/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/console/app/src/routes/go/index.tsx b/packages/console/app/src/routes/go/index.tsx index b7cc01243..67ae58ae8 100644 --- a/packages/console/app/src/routes/go/index.tsx +++ b/packages/console/app/src/routes/go/index.tsx @@ -65,11 +65,11 @@ function LimitsGraph(props: { href: string }) { { id: "glm-5.1", name: "GLM-5.1", req: 880, d: "100ms" }, { id: "kimi-k2.6", name: "Kimi K2.6 (3x usage)", req: 3450, baseReq: 1150, d: "150ms" }, { id: "mimo-v2.5-pro", name: "MiMo-V2.5-Pro", req: 1290, d: "150ms" }, - { id: "deepseek-v4-pro", name: "DeepSeek V4 Pro", req: 3450, d: "200ms" }, { id: "qwen3.6-plus", name: "Qwen3.6 Plus", req: 3300, d: "280ms" }, { id: "minimax-m2.7", name: "MiniMax M2.7", req: 3400, d: "300ms" }, - { id: "deepseek-v4-flash", name: "DeepSeek V4 Flash", req: 5750, d: "340ms" }, + { id: "deepseek-v4-pro", name: "DeepSeek V4 Pro", req: 3450, d: "200ms" }, { id: "qwen3.5-plus", name: "Qwen3.5 Plus", req: 10200, d: "360ms" }, + { id: "deepseek-v4-flash", name: "DeepSeek V4 Flash", req: 31650, d: "340ms" }, ] const w = 720 |
