diff options
| author | Frank <[email protected]> | 2026-03-18 14:30:55 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-03-18 14:30:55 -0400 |
| commit | 3f1c96a0bb1e3aa6058c1cc1ad2b978d087b6d6a (patch) | |
| tree | 619c1e945a412de1279c05847c022d89cbd597cf /packages/console/app/src/routes | |
| parent | 3558deba4a619082cf3e2cae42da33f0b50ba68e (diff) | |
| download | opencode-3f1c96a0bb1e3aa6058c1cc1ad2b978d087b6d6a.tar.gz opencode-3f1c96a0bb1e3aa6058c1cc1ad2b978d087b6d6a.zip | |
zen: minimax m2.7
Diffstat (limited to 'packages/console/app/src/routes')
| -rw-r--r-- | packages/console/app/src/routes/go/index.tsx | 3 | ||||
| -rw-r--r-- | packages/console/app/src/routes/workspace/[id]/go/lite-section.tsx | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/console/app/src/routes/go/index.tsx b/packages/console/app/src/routes/go/index.tsx index c9a1424bb..5c736d41b 100644 --- a/packages/console/app/src/routes/go/index.tsx +++ b/packages/console/app/src/routes/go/index.tsx @@ -47,7 +47,8 @@ function LimitsGraph(props: { href: string }) { const models = [ { id: "glm", name: "GLM-5", req: 1150, d: "120ms" }, { id: "kimi", name: "Kimi K2.5", req: 1850, d: "240ms" }, - { id: "minimax", name: "MiniMax M2.5", req: 20000, d: "360ms" }, + { id: "minimax-m2.7", name: "MiniMax M2.7", req: 14000, d: "330ms" }, + { id: "minimax-m2.5", name: "MiniMax M2.5", req: 20000, d: "360ms" }, ] const w = 720 diff --git a/packages/console/app/src/routes/workspace/[id]/go/lite-section.tsx b/packages/console/app/src/routes/workspace/[id]/go/lite-section.tsx index ede870921..ccdda5b45 100644 --- a/packages/console/app/src/routes/workspace/[id]/go/lite-section.tsx +++ b/packages/console/app/src/routes/workspace/[id]/go/lite-section.tsx @@ -279,6 +279,7 @@ export function LiteSection() { <li>Kimi K2.5</li> <li>GLM-5</li> <li>MiniMax M2.5</li> + <li>MiniMax M2.7</li> </ul> <p data-slot="promo-description">{i18n.t("workspace.lite.promo.footer")}</p> <button |
