Go add hy3 preview (#26533)
This commit is contained in:
parent
ce3235e115
commit
bcbc1dba22
55 changed files with 143 additions and 140 deletions
|
|
@ -35,6 +35,7 @@ const models = [
|
|||
{ name: "MiniMax M2.5", provider: "MiniMax" },
|
||||
{ name: "DeepSeek V4 Pro", provider: "DeepSeek" },
|
||||
{ name: "DeepSeek V4 Flash", provider: "DeepSeek" },
|
||||
{ name: "Hy3 preview", provider: "Tencent" },
|
||||
]
|
||||
|
||||
function LimitsGraph(props: { href: string }) {
|
||||
|
|
@ -63,6 +64,7 @@ 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", req: 1150, d: "150ms" },
|
||||
{ id: "mimo-v2.5-pro", name: "MiMo-V2.5-Pro", req: 1290, d: "150ms" },
|
||||
{ id: "hy3-preview", name: "Hy3 preview", req: 1875, d: "180ms" },
|
||||
{ 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-pro", name: "DeepSeek V4 Pro", req: 3450, d: "200ms" },
|
||||
|
|
|
|||
|
|
@ -297,6 +297,7 @@ export function LiteSection() {
|
|||
<li>Qwen3.6 Plus</li>
|
||||
<li>DeepSeek V4 Pro</li>
|
||||
<li>DeepSeek V4 Flash</li>
|
||||
<li>Hy3 preview</li>
|
||||
</ul>
|
||||
<p data-slot="promo-description">{i18n.t("workspace.lite.promo.footer")}</p>
|
||||
<div data-slot="subscribe-actions">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue