free-coding-models 0.5.81 โ 0.5.84
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.
- package/README.md +25 -8
- package/bin/free-coding-models.js +20 -0
- package/changelog/v0.5.82.md +23 -0
- package/changelog/v0.5.83.md +22 -0
- package/changelog/v0.5.84.md +32 -0
- package/package.json +2 -2
- package/sources.js +167 -106
- package/src/core/benchmark.js +1 -1
- package/src/core/config.js +5 -0
- package/src/core/endpoint-installer.js +7 -2
- package/src/core/kilo.js +7 -0
- package/src/core/model-family.js +176 -0
- package/src/core/models-dev-index.js +1 -0
- package/src/core/opencode.js +14 -0
- package/src/core/ping.js +14 -4
- package/src/core/provider-key-tester.js +2 -1
- package/src/core/provider-metadata.js +11 -2
- package/src/core/quota-capabilities.js +1 -0
- package/src/core/router-daemon.js +47 -6
- package/src/core/router-dashboard.js +6 -1
- package/src/core/security.js +132 -65
- package/src/core/sync-set.js +1 -1
- package/src/core/tool-launchers.js +15 -5
- package/src/core/utils.js +88 -1
- package/src/data/benchmarks.json +6072 -216
- package/src/tui/app.js +7 -5
- package/src/tui/cli-help.js +4 -1
- package/src/tui/command-palette.js +3 -2
- package/src/tui/key-handler.js +172 -61
- package/src/tui/overlays.js +135 -94
- package/src/tui/render-helpers.js +42 -3
- package/src/tui/render-table.js +74 -4
- package/src/tui/theme.js +2 -0
- package/src/tui/tui-state.js +15 -1
- package/web/dist/assets/index-zdQvAW7c.js +40 -0
- package/web/dist/index.html +1 -1
- package/web/src/components/router/RouterView.jsx +38 -1
- package/web/dist/assets/index-Bb5I0K1-.js +0 -40
package/sources.js
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
* ๐ Secondary: https://swe-rebench.com (independent evals, scores are lower)
|
|
30
30
|
* ๐ Leaderboard tracker: https://www.marc0.dev/en/leaderboard
|
|
31
31
|
*
|
|
32
|
-
* @exports nvidiaNim, groq, cerebras, sambanova, openrouter, githubModels, mistral, codestral, scaleway, googleai, zai, qwen, cloudflare, ovhcloud, opencodeZen, kilo, llm7, routeway, novita, ollamaCloud, pollinations, siliconflow, requesty โ model arrays per active provider
|
|
32
|
+
* @exports nvidiaNim, groq, cerebras, sambanova, openrouter, githubModels, mistral, codestral, scaleway, googleai, zai, qwen, cloudflare, ovhcloud, opencodeZen, kilo, llm7, routeway, novita, ollamaCloud, pollinations, siliconflow, requesty, orcarouter โ model arrays per active provider
|
|
33
33
|
* @exports sources โ map of active free/free-limited providers, each with { name, url, models }
|
|
34
34
|
|
|
35
35
|
* @exports MODELS โ flat array of [modelId, label, tier, sweScore, ctx, providerKey]
|
|
@@ -42,49 +42,55 @@
|
|
|
42
42
|
export const nvidiaNim = [
|
|
43
43
|
// โโ S+ tier โ SWE-bench Verified โฅ70% โโ
|
|
44
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)
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
// Removed (2026-09-05): moonshotai/kimi-k2.6 (Kimi K2.6) - Model page returns 404 and model is absent from the NVIDIA model catalog; could not verify existence
|
|
46
|
+
// 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)
|
|
47
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)
|
|
48
|
-
|
|
48
|
+
// 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`)
|
|
49
49
|
['nvidia/nemotron-3-ultra-550b-a55b', 'Nemotron 3 Ultra', 'S+', '71.9%', '1M'],
|
|
50
50
|
['poolside/laguna-xs-2.1', 'Laguna XS 2.1', 'S+', '70.9%', '262k'], // Added (2026-08-13)
|
|
51
|
+
['meta/muse-glimmer-30b', 'Muse Glimmer 30B', 'B+', '-', '128k'], // Added (2026-09-02) โ new in NIM catalog
|
|
52
|
+
['deepseek-ai/deepseek-v4-pro-0813', 'DeepSeek V4 Pro', 'S+', '-', '1M'],
|
|
51
53
|
// โโ S tier โ SWE-bench Verified 60โ70% โโ
|
|
52
|
-
|
|
54
|
+
// Removed (2026-09-05): openai/gpt-oss-120b (GPT OSS 120B) - NVIDIA deprecation notice on model page: API deprecated on 09/02/2026 and no longer supported
|
|
53
55
|
// Removed (2026-07-27): meta/llama-4-maverick-17b-128e-instruct (Llama 4 Maverick) โ EOL 2026-07-27 (HTTP 410 Gone)
|
|
54
56
|
// 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)
|
|
55
57
|
// Removed (2026-07-27): mistralai/mistral-small-4-119b-2603 (Mistral Small 4) โ EOL 2026-07-27 (HTTP 410 Gone)
|
|
58
|
+
// โ ๏ธ DEPRECATED - NVIDIA shutdown 2026-09-08
|
|
56
59
|
['minimaxai/minimax-m3', 'MiniMax M3', 'S+', '78.4%', '1M'],
|
|
60
|
+
['moonshotai/kimi-k3', 'Kimi K3', 'S', '-', '1M'], // Added (2026-09-02) โ new in NIM catalog
|
|
57
61
|
['mistralai/mistral-nemotron', 'Mistral Nemotron', 'S', '-', '128k'], // Fixed ID (2026-07-27): nvidia/mistral-nemotron โ mistralai/mistral-nemotron
|
|
58
62
|
// Removed (2026-07-27): deepseek-ai/deepseek-v3.2 (DeepSeek V3.2) โ HTTP 404
|
|
59
63
|
// โโ A+ tier โ SWE-bench Verified 50โ60% โโ
|
|
60
64
|
// Removed (2026-07-27): mistralai/mistral-large-3-675b-instruct-2512 (Mistral Large 675B) โ EOL 2026-07-23 (HTTP 410 Gone)
|
|
61
|
-
['nvidia/nemotron-3-super-120b-a12b', 'Nemotron 3 Super', 'S', '60.5%', '
|
|
65
|
+
['nvidia/nemotron-3-super-120b-a12b', 'Nemotron 3 Super', 'S', '60.5%', '1M'],
|
|
62
66
|
['nvidia/nemotron-3-nano-omni-30b-a3b-reasoning', 'Nemotron 3 Omni', 'A+', '52.0%', '256k'],
|
|
63
67
|
// Removed (2026-07-27): meta-llama/llama-4-scout-17b-16e-instruct (Llama 4 Scout) โ HTTP 404
|
|
64
|
-
|
|
68
|
+
// Removed (2026-08-30): nvidia/llama-3.3-nemotron-super-49b-v1.5 (Llama 3.3 Nemotron Super 49B) โ 410 Gone per NVIDIA NIM TUI ping
|
|
69
|
+
['nvidia/nemotron-3.5-lightning-30b-a3b', 'Nemotron 3.5 Lightning 30B', 'A+', '52.8%', '1M'],
|
|
65
70
|
// โโ A tier โ SWE-bench Verified 40โ50% โโ
|
|
66
|
-
|
|
71
|
+
// Removed (2026-09-05): nvidia/nemotron-nano-3-30b-a3b (Nemotron Nano 30B) - Model page returns 404 and model is absent from the NVIDIA model catalog; superseded by Nemotron 3.5 Lightning
|
|
67
72
|
['openai/gpt-oss-20b', 'GPT OSS 20B', 'A+', '50.3%', '128k'],
|
|
68
73
|
['google/gemma-4-31b-it', 'Gemma 4 31B', 'A+', '52.0%', '256k'],
|
|
69
|
-
|
|
74
|
+
// Removed (2026-08-30): mistralai/mistral-large-2-instruct (Mistral Large 2) โ 404 NOT FOUND per NVIDIA NIM TUI ping (model not in NIM catalog; use Mistral LP `mistral-large-2512`)
|
|
70
75
|
// Removed (2026-07-27): qwen/qwen2.5-coder-32b-instruct (Qwen2.5 Coder 32B) โ EOL 2026-05-12 (HTTP 410 Gone)
|
|
71
76
|
// Removed (2026-07-27): deepseek-ai/deepseek-r1 (DeepSeek R1) โ HTTP 404
|
|
72
77
|
// Removed (2026-07-27): nvidia/nemotron-3-nano (Nemotron 3 Nano) โ HTTP 404 (replaced by nvidia/nvidia-nemotron-nano-9b-v2)
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
78
|
+
// Removed (2026-08-30): nvidia/nvidia-nemotron-nano-9b-v2 (Nemotron Nano 9B v2) โ 410 Gone per NVIDIA NIM TUI ping (superseded by nvidia/nemotron-nano-3-30b-a3b)
|
|
79
|
+
// Removed (2026-08-30): meta/llama-3.3-70b-instruct (Llama 3.3 70B) โ 410 Gone per NVIDIA NIM TUI ping (no longer in NIM catalog)
|
|
80
|
+
// Removed (2026-08-30): deepseek-ai/deepseek-coder-6.7b-instruct (DeepSeek Coder 6.7B) โ 404 NOT FOUND per NVIDIA NIM TUI ping
|
|
81
|
+
// Removed (2026-08-30): meta/codellama-70b (CodeLlama 70B) โ 404 NOT FOUND per NVIDIA NIM TUI ping (docs.nvidia.com still lists CodeLlama but not via NIM `integrate.api` free tier)
|
|
82
|
+
// Removed (2026-08-30): mistralai/codestral-22b-instruct-v0.1 (Codestral 22B) โ 404 NOT FOUND per NVIDIA NIM TUI ping (use Codestral `codestral-2508` via Mistral LP)
|
|
83
|
+
// Removed (2026-08-30): ibm/granite-34b-code-instruct (Granite 34B Code) โ 404 NOT FOUND per NVIDIA NIM TUI ping
|
|
79
84
|
// โโ A- tier โ SWE-bench Verified 35โ40% โโ
|
|
80
85
|
// Removed (2026-07-27): bytedance/seed-oss-36b-instruct (Seed OSS 36B) โ EOL 2026-07-27 (HTTP 410 Gone)
|
|
81
86
|
// Removed (2026-07-27): stockmark/stockmark-2-100b-instruct (Stockmark 100B) โ EOL 2026-07-15 (HTTP 410 Gone)
|
|
82
87
|
// โโ B+ tier โ SWE-bench Verified 30โ35% โโ
|
|
83
88
|
// Removed (2026-07-27): mistralai/ministral-14b-instruct-2512 (Ministral 14B) โ EOL 2026-07-27 (HTTP 410 Gone)
|
|
84
|
-
|
|
89
|
+
// Removed (2026-08-30): thinkingmachines/inkling (Inkling) โ 410 Gone per NVIDIA NIM TUI ping (per Model Deprecation Request 378412)
|
|
90
|
+
['google/diffusiongemma-26b-a4b-it', 'DiffusionGemma 26B', 'B+', '-', '256k'],
|
|
85
91
|
// โโ B tier โ SWE-bench Verified 20โ30% โโ
|
|
86
|
-
|
|
87
|
-
|
|
92
|
+
// Removed (2026-09-05): meta/llama-3.2-11b-vision-instruct (Llama 3.2 11B Vision) - Model page on build.nvidia.com has no hosted endpoint at all (no Free Endpoint, no Partner Endpoint, no endpointData payload); docs page remains but the free API endpoint is gone
|
|
93
|
+
// Removed (2026-08-30): nvidia/nemotron-mini-4b-instruct (Nemotron Mini 4B) โ 410 Gone per NVIDIA NIM TUI ping
|
|
88
94
|
// โโ C tier โ lightweight/edge models โโ
|
|
89
95
|
// Removed (2026-07-27): microsoft/phi-4-mini-instruct (Phi 4 Mini) โ EOL 2026-07-15 (HTTP 410 Gone)
|
|
90
96
|
]
|
|
@@ -95,10 +101,11 @@ export const groq = [
|
|
|
95
101
|
// Removed (2026-08-13): llama-3.3-70b-versatile (Llama 3.3 70B) โ Groq deprecation, shutdown 2026-08-16
|
|
96
102
|
// Removed (2026-08-13): llama-3.1-8b-instant (Llama 3.1 8B) โ Groq deprecation, shutdown 2026-08-16
|
|
97
103
|
['openai/gpt-oss-120b', 'GPT OSS 120B', 'S', '62.4%', '131k'],
|
|
98
|
-
['openai/gpt-oss-20b',
|
|
104
|
+
['openai/gpt-oss-20b', 'GPT OSS 20B', 'A+', '60.7%', '131k'],
|
|
99
105
|
['qwen/qwen3.6-27b', 'Qwen3.6 27B', 'S+', '77.2%', '131k'],
|
|
100
106
|
['groq/compound', 'Groq Compound', 'A', '45.0%', '131k'],
|
|
101
107
|
['groq/compound-mini', 'Groq Compound Mini', 'B+', '32.0%', '131k'],
|
|
108
|
+
['qwen/qwen3.8-27b', 'Qwen3.8 27B', 'A+', '-', '131k'],
|
|
102
109
|
]
|
|
103
110
|
|
|
104
111
|
// ๐ Cerebras source - https://cloud.cerebras.ai
|
|
@@ -107,8 +114,10 @@ export const cerebras = [
|
|
|
107
114
|
// Removed (2026-08-23): zai-glm-4.7 (GLM 4.7) โ shutdown 2026-08-17 per Cerebras official notice
|
|
108
115
|
// โโ S tier โ SWE-bench Verified 60โ70% โโ
|
|
109
116
|
['gpt-oss-120b', 'GPT OSS 120B', 'S', '62.4%', '65k'], // Fixed (2026-07-27): ctx '128k' โ '65k' (free tier per official docs)
|
|
117
|
+
// Removed (2026-09-05): MiniMax-M3 (MiniMax M3) โ HTTP 404 "Model does not exist" per live API ping (PR #178 addition reverted)
|
|
110
118
|
// โโ A tier โ SWE-bench Verified 40โ50% โโ
|
|
111
|
-
|
|
119
|
+
// Removed (2026-09-05): gemma-4-31b (Gemma 4 31B) - Official deprecation notice dated 2026-09-03: gemma-4-31b is no longer available on Cerebras public endpoints; it remains only on paid Dedicated Endpoints, so it no longer has a free access tier
|
|
120
|
+
['qwen-3.8-27b', 'Qwen 3.8 27B', 'A+', '-', '64k'],
|
|
112
121
|
]
|
|
113
122
|
|
|
114
123
|
// ๐ SambaNova source - https://cloud.sambanova.ai
|
|
@@ -117,6 +126,7 @@ export const cerebras = [
|
|
|
117
126
|
export const sambanova = [
|
|
118
127
|
// โโ S+ tier โโ
|
|
119
128
|
['MiniMax-M2.7', 'MiniMax M2.7', 'S+', '78.0%', '196k'], // Fixed (2026-07-27): ctx '192k' โ '196k' (API exact 196608)
|
|
129
|
+
['MiniMax-M3', 'MiniMax M3', 'S+', '78.4%', '1M'], // Added (2026-09-02) โ verified live 2026-09-05 via /v1/models
|
|
120
130
|
// โโ S tier โโ
|
|
121
131
|
['DeepSeek-V3.1', 'DeepSeek V3.1', 'S', '66.0%', '131k'], // Fixed (2026-07-27): ctx '128k' โ '131k' (API exact 131072)
|
|
122
132
|
['DeepSeek-V3.2', 'DeepSeek V3.2', 'S+', '70.0%', '32k'],
|
|
@@ -141,39 +151,29 @@ export const sambanova = [
|
|
|
141
151
|
export const openrouter = [
|
|
142
152
|
// โโ S+ tier โ SWE-bench Verified โฅ70% โโ
|
|
143
153
|
['nvidia/nemotron-3-ultra-550b-a55b:free', 'Nemotron 3 Ultra', 'S+', '71.9%', '1M'],
|
|
144
|
-
// Removed (2026-08-13): poolside/laguna-m.1:free (Poolside Laguna M.1) โ no longer in OpenRouter catalog (neither :free nor paid)
|
|
145
154
|
['poolside/laguna-xs-2.1:free', 'Poolside Laguna XS 2.1', 'S+', '70.9%', '262k'],
|
|
146
|
-
|
|
155
|
+
['poolside/laguna-s-2.1:free', 'Poolside Laguna S 2.1', 'S+', '-', '262k'],
|
|
156
|
+
['minimax/minimax-m2.7:free', 'MiniMax M2.7', 'S+', '56.2%', '192k'], // Added (2026-09-02)
|
|
157
|
+
['minimax/minimax-m3:free', 'MiniMax M3', 'S+', '78.4%', '1M'], // Added (2026-09-02)
|
|
158
|
+
['z-ai/glm-5.2:free', 'GLM-5.2', 'S+', '-', '256k'], // Added (2026-09-02)
|
|
147
159
|
// โโ S tier โ SWE-bench Verified 60โ70% โโ
|
|
148
160
|
['cohere/north-mini-code:free', 'North Mini Code', 'S', '-', '256k'],
|
|
149
|
-
|
|
150
|
-
// Removed (2026-07-27): qwen/qwen3-coder:free (Qwen3 Coder) โ no longer on OpenRouter free tier
|
|
151
|
-
['poolside/laguna-s-2.1:free', 'Poolside Laguna S 2.1', 'S+', '-', '262k'], // Added (2026-07-27)
|
|
161
|
+
['nvidia/nemotron-3-super-120b-a12b:free', 'Nemotron 3 Super', 'S', '60.5%', '262k'],
|
|
152
162
|
// โโ A+ tier โ SWE-bench Verified 50โ60% โโ
|
|
153
|
-
['nvidia/nemotron-3-super-120b-a12b:free', 'Nemotron 3 Super', 'S', '60.5%', '262k'], // Fixed (2026-08-13): ctx '1M' โ '262k' (real API ctx)
|
|
154
163
|
['nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free', 'Nemotron 3 Omni', 'A+', '52.0%', '256k'],
|
|
155
|
-
// Removed (2026-08-13): inclusionai/ling-3.0-flash:free (Ling-3.0 Flash) โ :free variant removed, now paid-only
|
|
156
|
-
['liquid/lfm-2.5-2.6b:free', 'LiquidAI LFM2.5-2.6B', 'C', '-', '128k'], // Added (2026-08-13)
|
|
157
|
-
['nvidia/nemotron-3.5-lightning:free', 'NVIDIA Nemotron 3.5 Lightning', 'B+', '-', '1M'], // Added (2026-08-13)
|
|
158
|
-
// โโ A tier โ SWE-bench Verified 40โ50% โโ
|
|
159
|
-
['nvidia/nemotron-3-nano-30b-a3b:free', 'Nemotron Nano 30B', 'A-', '38.8%', '256k'],
|
|
160
|
-
['nvidia/nemotron-nano-12b-v2-vl:free', 'Nemotron Nano 12B VL', 'A', '20.0%', '128k'],
|
|
161
164
|
['google/gemma-4-31b-it:free', 'Gemma 4 31B', 'A+', '52.0%', '262k'],
|
|
162
165
|
['google/gemma-4-26b-a4b-it:free', 'Gemma 4 26B MoE', 'A', '38.0%', '262k'],
|
|
163
|
-
// Removed (2026-07-27): meta-llama/llama-3.3-70b-instruct:free (Llama 3.3 70B Instruct) โ no longer on free tier
|
|
164
|
-
// Removed (2026-07-27): nousresearch/hermes-3-llama-3.1-405b:free (Hermes 3 Llama 3.1 405B) โ no longer on free tier
|
|
165
|
-
// Removed (2026-07-27): qwen/qwen3-next-80b-a3b-instruct:free (Qwen3 Next 80B A3B) โ no longer on free tier
|
|
166
166
|
// โโ B+ tier โ SWE-bench Verified 30โ35% โโ
|
|
167
|
-
['
|
|
168
|
-
|
|
167
|
+
['liquid/lfm-2.5-2.6b:free', 'LiquidAI LFM2.5-2.6B', 'C', '-', '64k'],
|
|
168
|
+
['nvidia/nemotron-3.5-lightning:free', 'NVIDIA Nemotron 3.5 Lightning', 'B+', '-', '1M'],
|
|
169
|
+
['inclusionai/ling-3.0-flash-fin:free', 'Ling 3.0 Flash Fin', 'B+', '-', '262k'], // Added (2026-09-02)
|
|
170
|
+
['thinkingmachines/inkling:free', 'Inkling', 'B+', '-', '1M'], // Added (2026-09-02)
|
|
171
|
+
['inclusionai/ling-3.0-flash-sante:free', 'Ling 3.0 Flash Sante', 'B+', '-', '262k'],
|
|
169
172
|
// โโ B tier โ SWE-bench Verified 20โ30% โโ
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
// Removed (2026-07-27): cognitivecomputations/dolphin-mistral-24b-venice-edition:free (Dolphin Mistral 24B Venice) โ no longer on free tier
|
|
173
|
+
['thinkingmachines/inkling-small:free', 'Inkling Small', 'B', '-', '1M'], // Added (2026-09-02)
|
|
174
|
+
['dots-studio/dots-3-note-preview:free', 'Dots 3 Note Preview', 'B', '-', '512k'], // Added (2026-09-02)
|
|
173
175
|
// โโ C tier โ lightweight/edge models โโ
|
|
174
176
|
['nvidia/nemotron-3.5-content-safety:free', 'Nemotron 3.5 Content Safety', 'C', '-', '128k'],
|
|
175
|
-
// Removed (2026-07-27): liquid/lfm-2.5-1.2b-instruct:free (LFM 2.5 1.2B Instruct) โ no longer on free tier
|
|
176
|
-
// Removed (2026-07-27): liquid/lfm-2.5-1.2b-thinking:free (LFM 2.5 1.2B Thinking) โ no longer on free tier
|
|
177
177
|
]
|
|
178
178
|
|
|
179
179
|
// ๐ GitHub Models source - https://models.github.ai
|
|
@@ -195,13 +195,14 @@ export const mistral = [
|
|
|
195
195
|
['mistral-large-2512', 'Mistral Large 3', 'S+', '70.0%', '256k'],
|
|
196
196
|
['mistral-medium-3-5', 'Mistral Medium 3.5', 'S+', '77.6%', '256k'],
|
|
197
197
|
// Removed (2026-08-13): devstral-2512 (Devstral 2) โ Mistral deprecation, full retirement 2026-07-31
|
|
198
|
+
['zai-glm-5-2', 'Z.ai GLM 5.2', 'S+', '82.8%', '1M'],
|
|
198
199
|
// โโ A tier โ SWE-bench Verified 40โ50% โโ
|
|
199
200
|
['mistral-small-2603', 'Mistral Small 4', 'A', '48.0%', '256k'],
|
|
200
201
|
// โโ B+ tier โ SWE-bench Verified 30โ35% โโ
|
|
201
|
-
['ministral-14b-2512', 'Ministral 3 14B', 'B+', '-', '
|
|
202
|
+
['ministral-14b-2512', 'Ministral 3 14B', 'B+', '-', '256k'], // Fixed (2026-08-13): id 'ministral-3-14b-25-12' โ 'ministral-14b-2512' (API model ID per Mistral docs JSON)
|
|
202
203
|
// โโ B tier โ SWE-bench Verified 20โ30% โโ
|
|
203
|
-
['ministral-8b-2512', 'Ministral 3 8B', 'B', '-', '
|
|
204
|
-
['ministral-3b-2512', 'Ministral 3 3B', 'B', '-', '
|
|
204
|
+
['ministral-8b-2512', 'Ministral 3 8B', 'B', '-', '256k'], // Fixed (2026-08-13): id 'ministral-3-8b-25-12' โ 'ministral-8b-2512'
|
|
205
|
+
['ministral-3b-2512', 'Ministral 3 3B', 'B', '-', '256k'], // Fixed (2026-08-13): id 'ministral-3-3b-25-12' โ 'ministral-3b-2512'
|
|
205
206
|
]
|
|
206
207
|
|
|
207
208
|
// ๐ Mistral Codestral source - https://codestral.mistral.ai
|
|
@@ -209,7 +210,7 @@ export const mistral = [
|
|
|
209
210
|
// ๐ API keys now use the Mistral platform key format; CODESTRAL_API_KEY remains supported as an alias.
|
|
210
211
|
export const codestral = [
|
|
211
212
|
// โโ A tier โ SWE-bench Verified 40โ50% โโ
|
|
212
|
-
['codestral-2508', 'Codestral', 'A', '40.0%', '
|
|
213
|
+
['codestral-2508', 'Codestral', 'A', '40.0%', '256k'], // Fixed (2026-07-27): ctx '256k' โ '128k' per official Mistral model card
|
|
213
214
|
// Removed (2026-08-23): codestral-2501 (Codestral 2501), codestral-2405 (Codestral 2405) โ retired from Mistral API; only codestral-2508 / codestral-latest remain
|
|
214
215
|
// Removed (2026-08-13): codestral-2 (Codestral 2) โ fabricated ID, never existed in Mistral catalog (Mistral uses date-stamped versioning)
|
|
215
216
|
]
|
|
@@ -218,43 +219,46 @@ export const codestral = [
|
|
|
218
219
|
// ๐ 1M free tokens โ API keys at https://console.scaleway.com/iam/api-keys
|
|
219
220
|
export const scaleway = [
|
|
220
221
|
// โโ S+ tier โ SWE-bench Verified โฅ70% โโ
|
|
221
|
-
['devstral-2-123b-instruct-2512', 'Devstral 2 123B', 'S+', '72.2%', '200k'], // Fixed (2026-08-13): ctx '260k' โ '200k' (Serverless tier per official Scaleway catalog)
|
|
222
|
-
['qwen3-235b-a22b-instruct-2507', 'Qwen3 235B', 'A', '45.2%', '250k'],
|
|
223
222
|
['glm-5.2', 'GLM 5.2', 'S+', '82.8%', '256k'], // Fixed (2026-08-13): ctx '1M' โ '256k' (Serverless tier per official catalog)
|
|
224
223
|
['deepseek-v4-flash-0731', 'DeepSeek V4 Flash', 'S+', '-', '256k'], // Added (2026-08-13)
|
|
224
|
+
// Removed (2026-09-05): devstral-2-123b-instruct-2512 (Devstral 2 123B) - Deprecated 2026-07-01, End of Life 2026-08-01; after EOL the model is no longer accessible on Generative APIs Serverless
|
|
225
225
|
// โโ S tier โ SWE-bench Verified 60โ70% โโ
|
|
226
226
|
['qwen3.5-397b-a17b', 'Qwen3.5 400B VLM', 'S+', '76.2%', '250k'],
|
|
227
227
|
['gpt-oss-120b', 'GPT OSS 120B', 'S', '62.4%', '128k'],
|
|
228
228
|
['mistral-medium-3.5-128b', 'Mistral Medium 3.5 128B', 'S+', '77.6%', '180k'], // Fixed (2026-07-27): ctx '256k' โ '180k' (Serverless tier)
|
|
229
229
|
// โโ A+ tier โ SWE-bench Verified 50โ60% โโ
|
|
230
|
-
//
|
|
230
|
+
// โ ๏ธ DEPRECATED - Scaleway EOL 2026-10-01
|
|
231
231
|
['qwen3-coder-30b-a3b-instruct', 'Qwen3 Coder 30B', 'A+', '51.6%', '128k'],
|
|
232
232
|
['qwen3.6-35b-a3b', 'Qwen3.6 35B MoE', 'S+', '73.4%', '256k'],
|
|
233
|
-
|
|
233
|
+
// Removed (2026-09-05): holo2-30b-a3b (Holo2 30B) - Deprecated 2026-07-09, End of Life 2026-08-09; after EOL the model is no longer accessible on Generative APIs Serverless
|
|
234
234
|
['gemma-4-26b-a4b-it', 'Gemma 4 26B MoE', 'A+', '-', '256k'],
|
|
235
|
-
// Removed (2026-
|
|
235
|
+
// Removed (2026-09-02): gemma-4-31b-it (Gemma 4 31B IT) โ Dedicated tier only, not available on Serverless
|
|
236
|
+
['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)
|
|
236
237
|
// โโ A- tier โ SWE-bench Verified 35โ40% โโ
|
|
237
238
|
['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)
|
|
238
239
|
// โโ B+ tier โ SWE-bench Verified 30โ35% โโ
|
|
239
240
|
['mistral-small-3.2-24b-instruct-2506', 'Mistral Small 3.2', 'B', '20.0%', '128k'],
|
|
240
|
-
|
|
241
|
+
// โ ๏ธ DEPRECATED - Scaleway EOL 2026-10-01
|
|
242
|
+
['pixtral-12b-2409', 'Pixtral 12B', 'B+', '-', '128k'], // Restored (2026-09-05) โ still Serverless per official docs; PR #178 EOL claim not confirmed
|
|
241
243
|
// โโ B tier โ SWE-bench Verified 20โ30% โโ
|
|
242
|
-
|
|
244
|
+
// Removed (2026-09-05): gemma-3-27b-it (Gemma 3 27B) - Deprecated 2026-07-01, End of Life 2026-08-01; after EOL the model is no longer accessible on Generative APIs Serverless
|
|
243
245
|
]
|
|
244
246
|
|
|
245
247
|
// ๐ Google AI Studio source - https://aistudio.google.com
|
|
246
248
|
// ๐ OpenAI-compatible endpoint exposes Gemini models; free quotas vary by model and region.
|
|
247
249
|
export const googleai = [
|
|
250
|
+
['gemini-3.8-flash', 'Gemini 3.8 Flash', 'S+', '-', '1M'], // Added (2026-09-02) โ free tier per official pricing page
|
|
248
251
|
['gemini-3.7-flash', 'Gemini 3.7 Flash', 'S+', '-', '1M'], // Added (2026-08-13)
|
|
249
252
|
['gemini-3.6-flash', 'Gemini 3.6 Flash', 'S+', '-', '1M'], // Added (2026-07-27)
|
|
250
|
-
['gemini-3.5-flash', 'Gemini 3.5 Flash', 'S+', '78.0%', '1M'],
|
|
251
|
-
['gemini-3.1-pro-preview', 'Gemini 3.1 Pro Preview', 'S+', '80.6%', '1M'],
|
|
252
|
-
['gemini-3-flash-preview', 'Gemini 3 Flash Preview', 'S+', '78.0%', '1M'],
|
|
253
|
+
['gemini-3.5-flash', 'Gemini 3.5 Flash', 'S+', '78.0%', '1M'], // Added (2026-09-02)
|
|
253
254
|
['gemini-3.5-flash-lite', 'Gemini 3.5 Flash Lite', 'S', '-', '1M'], // Added (2026-07-27)
|
|
254
255
|
['gemini-3.1-flash-lite', 'Gemini 3.1 Flash Lite', 'S', '62.8%', '1M'],
|
|
255
|
-
['gemini-2.5-pro', 'Gemini 2.5 Pro', 'S', '63.8%', '1M'],
|
|
256
256
|
['gemini-2.5-flash', 'Gemini 2.5 Flash', 'A+', '54.0%', '1M'],
|
|
257
257
|
['gemini-2.5-flash-lite', 'Gemini 2.5 Flash Lite', 'A', '42.6%', '1M'],
|
|
258
|
+
['gemini-3-flash-preview', 'Gemini 3 Flash Preview', 'S+', '78.0%', '1M'], // Restored (2026-09-05) โ free tier confirmed per official pricing page
|
|
259
|
+
['gemini-2.5-pro', 'Gemini 2.5 Pro', 'S', '63.8%', '1M'], // Restored (2026-09-05) โ free tier confirmed per official pricing page
|
|
260
|
+
// Removed (2026-09-02): gemini-3.1-pro-preview (Gemini 3.1 Pro Preview) โ free tier "Not available" per official pricing page (rechecked 2026-09-05)
|
|
261
|
+
// Removed (2026-09-05): gemini-2.0-flash โ not listed on the official pricing page (PR #178 addition reverted)
|
|
258
262
|
]
|
|
259
263
|
|
|
260
264
|
// ๐ ZAI source - https://open.z.ai
|
|
@@ -263,13 +267,15 @@ export const googleai = [
|
|
|
263
267
|
// ๐ glm-4.7-flash is free but was returning "overloaded" 429s; API /models lists only 9 text models.
|
|
264
268
|
export const zai = [
|
|
265
269
|
// โโ S+ tier โ SWE-bench Verified โฅ70% โโ
|
|
270
|
+
['zai/glm-5.3-flash', 'GLM-5.3-Flash', 'S+', '-', '1M'], // Added (2026-09-02)
|
|
266
271
|
['zai/glm-5.2', 'GLM-5.2', 'S+', '-', '1M'], // Added (2026-08-13)
|
|
272
|
+
['zai/glm-5.3', 'GLM-5.3', 'S+', '-', '1M'],
|
|
267
273
|
// โโ S tier โ SWE-bench Verified 60โ70% โโ
|
|
268
274
|
['zai/glm-4.7-flash', 'GLM-4.7-Flash', 'A+', '59.2%', '200k'], // Fixed (2026-07-27): ctx '203k' โ '200k' per official docs
|
|
269
275
|
['zai/glm-4.5-flash', 'GLM-4.5-Flash', 'S', '59.2%', '128k'],
|
|
270
276
|
['zai/glm-5-turbo', 'GLM-5-Turbo', 'S', '-', '200k'], // Added (2026-08-13)
|
|
271
|
-
['zai/glm-4.7', 'GLM-4.7', 'S', '
|
|
272
|
-
['zai/glm-4.6', 'GLM-4.6', 'S', '
|
|
277
|
+
['zai/glm-4.7', 'GLM-4.7', 'S', '73.8%', '200k'], // Added (2026-08-13)
|
|
278
|
+
['zai/glm-4.6', 'GLM-4.6', 'S', '68.0%', '200k'], // Added (2026-08-13)
|
|
273
279
|
// 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)
|
|
274
280
|
// โโ A tier โ SWE-bench Verified 40โ50% โโ
|
|
275
281
|
['zai/glm-4.6v-flash', 'GLM-4.6V-Flash', 'A', '-', '128k'],
|
|
@@ -289,11 +295,14 @@ export const qwen = [
|
|
|
289
295
|
['qwen3-235b-a22b', 'Qwen3 235B', 'S+', '70.0%', '128k'],
|
|
290
296
|
['qwen3.7-plus', 'Qwen3.7 Plus', 'S+', '-', '1M'],
|
|
291
297
|
['qwen3.6-max-preview', 'Qwen3.6 Max Preview', 'S+', '80.9%', '256k'],
|
|
298
|
+
['qwen3.8-max', 'Qwen3.8 Max', 'S+', '-', '1M'],
|
|
299
|
+
['qwen3.8-2.4t-a95b', 'Qwen3.8 2.4T A95B', 'S+', '-', '1M'],
|
|
292
300
|
// โโ S tier โ SWE-bench Verified 60โ70% โโ
|
|
293
301
|
['qwen3.5-plus', 'Qwen3.5 Plus', 'S+', '80.0%', '1M'],
|
|
294
302
|
['qwen3-coder-plus', 'Qwen3 Coder Plus', 'S', '69.6%', '1M'],
|
|
295
303
|
['qwen3-coder-next', 'Qwen3 Coder Next', 'S+', '70.6%', '256k'],
|
|
296
304
|
['qwen3-coder-480b-a35b-instruct', 'Qwen3 Coder 480B', 'S', '69.6%', '256k'],
|
|
305
|
+
['qwen3.8-27b', 'Qwen3.8 27B', 'S', '-', '1M'],
|
|
297
306
|
// โโ A+ tier โ SWE-bench Verified 50โ60% โโ
|
|
298
307
|
['qwen3.7-flash', 'Qwen3.7 Flash', 'A+', '-', '1M'], // Added (2026-07-27)
|
|
299
308
|
['qwen3.6-flash', 'Qwen3.6 Flash', 'A+', '60.0%', '1M'],
|
|
@@ -306,6 +315,7 @@ export const qwen = [
|
|
|
306
315
|
['qwen3.5-35b-a3b', 'Qwen3.5 35B A3B', 'S', '69.2%', '256k'],
|
|
307
316
|
['qwen3-next-80b-a3b-thinking', 'Qwen3 Next 80B Thinking', 'S+', '70.6%', '128k'],
|
|
308
317
|
['qwen3-next-80b-a3b-instruct', 'Qwen3 Next 80B Instruct', 'S+', '70.6%', '128k'],
|
|
318
|
+
['qwen3.8-flash', 'Qwen3.8 Flash', 'A+', '-', '1M'],
|
|
309
319
|
// โโ A tier โ SWE-bench Verified 40โ50% โโ
|
|
310
320
|
['qwen3.5-27b', 'Qwen3.5 27B', 'S+', '72.4%', '256k'],
|
|
311
321
|
['qwen3-30b-a3b', 'Qwen3 30B A3B', 'B', '25.2%', '128k'],
|
|
@@ -317,31 +327,32 @@ export const qwen = [
|
|
|
317
327
|
// ๐ Free plan includes daily neuron quota and provider-level request limits.
|
|
318
328
|
export const cloudflare = [
|
|
319
329
|
// โโ S+ tier โ SWE-bench Verified โฅ70% โโ
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
330
|
+
// Removed (2026-09-05): @cf/moonshotai/kimi-k2.6 (Kimi K2.6) - model still exists but docs state it is not available through standard Workers Free billing; requires Workers Paid plan or prepaid AI Gateway credits, so unusable within the free 10k neurons/day tier
|
|
331
|
+
// Removed (2026-09-05): @cf/moonshotai/kimi-k2.7-code (Kimi K2.7 Code) - model still exists but docs state it is not available through standard Workers Free billing; requires Workers Paid plan or prepaid AI Gateway credits
|
|
332
|
+
// Removed (2026-09-05): @cf/zai-org/glm-5.2 (GLM-5.2) - model still exists but docs state it is not available through standard Workers Free billing; requires Workers Paid plan or prepaid AI Gateway credits
|
|
323
333
|
// โโ S tier โ SWE-bench Verified 60โ70% โโ
|
|
324
334
|
['@cf/zai-org/glm-4.7-flash', 'GLM-4.7-Flash', 'A+', '59.2%', '131k'],
|
|
325
335
|
['@cf/openai/gpt-oss-120b', 'GPT OSS 120B', 'S', '62.4%', '128k'],
|
|
326
336
|
// โโ A+ tier โ SWE-bench Verified 50โ60% โโ
|
|
327
|
-
['@cf/nvidia/nemotron-3-120b-a12b', 'Nemotron 3 Super', 'S', '60.5%', '
|
|
337
|
+
['@cf/nvidia/nemotron-3-120b-a12b', 'Nemotron 3 Super', 'S', '60.5%', '256k'],
|
|
328
338
|
// โโ A tier โ SWE-bench Verified 40โ50% โโ
|
|
329
339
|
['@cf/meta/llama-4-scout-17b-16e-instruct', 'Llama 4 Scout', 'B', '28.0%', '131k'],
|
|
330
|
-
['@cf/qwen/qwen3-30b-a3b-fp8', 'Qwen3 30B MoE', 'B', '25.2%', '
|
|
331
|
-
['@cf/qwen/qwen2.5-coder-32b-instruct', 'Qwen2.5 Coder 32B', 'A', '47.0%', '
|
|
340
|
+
['@cf/qwen/qwen3-30b-a3b-fp8', 'Qwen3 30B MoE', 'B', '25.2%', '32k'],
|
|
341
|
+
['@cf/qwen/qwen2.5-coder-32b-instruct', 'Qwen2.5 Coder 32B', 'A', '47.0%', '32k'],
|
|
332
342
|
['@cf/openai/gpt-oss-20b', 'GPT OSS 20B', 'A+', '50.3%', '128k'],
|
|
333
|
-
['@cf/qwen/qwq-32b', 'QwQ 32B', 'A', '-', '
|
|
334
|
-
['@cf/deepseek-ai/deepseek-r1-distill-qwen-32b', 'DeepSeek R1 Distill Qwen 32B', 'A', '-', '
|
|
343
|
+
['@cf/qwen/qwq-32b', 'QwQ 32B', 'A', '-', '24k'],
|
|
344
|
+
['@cf/deepseek-ai/deepseek-r1-distill-qwen-32b', 'DeepSeek R1 Distill Qwen 32B', 'A', '-', '80k'], // Fixed (2026-07-27): namespace 'deepseek' โ 'deepseek-ai'
|
|
335
345
|
// โโ A- tier โ SWE-bench Verified 35โ40% โโ
|
|
336
|
-
['@cf/meta/llama-3.3-70b-instruct-fp8-fast', 'Llama 3.3 70B', 'B', '22.0%', '
|
|
346
|
+
['@cf/meta/llama-3.3-70b-instruct-fp8-fast', 'Llama 3.3 70B', 'B', '22.0%', '24k'],
|
|
337
347
|
['@cf/google/gemma-4-26b-a4b-it', 'Gemma 4 26B MoE', 'A-', '38.0%', '256k'], // Fixed (2026-07-27): ctx '128k' โ '256k' (April 2026 changelog)
|
|
348
|
+
['@cf/qwen/qwen3.8-27b', 'Qwen3.8 27B', 'A-', '-', '262k'],
|
|
338
349
|
// โโ B+ tier โ SWE-bench Verified 30โ35% โโ
|
|
339
350
|
['@cf/mistralai/mistral-small-3.1-24b-instruct', 'Mistral Small 3.1', 'B+', '30.0%', '128k'],
|
|
340
|
-
['@cf/ibm-granite/granite-4.0-h-micro', 'Granite 4.0 Micro', 'B+', '30.0%', '
|
|
351
|
+
['@cf/ibm-granite/granite-4.0-h-micro', 'Granite 4.0 Micro', 'B+', '30.0%', '131k'], // Fixed (2026-07-27): namespace 'ibm' โ 'ibm-granite'
|
|
341
352
|
// โโ B tier โ SWE-bench Verified 20โ30% โโ
|
|
342
353
|
['@cf/meta/llama-3.1-8b-instruct-fast', 'Llama 3.1 8B Instruct (Fast)', 'C', '18.0%', '128k'],
|
|
343
|
-
|
|
344
|
-
|
|
354
|
+
// Removed (2026-08-30): @cf/google/gemma-3-12b-it (Gemma 3 12B IT) โ Deprecated 2026-05-30 per Cloudflare Workers AI docs (developers.cloudflare.com/workers-ai/models/gemma-3-12b-it)
|
|
355
|
+
// Removed (2026-08-30): @cf/moonshotai/kimi-k2.5 (Kimi K2.5) โ Deprecated 2026-05-30 per Cloudflare changelog; replaced by @cf/moonshotai/kimi-k2.6 (developers.cloudflare.com/changelog/post/2026-05-08-planned-model-deprecations)
|
|
345
356
|
]
|
|
346
357
|
|
|
347
358
|
// ๐ OVHcloud AI Endpoints - https://endpoints.ai.cloud.ovh.net
|
|
@@ -360,12 +371,14 @@ export const ovhcloud = [
|
|
|
360
371
|
// Removed (2026-07-27): Mistral-7B-Instruct-v0.3 (Mistral 7B Instruct) โ no longer in catalog
|
|
361
372
|
// Removed (2026-08-13): Mistral-Nemo-Instruct-2407 (Mistral Nemo) โ no longer in OVHcloud public catalog
|
|
362
373
|
['Qwen3.5-9B', 'Qwen3.5 9B', 'B+', '30.0%', '262k'],
|
|
363
|
-
['Qwen2.5-VL-72B-Instruct',
|
|
374
|
+
['Qwen2.5-VL-72B-Instruct', 'Qwen2.5-VL 72B', 'S', '-', '32k'], // Added (2026-08-13)
|
|
364
375
|
// โโ Embeddings โโ
|
|
365
376
|
['Qwen3-Embedding-8B', 'Qwen3 Embedding 8B', 'B', '-', '32k'], // Fixed (2026-07-27): ctx '-' โ '32k'
|
|
366
377
|
['bge-m3', 'BGE M3', 'B', '-', '-'],
|
|
367
378
|
['bge-multilingual-gemma2', 'BGE Multilingual Gemma2','B','-', '-'],
|
|
368
379
|
// Fix (2026-05-26): Qwen3.5-9B ctx 128kโ262k, Mistral-Small ctx 131kโ128k, Mistral-Nemo ctx 128kโ118k, Mistral-7B ctx 32kโ127k
|
|
380
|
+
['Qwen3Guard-Gen-8B', 'Qwen3Guard Gen 8B (moderation, beta)', 'C', '-', '32k'],
|
|
381
|
+
['Qwen3Guard-Gen-0.6B', 'Qwen3Guard Gen 0.6B (moderation, beta)', 'C', '-', '32k'],
|
|
369
382
|
]
|
|
370
383
|
|
|
371
384
|
|
|
@@ -377,15 +390,15 @@ export const ovhcloud = [
|
|
|
377
390
|
// ๐ Config: set provider to opencode/<model-id> in OpenCode config
|
|
378
391
|
export const opencodeZen = [
|
|
379
392
|
['big-pickle', 'Big Pickle', 'S+', '72.0%', '200k'],
|
|
380
|
-
// Removed (2026-
|
|
393
|
+
// 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
|
|
381
394
|
['mimo-v2.5-free', 'MiMo-V2.5 Free', 'S+', '-', '200k'],
|
|
382
|
-
['nemotron-3-ultra-free',
|
|
383
|
-
// Removed (2026-
|
|
384
|
-
|
|
385
|
-
// Removed (2026-
|
|
386
|
-
['
|
|
387
|
-
['
|
|
388
|
-
|
|
395
|
+
['nemotron-3-ultra-free', 'Nemotron 3 Ultra Free', 'S+', '71.9%', '1M'],
|
|
396
|
+
// Removed (2026-09-05): hy3-free (Tencent Hy3 Free) โ absent from live /v1/models (66 models checked)
|
|
397
|
+
['nemotron-3.5-lightning-free', 'Nemotron 3.5 Lightning Free', 'S+', '-', '262k'], // Added (2026-08-13)
|
|
398
|
+
// Removed (2026-09-05): laguna-s-2.1-free (Laguna S 2.1 Free) - deprecated: marked status=deprecated in the models.dev registry (2026-09-05) and absent from both the Zen /v1/models endpoint and the docs free-models list; the limited-time promo ended
|
|
399
|
+
['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)
|
|
400
|
+
['muse-spark-1.2-contributor-free', 'Muse Spark 1.2 Contributor Free', 'A+', '-', '1M'],
|
|
401
|
+
['muse-spark-1.3-contributor-free', 'Muse Spark 1.3 Contributor Free', 'S+', '-', '1M'],
|
|
389
402
|
]
|
|
390
403
|
|
|
391
404
|
// ๐ Kilo source - https://api.kilo.ai/api/gateway
|
|
@@ -393,7 +406,20 @@ export const opencodeZen = [
|
|
|
393
406
|
// ๐ Keep only the stable router model here; individual promo `:free` models churn too quickly.
|
|
394
407
|
export const kilo = [
|
|
395
408
|
['kilo-auto/free', 'Kilo Auto Free', 'A+', '-', '256k'],
|
|
396
|
-
|
|
409
|
+
// Removed (2026-09-05): kilo-auto/small (Kilo Auto Small) - no longer free: gateway now lists it with isFree=false and paid pricing ($0.05/M prompt, $0.40/M completion); it routes to paid small models
|
|
410
|
+
['thinkingmachines/inkling-small:free', 'Thinking Machines Inkling Small (free)', 'A+', '80.2%', '1M'],
|
|
411
|
+
['stepfun/step-3.7-flash:free', 'StepFun Step 3.7 Flash (free)', 'A+', '-', '262k'],
|
|
412
|
+
['poolside/laguna-s-2.1:free', 'Poolside Laguna S 2.1 (free)', 'A+', '-', '262k'],
|
|
413
|
+
['nvidia/nemotron-3-ultra-550b-a55b:free', 'NVIDIA Nemotron 3 Ultra (free)', 'A+', '-', '1M'],
|
|
414
|
+
['minimax/minimax-m2.7:free', 'MiniMax M2.7 (free)', 'A-', '-', '192k'],
|
|
415
|
+
['cohere/north-mini-code:free', 'Cohere North Mini Code (free)', 'A-', '-', '256k'],
|
|
416
|
+
['nvidia/nemotron-3-super-120b-a12b:free', 'NVIDIA Nemotron 3 Super (free)', 'A-', '-', '262k'],
|
|
417
|
+
['poolside/laguna-xs-2.1:free', 'Poolside Laguna XS 2.1 (free)', 'B+', '-', '262k'],
|
|
418
|
+
['nvidia/nemotron-3.5-lightning:free', 'NVIDIA Nemotron 3.5 Lightning (free)', 'B+', '-', '1M'],
|
|
419
|
+
['dots-studio/dots-3-note-preview:free', 'Dots Studio Dots3-Note Preview (free)', 'B+', '-', '512k'],
|
|
420
|
+
['openrouter/free', 'OpenRouter Free Models Router', 'B', '-', '200k'],
|
|
421
|
+
['minimax/minimax-m3:free', 'MiniMax M3 (free)', 'S', '80.5%', '1M'],
|
|
422
|
+
['thinkingmachines/inkling:free', 'Thinking Machines Inkling (free)', 'S', '80.2%', '1M'],
|
|
397
423
|
]
|
|
398
424
|
|
|
399
425
|
// ๐ LLM7 source - https://api.llm7.io/v1
|
|
@@ -401,11 +427,13 @@ export const kilo = [
|
|
|
401
427
|
// ๐ Pro-tagged models from /v1/models are intentionally excluded.
|
|
402
428
|
export const llm7 = [
|
|
403
429
|
// ๐ LLM7 live /v1/models: only `turbo` tier is free (noKeyNeeded). All `pro` models are usage-based paid.
|
|
430
|
+
// ๐ Verified live 2026-09-05: turbo tier = minimax-m2.7, gpt-oss, mistral-Nemo-Instruct-2407, codestral-latest.
|
|
431
|
+
// Removed (2026-09-05): glm-5.3, glm-5.3-flash, gemini-3.5-flash-low, gpt-5.4, gpt-5.4-mini, gpt-5.5, gpt-5.6-sol, grok-4.5, grok-4.6 โ tier=pro usage_based_only (paid) or nonexistent on /v1/models (PR #178 additions reverted)
|
|
404
432
|
// โโ S+ tier โ SWE-bench Verified โฅ70% โโ
|
|
405
433
|
['minimax-m2.7', 'MiniMax M2.7', 'S+', '78.0%', '180k'],
|
|
406
434
|
// โโ A+ tier โ SWE-bench Verified 50โ60% โโ
|
|
407
|
-
|
|
408
|
-
['gpt-oss
|
|
435
|
+
// Removed (2026-09-05): gemini-3.1-flash-lite (Gemini 3.1 Flash Lite) โ now tier=pro usage_based_only (paid) per live /v1/models
|
|
436
|
+
['gpt-oss', 'GPT OSS 20B', 'A+', '50.3%', '131k'], // Fixed (2026-09-05): id 'gpt-oss:20b' โ 'gpt-oss', ctx '128k' โ '131k' (live 131072)
|
|
409
437
|
['mistral-Nemo-Instruct-2407', 'Mistral Nemo 12B Instruct', 'A-', '-', '128k'], // Added (2026-08-13)
|
|
410
438
|
// โโ A tier โ SWE-bench Verified 40โ50% โโ
|
|
411
439
|
['codestral-latest', 'Codestral Latest', 'A', '40.0%', '32k'],
|
|
@@ -416,27 +444,26 @@ export const llm7 = [
|
|
|
416
444
|
// ๐ Live catalog checked 2026-06-11; only chat-completions models with free pricing are listed.
|
|
417
445
|
export const routeway = [
|
|
418
446
|
// โโ S+ tier โ SWE-bench Verified โฅ70% โโ
|
|
419
|
-
|
|
420
|
-
// Removed (2026-
|
|
421
|
-
|
|
422
|
-
['
|
|
423
|
-
['
|
|
447
|
+
['deepseek-v4-flash:free', 'DeepSeek V4 Flash', 'S+', '79.0%', '42k'], // Restored (2026-09-02) โ back in zero-price catalog
|
|
448
|
+
// Removed (2026-09-05): step-3.7-flash:free (Step 3.7 Flash) - free variant discontinued, only paid step-3.7-flash remains ($0.20/$1.15 per M)
|
|
449
|
+
['minimax-m2.7:free', 'MiniMax M2.7', 'S+', '78.0%', '42k'], // Added (2026-09-02)
|
|
450
|
+
['muse-glimmer-30b:free', 'Muse Glimmer 30B', 'B+', '-', '131k'], // Added (2026-09-02)
|
|
451
|
+
['kimi-k2.6:free', 'Kimi K2.6', 'S+', '-', '42k'],
|
|
424
452
|
// โโ S tier โ SWE-bench Verified 60โ70% โโ
|
|
425
|
-
// Removed (2026-
|
|
426
|
-
// Removed (2026-
|
|
427
|
-
['gpt-oss-120b:free', 'GPT OSS 120B', 'S', '60.0%', '131k'],
|
|
453
|
+
// Removed (2026-09-05): laguna-xs.2:free (Poolside Laguna XS.2) - laguna-xs.2 no longer offered in any form, superseded by paid laguna-s-2.1
|
|
454
|
+
// Removed (2026-09-05): gpt-oss-120b:free (GPT OSS 120B) - free variant discontinued, only paid gpt-oss-120b remains ($0.04/$0.30 per M)
|
|
428
455
|
// โโ A tier โ SWE-bench Verified 40โ50% โโ
|
|
429
|
-
|
|
430
|
-
|
|
456
|
+
// Removed (2026-09-05): gemma-4-31b-it:free (Gemma 4 31B) - free variant discontinued, only paid gemma-4-31b-it remains ($0.11/$0.33 per M)
|
|
457
|
+
// Removed (2026-09-05): nemotron-3-nano-30b-a3b:free (Nemotron Nano 30B) - free variant discontinued, only paid nemotron-3-nano-30b-a3b remains ($0.10/$0.15 per M)
|
|
431
458
|
// โโ A- tier โ SWE-bench Verified 35โ40% โโ
|
|
432
|
-
|
|
459
|
+
// Removed (2026-09-05): llama-3.3-70b-instruct:free (Llama 3.3 70B) - free variant discontinued, only paid llama-3.3-70b-instruct remains ($0.13/$0.39 per M)
|
|
433
460
|
// โโ B+ tier โ SWE-bench Verified 30โ35% โโ
|
|
434
|
-
|
|
461
|
+
// Removed (2026-09-05): nemotron-nano-9b-v2:free (Nemotron Nano 9B) - free variant discontinued, only paid nemotron-nano-9b-v2 remains ($0.02/$0.04 per M)
|
|
435
462
|
// โโ B tier โ SWE-bench Verified 20โ30% โโ
|
|
436
|
-
|
|
437
|
-
|
|
463
|
+
// Removed (2026-09-05): llama-3.1-8b-instruct:free (Llama 3.1 8B) - free variant discontinued, only paid llama-3.1-8b-instruct remains ($0.09/$0.09 per M)
|
|
464
|
+
// Removed (2026-09-05): llama-3.2-3b-instruct:free (Llama 3.2 3B) - free variant discontinued, only paid llama-3.2-3b-instruct remains ($0.02/$0.05 per M)
|
|
438
465
|
// โโ C tier โ lightweight/edge models โโ
|
|
439
|
-
|
|
466
|
+
// Removed (2026-09-05): llama-3.2-1b-instruct:free (Llama 3.2 1B) - free variant discontinued, only paid llama-3.2-1b-instruct remains ($0.15/$0.07 per M)
|
|
440
467
|
]
|
|
441
468
|
|
|
442
469
|
// ๐ Novita AI source - https://api.novita.ai/openai/v1/models
|
|
@@ -448,6 +475,8 @@ export const novita = [
|
|
|
448
475
|
// โโ S tier โ SWE-bench Verified 60โ70% โโ
|
|
449
476
|
// Removed (2026-08-13): tencent/hy3 (Tencent Hy3) โ isFree:false per Novita pricing page
|
|
450
477
|
// Removed (2026-07-27): qwen/qwen3.5-plus (Qwen3.5 Plus) โ no longer in novita catalog
|
|
478
|
+
['inclusionai/ling-3.0-flash-fin', 'Ling 3.0 Flash Fin', 'B+', '-', '256k'],
|
|
479
|
+
['inclusionai/ling-3.0-flash-sante', 'Ling 3.0 Flash Sante', 'B+', '-', '256k'],
|
|
451
480
|
]
|
|
452
481
|
|
|
453
482
|
// ๐ Pollinations AI source - https://gen.pollinations.ai
|
|
@@ -459,6 +488,9 @@ export const pollinations = [
|
|
|
459
488
|
// โโ S+ tier โ SWE-bench Verified โฅ70% โโ
|
|
460
489
|
['laguna', 'Laguna XS.2', 'S+', '70.9%', '1M'],
|
|
461
490
|
['minimax-m2.7', 'MiniMax M2.7', 'S+', '78.0%', '200k'],
|
|
491
|
+
['glm-5.3', 'Z.ai GLM-5.3', 'S+', '-', '1M'],
|
|
492
|
+
['kimi', 'Moonshot Kimi K2.6', 'S+', '80.2%', '262k'],
|
|
493
|
+
['minimax', 'MiniMax M3', 'S+', '80.5%', '524k'],
|
|
462
494
|
// โโ S tier โ SWE-bench Verified 60โ70% โโ
|
|
463
495
|
['qwen-coder', 'Qwen3 Coder', 'S', '69.6%', '262k'],
|
|
464
496
|
['deepseek', 'DeepSeek V3', 'S', '66.0%', '1M'],
|
|
@@ -480,10 +512,14 @@ export const pollinations = [
|
|
|
480
512
|
// ๐ and still reachable with free-tier rate limits (1000 RPM). Keep only the chat text models here.
|
|
481
513
|
export const siliconflow = [
|
|
482
514
|
// โโ A tier โ SWE-bench Verified 40โ50% โโ
|
|
483
|
-
['THUDM/GLM-Z1-9B-0414', 'GLM-Z1 9B', 'A', '-', '
|
|
515
|
+
['THUDM/GLM-Z1-9B-0414', 'GLM-Z1 9B', 'A', '-', '131k'],
|
|
516
|
+
['deepseek-ai/DeepSeek-R1-0528-Qwen3-8B', 'DeepSeek R1 0528 Qwen3 8B', 'A', '-', '131k'],
|
|
484
517
|
// โโ B+ tier โโ
|
|
485
|
-
['Qwen/Qwen3-8B', 'Qwen3 8B', 'B+', '30.0%', '
|
|
486
|
-
|
|
518
|
+
['Qwen/Qwen3-8B', 'Qwen3 8B', 'B+', '30.0%', '131k'],
|
|
519
|
+
// 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
|
|
520
|
+
['Qwen/Qwen3.5-4B', 'Qwen3.5 4B', 'A-', '-', '262k'],
|
|
521
|
+
['THUDM/GLM-4-9B-0414', 'GLM-4 9B', 'B+', '-', '32k'],
|
|
522
|
+
['Qwen/Qwen2.5-7B-Instruct', 'Qwen2.5 7B Instruct', 'B', '-', '32k'],
|
|
487
523
|
]
|
|
488
524
|
|
|
489
525
|
// ๐ Requesty source - https://router.requesty.ai/v1
|
|
@@ -512,6 +548,22 @@ export const requesty = [
|
|
|
512
548
|
['nvidia/muse-glimmer-30b', 'Muse Glimmer 30B', 'C', '-', '131k'],
|
|
513
549
|
]
|
|
514
550
|
|
|
551
|
+
// ๐ OrcaRouter source - https://api.orcarouter.ai/v1
|
|
552
|
+
// ๐ OpenAI-compatible gateway: https://api.orcarouter.ai/v1/chat/completions
|
|
553
|
+
// ๐ Zero-markup AI gateway: token prices are passed through at provider rates, so only
|
|
554
|
+
// ๐ the explicitly $-0 models are listed here. Verified live 2026-08-30 via GET /v1/models
|
|
555
|
+
// ๐ (204 models, 3 with pricing.request=0). The orcarouter/fusion + orcarouter/free
|
|
556
|
+
// ๐ adaptive-routing models are reachable through the same endpoint for users who opt
|
|
557
|
+
// ๐ into pay-as-you-go billing, but are not free so they stay out of this catalog.
|
|
558
|
+
export const orcarouter = [
|
|
559
|
+
// โโ S+ tier โ SWE-bench Verified โฅ70% โโ
|
|
560
|
+
['deepseek/deepseek-v4-flash-free', 'DeepSeek V4 Flash (Free)', 'S+', '79.0%', '1M'],
|
|
561
|
+
// โโ S tier โ SWE-bench Verified 60โ70% โโ
|
|
562
|
+
['tencent/hy3-free', 'Tencent Hy3 (Free)', 'S', '-', '256k'],
|
|
563
|
+
// โโ A+ tier โ SWE-bench Verified 50โ60% โโ
|
|
564
|
+
['qwen/qwen3.8-27b-free', 'Qwen3.8 27B (Free)', 'A+', '-', '64k'],
|
|
565
|
+
]
|
|
566
|
+
|
|
515
567
|
// ๐ Ollama Cloud source - https://ollama.com/pricing and https://ollama.com/search?c=cloud
|
|
516
568
|
// ๐ Free plan includes cloud model access with session/weekly limits. This list keeps coding-relevant cloud models only.
|
|
517
569
|
// ๐ Catalog verified 2026-07-18 against official Ollama cloud model search page.
|
|
@@ -519,22 +571,24 @@ export const ollamaCloud = [
|
|
|
519
571
|
// โโ S+ tier โ SWE-bench Verified โฅ70% โโ
|
|
520
572
|
['nemotron-3-ultra', 'Nemotron 3 Ultra', 'S+', '71.9%', '256k'],
|
|
521
573
|
['glm-5.1', 'GLM 5.1', 'S+', '82.8%', '198k'], // Fixed (2026-07-27): ctx '128k' โ '198k'
|
|
522
|
-
['glm-5.2', 'GLM 5.2', 'S+', '82.8%', '
|
|
574
|
+
['glm-5.2', 'GLM 5.2', 'S+', '82.8%', '976k'], // Fixed (2026-07-27): ctx '128k' โ '1M'
|
|
523
575
|
['minimax-m2.7', 'MiniMax M2.7', 'S+', '78.0%', '200k'],
|
|
524
|
-
['minimax-m3', 'MiniMax M3', 'S+', '78.4%', '
|
|
576
|
+
['minimax-m3', 'MiniMax M3', 'S+', '78.4%', '512k'], // Fixed (2026-07-27): ctx '512k' โ '1M'
|
|
525
577
|
// Removed (2026-08-23): minimax-m2.5 (MiniMax M2.5) โ no longer in ollama.com/v1/models (19 models live)
|
|
526
578
|
['kimi-k2.6', 'Kimi K2.6', 'S+', '80.2%', '256k'], // Fixed (2026-07-27): ctx '262k' โ '256k'
|
|
527
579
|
['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)
|
|
528
580
|
['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)
|
|
581
|
+
['glm-5.3', 'GLM 5.3', 'S+', '-', '1M'],
|
|
529
582
|
// โโ S tier โ SWE-bench Verified 60โ70% โโ
|
|
530
583
|
['kimi-k2.7-code', 'Kimi K2.7 Code', 'S', '60.4%', '256k'], // Fixed (2026-07-27): ctx '262k' โ '256k'
|
|
531
584
|
['gpt-oss:120b', 'GPT OSS 120B', 'S', '62.4%', '128k'],
|
|
532
585
|
['nemotron-3-super', 'Nemotron 3 Super', 'S', '60.5%', '256k'],
|
|
533
586
|
['kimi-k3', 'Kimi K3', 'S+', '-', '1M'], // Added (2026-07-27)
|
|
534
587
|
// Removed (2026-08-23): gemini-3-flash-preview (Gemini 3 Flash Preview) โ no gemini models left in Ollama Cloud API
|
|
588
|
+
['glm-5.3-flash', 'GLM 5.3 Flash', 'S', '-', '1M'],
|
|
535
589
|
// โโ A+ tier โ SWE-bench Verified 50โ60% โโ
|
|
536
590
|
// Removed (2026-08-23): kimi-k2.5 (Kimi K2.5) โ no longer in ollama.com/v1/models
|
|
537
|
-
['gemma4:31b', 'Gemma 4 31B', 'A+', '52.0%', '
|
|
591
|
+
['gemma4:31b', 'Gemma 4 31B', 'A+', '52.0%', '256k'], // Fixed (2026-07-27): ctx '256k' โ '128k'
|
|
538
592
|
['gpt-oss:20b', 'GPT OSS 20B', 'A+', '50.3%', '128k'],
|
|
539
593
|
['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)
|
|
540
594
|
['qwen3.5:397b', 'Qwen 3.5 Cloud', 'A+', '-', '256k'], // Fixed (2026-08-23): ID 'qwen3.5' โ 'qwen3.5:397b' (tag renamed upstream)
|
|
@@ -598,7 +652,7 @@ export const sources = {
|
|
|
598
652
|
},
|
|
599
653
|
cloudflare: {
|
|
600
654
|
name: 'Cloudflare AI',
|
|
601
|
-
url: 'https://api.cloudflare.com/client/v4/accounts/{
|
|
655
|
+
url: 'https://api.cloudflare.com/client/v4/accounts/{$CLOUDFLARE_ACCOUNT_ID}/ai/v1/chat/completions',
|
|
602
656
|
quota: 'Free ยท 10k neurons/day',
|
|
603
657
|
quotaCode: 'limited',
|
|
604
658
|
models: cloudflare,
|
|
@@ -654,7 +708,7 @@ export const sources = {
|
|
|
654
708
|
},
|
|
655
709
|
|
|
656
710
|
'opencode-zen': {
|
|
657
|
-
name: '
|
|
711
|
+
name: 'OpencodeZen',
|
|
658
712
|
url: 'https://opencode.ai/zen/v1/chat/completions',
|
|
659
713
|
quota: 'Free ยท Zen key required',
|
|
660
714
|
quotaCode: 'free',
|
|
@@ -712,6 +766,13 @@ export const sources = {
|
|
|
712
766
|
quotaCode: 'free',
|
|
713
767
|
models: requesty,
|
|
714
768
|
},
|
|
769
|
+
orcarouter: {
|
|
770
|
+
name: 'OrcaRouter',
|
|
771
|
+
url: 'https://api.orcarouter.ai/v1/chat/completions',
|
|
772
|
+
quota: 'Free ยท 3 $-0 models ยท zero markup',
|
|
773
|
+
quotaCode: 'free',
|
|
774
|
+
models: orcarouter,
|
|
775
|
+
},
|
|
715
776
|
'ollama-cloud': {
|
|
716
777
|
name: 'Ollama Cloud',
|
|
717
778
|
url: 'https://ollama.com/v1/chat/completions',
|