free-coding-models 0.5.18 → 0.5.20
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,25 @@
|
|
|
1
|
+
# Changelog v0.5.19 - 2026-06-10
|
|
2
|
+
|
|
3
|
+
### Added
|
|
4
|
+
- **nvidia**: Added `nvidia/nemotron-3-ultra-550b-a55b` (S+, 1M context)
|
|
5
|
+
- **groq**: Added 7 new specialized models:
|
|
6
|
+
- `whisper-large-v3`, `whisper-large-v3-turbo` (audio transcription)
|
|
7
|
+
- `canopylabs/orpheus-arabic-saudi`, `canopylabs/orpheus-v1-english` (Arabic/English speech)
|
|
8
|
+
- `meta-llama/llama-prompt-guard-2-22m`, `meta-llama/llama-prompt-guard-2-86m` (security guardrails)
|
|
9
|
+
- `openai/gpt-oss-safeguard-20b` (safety)
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
- **nvidia**: Corrected context windows for three models:
|
|
13
|
+
- `deepseek-ai/deepseek-v4-pro`: 128k → 1M
|
|
14
|
+
- `deepseek-ai/deepseek-v4-flash`: 128k → 1M
|
|
15
|
+
- `mistralai/mistral-small-4-119b-2603`: 128k → 256k
|
|
16
|
+
- **nvidia**: Removed deprecated model `z-ai/glm5` (replaced by `z-ai/glm-5.1`)
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
- Model counts: nvidia stable at 27, groq increased from 8 to 15.
|
|
20
|
+
- Total catalog size: 161 models across 16 providers.
|
|
21
|
+
|
|
22
|
+
### Notes
|
|
23
|
+
- This update reflects the latest provider catalogs as of June 10, 2026.
|
|
24
|
+
- All existing models were verified against official docs; only minor configuration drift was found.
|
|
25
|
+
- The `audit_state.json` was updated with fresh fingerprints.
|
|
@@ -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.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.20",
|
|
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
|
@@ -44,19 +44,19 @@ export const nvidiaNim = [
|
|
|
44
44
|
['minimaxai/minimax-m2.7', 'MiniMax M2.7', 'S+', '80.2%', '200k'],
|
|
45
45
|
['z-ai/glm-5.1', 'GLM 5.1', 'S+', '77.8%', '128k'],
|
|
46
46
|
['moonshotai/kimi-k2.6', 'Kimi K2.6', 'S+', '76.8%', '256k'],
|
|
47
|
-
['deepseek-ai/deepseek-v4-pro', 'DeepSeek V4 Pro', 'S+', '73.1%', '
|
|
48
|
-
['deepseek-ai/deepseek-v4-flash', 'DeepSeek V4 Flash', 'S+', '72.0%', '
|
|
49
|
-
['z-ai/glm5', 'GLM 5', 'S+', '73.8%', '200k'],
|
|
47
|
+
['deepseek-ai/deepseek-v4-pro', 'DeepSeek V4 Pro', 'S+', '73.1%', '1M'],
|
|
48
|
+
['deepseek-ai/deepseek-v4-flash', 'DeepSeek V4 Flash', 'S+', '72.0%', '1M'],
|
|
50
49
|
['stepfun-ai/step-3.5-flash', 'Step 3.5 Flash', 'S+', '74.4%', '256k'],
|
|
51
50
|
['stepfun-ai/step-3.7-flash', 'Step 3.7 Flash', 'S+', '74.4%', '256k'],
|
|
52
51
|
['qwen/qwen3-coder-480b-a35b-instruct', 'Qwen3 Coder 480B', 'S+', '70.6%', '256k'],
|
|
52
|
+
['nvidia/nemotron-3-ultra-550b-a55b', 'Nemotron 3 Ultra', 'S+', '-', '1M'],
|
|
53
53
|
// ── S tier — SWE-bench Verified 60–70% ──
|
|
54
54
|
['qwen/qwen3-next-80b-a3b-instruct', 'Qwen3 80B Instruct', 'S', '65.0%', '128k'],
|
|
55
55
|
['qwen/qwen3.5-397b-a17b', 'Qwen3.5 400B VLM', 'S', '68.0%', '128k'],
|
|
56
56
|
['openai/gpt-oss-120b', 'GPT OSS 120B', 'S', '60.0%', '128k'],
|
|
57
57
|
['meta/llama-4-maverick-17b-128e-instruct', 'Llama 4 Maverick', 'S', '62.0%', '1M'],
|
|
58
58
|
['mistralai/mistral-medium-3.5-128b', 'Mistral Medium 3.5', 'S', '66.0%', '128k'],
|
|
59
|
-
['mistralai/mistral-small-4-119b-2603', 'Mistral Small 4', 'S', '60.0%', '
|
|
59
|
+
['mistralai/mistral-small-4-119b-2603', 'Mistral Small 4', 'S', '60.0%', '256k'],
|
|
60
60
|
['qwen/qwen3.5-122b-a10b', 'Qwen3.5 122B', 'S', '64.0%', '128k'],
|
|
61
61
|
// ── A+ tier — SWE-bench Verified 50–60% ──
|
|
62
62
|
['mistralai/mistral-large-3-675b-instruct-2512', 'Mistral Large 675B', 'A+', '58.0%', '256k'],
|
|
@@ -80,6 +80,7 @@ export const nvidiaNim = [
|
|
|
80
80
|
// llama-3.3-70b-instruct (404), mixtral-8x22b-instruct-v0.1 (404),
|
|
81
81
|
// granite-34b-code-instruct (deprecated), llama-4-scout-17b-16e-instruct (deprecated, not in nvidiaNim),
|
|
82
82
|
// llama-3.1-8b-instruct (404) → replaced by llama-3.2-11b-vision-instruct
|
|
83
|
+
// Removed (2026-06-10): z-ai/glm5 (replaced by z-ai/glm-5.1)
|
|
83
84
|
]
|
|
84
85
|
|
|
85
86
|
// 📖 Groq source - https://console.groq.com
|