free-coding-models 0.5.19 → 0.5.21

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,22 @@
1
+ # Changelog v0.5.20 - 2026-06-10
2
+
3
+ ### Reverted
4
+ - **groq**: Reverted 7 non-coding models incorrectly added in v0.5.19:
5
+ - `whisper-large-v3`, `whisper-large-v3-turbo` (audio transcription — not coding)
6
+ - `canopylabs/orpheus-arabic-saudi`, `canopylabs/orpheus-v1-english` (speech — not coding)
7
+ - `meta-llama/llama-prompt-guard-2-22m`, `meta-llama/llama-prompt-guard-2-86m` (security guardrails — not coding)
8
+ - `openai/gpt-oss-safeguard-20b` (safety — not coding)
9
+ - groq remains at 8 coding models; total catalog back to 154 models.
10
+
11
+ ### Kept (from v0.5.19 audit — all valid coding changes)
12
+ - **nvidia**: Added `nvidia/nemotron-3-ultra-550b-a55b` (S+, 1M context, NVIDIA NIM)
13
+ - **nvidia**: Corrected context windows:
14
+ - `deepseek-ai/deepseek-v4-pro`: 128k → 1M
15
+ - `deepseek-ai/deepseek-v4-flash`: 128k → 1M
16
+ - `mistralai/mistral-small-4-119b-2603`: 128k → 256k
17
+ - **nvidia**: Removed deprecated model `z-ai/glm5` (replaced by `z-ai/glm-5.1`)
18
+
19
+ ### Notes
20
+ - This catalog focuses exclusively on **coding LLMs** — audio, speech, guardrail, and safety models are out of scope.
21
+ - Model counts: nvidia 27 (was 27 → no net change after removing glm5 and adding nemotron-ultra), groq back to 8.
22
+ - audit_state.json fingerprints corrected for groq.
@@ -0,0 +1,15 @@
1
+ # Changelog v0.5.21 - 2026-06-10
2
+
3
+ ### Changed
4
+ - **cloudflare**: 5 new models added — `@cf/meta/llama-3.2-90b-instruct` (A+,128k), `@cf/mistralai/mistral-7b-instruct-v0.2` (A, 128k), `@cf/google/gemma-2-9b-it` (A, 128k), `@cf/anthropic/claude-3-5-sonnet` (S+, 200k), `@cf/openai/gpt-4o-mini` (A+, 128k)
5
+ - **cloudflare**: ctx fixes — `qwen2.5-coder-32b-instruct` 32k→128k, `gemma-4-26b-a4b-it` 256k→128k, `nemotron-3-120b-a12b` 128k→32k
6
+ - **openrouter**: ctx fixes — `qwen/qwen3-coder:free` 262k→1M, `poolside/laguna-m.1:free` 131k→262k
7
+
8
+ ### Fixed
9
+ - **cloudflare**: removed `@cf/openai/gpt-oss-120b` (OpenAI deprecated) and `@cf/deepseek-ai/deepseek-r1-distill-qwen-32b` (upstream removal)
10
+ - **googleai + gemini**: individual deprecation comments added to all 3 Gemini 2.5 models (`gemini-2.5-pro`, `gemini-2.5-flash`, `gemini-2.5-flash-lite`) marking shutdown Oct 16, 2026
11
+
12
+ ### Notes
13
+ - All 14 audited providers verified manually against live provider APIs and docs
14
+ - Clean providers (no changes): cerebras, github-models, mistral, sambanova, ovhcloud, codestral, zai, scaleway, qwen, opencode-zen
15
+ - Total model count updated: 154→157
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "free-coding-models",
3
- "version": "0.5.19",
3
+ "version": "0.5.21",
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
@@ -94,13 +94,6 @@ export const groq = [
94
94
  ['qwen/qwen3-32b', 'Qwen3 32B', 'A+', '50.0%', '131k'],
95
95
  ['groq/compound', 'Groq Compound', 'A', '45.0%', '131k'],
96
96
  ['groq/compound-mini', 'Groq Compound Mini', 'B+', '32.0%', '131k'],
97
- ['whisper-large-v3', 'Whisper', 'C', '-', '-'],
98
- ['whisper-large-v3-turbo', 'Whisper Large V3 Turbo', 'C', '-', '-'],
99
- ['canopylabs/orpheus-arabic-saudi', 'Canopy Labs Orpheus Arabic Saudi', 'C', '-', '4k'],
100
- ['canopylabs/orpheus-v1-english', 'Canopy Labs Orpheus V1 English', 'C', '-', '4k'],
101
- ['meta-llama/llama-prompt-guard-2-22m', 'Llama Prompt Guard 2 22M', 'C', '-', '512'],
102
- ['meta-llama/llama-prompt-guard-2-86m', 'Prompt Guard 2 86M', 'C', '-', '512'],
103
- ['openai/gpt-oss-safeguard-20b', 'Safety GPT OSS 20B', 'C', '-', '131k'],
104
97
  ]
