summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/src/routes/go
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-04-15 01:43:55 -0400
committerFrank <[email protected]>2026-04-15 02:07:06 -0400
commit1bea2a95a8a3ebebc638fe4ab9d374101cb4f4f5 (patch)
treed4578a4ba38e15bb49850bc2c5ad0fcfeb0a46a1 /packages/console/app/src/routes/go
parent6a7ca45ae6dc9b144f9e86d489fd6abb628a9884 (diff)
downloadopencode-1bea2a95a8a3ebebc638fe4ab9d374101cb4f4f5.tar.gz
opencode-1bea2a95a8a3ebebc638fe4ab9d374101cb4f4f5.zip
Go: qwen 3.5 & 3.6 plus
Diffstat (limited to 'packages/console/app/src/routes/go')
-rw-r--r--packages/console/app/src/routes/go/index.tsx11
1 files changed, 7 insertions, 4 deletions
diff --git a/packages/console/app/src/routes/go/index.tsx b/packages/console/app/src/routes/go/index.tsx
index e4628fe11..172ce3b1b 100644
--- a/packages/console/app/src/routes/go/index.tsx
+++ b/packages/console/app/src/routes/go/index.tsx
@@ -12,7 +12,7 @@ import { Footer } from "~/component/footer"
import { Header } from "~/component/header"
import { config } from "~/config"
import { getLastSeenWorkspaceID } from "../workspace/common"
-import { IconMiniMax, IconMiMo, IconZai } from "~/component/icon"
+import { IconMiniMax, IconMiMo, IconZai, IconAlibaba } from "~/component/icon"
import { useI18n } from "~/context/i18n"
import { useLanguage } from "~/context/language"
import { LocaleLinks } from "~/component/locale-links"
@@ -46,11 +46,11 @@ function LimitsGraph(props: { href: string }) {
const free = 200
const models = [
{ id: "glm-5.1", name: "GLM-5.1", req: 880, d: "100ms" },
- { id: "glm-5", name: "GLM-5", req: 1150, d: "120ms" },
{ id: "mimo-v2-pro", name: "MiMo-V2-Pro", req: 1290, d: "150ms" },
{ id: "kimi", name: "Kimi K2.5", req: 1850, d: "240ms" },
- { id: "minimax-m2.7", name: "MiniMax M2.7", req: 14000, d: "330ms" },
- { id: "minimax-m2.5", name: "MiniMax M2.5", req: 20000, d: "360ms" },
+ { 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: "qwen3.5-plus", name: "Qwen3.5 Plus", req: 10200, d: "360ms" },
]
const w = 720
@@ -301,6 +301,9 @@ export default function Home() {
<IconZai width="24" height="24" />
</div>
<div>
+ <IconAlibaba width="24" height="24" />
+ </div>
+ <div>
<IconMiMo width="24" height="24" />
</div>
{/*