Go: qwen 3.5 & 3.6 plus

This commit is contained in:
Frank 2026-04-15 01:43:55 -04:00
parent 6a7ca45ae6
commit 1bea2a95a8
18 changed files with 92 additions and 89 deletions

View file

@ -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
@ -300,6 +300,9 @@ export default function Home() {
<div>
<IconZai width="24" height="24" />
</div>
<div>
<IconAlibaba width="24" height="24" />
</div>
<div>
<IconMiMo width="24" height="24" />
</div>