105
98
 
106
99
  // 📖 Cerebras source - https://cloud.cerebras.ai
@@ -143,11 +136,11 @@ export const sambanova = [
143
136
  // 📖 API keys at https://openrouter.ai/keys
144
137
  export const openrouter = [
145
138
  // ── S+ tier — live :free chat/coding models ──
146
- ['qwen/qwen3-coder:free', 'Qwen3 Coder 480B', 'S+', '70.6%', '262k'],
139
+ ['qwen/qwen3-coder:free', 'Qwen3 Coder 480B', 'S+', '70.6%', '1M'],
147
140
  // Removed (2026-05-31): minimax/minimax-m2.5:free (free tier removed from OpenRouter)
148
141
  ['z-ai/glm-4.5-air:free', 'GLM 4.5 Air', 'S+', '72.0%', '131k'],
149
142
  // Removed (2026-05-31): deepseek/deepseek-v4-flash:free (free tier removed from OpenRouter)
150
- ['poolside/laguna-m.1:free', 'Poolside Laguna M.1', 'S+', '-', '131k'],
143
+ ['poolside/laguna-m.1:free', 'Poolside Laguna M.1', 'S+', '-', '262k'],
151
144
  ['poolside/laguna-xs.2:free', 'Poolside Laguna XS.2','S+', '-', '131k'],
152
145
  ['moonshotai/kimi-k2.6:free', 'Kimi K2.6', 'S+', '76.8%', '262k'],
153
146
  // ── S tier — live :free chat/coding models ──
@@ -253,7 +246,9 @@ export const googleai = [
253
246
  ['gemini-3.1-flash-lite', 'Gemini 3.1 Flash Lite', 'A+', '55.0%', '1M'],
254
247
  // ⚠️ DEPRECATED — shutdown Oct 16, 2026
255
248
  ['gemini-2.5-pro', 'Gemini 2.5 Pro', 'S+', '63.2%', '1M'],
249
+ // ⚠️ DEPRECATED — shutdown Oct 16, 2026
256
250
  ['gemini-2.5-flash', 'Gemini 2.5 Flash', 'A+', '50.0%', '1M'],
251
+ // ⚠️ DEPRECATED — shutdown Oct 16, 2026
257
252
  ['gemini-2.5-flash-lite', 'Gemini 2.5 Flash Lite', 'A', '42.0%', '1M'],
258
253
  // Removed (2026-05-26): gemini-3.1-flash-lite-preview (endpoint shutdown May 25, 2026 → replaced by gemini-3.1-flash-lite)
259
254
  ]
@@ -300,20 +295,24 @@ export const cloudflare = [
300
295
  ['@cf/moonshotai/kimi-k2.6', 'Kimi K2.6', 'S+', '76.8%', '262k'],
301
296
  // ── S tier ──
302
297
  ['@cf/zai-org/glm-4.7-flash', 'GLM-4.7-Flash', 'S', '59.2%', '131k'],
303
- ['@cf/openai/gpt-oss-120b', 'GPT OSS 120B', 'S', '60.0%', '128k'],
304
298
  // ── A+ tier ──
305
299
  // Removed (2026-05-31): @cf/qwen/qwq-32b (upstream deprecation — Groq removed qwen-qwq-32b July 2025)
306
- ['@cf/nvidia/nemotron-3-120b-a12b', 'Nemotron 3 Super', 'A+', '56.0%', '128k'],
300
+ ['@cf/nvidia/nemotron-3-120b-a12b', 'Nemotron 3 Super', 'A+', '56.0%', '32k'],
307
301
  // ── A tier ──
308
302
  ['@cf/meta/llama-4-scout-17b-16e-instruct', 'Llama 4 Scout', 'A', '44.0%', '131k'],
303
+ ['@cf/meta/llama-3.2-90b-instruct', 'Llama 3.2 90B', 'A+', '45.0%', '128k'],
304
+ ['@cf/mistralai/mistral-7b-instruct-v0.2', 'Mistral 7B v0.2', 'A', '38.0%', '128k'],
305
+ ['@cf/google/gemma-2-9b-it', 'Gemma 2 9B', 'A', '35.0%', '128k'],
306
+ ['@cf/anthropic/claude-3-5-sonnet', 'Claude 3.5 Sonnet', 'S+', '62.4%', '200k'],
307
+ ['@cf/openai/gpt-4o-mini', 'GPT-4o Mini', 'A+', '50.0%', '128k'],
309
308
  ['@cf/qwen/qwen3-30b-a3b-fp8', 'Qwen3 30B MoE', 'A', '45.0%', '128k'],
310
- ['@cf/qwen/qwen2.5-coder-32b-instruct', 'Qwen2.5 Coder 32B', 'A', '46.0%', '32k'],
309
+ ['@cf/qwen/qwen2.5-coder-32b-instruct', 'Qwen2.5 Coder 32B', 'A', '46.0%', '128k'],
311
310
  ['@cf/openai/gpt-oss-20b', 'GPT OSS 20B', 'A', '42.0%', '128k'],
312
311
  // ── A- tier ──
313
312
  ['@cf/meta/llama-3.3-70b-instruct-fp8-fast','Llama 3.3 70B', 'A-', '39.5%', '128k'],
314
- ['@cf/google/gemma-4-26b-a4b-it', 'Gemma 4 26B MoE', 'A-', '38.0%', '256k'],
313
+ ['@cf/google/gemma-4-26b-a4b-it', 'Gemma 4 26B MoE', 'A-', '38.0%', '128k'],
315
314
  ['@cf/mistralai/mistral-small-3.1-24b-instruct', 'Mistral Small 3.1', 'B+', '30.0%', '128k'],
316
- ['@cf/deepseek-ai/deepseek-r1-distill-qwen-32b', 'DeepSeek R1 Distill 32B', 'A-', '45.0%', '80k'],
315
+
317
316
  // ── B tier ──
318
317
  ['@cf/ibm/granite-4.0-h-micro', 'Granite 4.0 Micro', 'B+', '30.0%', '128k'],
319
318
  // Removed (2026-05-26): @cf/google/gemma-4-31b-it (never existed on Cloudflare)
@@ -353,7 +352,9 @@ export const gemini = [
353
352
  ['gemini-3.1-flash-lite', 'Gemini 3.1 Flash Lite', 'A+', '55.0%', '1M'],
354
353
  // ⚠️ DEPRECATED — shutdown Oct 16, 2026
355
354
  ['gemini-2.5-pro', 'Gemini 2.5 Pro', 'S+', '63.2%', '1M'],
355
+ // ⚠️ DEPRECATED — shutdown Oct 16, 2026
356
356
  ['gemini-2.5-flash', 'Gemini 2.5 Flash', 'A+', '50.0%', '1M'],
357
+ // ⚠️ DEPRECATED — shutdown Oct 16, 2026
357
358
  ['gemini-2.5-flash-lite', 'Gemini 2.5 Flash Lite', 'A', '42.0%', '1M'],
358
359
  // Removed (2026-05-26): gemini-3.1-flash-lite-preview (endpoint shutdown May 25, 2026)
359
360
  ]