Skip to content

docs: 66 → 65 models, 8 → 7 free, after three NVIDIA end-of-life delistings - #25

Merged
VickyXAI merged 1 commit into
mainfrom
fix/model-count-65-85
Jul 28, 2026
Merged

docs: 66 → 65 models, 8 → 7 free, after three NVIDIA end-of-life delistings#25
VickyXAI merged 1 commit into
mainfrom
fix/model-count-65-85

Conversation

@VickyXAI

Copy link
Copy Markdown
Contributor

Companion to the base-repo PR that delists three free models.

A live two-pass --real probe on 2026-07-27 found all three returning HTTP 410 Gone from NVIDIA's free tier:

Model Both passes
qwen/qwen3-next-80b-a3b-instruct 410 Gone
qwen/qwen3.5-397b-a17b 410 Gone
mistralai/mistral-large-3-675b-instruct-2512 410 Gone

qwen3-next was 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.ts derives them from the catalog, and brand-numbers.docs.test.ts sweeps 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 (6665, 8685, 8 free7 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.ts which walks this repo's docs/. tsc --noEmit clean, next build clean.

…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.
@VickyXAI
VickyXAI merged commit 56d610b into main Jul 28, 2026
1 check passed
@VickyXAI
VickyXAI deleted the fix/model-count-65-85 branch July 28, 2026 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant