free-coding-models 0.5.20 → 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,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.
|
|
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
|
@@ -136,11 +136,11 @@ export const sambanova = [
|
|
|
136
136
|
// 📖 API keys at https://openrouter.ai/keys
|
|
137
137
|
export const openrouter = [
|
|
138
138
|
// ── S+ tier — live :free chat/coding models ──
|
|
139
|
-
['qwen/qwen3-coder:free', 'Qwen3 Coder 480B', 'S+', '70.6%', '
|
|
139
|
+
['qwen/qwen3-coder:free', 'Qwen3 Coder 480B', 'S+', '70.6%', '1M'],
|
|
140
140
|
// Removed (2026-05-31): minimax/minimax-m2.5:free (free tier removed from OpenRouter)
|
|
141
141
|
['z-ai/glm-4.5-air:free', 'GLM 4.5 Air', 'S+', '72.0%', '131k'],
|
|
142
142
|
// Removed (2026-05-31): deepseek/deepseek-v4-flash:free (free tier removed from OpenRouter)
|
|
143
|
-
['poolside/laguna-m.1:free', 'Poolside Laguna M.1', 'S+', '-', '
|
|
143
|
+
['poolside/laguna-m.1:free', 'Poolside Laguna M.1', 'S+', '-', '262k'],
|
|
144
144
|
['poolside/laguna-xs.2:free', 'Poolside Laguna XS.2','S+', '-', '131k'],
|
|
145
145
|
['moonshotai/kimi-k2.6:free', 'Kimi K2.6', 'S+', '76.8%', '262k'],
|
|
146
146
|
// ── S tier — live :free chat/coding models ──
|
|
@@ -246,7 +246,9 @@ export const googleai = [
|
|
|
246
246
|
['gemini-3.1-flash-lite', 'Gemini 3.1 Flash Lite', 'A+', '55.0%', '1M'],
|
|
247
247
|
// ⚠️ DEPRECATED — shutdown Oct 16, 2026
|
|
248
248
|
['gemini-2.5-pro', 'Gemini 2.5 Pro', 'S+', '63.2%', '1M'],
|
|
249
|
+
// ⚠️ DEPRECATED — shutdown Oct 16, 2026
|
|
249
250
|
['gemini-2.5-flash', 'Gemini 2.5 Flash', 'A+', '50.0%', '1M'],
|
|
251
|
+
// ⚠️ DEPRECATED — shutdown Oct 16, 2026
|
|
250
252
|
['gemini-2.5-flash-lite', 'Gemini 2.5 Flash Lite', 'A', '42.0%', '1M'],
|
|
251
253
|
// Removed (2026-05-26): gemini-3.1-flash-lite-preview (endpoint shutdown May 25, 2026 → replaced by gemini-3.1-flash-lite)
|
|
252
254
|
]
|
|
@@ -293,20 +295,24 @@ export const cloudflare = [
|
|
|
293
295
|
['@cf/moonshotai/kimi-k2.6', 'Kimi K2.6', 'S+', '76.8%', '262k'],
|
|
294
296
|
// ── S tier ──
|
|
295
297
|
['@cf/zai-org/glm-4.7-flash', 'GLM-4.7-Flash', 'S', '59.2%', '131k'],
|
|
296
|
-
['@cf/openai/gpt-oss-120b', 'GPT OSS 120B', 'S', '60.0%', '128k'],
|
|
297
298
|
// ── A+ tier ──
|
|
298
299
|
// Removed (2026-05-31): @cf/qwen/qwq-32b (upstream deprecation — Groq removed qwen-qwq-32b July 2025)
|
|
299
|
-
['@cf/nvidia/nemotron-3-120b-a12b', 'Nemotron 3 Super', 'A+', '56.0%', '
|
|
300
|
+
['@cf/nvidia/nemotron-3-120b-a12b', 'Nemotron 3 Super', 'A+', '56.0%', '32k'],
|
|
300
301
|
// ── A tier ──
|
|
301
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'],
|
|
302
308
|
['@cf/qwen/qwen3-30b-a3b-fp8', 'Qwen3 30B MoE', 'A', '45.0%', '128k'],
|
|
303
|
-
['@cf/qwen/qwen2.5-coder-32b-instruct', 'Qwen2.5 Coder 32B', 'A', '46.0%', '
|
|
309
|
+
['@cf/qwen/qwen2.5-coder-32b-instruct', 'Qwen2.5 Coder 32B', 'A', '46.0%', '128k'],
|
|
304
310
|
['@cf/openai/gpt-oss-20b', 'GPT OSS 20B', 'A', '42.0%', '128k'],
|
|
305
311
|
// ── A- tier ──
|
|
306
312
|
['@cf/meta/llama-3.3-70b-instruct-fp8-fast','Llama 3.3 70B', 'A-', '39.5%', '128k'],
|
|
307
|
-
['@cf/google/gemma-4-26b-a4b-it', 'Gemma 4 26B MoE', 'A-', '38.0%', '
|
|
313
|
+
['@cf/google/gemma-4-26b-a4b-it', 'Gemma 4 26B MoE', 'A-', '38.0%', '128k'],
|
|
308
314
|
['@cf/mistralai/mistral-small-3.1-24b-instruct', 'Mistral Small 3.1', 'B+', '30.0%', '128k'],
|
|
309
|
-
|
|
315
|
+
|
|
310
316
|
// ── B tier ──
|
|
311
317
|
['@cf/ibm/granite-4.0-h-micro', 'Granite 4.0 Micro', 'B+', '30.0%', '128k'],
|
|
312
318
|
// Removed (2026-05-26): @cf/google/gemma-4-31b-it (never existed on Cloudflare)
|
|
@@ -346,7 +352,9 @@ export const gemini = [
|
|
|
346
352
|
['gemini-3.1-flash-lite', 'Gemini 3.1 Flash Lite', 'A+', '55.0%', '1M'],
|
|
347
353
|
// ⚠️ DEPRECATED — shutdown Oct 16, 2026
|
|
348
354
|
['gemini-2.5-pro', 'Gemini 2.5 Pro', 'S+', '63.2%', '1M'],
|
|
355
|
+
// ⚠️ DEPRECATED — shutdown Oct 16, 2026
|
|
349
356
|
['gemini-2.5-flash', 'Gemini 2.5 Flash', 'A+', '50.0%', '1M'],
|
|
357
|
+
// ⚠️ DEPRECATED — shutdown Oct 16, 2026
|
|
350
358
|
['gemini-2.5-flash-lite', 'Gemini 2.5 Flash Lite', 'A', '42.0%', '1M'],
|
|
351
359
|
// Removed (2026-05-26): gemini-3.1-flash-lite-preview (endpoint shutdown May 25, 2026)
|
|
352
360
|
]
|