go: kimi k3 2x usage

This commit is contained in:
Frank 2026-07-17 03:26:46 -04:00
commit a414e06d0c
37 changed files with 39 additions and 57 deletions

View file

@ -61,10 +61,10 @@ function LimitsGraph(props: { href: string }) {
onCleanup(() => observer.disconnect())
})
const baseline = 200
const baseline = 100
const graph = [
{ id: "grok-4.5", name: "Grok 4.5", req: 80, d: "50ms" },
{ id: "kimi-k3", name: "Kimi K3", req: 280, baseReq: 140, d: "75ms" },
{ id: "kimi-k3", name: "Kimi K3 (2X Usage)", req: 280, baseReq: 140, d: "75ms" },
{ id: "glm-5.2", name: "GLM-5.2", req: 880, d: "100ms" },
{ id: "qwen3.7-max", name: "Qwen3.7 Max", req: 950, d: "110ms" },
{ id: "kimi-k2.7-code", name: "Kimi K2.7 Code", req: 1150, d: "150ms" },
@ -185,7 +185,7 @@ function LimitsGraph(props: { href: string }) {
<For each={shown}>
{(t) => (
<span data-xlabel style={{ "--x": px(x(t)), "--y": ty } as any}>
{i18n.t("go.graph.tick", { n: t })}
{t * baseline}
</span>
)}
</For>