free-coding-models 0.5.94 → 0.5.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,20 @@
1
+ # Changelog v0.5.95 - 2026-09-22
2
+
3
+ ### Added
4
+ - 🌐 Pollinations: Claude Opus 5 (S+, 1M), Claude Sonnet 5 (S, 1M), LongCat 2.0 (A, 1M) and DeepSeek V4.1 Flash (A+, 1M) are now reachable free via Pollen credits. Flagged gemini-3.1-pro-preview as reporting 'down' on the live catalog, re-verify next audit.
5
+ - 🔀 OrcaRouter: the fusion family (fusion S, fusion-mini A+, fusion-flash B+) now reports $0 with real context lengths, so all three are listed.
6
+ - ðŸ‡Ŧ🇷 Mistral: Mistral Large 3 (mistral-large-2512, S+, 256k) re-added. The 2026-09-16 removal was stale, the 675B MoE flagship is back in the official catalog. Also added Leanstral 1.5 (B, 256k, Lean 4 theorem proving).
7
+ - ⚡ NVIDIA NIM: GLM-5.3-Flash (S+, 1M) verified live on the free integrate API.
8
+ - ðŸ‡Ŧ🇷 Scaleway: Qwen3.8 27B (A+, 256k) added to the Serverless catalog.
9
+ - ðŸ§Đ OpenCode Zen: MiMo-V2.6 Flash Free (S+, 200k) new free promo model on the live Zen endpoint.
10
+ - ðŸ§ą Kilo: Nemotron 3.5 Content Safety (C, 128k) added for breadth, matching OpenRouter/Requesty.
11
+ - 🐉 SiliconFlow: Hunyuan MT 7B (C, 33k) added as the new $0 chat model.
12
+
13
+ ### Removed
14
+ - ðŸŠĶ Novita: bunny, Qwen 3.6 Plus, Qwen 3.5 Plus and GLM 4.6 (dev) all gone paid or delisted. Only the 3 Ling 3.0 Flash variants stay free (time-limited).
15
+ - ðŸŠĶ SiliconFlow: DeepSeek R1 0528 Qwen3 8B and Qwen3.5 4B dropped off the official free pricing list.
16
+ - ðŸŠĶ Mistral: Magistral Medium officially deprecated upstream 2026-05-22, replacement Mistral Medium 3.5 (already listed).
17
+
18
+ ### Changed
19
+ - 🔍 Full 24-provider re-audit, live-verified 2026-09-22: 247 → 254 free models. 14 providers confirmed with zero changes (groq, cerebras, googleai, cloudflare, openrouter, sambanova, ovhcloud, codestral, zai, qwen, llm7, routeway, requesty, vercel-gateway, ollama-cloud).
20
+ - ✅ Test updated: NVIDIA static-head expectation now reflects the new catalog order.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "free-coding-models",
3
- "version": "0.5.94",
3
+ "version": "0.5.95",
4
4
  "description": "Find the fastest coding LLM models in seconds — ping free models from multiple providers, pick the best one for OpenCode, Cursor, or any AI coding assistant.",
