docs: refresh the homepage supported-models table - #2271
Merged
Conversation
Zhichenzzz
approved these changes
Aug 10, 2026
Zhichenzzz
reviewed
Aug 10, 2026
| | **GPT-OSS** | [gpt-oss-20b](/models/gpt-oss/gpt-oss) | | ||
| | **DeepSeek** | [DeepSeek-V4 Pro](/models/deepseek/deepseek-v4-pro)<br/>[DeepSeek-V4 Flash](/models/deepseek/deepseek-v4-flash) | | ||
| | **Thinking Machines** | [Inkling](/models/thinkingmachines/inkling)<br/>[Inkling-Small](/models/thinkingmachines/inkling-small) | | ||
| | **Qwen** | [Qwen3.6 MoE](/models/qwen/qwen3-6-moe)<br/>[Qwen3.6](/models/qwen/qwen3-6)<br/>[Qwen3.5-35B-A3B](/models/qwen/qwen3-5-moe)<br/>[Qwen3.5-4B / 9B / 27B](/models/qwen/qwen3-5) | |
Contributor
There was a problem hiding this comment.
still keep qwen-3? because the quick example is qwen3
Contributor
Author
There was a problem hiding this comment.
I'd suggest dropping it here since we mentioned above that "including older generations of the families below."
…docs # Conflicts: # docs/index.md
3 tasks
Shi-Dong
requested review from
Rockdu,
Ying1123,
fzyzcjy,
guapisolo,
jybsuper,
maocheng23,
yueming-yuan and
yushengsu-thu
as code owners
August 10, 2026 20:08
Zhichenzzz
added a commit
that referenced
this pull request
Aug 10, 2026
Conflicts, both resolved in favour of main: - docs/index.md: #2271 refreshed the homepage table (trimmed to recent releases, added Kimi-K3 / Nemotron-3-Ultra / Gemma-4 / JoyAI / Inkling-Small) and already carries the GLM-5.2 link this branch was adding, so main's table is taken wholesale. - examples/experimental/openenv/glm52_tbench2/README.md: the example landed on main separately as #2220 with a reworded "Container image" prerequisite; main's copy wins and this branch no longer touches the example. Net diff against main is now just the GLM-5.2 docs: the new docs/models/glm/glm5-2.md page, its nav entry, the GLM and models index rows, the cross-reference from glm5.md, and the /glm/ .gitignore anchor.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refreshes the Supported models table on the docs homepage (
docs/index.md), stacked on #2264./models/glm/glm5-2— the page ships in docs: add GLM-5.2 model page and update supported-models tables #2216; whichever PR lands second takes a trivial table-row rebase)/models/thinkingmachines/inkling-small)scripts/run_nemotron_3_ultra_550b_a55b.py; no docs page yet)scripts/run_joy_ai_llm_flash.py)scripts/run_kimi_k3.py/run_kimi_k3_lora.py; switch to a docs/script link once it merges)The removed models' recipe pages and launch scripts stay in the repo and in
/models/*— only the homepage highlight table shrinks.Since the intro sentence previously promised a recipe page per model, it now reads "recipe page or launch script" to cover the script-linked rows.
Test plan
docs/index.mdrenders correctly in the Mintlify preview/models/...links resolve (GLM-5.2 resolves once docs: add GLM-5.2 model page and update supported-models tables #2216 lands)main