@@ -12,7 +12,7 @@ import { Footer } from "~/component/footer"
1212import { Header } from "~/component/header"
1313import { config } from "~/config"
1414import { getLastSeenWorkspaceID } from "../workspace/common"
15- import { IconMiniMax , IconMiMo , IconZai , IconAlibaba } from "~/component/icon"
15+ import { IconMiniMax , IconMiMo , IconZai , IconAlibaba , IconDeepSeek } from "~/component/icon"
1616import { useI18n } from "~/context/i18n"
1717import { useLanguage } from "~/context/language"
1818import { LocaleLinks } from "~/component/locale-links"
@@ -65,11 +65,11 @@ function LimitsGraph(props: { href: string }) {
6565 { id : "glm-5.1" , name : "GLM-5.1" , req : 880 , d : "100ms" } ,
6666 { id : "kimi-k2.6" , name : "Kimi K2.6 (3x usage)" , req : 3450 , baseReq : 1150 , d : "150ms" } ,
6767 { id : "mimo-v2.5-pro" , name : "MiMo-V2.5-Pro" , req : 1290 , d : "150ms" } ,
68- { id : "deepseek-v4-pro" , name : "DeepSeek V4 Pro" , req : 1300 , d : "200ms" } ,
6968 { id : "qwen3.6-plus" , name : "Qwen3.6 Plus" , req : 3300 , d : "280ms" } ,
7069 { id : "minimax-m2.7" , name : "MiniMax M2.7" , req : 3400 , d : "300ms" } ,
71- { id : "deepseek-v4-flash " , name : "DeepSeek V4 Flash " , req : 7450 , d : "340ms " } ,
70+ { id : "deepseek-v4-pro " , name : "DeepSeek V4 Pro " , req : 3450 , d : "200ms " } ,
7271 { id : "qwen3.5-plus" , name : "Qwen3.5 Plus" , req : 10200 , d : "360ms" } ,
72+ { id : "deepseek-v4-flash" , name : "DeepSeek V4 Flash" , req : 31650 , d : "340ms" } ,
7373 ]
7474
7575 const w = 720
@@ -340,6 +340,9 @@ export default function Home() {
340340 < div >
341341 < IconAlibaba width = "24" height = "24" />
342342 </ div >
343+ < div >
344+ < IconDeepSeek width = "24" height = "24" />
345+ </ div >
343346 < div >
344347 < IconMiMo width = "24" height = "24" />
345348 </ div >
0 commit comments