执行摘要
热门模型横幅加入 GLM-5.3-Flash 并移除 Inkling
PR 说明中提到更新理由是 GLM-5.3-Flash cookbook 已上线,需要将其加入轮播以反映最新推荐模型,并淘汰 Inkling,同时修正 GLM 厂商卡片链接。
无需精读,典型的文档维护 PR。可关注其文案与模型实际配置一致性。
无 review 评论,唯一审核人给予 APPROVED。
PR 说明中提到更新理由是 GLM-5.3-Flash cookbook 已上线,需要将其加入轮播以反映最新推荐模型,并淘汰 Inkling,同时修正 GLM 厂商卡片链接。
无需精读,典型的文档维护 PR。可关注其文案与模型实际配置一致性。
无 review 评论,唯一审核人给予 APPROVED。
docs/src/snippets/configs/popular-models.jsx 中,popularModels 数组新增 GLM-5.3-Flash 条目(位于 Qwen3.8-Flash-Next 之后),包含 name、vendor、href、logo、badge、tags 和 hero 块;文案依据 GLM-5.3-Flash 页面开场改写,平台数(9)与模型配置 supportedHardware 匹配。Inkling 对象,保持列表总数为 4 个条目,确保轮播循环正常。docs/cookbook/autoregressive/intro.mdx 中,将 GLM 卡片 href 从 /cookbook/autoregressive/GLM/GLM-5.2 改为 /cookbook/autoregressive/GLM/GLM-5.3-Flash。models.length 仍为 4,无需组件改动。| 文件 | 模块 | 状态 | 重要度 |
|---|---|---|---|
docs/src/snippets/configs/popular-models.jsx |
文档配置 | modified | 6.35 |
docs/cookbook/autoregressive/intro.mdx |
文档页面 | modified | 2.31 |
docs/src/snippets/configs/popular-models.jsx
data-contract
热门模型轮播数据源,新增 GLM-5.3-Flash 条目并移除 Inkling,是本次变更的核心。
// 热门模型列表(docs 首页 + Cookbook 首页轮播)
// 新增 GLM-5.3-Flash 条目,并移除 Inkling,保持数组长度为 4
// 平台数量(9)需与模型配置 supportedHardware 一致
export const popularModels = [
// ... 其他条目 ...
{
name: "GLM-5.3-Flash",
vendor: "Z.ai",
href: "/cookbook/autoregressive/GLM/GLM-5.3-Flash",
logo: "/cards/logos/glm.png",
badge: "New",
tags: ["9 platforms", "MLA + DSA + KDA hybrid", "Multimodal"],
hero: {
eyebrow: "Featured model · New",
headline: "Meet GLM-5.3-Flash on SGLang",
blurb: "Z.ai's natively multimodal MoE model — 320B total / 18B active, ...",
tags: ["320B / 18B active", "1M context", "Text + image + video"],
cta: "Open the GLM-5.3-Flash cookbook",
caption: "GLM-5.3-Flash deployment guide",
},
},
// 移除 Inkling 条目,保持总数一致
];
当前评论区没有形成足够清晰的争议点或结论,后续有更多讨论时会体现在这里。
风险极低。主要风险是文案准确性可能误导用户(如平台数量与实际支持不符),但 PR 遵循了文件规则,且无代码逻辑变更。
影响 docs 首页和 Cookbook 首页的模型展示,以及 autoregressive cookbook 的 GLM 卡片链接;对用户有正面指引作用,对系统无影响。
当前没有检测到明确关联的 Issue 链接,后续同步到相关引用后会出现在这里。
参与讨论