docs: 66 → 65 models, 8 → 7 free, after three NVIDIA end-of-life delistings - #25
Merged
Conversation
…stings A live two-pass probe on 2026-07-27 found qwen3-next-80b-a3b-instruct, qwen3.5-397b-a17b and mistral-large-3-675b all returning HTTP 410 Gone from NVIDIA's free tier. qwen3-next was still visible in the catalog, so hiding it moves the derived counts: chat 66 → 65, total 86 → 85, free 8 → 7. The numbers here are not hand-maintained — brand-numbers.ts derives them from the catalog and brand-numbers.docs.test.ts sweeps this tree by claim shape. That sweep is what produced this file list: it named all 40 stale mentions, including ones no grep for a remembered phrasing would have found. Every hunk is a count literal. No prose was rewritten.
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.
Companion to the base-repo PR that delists three free models.
A live two-pass
--realprobe on 2026-07-27 found all three returning HTTP 410 Gone from NVIDIA's free tier:qwen/qwen3-next-80b-a3b-instructqwen/qwen3.5-397b-a17bmistralai/mistral-large-3-675b-instruct-2512qwen3-nextwas still visible in the catalog, so hiding it moves the derived counts: chat 66 → 65, total 86 → 85, free 8 → 7.Why this PR is 22 files
The counts are not hand-maintained.
brand-numbers.tsderives them from the catalog, andbrand-numbers.docs.test.tssweeps this tree by claim shape rather than by remembered phrasing. Hiding one model turned 40 mentions across 22 files stale, and the sweep named every one of them. That is the mechanism working: three hand-written grep passes once left 49 stale numbers behind in this same tree.Every hunk is a count literal (
66→65,86→85,8 free→7 free). No prose was rewritten, and dated posts were left alone — a benchmark that ran N models still ran N models.Verified
Base repo full suite against this tree: 1096 tests, 100 files, all pass, including
brand-numbers.docs.test.tswhich walks this repo'sdocs/.tsc --noEmitclean,next buildclean.