[Docs] Feature MiniMax-H3 in the popular-models banner (#35068)

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
zijiexia
2026-08-17 02:09:26 +00:00
committed by GitHub
co-authored by Claude Opus 5
parent 0e500feae6
commit f019f0b064
+17 -17
View File
@@ -29,6 +29,23 @@ export const popularModels = [
caption: "Qwen3.8-27B deployment guide",
},
},
{
name: "MiniMax-H3",
vendor: "MiniMax",
href: "/cookbook/diffusion/MiniMax/MiniMax-H3",
logo: "/cards/logos/minimax.png",
badge: "New",
tags: ["7 platforms", "Video + audio", "BF16 / FP8"],
hero: {
eyebrow: "Featured model · New",
headline: "Meet MiniMax-H3 on SGLang",
blurb:
"MiniMax's video-and-audio diffusion model — one request returns an MP4 carrying 24 fps video and a synchronized stereo audio track. SGLang Diffusion serves all three task profiles — text, first/last frame, and image / video / audio reference conditioning — with Ulysses × Ring sequence parallelism and recipes across B200, B300, H200, H100, AMD MI300X / MI355X, and 2× RTX 5090.",
tags: ["Video + synced audio", "415 s at 24 fps", "8× B200 → 2× RTX 5090"],
cta: "Open the MiniMax-H3 cookbook",
caption: "MiniMax-H3 deployment guide",
},
},
{
name: "Kimi-K3",
vendor: "Moonshot AI",
@@ -63,21 +80,4 @@ export const popularModels = [
caption: "Inkling deployment guide",
},
},
{
name: "GLM-5.2",
vendor: "Z.ai",
href: "/cookbook/autoregressive/GLM/GLM-5.2",
logo: "/cards/logos/glm.png",
badge: "New",
tags: ["7 platforms", "DSA attention", "FP8 / NVFP4"],
hero: {
eyebrow: "Featured model · New",
headline: "Meet GLM-5.2 on SGLang",
blurb:
"Z.ai's DeepSeek-Sparse-Attention Mixture-of-Experts model, with MTP speculative decoding and a 1M-token context window. Recipes cover FP8, BF16, and NVFP4 across H200, B200, B300, GB300, and AMD MI300X / MI325X / MI355X.",
tags: ["DSA attention", "1M context", "FP8 / BF16 / NVFP4"],
cta: "Open the GLM-5.2 cookbook",
caption: "GLM-5.2 deployment guide",
},
},
];