5
5
  "keywords": [
6
6
  "nvidia",
package/sources.js CHANGED
@@ -50,6 +50,7 @@ export const nvidiaNim = [
50
50
  // Removed (2026-08-30): deepseek-ai/deepseek-v4-pro (DeepSeek V4 Pro) — 410 Gone per NVIDIA NIM forum; replaced by deepseek-v4-flash:0731 (forums.developer.nvidia.com/t/deepseek-v4-pro-flash-removed/379558)
51
51
  // Removed (2026-09-21): deepseek-ai/deepseek-v4-flash-0731 (DeepSeek V4 Flash) — NVIDIA deprecation banner on the model page: deprecated 2026-09-19, no longer supported after 2026-09-21; DeepSeek retired V4 Flash in favor of V4.1 Flash (not registered on NIM)
52
52
  ['moonshotai/kimi-k3', 'Kimi K3', 'S+', '76.8%', '1M'], // Fixed (2026-09-21): tier 'S' → 'S+' + sweScore '-' → '76.8%' (tracker-sourced SWE-bench Verified; 76.8% is S+ on the documented scale)
53
+ ['z-ai/glm-5.3-flash', 'GLM-5.3-Flash', 'S+', '-', '1M'], // Added (2026-09-22) — live on NIM /v1/models (needed a 230s cold start on first probe)
53
54
  // Removed (2026-08-30): stepfun-ai/step-3.7-flash (Step 3.7 Flash) — 410 Gone per NVIDIA NIM TUI ping (no replacement listed; superseded by step-3.7-flash via Routeway `step-3.7-flash:free`)
54
55
  ['nvidia/nemotron-3-ultra-550b-a55b', 'Nemotron 3 Ultra', 'S+', '71.9%', '1M'],
55
56
  ['poolside/laguna-xs-2.1', 'Laguna XS 2.1', 'S+', '70.9%', '262k'], // Added (2026-08-13)
@@ -211,17 +212,19 @@ export const githubModels = [
211
212
  export const mistral = [
212
213
  // ── S+ tier — SWE-bench Verified â‰Ĩ70% ──
213
214
  ['mistral-medium-3-5', 'Mistral Medium 3.5', 'S+', '77.6%', '256k'], // Fixed (2026-09-16): mistral-medium-3-5-26-04 → mistral-medium-3-5 (live /v1/models, ctx 262144)
215
+ ['mistral-large-2512', 'Mistral Large 3', 'S+', '-', '256k'], // Re-added (2026-09-22) — the 2026-09-16 removal was stale: Mistral Large 3 (675B MoE, GA 2025-12) is back in the official catalog
214
216
  // Removed (2026-08-13): devstral-2512 (Devstral 2) — Mistral deprecation, full retirement 2026-07-31
215
217
  // Removed (2026-09-16): mistral-large-3-25-12 (Mistral Large 3) — no `large` model exists in the live catalog at all
216
218
  // Removed (2026-09-16): zai-glm-5-2 (Z.ai GLM 5.2) — absent from /v1/models; a direct call returns 403 tier_not_allowed (paid tier only), so it never belonged in a free catalog
217
219
  // ── A+ tier ──
218
- ['magistral-medium-latest', 'Magistral Medium', 'A+', '-', '256k'], // Fixed (2026-09-16): magistral-medium-1-2-25-09 → magistral-medium-latest (only the -latest alias exists upstream)
220
+ // Removed (2026-09-22): magistral-medium-latest (Magistral Medium) — officially deprecated upstream 2026-05-22, "Use Mistral Medium 3.5"; replacement: mistral-medium-3-5
219
221
  // ── A tier — SWE-bench Verified 40–50% ──
220
222
  ['mistral-small-2603', 'Mistral Small 4', 'A', '48.0%', '256k'], // Fixed (2026-09-16): mistral-small-4-0-26-03 → mistral-small-2603 (live /v1/models, ctx 262144)
221
223
  // ── B+ tier — SWE-bench Verified 30–35% ──
222
224
  ['ministral-14b-2512', 'Ministral 3 14B', 'B+', '-', '256k'], // Fixed (2026-09-16): ministral-3-14b-25-12 → ministral-14b-2512 (live /v1/models, ctx 262144)
223
225
  // ── B tier — SWE-bench Verified 20–30% ──
224
226
  ['ministral-8b-2512', 'Ministral 3 8B', 'B', '-', '256k'], // Fixed (2026-09-16): ministral-3-8b-25-12 → ministral-8b-2512 (live /v1/models, ctx 262144)
227
+ ['labs-leanstral-1-5', 'Leanstral 1.5', 'B', '-', '256k'], // Added (2026-09-22) — free-listed on Mistral LP; targets Lean 4 theorem proving, niche coding use
225
228
  ['ministral-3b-2512', 'Ministral 3 3B', 'B', '-', '128k'], // Fixed (2026-09-16): ministral-3-3b-25-12 → ministral-3b-2512; ctx 256k → 128k (max_context_length 131072)
226
229
  // Removed (2026-09-16): mistral-small-creative-25-12 (Mistral Small Creative) — absent from the live catalog
227
230
  ]
@@ -255,6 +258,7 @@ export const scaleway = [
255
258
  ['gemma-4-26b-a4b-it', 'Gemma 4 26B MoE', 'A+', '-', '256k'],
256
259
  // Removed (2026-09-02): gemma-4-31b-it (Gemma 4 31B IT) — Dedicated tier only, not available on Serverless
257
260
  ['qwen3-235b-a22b-instruct-2507', 'Qwen3 235B', 'A', '45.2%', '250k'], // Restored (2026-09-05) — still Serverless per official docs (silently dropped by PR #178)
261
+ ['qwen3.8-27b', 'Qwen3.8 27B', 'A+', '-', '256k'], // Added (2026-09-22) — new Serverless model on the official catalog (agentic/coding optimized)
258
262
  // ── A- tier — SWE-bench Verified 35–40% ──
259
263
  ['llama-3.3-70b-instruct', 'Llama 3.3 70B', 'B', '22.0%', '100k'], // Fixed (2026-08-13): ctx '128k' → '100k' (Serverless tier per official catalog)
260
264
  // ── B+ tier — SWE-bench Verified 30–35% ──
@@ -282,8 +286,7 @@ export const googleai = [
282
286
  // Removed (2026-09-21): gemini-3.1-pro-preview re-removed — the 2026-09-15 re-add resurrected a paid-only model (free tier "Not available" on the official pricing page since ~April 2026); best free alternative: gemini-3.5-flash
283
287
  // Removed (2026-09-05): gemini-2.0-flash — not listed on the official pricing page (PR #178 addition reverted)
284
288
  // ⚠ïļ Gemini 2.5 family retires no earlier than 2026-10-16 per Google deprecation policy
285
- ['gemma-4-31b-it', 'Gemma 4 31B', 'A+', '52.0%', '256k'], // Added (2026-09-21) — new in the free tier per official docs
286
- ['gemma-4-26b-a4b-it', 'Gemma 4 26B MoE', 'A', '38.0%', '256k'], // Added (2026-09-21) — new in the free tier per official docs
289
+ // Removed (2026-09-21): gemma-4-31b-it + gemma-4-26b-a4b-it (Gemma 4 entries) — Gemma pages are gone from ai.google.dev (404 on /gemini-api/docs/models/gemma), Gemma is no longer served via the Gemini API free tier; the free Gemma route is now NVIDIA NIM
287
290
  ]
288
291
 
289
292
  // 📖 ZAI source - https://open.z.ai
@@ -402,7 +405,7 @@ export const ovhcloud = [
402
405
  ['Qwen3.5-397B-A17B', 'Qwen3.5 397B MoE', 'S+', '76.2%', '262k'],
403
406
  ['Qwen3.6-27B', 'Qwen3.6 27B', 'S+', '77.2%', '262k'],
404
407
  // Removed (2026-07-27): Qwen3-Coder-30B-A3B-Instruct (Qwen3 Coder 30B MoE) — no longer in catalog
405
- ['Qwen3-Coder-30B-A3B-Instruct', 'Qwen3 Coder 30B A3B', 'A+', '51.6%', '262k'], // Re-added (2026-09-21) — back in the official AI Endpoints catalog
408
+ // Removed (2026-09-21): Qwen3-Coder-30B-A3B-Instruct (Qwen3 Coder 30B A3B) — absent from the official AI Endpoints catalog page (20 models, no coder model); the 2026-09-21 morning re-add was erroneous
406
409
  ['gpt-oss-120b', 'GPT OSS 120B', 'S', '62.4%', '131k'],
407
410
  ['gpt-oss-20b', 'GPT OSS 20B', 'A+', '50.3%', '131k'],
408
411
  ['Meta-Llama-3_3-70B-Instruct', 'Llama 3.3 70B', 'B', '22.0%', '131k'],
@@ -410,9 +413,7 @@ export const ovhcloud = [
410
413
  // Removed (2026-08-13): Mistral-Small-3.2-24B-Instruct-2506 (Mistral Small 3.2) — no longer in OVHcloud public catalog (endpoint still reachable but not listed)
411
414
  // Removed (2026-07-27): Mistral-7B-Instruct-v0.3 (Mistral 7B Instruct) — no longer in catalog
412
415
  // Removed (2026-08-13): Mistral-Nemo-Instruct-2407 (Mistral Nemo) — no longer in OVHcloud public catalog
413
- ['Mistral-Small-3.2-24B-Instruct-2506', 'Mistral Small 3.2 24B', 'S', '69.4%', '131k'], // Re-added (2026-09-21) — back in the official catalog (Mistral's self-reported 69.4% SWE-bench Verified)
414
- ['Mistral-Nemo-Instruct-2407', 'Mistral Nemo 12B', 'B', '-', '65k'], // Re-added (2026-09-21) — back in the official catalog
415
- ['Mistral-7B-Instruct-v0.3', 'Mistral 7B v0.3', 'C', '-', '65k'], // Re-added (2026-09-21) — back in the official catalog
416
+ // Removed (2026-09-21): Mistral-Small-3.2-24B-Instruct-2506 + Mistral-Nemo-Instruct-2407 + Mistral-7B-Instruct-v0.3 re-removed — none of the three Mistral models appear on the official AI Endpoints catalog page; the 2026-09-21 morning re-adds were erroneous
416
417
  ['Qwen3.5-9B', 'Qwen3.5 9B', 'B+', '30.0%', '262k'],
417
418
  ['Qwen2.5-VL-72B-Instruct', 'Qwen2.5-VL 72B', 'S', '-', '32k'], // Added (2026-08-13)
418
419
  // ── Embeddings ──
@@ -437,6 +438,7 @@ export const opencodeZen = [
437
438
  // Removed (2026-09-05): deepseek-v4-flash-free (DeepSeek V4 Flash Free) - deprecated: marked status=deprecated in the models.dev registry (2026-09-05) and dropped from the docs free-models pricing table; free promo ended
438
439
  ['deepseek-v4-flash-free', 'DeepSeek V4 Flash Free', 'S+', '79.0%', '200k'], // Re-added (2026-09-21) — free again per the live Zen /v1/models list and models.dev ($0 pricing); still absent from the docs pricing table so re-verify at next audit
439
440
  ['mimo-v2.5-free', 'MiMo-V2.5 Free', 'S+', '-', '200k'],
441
+ ['mimo-v2.6-flash-free', 'MiMo-V2.6 Flash Free', 'S+', '-', '200k'], // Added (2026-09-22) — new free promo model on the live Zen /v1/models list
440
442
  ['nemotron-3-ultra-free', 'Nemotron 3 Ultra Free', 'S+', '71.9%', '1M'],
441
443
  // Removed (2026-09-05): hy3-free (Tencent Hy3 Free) — absent from live /v1/models (66 models checked)
442
444
  ['nemotron-3.5-lightning-free', 'Nemotron 3.5 Lightning Free', 'S+', '-', '262k'], // Added (2026-08-13)
@@ -444,6 +446,7 @@ export const opencodeZen = [
444
446
  ['ling-3.0-flash-fin-free', 'Ling 3.0 Flash Fin Free', 'B+', '-', '262k'], // Added (2026-09-05) — new id in live /v1/models (was ling-3.0-flash-free)
445
447
  ['muse-spark-1.2-contributor-free', 'Muse Spark 1.2 Contributor Free', 'A+', '-', '1M'],
446
448
  ['muse-spark-1.3-contributor-free', 'Muse Spark 1.3 Contributor Free', 'S+', '-', '1M'],
449
+ ['jev-1.13-free', 'Jev 1.13 Free', 'B+', '-', '200k'], // Added (2026-09-21) — new free model on the live Zen /v1/models list (74 models checked)
447
450
  ]
448
451
 
449
452
  // 📖 Kilo source - https://api.kilo.ai/api/gateway
@@ -474,6 +477,7 @@ export const kilo = [
474
477
  ['nex-agi/nex-n2.5-pro:free', 'Nex AGI Nex-N2.5-Pro (free)', 'A', '-', '262k'], // Added (2026-09-15) — verified via live audit
475
478
  ['nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free', 'NVIDIA Nemotron 3 Nano Omni (free)', 'A+', '-', '262k'], // Added (2026-09-21) — new in the live free gateway list
476
479
  ['qwen/qwen3.8-27b:free', 'Qwen3.8 27B (free)', 'S', '-', '262k'], // Added (2026-09-21) — new in the live free gateway list
480
+ ['nvidia/nemotron-3.5-content-safety:free', 'NVIDIA Nemotron 3.5 Content Safety (free)', 'C', '-', '128k'], // Added (2026-09-22) — content-safety classifier, marginal but kept for breadth (matches OpenRouter/Requesty)
477
481
  ]
478
482
 
479
483
  // 📖 LLM7 source - https://api.llm7.io/v1
@@ -532,10 +536,10 @@ export const novita = [
532
536
  // Removed (2026-07-27): qwen/qwen3.5-plus (Qwen3.5 Plus) — no longer in novita catalog
533
537
  ['inclusionai/ling-3.0-flash-fin', 'Ling 3.0 Flash Fin', 'B+', '-', '256k'],
534
538
  ['inclusionai/ling-3.0-flash-sante', 'Ling 3.0 Flash Sante', 'B+', '-', '256k'],
535
- ['bunny', 'Bunny (free tier)', 'C', '-', '256k'], // Added (2026-09-15) — verified via live audit
536
- ['qwen/qwen3.6-plus', 'Qwen 3.6 Plus (free tier)', 'A', '-', '1M'], // Added (2026-09-15) — verified via live audit
537
- ['qwen/qwen3.5-plus', 'Qwen 3.5 Plus (free tier)', 'A-', '-', '1M'], // Added (2026-09-15) — verified via live audit
538
- ['dev/glm46', 'GLM 4.6 (dev, free)', 'A-', '-', '256k'], // Added (2026-09-15) — verified via live audit
539
+ // Removed (2026-09-22): bunny (Bunny (free tier)) — no longer on the Novita pricing/catalog page, only paid variants remain
540
+ // Removed (2026-09-22): qwen/qwen3.6-plus (Qwen 3.6 Plus (free tier)) — no longer in the Novita catalog, only paid Qwen3.6 variants remain
541
+ // Removed (2026-09-22): qwen/qwen3.5-plus (Qwen 3.5 Plus (free tier)) — no longer in the Novita catalog, Qwen3.5 now paid-only size variants
542
+ // Removed (2026-09-22): dev/glm46 (GLM 4.6 (dev, free)) — GLM 4.6 is now paid ($0.55/$2.20 per M), no free GLM tier left; cheapest GLM: glm-5.3-flash (paid)
539
543
  ['inclusionai/ling-3.0-flash-vl', 'Ling 3.0 Flash VL', 'B+', '-', '256k'], // Added (2026-09-15) — verified via live audit
540
544
  ]
541
545
 
@@ -546,6 +550,9 @@ export const novita = [
546
550
  // 📖 anonymous path only reaches the default model via GET /text. Daily Pollen grants per tier renew free.
547
551
  // 📖 Verified live 2026-09-21 via GET /v1/models (411 models): the old short ids (openai, deepseek, kimi,
548
552
  // 📖 laguna...) are no longer primary ids but still resolve as aliases of the canonical namespaced models.
553
+ // 📖 Note (2026-09-21): the anonymous tier (text.pollinations.ai/models) now lists ONLY openai-fast;
554
+ // 📖 the models below need the free API key + Pollen credits (gen.pollinations.ai). Re-check the Pollen
555
+ // 📖 free-grant policy at next audit: if grants stop covering these models, this list must shrink to openai-fast.
549
556
  export const pollinations = [
550
557
  // ── S+ tier — SWE-bench Verified â‰Ĩ70% ──
551
558
  ['laguna', 'Laguna S 2.1', 'S+', '-', '1M'], // Fixed (2026-09-21): alias now resolves to poolside/laguna-s-2.1 (Laguna S 2.1), was Laguna XS.2; score cleared (S 2.1 has no published SWE-bench Verified)
@@ -556,12 +563,14 @@ export const pollinations = [
556
563
  ['moonshotai/kimi-k3', 'Moonshot Kimi K3', 'S+', '76.8%', '1M'], // Added (2026-09-21) — canonical id, healthy on live /v1/models; score follows the Kimi K3 entry on NVIDIA
557
564
  ['deepseek/deepseek-v4-pro', 'DeepSeek V4 Pro', 'S+', '-', '1M'], // Added (2026-09-21) — canonical id, healthy on live /v1/models
558
565
  ['qwen/qwen3.8-max', 'Qwen3.8 Max', 'S+', '-', '1M'], // Added (2026-09-21) — canonical id, healthy on live /v1/models
559
- ['google/gemini-3.1-pro-preview', 'Gemini 3.1 Pro Preview', 'S+', '-', '1M'], // Added (2026-09-21) — canonical id (paid-only on Google AI Studio but free here)
566
+ ['google/gemini-3.1-pro-preview', 'Gemini 3.1 Pro Preview', 'S+', '-', '1M'], // Added (2026-09-21) — canonical id (paid-only on Google AI Studio but free here) // ⚠ïļ status 'down' on live /v1/models 2026-09-22, re-verify next audit
560
567
  ['openai/gpt-5.5', 'OpenAI GPT-5.5', 'S+', '-', '1M'], // Added (2026-09-21) — canonical id, healthy on live /v1/models
561
568
  ['openai/gpt-6-astra', 'OpenAI GPT-6 Astra', 'S+', '-', '1M'], // Added (2026-09-21) — canonical id, healthy on live /v1/models
562
569
  ['z-ai/glm-5.3-flash', 'Z.ai GLM-5.3 Flash', 'S+', '-', '1M'], // Added (2026-09-21) — canonical id, healthy on live /v1/models
563
570
  ['nvidia/nemotron-3-ultra', 'NVIDIA Nemotron 3 Ultra', 'S+', '71.9%', '262k'], // Added (2026-09-21) — canonical id, healthy on live /v1/models; score/scale from the NVIDIA entry
571
+ ['anthropic/claude-opus-5', 'Claude Opus 5', 'S+', '-', '1M'], // Added (2026-09-22) — healthy on live /v1/models, free via Pollen credits
564
572
  // ── S tier — SWE-bench Verified 60–70% ──
573
+ ['anthropic/claude-sonnet-5', 'Claude Sonnet 5', 'S', '-', '1M'], // Added (2026-09-22) — healthy on live /v1/models, free via Pollen credits
565
574
  ['qwen-coder', 'Qwen3 Coder 30B', 'A+', '51.6%', '262k'], // Fixed (2026-09-21): alias now resolves to qwen/qwen3-coder-30b-a3b-instruct; re-scored from the 480B figure to the 30B SWE-bench Verified
566
575
  ['deepseek', 'DeepSeek V4 Flash', 'S+', '79.0%', '1M'], // Fixed (2026-09-21): alias now resolves to deepseek/deepseek-v4-flash (V4 Flash 0731), was V3; re-scored per the V4 Flash family entry
567
576
  ['kimi-code', 'Kimi K2.7 Code', 'S', '60.4%', '262k'], // Fixed (2026-09-21): alias now resolves to moonshotai/kimi-k2.7-code, was K2 Code
@@ -569,6 +578,8 @@ export const pollinations = [
569
578
  ['qwen/qwen3-coder-next', 'Qwen3 Coder Next', 'S+', '70.6%', '262k'], // Added (2026-09-21) — canonical id (new on the network, health still warming up); score from the DashScope entry
570
579
  ['openai/gpt-5.6-luna', 'OpenAI GPT-5.6 Luna', 'S', '-', '1M'], // Added (2026-09-21) — canonical id, healthy on live /v1/models
571
580
  // ── A+ tier — SWE-bench Verified 50–60% ──
581
+ ['deepseek/deepseek-v4.1-flash', 'DeepSeek V4.1 Flash', 'A+', '-', '1M'], // Added (2026-09-22) — healthy on live /v1/models, successor to V4 Flash
582
+ ['meituan/longcat-2.0', 'LongCat 2.0', 'A', '-', '1M'], // Added (2026-09-22) — healthy on live /v1/models, new MoE agentic/coding model on the network
572
583
  ['gemma-4-31b', 'Gemma 4 31B', 'A+', '52.0%', '262k'],
573
584
  ['gpt-oss', 'GPT OSS 20B', 'A+', '50.3%', '131k'],
574
585
  ['qwen3.7-flash', 'Qwen3.7 Flash', 'A+', '-', '1M'],
@@ -584,15 +595,14 @@ export const pollinations = [
584
595
  // 📖 and still reachable with free-tier rate limits (1000 RPM). Keep only the chat text models here.
585
596
  export const siliconflow = [
586
597
  // ── A tier — SWE-bench Verified 40–50% ──
587
- ['THUDM/GLM-Z1-9B-0414', 'GLM-Z1 9B', 'A', '-', '131k'], // Fixed (2026-09-21): deleted the false 2026-09-15 "ctx to 32k" comment; official context_length is 131072 so the value stays 131k
588
- ['deepseek-ai/DeepSeek-R1-0528-Qwen3-8B', 'DeepSeek R1 0528 Qwen3 8B', 'A', '-', '131k'],
598
+ // Removed (2026-09-21): THUDM/GLM-Z1-9B-0414 + THUDM/GLM-4-9B-0414 — deprecated 2026-03-12 per official release notes, service terminated
599
+ // Removed (2026-09-22): deepseek-ai/DeepSeek-R1-0528-Qwen3-8B (DeepSeek R1 0528 Qwen3 8B) — no longer on the official pricing page free list, deepseek-ai catalog is paid-only now
589
600
  // ── B+ tier ──
590
- ['Qwen/Qwen3-8B', 'Qwen3 8B', 'B+', '30.0%', '131k'],
601
+ // Removed (2026-09-21): Qwen/Qwen3-8B ($0.06/M) + Qwen/Qwen2.5-7B-Instruct ($0.05/M) — no longer free, both now paid on the official model pages; replacement: Qwen/Qwen3.5-4B
591
602
  // Removed (2026-09-05): deepseek-ai/DeepSeek-R1-Distill-Qwen-7B (DeepSeek R1 Distill Qwen 7B) - No longer listed on SiliconFlow pricing/catalog page (0 of 184 model records); superseded by the newer R1-0528 Qwen3 distill
592
- ['Qwen/Qwen3.5-4B', 'Qwen3.5 4B', 'A-', '-', '262k'],
593
- ['THUDM/GLM-4-9B-0414', 'GLM-4 9B', 'B+', '-', '32k'],
594
- ['Qwen/Qwen2.5-7B-Instruct', 'Qwen2.5 7B Instruct', 'B', '-', '32k'],
603
+ // Removed (2026-09-22): Qwen/Qwen3.5-4B (Qwen3.5 4B) — absent from the official pricing page free list, remaining Qwen3.5 sizes are all paid
595
604
  ['XingChenAGI/Xing4.0-29B', 'Xing4.0 29B', 'A-', '-', '262k'], // Added (2026-09-21) — new $0 model on the official pricing page (181 records checked); engineering/coding focused
605
+ ['tencent/Hunyuan-MT-7B', 'Hunyuan MT 7B', 'C', '-', '33k'], // Added (2026-09-22) — new $0 model on the official pricing page (translation-tuned, kept for breadth)
596
606
  // Removed (2026-09-21): Qwen/Qwen2.5-Coder-7B-Instruct (Qwen2.5 Coder 7B Instruct) — taken offline by SiliconFlow (official release note 2026-03-10, effective 2026-03-17; 0 of 181 records on today's pricing page); the 2026-09-15 re-add was erroneous. Replacement: Qwen/Qwen3-8B
597
607
  ]
598
608
 
@@ -626,9 +636,9 @@ export const requesty = [
626
636
  // 📖 OpenAI-compatible gateway: https://api.orcarouter.ai/v1/chat/completions
627
637
  // 📖 Zero-markup AI gateway: token prices are passed through at provider rates, so only
628
638
  // 📖 the explicitly $-0 models are listed here. Verified live 2026-09-21 via GET /v1/models.
629
- // 📖 orcarouter/free reports $0 pricing and stays listed. The orcarouter/fusion family also
630
- // 📖 reports $0 but has no docs, no descriptions and no confirmed lineage (the 2026-08-30
631
- // 📖 audit recorded them as pay-as-you-go adaptive routing), so they stay out until verified.
639
+ // 📖 orcarouter/free reports $0 pricing and stays listed. The orcarouter/fusion family now
640
+ // 📖 reports $0 with context lengths (verified live 2026-09-22, 197 models checked), so the
641
+ // 📖 adaptive-routing trio is listed; lineage is still undocumented, re-verify next audit.
632
642
  export const orcarouter = [
633
643
  // ── S+ tier — SWE-bench Verified â‰Ĩ70% ──
634
644
  ['deepseek/deepseek-v4-flash-free', 'DeepSeek V4 Flash (Free)', 'S+', '79.0%', '1M'],
@@ -638,6 +648,10 @@ export const orcarouter = [
638
648
  // ── A+ tier — SWE-bench Verified 50–60% ──
639
649
  // Removed (2026-09-15): qwen/qwen3.8-27b-free (Qwen3.8 27B (Free)) — no longer in catalog; only paid variant remains; replacement: z-ai/glm-5.3-flash-free
640
650
  ['z-ai/glm-5.3-flash-free', 'GLM-5.3 Flash (Free)', 'A+', '-', '1M'], // Added (2026-09-15) — verified via live audit
651
+ // ── A tier — SWE-bench Verified 40–50% ──
652
+ ['orcarouter/fusion-mini', 'OrcaRouter Fusion Mini', 'A+', '-', '1M'], // Added (2026-09-22) — $0 per live /v1/models, adaptive-routed (undocumented lineage)
653
+ ['orcarouter/fusion', 'OrcaRouter Fusion', 'S', '-', '1M'], // Added (2026-09-22) — $0 per live /v1/models, adaptive-routed (undocumented lineage)
654
+ ['orcarouter/fusion-flash', 'OrcaRouter Fusion Flash', 'B+', '-', '256k'], // Added (2026-09-22) — $0 per live /v1/models, adaptive-routed (undocumented lineage)
641
655
  ]
642
656
 
643
657
  // 📖 Vercel AI Gateway source - https://vercel.com/docs/ai-gateway