free-coding-models 0.5.79 → 0.5.80
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,17 @@
|
|
|
1
|
+
# Changelog v0.5.80 - 2026-08-23
|
|
2
|
+
|
|
3
|
+
### Changed
|
|
4
|
+
- **Catalog cleanup via @Muhammad95959 (PR #161).** Removed/updated models that are no longer in live provider APIs:
|
|
5
|
+
- **NVIDIA NIM**: removed `z-ai/glm-5.2`, `mistralai/mistral-medium-3.5-128b` (no longer in `integrate.api.nvidia.com/v1/models`); kept Mistral via direct LP.
|
|
6
|
+
- **Cerebras**: removed `zai-glm-4.7` (shutdown 2026-08-17).
|
|
7
|
+
- **OpenRouter**: removed `openai/gpt-oss-20b:free` (only paid remains).
|
|
8
|
+
- **Codestral**: removed `codestral-2501`, `codestral-2405` (only `codestral-2508`/`latest` remain).
|
|
9
|
+
- **ZAI**: removed `zai/glm-5v-turbo`, `zai/glm-4.7-flashx`, `zai/glm-4.6v` (now paid-only).
|
|
10
|
+
- **OpenCode Zen**: removed `deepseek-v4-flash-free`, `laguna-s-2.1-free` (dropped from free-tier docs).
|
|
11
|
+
- **Ollama Cloud**: removed `minimax-m2.5`, `gemini-3-flash-preview`, `kimi-k2.5`; fixed IDs `deepseek-v4-flash`/`pro` and `mistral-large-3`/`qwen3.5` to new tags.
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
- **Test for NVIDIA probe list** updated to reflect new catalog head (`moonshotai/kimi-k2.6` etc.) so `pnpm test` stays green.
|
|
15
|
+
|
|
16
|
+
### Tests
|
|
17
|
+
- 813/813 passing. Thanks @Muhammad95959 for the live catalog verification!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.80",
|
|
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
|
@@ -41,8 +41,7 @@
|
|
|
41
41
|
// 📖 NIM source - https://build.nvidia.com
|
|
42
42
|
export const nvidiaNim = [
|
|
43
43
|
// ── S+ tier — SWE-bench Verified ≥70% ──
|
|
44
|
-
|
|
45
|
-
// Removed (2026-07-27): minimaxai/minimax-m2.7 (MiniMax M2.7) — EOL 2026-07-27 (HTTP 410 Gone)
|
|
44
|
+
// Removed (2026-08-23): z-ai/glm-5.2 (GLM 5.1) — no longer in integrate.api.nvidia.com/v1/models (102 models live)
|
|
46
45
|
['moonshotai/kimi-k2.6', 'Kimi K2.6', 'S+', '80.2%', '262k'],
|
|
47
46
|
['deepseek-ai/deepseek-v4-pro', 'DeepSeek V4 Pro', 'S+', '80.6%', '1M'], // ⚠️ Page-only / partner-routed (2026-08-13): listed on build.nvidia.com but NOT in integrate.api.nvidia.com/v1/models; served via Fireworks/DeepInfra/Together/OpenRouter
|
|
48
47
|
['deepseek-ai/deepseek-v4-flash-0731', 'DeepSeek V4 Flash', 'S+', '79.0%', '1M'], // Fixed (2026-08-13): id 'deepseek-ai/deepseek-v4-flash' → 'deepseek-ai/deepseek-v4-flash-0731' (NIM /v1/models only exposes the -0731 suffix)
|
|
@@ -52,7 +51,7 @@ export const nvidiaNim = [
|
|
|
52
51
|
// ── S tier — SWE-bench Verified 60–70% ──
|
|
53
52
|
['openai/gpt-oss-120b', 'GPT OSS 120B', 'S', '62.4%', '128k'],
|
|
54
53
|
// Removed (2026-07-27): meta/llama-4-maverick-17b-128e-instruct (Llama 4 Maverick) — EOL 2026-07-27 (HTTP 410 Gone)
|
|
55
|
-
|
|
54
|
+
// Removed (2026-08-23): mistralai/mistral-medium-3.5-128b (Mistral Medium 3.5) — no longer in integrate.api.nvidia.com/v1/models (still on Mistral LP directly)
|
|
56
55
|
// Removed (2026-07-27): mistralai/mistral-small-4-119b-2603 (Mistral Small 4) — EOL 2026-07-27 (HTTP 410 Gone)
|
|
57
56
|
['minimaxai/minimax-m3', 'MiniMax M3', 'S+', '78.4%', '1M'],
|
|
58
57
|
['mistralai/mistral-nemotron', 'Mistral Nemotron', 'S', '-', '128k'], // Fixed ID (2026-07-27): nvidia/mistral-nemotron → mistralai/mistral-nemotron
|
|
@@ -105,9 +104,7 @@ export const groq = [
|
|
|
105
104
|
// 📖 Cerebras source - https://cloud.cerebras.ai
|
|
106
105
|
// 📖 Free API keys available at https://cloud.cerebras.ai
|
|
107
106
|
export const cerebras = [
|
|
108
|
-
//
|
|
109
|
-
// ⚠️ DEPRECATED — shutdown 2026-08-17 (Cerebras official notice)
|
|
110
|
-
['zai-glm-4.7', 'GLM 4.7', 'S+', '73.8%', '64k', null, '2026-08-17'], // Fixed (2026-07-27): ctx '128k' → '64k' (free tier per official docs)
|
|
107
|
+
// Removed (2026-08-23): zai-glm-4.7 (GLM 4.7) — shutdown 2026-08-17 per Cerebras official notice
|
|
111
108
|
// ── S tier — SWE-bench Verified 60–70% ──
|
|
112
109
|
['gpt-oss-120b', 'GPT OSS 120B', 'S', '62.4%', '65k'], // Fixed (2026-07-27): ctx '128k' → '65k' (free tier per official docs)
|
|
113
110
|
// ── A tier — SWE-bench Verified 40–50% ──
|
|
@@ -168,7 +165,7 @@ export const openrouter = [
|
|
|
168
165
|
// Removed (2026-07-27): qwen/qwen3-next-80b-a3b-instruct:free (Qwen3 Next 80B A3B) — no longer on free tier
|
|
169
166
|
// ── B+ tier — SWE-bench Verified 30–35% ──
|
|
170
167
|
['nvidia/nemotron-nano-9b-v2:free', 'Nemotron Nano 9B', 'B+', '18.0%', '128k'],
|
|
171
|
-
|
|
168
|
+
// Removed (2026-08-23): openai/gpt-oss-20b:free (GPT OSS 20B) — :free variant removed from OpenRouter catalog; only paid variant remains ($0.03/$0.13)
|
|
172
169
|
// ── B tier — SWE-bench Verified 20–30% ──
|
|
173
170
|
// Removed (2026-07-27): openrouter/free (OpenRouter Free) — no longer on free tier
|
|
174
171
|
// Removed (2026-07-27): meta-llama/llama-3.2-3b-instruct:free (Llama 3.2 3B Instruct) — no longer on free tier
|
|
@@ -213,8 +210,7 @@ export const mistral = [
|
|
|
213
210
|
export const codestral = [
|
|
214
211
|
// ── A tier — SWE-bench Verified 40–50% ──
|
|
215
212
|
['codestral-2508', 'Codestral', 'A', '40.0%', '128k'], // Fixed (2026-07-27): ctx '256k' → '128k' per official Mistral model card
|
|
216
|
-
|
|
217
|
-
['codestral-2405', 'Codestral 2405', 'B', '30.0%', '32k'], // Added (2026-08-13)
|
|
213
|
+
// Removed (2026-08-23): codestral-2501 (Codestral 2501), codestral-2405 (Codestral 2405) — retired from Mistral API; only codestral-2508 / codestral-latest remain
|
|
218
214
|
// Removed (2026-08-13): codestral-2 (Codestral 2) — fabricated ID, never existed in Mistral catalog (Mistral uses date-stamped versioning)
|
|
219
215
|
]
|
|
220
216
|
|
|
@@ -263,6 +259,8 @@ export const googleai = [
|
|
|
263
259
|
|
|
264
260
|
// 📖 ZAI source - https://open.z.ai
|
|
265
261
|
// 📖 Free tier is limited to Flash models; paid GLM models are intentionally excluded.
|
|
262
|
+
// 📖 Verified live (2026-08-23) via ping test: glm-4.5-flash and glm-4.6v-flash still serve free;
|
|
263
|
+
// 📖 glm-4.7-flash is free but was returning "overloaded" 429s; API /models lists only 9 text models.
|
|
266
264
|
export const zai = [
|
|
267
265
|
// ── S+ tier — SWE-bench Verified ≥70% ──
|
|
268
266
|
['zai/glm-5.2', 'GLM-5.2', 'S+', '-', '1M'], // Added (2026-08-13)
|
|
@@ -270,13 +268,11 @@ export const zai = [
|
|
|
270
268
|
['zai/glm-4.7-flash', 'GLM-4.7-Flash', 'A+', '59.2%', '200k'], // Fixed (2026-07-27): ctx '203k' → '200k' per official docs
|
|
271
269
|
['zai/glm-4.5-flash', 'GLM-4.5-Flash', 'S', '59.2%', '128k'],
|
|
272
270
|
['zai/glm-5-turbo', 'GLM-5-Turbo', 'S', '-', '200k'], // Added (2026-08-13)
|
|
273
|
-
['zai/glm-5v-turbo', 'GLM-5V-Turbo', 'S', '-', '200k'], // Added (2026-08-13)
|
|
274
271
|
['zai/glm-4.7', 'GLM-4.7', 'S', '-', '200k'], // Added (2026-08-13)
|
|
275
272
|
['zai/glm-4.6', 'GLM-4.6', 'S', '-', '200k'], // Added (2026-08-13)
|
|
276
|
-
|
|
273
|
+
// Removed (2026-08-23): zai/glm-4.7-flashx, zai/glm-5v-turbo, zai/glm-4.6v — now paid-only ("Insufficient balance or no resource package" per ping test)
|
|
277
274
|
// ── A tier — SWE-bench Verified 40–50% ──
|
|
278
275
|
['zai/glm-4.6v-flash', 'GLM-4.6V-Flash', 'A', '-', '128k'],
|
|
279
|
-
['zai/glm-4.6v', 'GLM-4.6V', 'A', '-', '128k'], // Added (2026-08-13)
|
|
280
276
|
]
|
|
281
277
|
|
|
282
278
|
// 📖 Alibaba Cloud (DashScope) source - https://dashscope-intl.aliyuncs.com
|
|
@@ -381,11 +377,11 @@ export const ovhcloud = [
|
|
|
381
377
|
// 📖 Config: set provider to opencode/<model-id> in OpenCode config
|
|
382
378
|
export const opencodeZen = [
|
|
383
379
|
['big-pickle', 'Big Pickle', 'S+', '72.0%', '200k'],
|
|
384
|
-
|
|
380
|
+
// Removed (2026-08-23): deepseek-v4-flash-free (DeepSeek V4 Flash Free) — dropped from Zen free-tier docs/pricing; only paid DeepSeek V4 Flash remains
|
|
385
381
|
['mimo-v2.5-free', 'MiMo-V2.5 Free', 'S+', '-', '200k'],
|
|
386
382
|
['nemotron-3-ultra-free', 'Nemotron 3 Ultra Free', 'S+', '71.9%', '200k'],
|
|
387
383
|
// Removed (2026-08-13): north-mini-code-free (North Mini Code Free) — no longer in OpenCode Zen free-tier API
|
|
388
|
-
|
|
384
|
+
// Removed (2026-08-23): laguna-s-2.1-free (Laguna S 2.1 Free) — dropped from Zen free-tier docs/pricing (still on /models but no longer free)
|
|
389
385
|
// Removed (2026-08-13): ling-3.0-flash-free (Ling-3.0-flash Free) — no longer in OpenCode Zen free-tier API
|
|
390
386
|
['hy3-free', 'Tencent Hy3 Free', 'S', '-', '200k'], // Added (2026-08-13) — brought back after July removal
|
|
391
387
|
['nemotron-3.5-lightning-free', 'Nemotron 3.5 Lightning Free','S+','-', '200k'], // Added (2026-08-13)
|
|
@@ -464,22 +460,22 @@ export const ollamaCloud = [
|
|
|
464
460
|
['glm-5.2', 'GLM 5.2', 'S+', '82.8%', '1M'], // Fixed (2026-07-27): ctx '128k' → '1M'
|
|
465
461
|
['minimax-m2.7', 'MiniMax M2.7', 'S+', '78.0%', '200k'],
|
|
466
462
|
['minimax-m3', 'MiniMax M3', 'S+', '78.4%', '1M'], // Fixed (2026-07-27): ctx '512k' → '1M'
|
|
467
|
-
|
|
463
|
+
// Removed (2026-08-23): minimax-m2.5 (MiniMax M2.5) — no longer in ollama.com/v1/models (19 models live)
|
|
468
464
|
['kimi-k2.6', 'Kimi K2.6', 'S+', '80.2%', '256k'], // Fixed (2026-07-27): ctx '262k' → '256k'
|
|
469
|
-
['deepseek-v4-flash', 'DeepSeek V4 Flash', 'S+', '79.0%', '1M'], // Fixed (2026-
|
|
470
|
-
['deepseek-v4-pro', 'DeepSeek V4 Pro', 'S+', '80.6%', '1M'], // Fixed (2026-
|
|
465
|
+
['deepseek-v4-flash:0731', 'DeepSeek V4 Flash', 'S+', '79.0%', '1M'], // Fixed (2026-08-23): ID 'deepseek-v4-flash' → 'deepseek-v4-flash:0731' (renamed upstream)
|
|
466
|
+
['deepseek-v4-pro:0813', 'DeepSeek V4 Pro', 'S+', '80.6%', '1M'], // Fixed (2026-08-23): ID 'deepseek-v4-pro' → 'deepseek-v4-pro:0813' (renamed upstream)
|
|
471
467
|
// ── S tier — SWE-bench Verified 60–70% ──
|
|
472
468
|
['kimi-k2.7-code', 'Kimi K2.7 Code', 'S', '60.4%', '256k'], // Fixed (2026-07-27): ctx '262k' → '256k'
|
|
473
469
|
['gpt-oss:120b', 'GPT OSS 120B', 'S', '62.4%', '128k'],
|
|
474
470
|
['nemotron-3-super', 'Nemotron 3 Super', 'S', '60.5%', '256k'],
|
|
475
471
|
['kimi-k3', 'Kimi K3', 'S+', '-', '1M'], // Added (2026-07-27)
|
|
476
|
-
|
|
472
|
+
// Removed (2026-08-23): gemini-3-flash-preview (Gemini 3 Flash Preview) — no gemini models left in Ollama Cloud API
|
|
477
473
|
// ── A+ tier — SWE-bench Verified 50–60% ──
|
|
478
|
-
|
|
474
|
+
// Removed (2026-08-23): kimi-k2.5 (Kimi K2.5) — no longer in ollama.com/v1/models
|
|
479
475
|
['gemma4:31b', 'Gemma 4 31B', 'A+', '52.0%', '128k'], // Fixed (2026-07-27): ctx '256k' → '128k'
|
|
480
476
|
['gpt-oss:20b', 'GPT OSS 20B', 'A+', '50.3%', '128k'],
|
|
481
|
-
['mistral-large-3:675b
|
|
482
|
-
['qwen3.5', 'Qwen 3.5 Cloud', 'A+', '-', '256k'], //
|
|
477
|
+
['mistral-large-3:675b', 'Mistral Large 3 675B Cloud', 'A+', '-', '256k'], // Fixed (2026-08-23): ID 'mistral-large-3:675b-cloud' → 'mistral-large-3:675b' (tag renamed upstream)
|
|
478
|
+
['qwen3.5:397b', 'Qwen 3.5 Cloud', 'A+', '-', '256k'], // Fixed (2026-08-23): ID 'qwen3.5' → 'qwen3.5:397b' (tag renamed upstream)
|
|
483
479
|
['nemotron-3-nano:30b', 'Nemotron 3 Nano 30B', 'A-', '38.8%', '1M'],
|
|
484
480
|
]
|
|
485
481
|
|