superbrain-server 1.0.2-beta.0
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/bin/superbrain.js +196 -0
- package/package.json +23 -0
- package/payload/.dockerignore +45 -0
- package/payload/.env.example +58 -0
- package/payload/Dockerfile +73 -0
- package/payload/analyzers/__init__.py +0 -0
- package/payload/analyzers/audio_transcribe.py +225 -0
- package/payload/analyzers/caption.py +244 -0
- package/payload/analyzers/music_identifier.py +346 -0
- package/payload/analyzers/text_analyzer.py +117 -0
- package/payload/analyzers/visual_analyze.py +218 -0
- package/payload/analyzers/webpage_analyzer.py +789 -0
- package/payload/analyzers/youtube_analyzer.py +320 -0
- package/payload/api.py +1676 -0
- package/payload/config/.api_keys.example +22 -0
- package/payload/config/model_rankings.json +492 -0
- package/payload/config/openrouter_free_models.json +1364 -0
- package/payload/config/whisper_model.txt +1 -0
- package/payload/config_settings.py +185 -0
- package/payload/core/__init__.py +0 -0
- package/payload/core/category_manager.py +219 -0
- package/payload/core/database.py +811 -0
- package/payload/core/link_checker.py +300 -0
- package/payload/core/model_router.py +1253 -0
- package/payload/docker-compose.yml +120 -0
- package/payload/instagram/__init__.py +0 -0
- package/payload/instagram/instagram_downloader.py +253 -0
- package/payload/instagram/instagram_login.py +190 -0
- package/payload/main.py +912 -0
- package/payload/requirements.txt +39 -0
- package/payload/reset.py +311 -0
- package/payload/start-docker-prod.sh +125 -0
- package/payload/start-docker.sh +56 -0
- package/payload/start.py +1302 -0
- package/payload/static/favicon.ico +0 -0
- package/payload/stop-docker.sh +16 -0
- package/payload/utils/__init__.py +0 -0
- package/payload/utils/db_stats.py +108 -0
- package/payload/utils/manage_token.py +91 -0
|
@@ -0,0 +1,1364 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cached_at": "2026-02-28T15:42:27.072508",
|
|
3
|
+
"models": [
|
|
4
|
+
{
|
|
5
|
+
"id": "openrouter/free",
|
|
6
|
+
"canonical_slug": "openrouter/free",
|
|
7
|
+
"hugging_face_id": "",
|
|
8
|
+
"name": "Free Models Router",
|
|
9
|
+
"created": 1769917427,
|
|
10
|
+
"description": "The simplest way to get free inference. openrouter/free is a router that selects free models at random from the models available on OpenRouter. The router smartly filters for models that support features needed for your request such as image understanding, tool calling, structured outputs and more. ",
|
|
11
|
+
"context_length": 200000,
|
|
12
|
+
"architecture": {
|
|
13
|
+
"modality": "text+image->text",
|
|
14
|
+
"input_modalities": [
|
|
15
|
+
"text",
|
|
16
|
+
"image"
|
|
17
|
+
],
|
|
18
|
+
"output_modalities": [
|
|
19
|
+
"text"
|
|
20
|
+
],
|
|
21
|
+
"tokenizer": "Router",
|
|
22
|
+
"instruct_type": null
|
|
23
|
+
},
|
|
24
|
+
"pricing": {
|
|
25
|
+
"prompt": "0",
|
|
26
|
+
"completion": "0"
|
|
27
|
+
},
|
|
28
|
+
"top_provider": {
|
|
29
|
+
"context_length": null,
|
|
30
|
+
"max_completion_tokens": null,
|
|
31
|
+
"is_moderated": false
|
|
32
|
+
},
|
|
33
|
+
"per_request_limits": null,
|
|
34
|
+
"supported_parameters": [
|
|
35
|
+
"frequency_penalty",
|
|
36
|
+
"include_reasoning",
|
|
37
|
+
"max_tokens",
|
|
38
|
+
"min_p",
|
|
39
|
+
"presence_penalty",
|
|
40
|
+
"reasoning",
|
|
41
|
+
"repetition_penalty",
|
|
42
|
+
"response_format",
|
|
43
|
+
"seed",
|
|
44
|
+
"stop",
|
|
45
|
+
"structured_outputs",
|
|
46
|
+
"temperature",
|
|
47
|
+
"tool_choice",
|
|
48
|
+
"tools",
|
|
49
|
+
"top_k",
|
|
50
|
+
"top_p"
|
|
51
|
+
],
|
|
52
|
+
"default_parameters": {
|
|
53
|
+
"temperature": null,
|
|
54
|
+
"top_p": null,
|
|
55
|
+
"frequency_penalty": null
|
|
56
|
+
},
|
|
57
|
+
"expiration_date": null
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "nvidia/nemotron-3-nano-30b-a3b:free",
|
|
61
|
+
"canonical_slug": "nvidia/nemotron-3-nano-30b-a3b",
|
|
62
|
+
"hugging_face_id": "nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16",
|
|
63
|
+
"name": "NVIDIA: Nemotron 3 Nano 30B A3B (free)",
|
|
64
|
+
"created": 1765731275,
|
|
65
|
+
"description": "NVIDIA Nemotron 3 Nano 30B A3B is a small language MoE model with highest compute efficiency and accuracy for developers to build specialized agentic AI systems.\n\nThe model is fully open with open-weights, datasets and recipes so developers can easily\ncustomize, optimize, and deploy the model on their infrastructure for maximum privacy and\nsecurity.",
|
|
66
|
+
"context_length": 256000,
|
|
67
|
+
"architecture": {
|
|
68
|
+
"modality": "text->text",
|
|
69
|
+
"input_modalities": [
|
|
70
|
+
"text"
|
|
71
|
+
],
|
|
72
|
+
"output_modalities": [
|
|
73
|
+
"text"
|
|
74
|
+
],
|
|
75
|
+
"tokenizer": "Other",
|
|
76
|
+
"instruct_type": null
|
|
77
|
+
},
|
|
78
|
+
"pricing": {
|
|
79
|
+
"prompt": "0",
|
|
80
|
+
"completion": "0"
|
|
81
|
+
},
|
|
82
|
+
"top_provider": {
|
|
83
|
+
"context_length": 256000,
|
|
84
|
+
"max_completion_tokens": null,
|
|
85
|
+
"is_moderated": false
|
|
86
|
+
},
|
|
87
|
+
"per_request_limits": null,
|
|
88
|
+
"supported_parameters": [
|
|
89
|
+
"include_reasoning",
|
|
90
|
+
"max_tokens",
|
|
91
|
+
"reasoning",
|
|
92
|
+
"seed",
|
|
93
|
+
"temperature",
|
|
94
|
+
"tool_choice",
|
|
95
|
+
"tools",
|
|
96
|
+
"top_p"
|
|
97
|
+
],
|
|
98
|
+
"default_parameters": {
|
|
99
|
+
"temperature": null,
|
|
100
|
+
"top_p": null,
|
|
101
|
+
"frequency_penalty": null
|
|
102
|
+
},
|
|
103
|
+
"expiration_date": null
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": "qwen/qwen3-next-80b-a3b-instruct:free",
|
|
107
|
+
"canonical_slug": "qwen/qwen3-next-80b-a3b-instruct-2509",
|
|
108
|
+
"hugging_face_id": "Qwen/Qwen3-Next-80B-A3B-Instruct",
|
|
109
|
+
"name": "Qwen: Qwen3 Next 80B A3B Instruct (free)",
|
|
110
|
+
"created": 1757612213,
|
|
111
|
+
"description": "Qwen3-Next-80B-A3B-Instruct is an instruction-tuned chat model in the Qwen3-Next series optimized for fast, stable responses without \u201cthinking\u201d traces. It targets complex tasks across reasoning, code generation, knowledge QA, and multilingual use, while remaining robust on alignment and formatting. Compared with prior Qwen3 instruct variants, it focuses on higher throughput and stability on ultra-long inputs and multi-turn dialogues, making it well-suited for RAG, tool use, and agentic workflows that require consistent final answers rather than visible chain-of-thought.\n\nThe model employs scaling-efficient training and decoding to improve parameter efficiency and inference speed, and has been validated on a broad set of public benchmarks where it reaches or approaches larger Qwen3 systems in several categories while outperforming earlier mid-sized baselines. It is best used as a general assistant, code helper, and long-context task solver in production settings where deterministic, instruction-following outputs are preferred.",
|
|
112
|
+
"context_length": 262144,
|
|
113
|
+
"architecture": {
|
|
114
|
+
"modality": "text->text",
|
|
115
|
+
"input_modalities": [
|
|
116
|
+
"text"
|
|
117
|
+
],
|
|
118
|
+
"output_modalities": [
|
|
119
|
+
"text"
|
|
120
|
+
],
|
|
121
|
+
"tokenizer": "Qwen3",
|
|
122
|
+
"instruct_type": null
|
|
123
|
+
},
|
|
124
|
+
"pricing": {
|
|
125
|
+
"prompt": "0",
|
|
126
|
+
"completion": "0"
|
|
127
|
+
},
|
|
128
|
+
"top_provider": {
|
|
129
|
+
"context_length": 262144,
|
|
130
|
+
"max_completion_tokens": null,
|
|
131
|
+
"is_moderated": false
|
|
132
|
+
},
|
|
133
|
+
"per_request_limits": null,
|
|
134
|
+
"supported_parameters": [
|
|
135
|
+
"frequency_penalty",
|
|
136
|
+
"max_tokens",
|
|
137
|
+
"presence_penalty",
|
|
138
|
+
"response_format",
|
|
139
|
+
"stop",
|
|
140
|
+
"structured_outputs",
|
|
141
|
+
"temperature",
|
|
142
|
+
"tool_choice",
|
|
143
|
+
"tools",
|
|
144
|
+
"top_k",
|
|
145
|
+
"top_p"
|
|
146
|
+
],
|
|
147
|
+
"default_parameters": {},
|
|
148
|
+
"expiration_date": null
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"id": "stepfun/step-3.5-flash:free",
|
|
152
|
+
"canonical_slug": "stepfun/step-3.5-flash",
|
|
153
|
+
"hugging_face_id": "stepfun-ai/Step-3.5-Flash",
|
|
154
|
+
"name": "StepFun: Step 3.5 Flash (free)",
|
|
155
|
+
"created": 1769728337,
|
|
156
|
+
"description": "Step 3.5 Flash is StepFun's most capable open-source foundation model. Built on a sparse Mixture of Experts (MoE) architecture, it selectively activates only 11B of its 196B parameters per token. It is a reasoning model that is incredibly speed efficient even at long contexts.",
|
|
157
|
+
"context_length": 256000,
|
|
158
|
+
"architecture": {
|
|
159
|
+
"modality": "text->text",
|
|
160
|
+
"input_modalities": [
|
|
161
|
+
"text"
|
|
162
|
+
],
|
|
163
|
+
"output_modalities": [
|
|
164
|
+
"text"
|
|
165
|
+
],
|
|
166
|
+
"tokenizer": "Other",
|
|
167
|
+
"instruct_type": null
|
|
168
|
+
},
|
|
169
|
+
"pricing": {
|
|
170
|
+
"prompt": "0",
|
|
171
|
+
"completion": "0"
|
|
172
|
+
},
|
|
173
|
+
"top_provider": {
|
|
174
|
+
"context_length": 256000,
|
|
175
|
+
"max_completion_tokens": 256000,
|
|
176
|
+
"is_moderated": false
|
|
177
|
+
},
|
|
178
|
+
"per_request_limits": null,
|
|
179
|
+
"supported_parameters": [
|
|
180
|
+
"frequency_penalty",
|
|
181
|
+
"include_reasoning",
|
|
182
|
+
"max_tokens",
|
|
183
|
+
"reasoning",
|
|
184
|
+
"stop",
|
|
185
|
+
"temperature",
|
|
186
|
+
"tools",
|
|
187
|
+
"top_p"
|
|
188
|
+
],
|
|
189
|
+
"default_parameters": {
|
|
190
|
+
"temperature": null,
|
|
191
|
+
"top_p": null,
|
|
192
|
+
"frequency_penalty": null
|
|
193
|
+
},
|
|
194
|
+
"expiration_date": null
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"id": "qwen/qwen3-vl-30b-a3b-thinking",
|
|
198
|
+
"canonical_slug": "qwen/qwen3-vl-30b-a3b-thinking",
|
|
199
|
+
"hugging_face_id": "Qwen/Qwen3-VL-30B-A3B-Thinking",
|
|
200
|
+
"name": "Qwen: Qwen3 VL 30B A3B Thinking",
|
|
201
|
+
"created": 1759794479,
|
|
202
|
+
"description": "Qwen3-VL-30B-A3B-Thinking is a multimodal model that unifies strong text generation with visual understanding for images and videos. Its Thinking variant enhances reasoning in STEM, math, and complex tasks. It excels in perception of real-world/synthetic categories, 2D/3D spatial grounding, and long-form visual comprehension, achieving competitive multimodal benchmark results. For agentic use, it handles multi-image multi-turn instructions, video timeline alignments, GUI automation, and visual coding from sketches to debugged UI. Text performance matches flagship Qwen3 models, suiting document AI, OCR, UI assistance, spatial tasks, and agent research.",
|
|
203
|
+
"context_length": 131072,
|
|
204
|
+
"architecture": {
|
|
205
|
+
"modality": "text+image->text",
|
|
206
|
+
"input_modalities": [
|
|
207
|
+
"text",
|
|
208
|
+
"image"
|
|
209
|
+
],
|
|
210
|
+
"output_modalities": [
|
|
211
|
+
"text"
|
|
212
|
+
],
|
|
213
|
+
"tokenizer": "Qwen3",
|
|
214
|
+
"instruct_type": null
|
|
215
|
+
},
|
|
216
|
+
"pricing": {
|
|
217
|
+
"prompt": "0",
|
|
218
|
+
"completion": "0",
|
|
219
|
+
"request": "0",
|
|
220
|
+
"image": "0",
|
|
221
|
+
"web_search": "0",
|
|
222
|
+
"internal_reasoning": "0"
|
|
223
|
+
},
|
|
224
|
+
"top_provider": {
|
|
225
|
+
"context_length": 131072,
|
|
226
|
+
"max_completion_tokens": 32768,
|
|
227
|
+
"is_moderated": false
|
|
228
|
+
},
|
|
229
|
+
"per_request_limits": null,
|
|
230
|
+
"supported_parameters": [
|
|
231
|
+
"frequency_penalty",
|
|
232
|
+
"include_reasoning",
|
|
233
|
+
"max_tokens",
|
|
234
|
+
"presence_penalty",
|
|
235
|
+
"reasoning",
|
|
236
|
+
"repetition_penalty",
|
|
237
|
+
"response_format",
|
|
238
|
+
"seed",
|
|
239
|
+
"stop",
|
|
240
|
+
"structured_outputs",
|
|
241
|
+
"temperature",
|
|
242
|
+
"tool_choice",
|
|
243
|
+
"tools",
|
|
244
|
+
"top_k",
|
|
245
|
+
"top_p"
|
|
246
|
+
],
|
|
247
|
+
"default_parameters": {
|
|
248
|
+
"temperature": 0.8,
|
|
249
|
+
"top_p": 0.95
|
|
250
|
+
},
|
|
251
|
+
"expiration_date": null
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"id": "arcee-ai/trinity-mini:free",
|
|
255
|
+
"canonical_slug": "arcee-ai/trinity-mini-20251201",
|
|
256
|
+
"hugging_face_id": "arcee-ai/Trinity-Mini",
|
|
257
|
+
"name": "Arcee AI: Trinity Mini (free)",
|
|
258
|
+
"created": 1764601720,
|
|
259
|
+
"description": "Trinity Mini is a 26B-parameter (3B active) sparse mixture-of-experts language model featuring 128 experts with 8 active per token. Engineered for efficient reasoning over long contexts (131k) with robust function calling and multi-step agent workflows.",
|
|
260
|
+
"context_length": 131072,
|
|
261
|
+
"architecture": {
|
|
262
|
+
"modality": "text->text",
|
|
263
|
+
"input_modalities": [
|
|
264
|
+
"text"
|
|
265
|
+
],
|
|
266
|
+
"output_modalities": [
|
|
267
|
+
"text"
|
|
268
|
+
],
|
|
269
|
+
"tokenizer": "Other",
|
|
270
|
+
"instruct_type": null
|
|
271
|
+
},
|
|
272
|
+
"pricing": {
|
|
273
|
+
"prompt": "0",
|
|
274
|
+
"completion": "0"
|
|
275
|
+
},
|
|
276
|
+
"top_provider": {
|
|
277
|
+
"context_length": 131072,
|
|
278
|
+
"max_completion_tokens": null,
|
|
279
|
+
"is_moderated": false
|
|
280
|
+
},
|
|
281
|
+
"per_request_limits": null,
|
|
282
|
+
"supported_parameters": [
|
|
283
|
+
"include_reasoning",
|
|
284
|
+
"max_tokens",
|
|
285
|
+
"reasoning",
|
|
286
|
+
"response_format",
|
|
287
|
+
"structured_outputs",
|
|
288
|
+
"temperature",
|
|
289
|
+
"tool_choice",
|
|
290
|
+
"tools",
|
|
291
|
+
"top_k",
|
|
292
|
+
"top_p"
|
|
293
|
+
],
|
|
294
|
+
"default_parameters": {
|
|
295
|
+
"temperature": 0.15,
|
|
296
|
+
"top_p": 0.75,
|
|
297
|
+
"frequency_penalty": null
|
|
298
|
+
},
|
|
299
|
+
"expiration_date": null
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"id": "qwen/qwen3-vl-235b-a22b-thinking",
|
|
303
|
+
"canonical_slug": "qwen/qwen3-vl-235b-a22b-thinking",
|
|
304
|
+
"hugging_face_id": "Qwen/Qwen3-VL-235B-A22B-Thinking",
|
|
305
|
+
"name": "Qwen: Qwen3 VL 235B A22B Thinking",
|
|
306
|
+
"created": 1758668690,
|
|
307
|
+
"description": "Qwen3-VL-235B-A22B Thinking is a multimodal model that unifies strong text generation with visual understanding across images and video. The Thinking model is optimized for multimodal reasoning in STEM and math. The series emphasizes robust perception (recognition of diverse real-world and synthetic categories), spatial understanding (2D/3D grounding), and long-form visual comprehension, with competitive results on public multimodal benchmarks for both perception and reasoning.\n\nBeyond analysis, Qwen3-VL supports agentic interaction and tool use: it can follow complex instructions over multi-image, multi-turn dialogues; align text to video timelines for precise temporal queries; and operate GUI elements for automation tasks. The models also enable visual coding workflows, turning sketches or mockups into code and assisting with UI debugging, while maintaining strong text-only performance comparable to the flagship Qwen3 language models. This makes Qwen3-VL suitable for production scenarios spanning document AI, multilingual OCR, software/UI assistance, spatial/embodied tasks, and research on vision-language agents.",
|
|
308
|
+
"context_length": 131072,
|
|
309
|
+
"architecture": {
|
|
310
|
+
"modality": "text+image->text",
|
|
311
|
+
"input_modalities": [
|
|
312
|
+
"text",
|
|
313
|
+
"image"
|
|
314
|
+
],
|
|
315
|
+
"output_modalities": [
|
|
316
|
+
"text"
|
|
317
|
+
],
|
|
318
|
+
"tokenizer": "Qwen3",
|
|
319
|
+
"instruct_type": null
|
|
320
|
+
},
|
|
321
|
+
"pricing": {
|
|
322
|
+
"prompt": "0",
|
|
323
|
+
"completion": "0",
|
|
324
|
+
"request": "0",
|
|
325
|
+
"image": "0",
|
|
326
|
+
"web_search": "0",
|
|
327
|
+
"internal_reasoning": "0"
|
|
328
|
+
},
|
|
329
|
+
"top_provider": {
|
|
330
|
+
"context_length": 131072,
|
|
331
|
+
"max_completion_tokens": 32768,
|
|
332
|
+
"is_moderated": false
|
|
333
|
+
},
|
|
334
|
+
"per_request_limits": null,
|
|
335
|
+
"supported_parameters": [
|
|
336
|
+
"frequency_penalty",
|
|
337
|
+
"include_reasoning",
|
|
338
|
+
"max_tokens",
|
|
339
|
+
"presence_penalty",
|
|
340
|
+
"reasoning",
|
|
341
|
+
"repetition_penalty",
|
|
342
|
+
"response_format",
|
|
343
|
+
"seed",
|
|
344
|
+
"stop",
|
|
345
|
+
"structured_outputs",
|
|
346
|
+
"temperature",
|
|
347
|
+
"tool_choice",
|
|
348
|
+
"tools",
|
|
349
|
+
"top_k",
|
|
350
|
+
"top_p"
|
|
351
|
+
],
|
|
352
|
+
"default_parameters": {
|
|
353
|
+
"temperature": 0.8,
|
|
354
|
+
"top_p": 0.95,
|
|
355
|
+
"frequency_penalty": null
|
|
356
|
+
},
|
|
357
|
+
"expiration_date": null
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"id": "nvidia/nemotron-nano-9b-v2:free",
|
|
361
|
+
"canonical_slug": "nvidia/nemotron-nano-9b-v2",
|
|
362
|
+
"hugging_face_id": "nvidia/NVIDIA-Nemotron-Nano-9B-v2",
|
|
363
|
+
"name": "NVIDIA: Nemotron Nano 9B V2 (free)",
|
|
364
|
+
"created": 1757106807,
|
|
365
|
+
"description": "NVIDIA-Nemotron-Nano-9B-v2 is a large language model (LLM) trained from scratch by NVIDIA, and designed as a unified model for both reasoning and non-reasoning tasks. It responds to user queries and tasks by first generating a reasoning trace and then concluding with a final response. \n\nThe model's reasoning capabilities can be controlled via a system prompt. If the user prefers the model to provide its final answer without intermediate reasoning traces, it can be configured to do so.",
|
|
366
|
+
"context_length": 128000,
|
|
367
|
+
"architecture": {
|
|
368
|
+
"modality": "text->text",
|
|
369
|
+
"input_modalities": [
|
|
370
|
+
"text"
|
|
371
|
+
],
|
|
372
|
+
"output_modalities": [
|
|
373
|
+
"text"
|
|
374
|
+
],
|
|
375
|
+
"tokenizer": "Other",
|
|
376
|
+
"instruct_type": null
|
|
377
|
+
},
|
|
378
|
+
"pricing": {
|
|
379
|
+
"prompt": "0",
|
|
380
|
+
"completion": "0"
|
|
381
|
+
},
|
|
382
|
+
"top_provider": {
|
|
383
|
+
"context_length": 128000,
|
|
384
|
+
"max_completion_tokens": null,
|
|
385
|
+
"is_moderated": false
|
|
386
|
+
},
|
|
387
|
+
"per_request_limits": null,
|
|
388
|
+
"supported_parameters": [
|
|
389
|
+
"include_reasoning",
|
|
390
|
+
"max_tokens",
|
|
391
|
+
"reasoning",
|
|
392
|
+
"response_format",
|
|
393
|
+
"seed",
|
|
394
|
+
"structured_outputs",
|
|
395
|
+
"temperature",
|
|
396
|
+
"tool_choice",
|
|
397
|
+
"tools",
|
|
398
|
+
"top_p"
|
|
399
|
+
],
|
|
400
|
+
"default_parameters": {
|
|
401
|
+
"temperature": null,
|
|
402
|
+
"top_p": null,
|
|
403
|
+
"frequency_penalty": null
|
|
404
|
+
},
|
|
405
|
+
"expiration_date": null
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"id": "qwen/qwen3-coder:free",
|
|
409
|
+
"canonical_slug": "qwen/qwen3-coder-480b-a35b-07-25",
|
|
410
|
+
"hugging_face_id": "Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
|
411
|
+
"name": "Qwen: Qwen3 Coder 480B A35B (free)",
|
|
412
|
+
"created": 1753230546,
|
|
413
|
+
"description": "Qwen3-Coder-480B-A35B-Instruct is a Mixture-of-Experts (MoE) code generation model developed by the Qwen team. It is optimized for agentic coding tasks such as function calling, tool use, and long-context reasoning over repositories. The model features 480 billion total parameters, with 35 billion active per forward pass (8 out of 160 experts).\n\nPricing for the Alibaba endpoints varies by context length. Once a request is greater than 128k input tokens, the higher pricing is used.",
|
|
414
|
+
"context_length": 262000,
|
|
415
|
+
"architecture": {
|
|
416
|
+
"modality": "text->text",
|
|
417
|
+
"input_modalities": [
|
|
418
|
+
"text"
|
|
419
|
+
],
|
|
420
|
+
"output_modalities": [
|
|
421
|
+
"text"
|
|
422
|
+
],
|
|
423
|
+
"tokenizer": "Qwen3",
|
|
424
|
+
"instruct_type": null
|
|
425
|
+
},
|
|
426
|
+
"pricing": {
|
|
427
|
+
"prompt": "0",
|
|
428
|
+
"completion": "0"
|
|
429
|
+
},
|
|
430
|
+
"top_provider": {
|
|
431
|
+
"context_length": 262000,
|
|
432
|
+
"max_completion_tokens": 262000,
|
|
433
|
+
"is_moderated": false
|
|
434
|
+
},
|
|
435
|
+
"per_request_limits": null,
|
|
436
|
+
"supported_parameters": [
|
|
437
|
+
"frequency_penalty",
|
|
438
|
+
"max_tokens",
|
|
439
|
+
"presence_penalty",
|
|
440
|
+
"stop",
|
|
441
|
+
"temperature",
|
|
442
|
+
"tool_choice",
|
|
443
|
+
"tools",
|
|
444
|
+
"top_k",
|
|
445
|
+
"top_p"
|
|
446
|
+
],
|
|
447
|
+
"default_parameters": {},
|
|
448
|
+
"expiration_date": null
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"id": "liquid/lfm-2.5-1.2b-thinking:free",
|
|
452
|
+
"canonical_slug": "liquid/lfm-2.5-1.2b-thinking-20260120",
|
|
453
|
+
"hugging_face_id": "LiquidAI/LFM2.5-1.2B-Thinking",
|
|
454
|
+
"name": "LiquidAI: LFM2.5-1.2B-Thinking (free)",
|
|
455
|
+
"created": 1768927527,
|
|
456
|
+
"description": "LFM2.5-1.2B-Thinking is a lightweight reasoning-focused model optimized for agentic tasks, data extraction, and RAG\u2014while still running comfortably on edge devices. It supports long context (up to 32K tokens) and is designed to provide higher-quality \u201cthinking\u201d responses in a small 1.2B model.",
|
|
457
|
+
"context_length": 32768,
|
|
458
|
+
"architecture": {
|
|
459
|
+
"modality": "text->text",
|
|
460
|
+
"input_modalities": [
|
|
461
|
+
"text"
|
|
462
|
+
],
|
|
463
|
+
"output_modalities": [
|
|
464
|
+
"text"
|
|
465
|
+
],
|
|
466
|
+
"tokenizer": "Other",
|
|
467
|
+
"instruct_type": null
|
|
468
|
+
},
|
|
469
|
+
"pricing": {
|
|
470
|
+
"prompt": "0",
|
|
471
|
+
"completion": "0"
|
|
472
|
+
},
|
|
473
|
+
"top_provider": {
|
|
474
|
+
"context_length": 32768,
|
|
475
|
+
"max_completion_tokens": null,
|
|
476
|
+
"is_moderated": false
|
|
477
|
+
},
|
|
478
|
+
"per_request_limits": null,
|
|
479
|
+
"supported_parameters": [
|
|
480
|
+
"frequency_penalty",
|
|
481
|
+
"include_reasoning",
|
|
482
|
+
"max_tokens",
|
|
483
|
+
"min_p",
|
|
484
|
+
"presence_penalty",
|
|
485
|
+
"reasoning",
|
|
486
|
+
"repetition_penalty",
|
|
487
|
+
"seed",
|
|
488
|
+
"stop",
|
|
489
|
+
"temperature",
|
|
490
|
+
"top_k",
|
|
491
|
+
"top_p"
|
|
492
|
+
],
|
|
493
|
+
"default_parameters": {
|
|
494
|
+
"temperature": null,
|
|
495
|
+
"top_p": null,
|
|
496
|
+
"frequency_penalty": null
|
|
497
|
+
},
|
|
498
|
+
"expiration_date": null
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"id": "liquid/lfm-2.5-1.2b-instruct:free",
|
|
502
|
+
"canonical_slug": "liquid/lfm-2.5-1.2b-instruct-20260120",
|
|
503
|
+
"hugging_face_id": "LiquidAI/LFM2.5-1.2B-Instruct",
|
|
504
|
+
"name": "LiquidAI: LFM2.5-1.2B-Instruct (free)",
|
|
505
|
+
"created": 1768927521,
|
|
506
|
+
"description": "LFM2.5-1.2B-Instruct is a compact, high-performance instruction-tuned model built for fast on-device AI. It delivers strong chat quality in a 1.2B parameter footprint, with efficient edge inference and broad runtime support.",
|
|
507
|
+
"context_length": 32768,
|
|
508
|
+
"architecture": {
|
|
509
|
+
"modality": "text->text",
|
|
510
|
+
"input_modalities": [
|
|
511
|
+
"text"
|
|
512
|
+
],
|
|
513
|
+
"output_modalities": [
|
|
514
|
+
"text"
|
|
515
|
+
],
|
|
516
|
+
"tokenizer": "Other",
|
|
517
|
+
"instruct_type": null
|
|
518
|
+
},
|
|
519
|
+
"pricing": {
|
|
520
|
+
"prompt": "0",
|
|
521
|
+
"completion": "0"
|
|
522
|
+
},
|
|
523
|
+
"top_provider": {
|
|
524
|
+
"context_length": 32768,
|
|
525
|
+
"max_completion_tokens": null,
|
|
526
|
+
"is_moderated": false
|
|
527
|
+
},
|
|
528
|
+
"per_request_limits": null,
|
|
529
|
+
"supported_parameters": [
|
|
530
|
+
"frequency_penalty",
|
|
531
|
+
"max_tokens",
|
|
532
|
+
"min_p",
|
|
533
|
+
"presence_penalty",
|
|
534
|
+
"repetition_penalty",
|
|
535
|
+
"seed",
|
|
536
|
+
"stop",
|
|
537
|
+
"temperature",
|
|
538
|
+
"top_k",
|
|
539
|
+
"top_p"
|
|
540
|
+
],
|
|
541
|
+
"default_parameters": {
|
|
542
|
+
"temperature": null,
|
|
543
|
+
"top_p": null,
|
|
544
|
+
"frequency_penalty": null
|
|
545
|
+
},
|
|
546
|
+
"expiration_date": null
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"id": "nvidia/nemotron-nano-12b-v2-vl:free",
|
|
550
|
+
"canonical_slug": "nvidia/nemotron-nano-12b-v2-vl",
|
|
551
|
+
"hugging_face_id": "nvidia/NVIDIA-Nemotron-Nano-12B-v2-VL-BF16",
|
|
552
|
+
"name": "NVIDIA: Nemotron Nano 12B 2 VL (free)",
|
|
553
|
+
"created": 1761675565,
|
|
554
|
+
"description": "NVIDIA Nemotron Nano 2 VL is a 12-billion-parameter open multimodal reasoning model designed for video understanding and document intelligence. It introduces a hybrid Transformer-Mamba architecture, combining transformer-level accuracy with Mamba\u2019s memory-efficient sequence modeling for significantly higher throughput and lower latency.\n\nThe model supports inputs of text and multi-image documents, producing natural-language outputs. It is trained on high-quality NVIDIA-curated synthetic datasets optimized for optical-character recognition, chart reasoning, and multimodal comprehension.\n\nNemotron Nano 2 VL achieves leading results on OCRBench v2 and scores \u2248 74 average across MMMU, MathVista, AI2D, OCRBench, OCR-Reasoning, ChartQA, DocVQA, and Video-MME\u2014surpassing prior open VL baselines. With Efficient Video Sampling (EVS), it handles long-form videos while reducing inference cost.\n\nOpen-weights, training data, and fine-tuning recipes are released under a permissive NVIDIA open license, with deployment supported across NeMo, NIM, and major inference runtimes.",
|
|
555
|
+
"context_length": 128000,
|
|
556
|
+
"architecture": {
|
|
557
|
+
"modality": "text+image+video->text",
|
|
558
|
+
"input_modalities": [
|
|
559
|
+
"image",
|
|
560
|
+
"text",
|
|
561
|
+
"video"
|
|
562
|
+
],
|
|
563
|
+
"output_modalities": [
|
|
564
|
+
"text"
|
|
565
|
+
],
|
|
566
|
+
"tokenizer": "Other",
|
|
567
|
+
"instruct_type": null
|
|
568
|
+
},
|
|
569
|
+
"pricing": {
|
|
570
|
+
"prompt": "0",
|
|
571
|
+
"completion": "0"
|
|
572
|
+
},
|
|
573
|
+
"top_provider": {
|
|
574
|
+
"context_length": 128000,
|
|
575
|
+
"max_completion_tokens": 128000,
|
|
576
|
+
"is_moderated": false
|
|
577
|
+
},
|
|
578
|
+
"per_request_limits": null,
|
|
579
|
+
"supported_parameters": [
|
|
580
|
+
"include_reasoning",
|
|
581
|
+
"max_tokens",
|
|
582
|
+
"reasoning",
|
|
583
|
+
"seed",
|
|
584
|
+
"temperature",
|
|
585
|
+
"tool_choice",
|
|
586
|
+
"tools",
|
|
587
|
+
"top_p"
|
|
588
|
+
],
|
|
589
|
+
"default_parameters": {
|
|
590
|
+
"temperature": null,
|
|
591
|
+
"top_p": null,
|
|
592
|
+
"frequency_penalty": null
|
|
593
|
+
},
|
|
594
|
+
"expiration_date": null
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"id": "qwen/qwen3-235b-a22b-thinking-2507",
|
|
598
|
+
"canonical_slug": "qwen/qwen3-235b-a22b-thinking-2507",
|
|
599
|
+
"hugging_face_id": "Qwen/Qwen3-235B-A22B-Thinking-2507",
|
|
600
|
+
"name": "Qwen: Qwen3 235B A22B Thinking 2507",
|
|
601
|
+
"created": 1753449557,
|
|
602
|
+
"description": "Qwen3-235B-A22B-Thinking-2507 is a high-performance, open-weight Mixture-of-Experts (MoE) language model optimized for complex reasoning tasks. It activates 22B of its 235B parameters per forward pass and natively supports up to 262,144 tokens of context. This \"thinking-only\" variant enhances structured logical reasoning, mathematics, science, and long-form generation, showing strong benchmark performance across AIME, SuperGPQA, LiveCodeBench, and MMLU-Redux. It enforces a special reasoning mode (</think>) and is designed for high-token outputs (up to 81,920 tokens) in challenging domains.\n\nThe model is instruction-tuned and excels at step-by-step reasoning, tool use, agentic workflows, and multilingual tasks. This release represents the most capable open-source variant in the Qwen3-235B series, surpassing many closed models in structured reasoning use cases.",
|
|
603
|
+
"context_length": 131072,
|
|
604
|
+
"architecture": {
|
|
605
|
+
"modality": "text->text",
|
|
606
|
+
"input_modalities": [
|
|
607
|
+
"text"
|
|
608
|
+
],
|
|
609
|
+
"output_modalities": [
|
|
610
|
+
"text"
|
|
611
|
+
],
|
|
612
|
+
"tokenizer": "Qwen3",
|
|
613
|
+
"instruct_type": "qwen3"
|
|
614
|
+
},
|
|
615
|
+
"pricing": {
|
|
616
|
+
"prompt": "0",
|
|
617
|
+
"completion": "0",
|
|
618
|
+
"request": "0",
|
|
619
|
+
"image": "0",
|
|
620
|
+
"web_search": "0",
|
|
621
|
+
"internal_reasoning": "0"
|
|
622
|
+
},
|
|
623
|
+
"top_provider": {
|
|
624
|
+
"context_length": 131072,
|
|
625
|
+
"max_completion_tokens": null,
|
|
626
|
+
"is_moderated": false
|
|
627
|
+
},
|
|
628
|
+
"per_request_limits": null,
|
|
629
|
+
"supported_parameters": [
|
|
630
|
+
"frequency_penalty",
|
|
631
|
+
"include_reasoning",
|
|
632
|
+
"logit_bias",
|
|
633
|
+
"max_tokens",
|
|
634
|
+
"min_p",
|
|
635
|
+
"presence_penalty",
|
|
636
|
+
"reasoning",
|
|
637
|
+
"repetition_penalty",
|
|
638
|
+
"response_format",
|
|
639
|
+
"seed",
|
|
640
|
+
"stop",
|
|
641
|
+
"structured_outputs",
|
|
642
|
+
"temperature",
|
|
643
|
+
"tool_choice",
|
|
644
|
+
"tools",
|
|
645
|
+
"top_k",
|
|
646
|
+
"top_p"
|
|
647
|
+
],
|
|
648
|
+
"default_parameters": {
|
|
649
|
+
"temperature": null,
|
|
650
|
+
"top_p": null,
|
|
651
|
+
"frequency_penalty": null
|
|
652
|
+
},
|
|
653
|
+
"expiration_date": null
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"id": "upstage/solar-pro-3:free",
|
|
657
|
+
"canonical_slug": "upstage/solar-pro-3",
|
|
658
|
+
"hugging_face_id": "",
|
|
659
|
+
"name": "Upstage: Solar Pro 3 (free)",
|
|
660
|
+
"created": 1769481200,
|
|
661
|
+
"description": "Solar Pro 3 is Upstage's powerful Mixture-of-Experts (MoE) language model. With 102B total parameters and 12B active parameters per forward pass, it delivers exceptional performance while maintaining computational efficiency. Optimized for Korean with English and Japanese support.",
|
|
662
|
+
"context_length": 128000,
|
|
663
|
+
"architecture": {
|
|
664
|
+
"modality": "text->text",
|
|
665
|
+
"input_modalities": [
|
|
666
|
+
"text"
|
|
667
|
+
],
|
|
668
|
+
"output_modalities": [
|
|
669
|
+
"text"
|
|
670
|
+
],
|
|
671
|
+
"tokenizer": "Other",
|
|
672
|
+
"instruct_type": null
|
|
673
|
+
},
|
|
674
|
+
"pricing": {
|
|
675
|
+
"prompt": "0",
|
|
676
|
+
"completion": "0"
|
|
677
|
+
},
|
|
678
|
+
"top_provider": {
|
|
679
|
+
"context_length": 128000,
|
|
680
|
+
"max_completion_tokens": null,
|
|
681
|
+
"is_moderated": false
|
|
682
|
+
},
|
|
683
|
+
"per_request_limits": null,
|
|
684
|
+
"supported_parameters": [
|
|
685
|
+
"include_reasoning",
|
|
686
|
+
"max_tokens",
|
|
687
|
+
"reasoning",
|
|
688
|
+
"response_format",
|
|
689
|
+
"structured_outputs",
|
|
690
|
+
"temperature",
|
|
691
|
+
"tool_choice",
|
|
692
|
+
"tools"
|
|
693
|
+
],
|
|
694
|
+
"default_parameters": {
|
|
695
|
+
"temperature": null,
|
|
696
|
+
"top_p": null,
|
|
697
|
+
"frequency_penalty": null
|
|
698
|
+
},
|
|
699
|
+
"expiration_date": "2026-03-22"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"id": "arcee-ai/trinity-large-preview:free",
|
|
703
|
+
"canonical_slug": "arcee-ai/trinity-large-preview",
|
|
704
|
+
"hugging_face_id": "arcee-ai/Trinity-Large-Preview",
|
|
705
|
+
"name": "Arcee AI: Trinity Large Preview (free)",
|
|
706
|
+
"created": 1769552670,
|
|
707
|
+
"description": "Trinity-Large-Preview is a frontier-scale open-weight language model from Arcee, built as a 400B-parameter sparse Mixture-of-Experts with 13B active parameters per token using 4-of-256 expert routing. \n\nIt excels in creative writing, storytelling, role-play, chat scenarios, and real-time voice assistance, better than your average reasoning model usually can. But we\u2019re also introducing some of our newer agentic performance. It was trained to navigate well in agent harnesses like OpenCode, Cline, and Kilo Code, and to handle complex toolchains and long, constraint-filled prompts. \n\nThe architecture natively supports very long context windows up to 512k tokens, with the Preview API currently served at 128k context using 8-bit quantization for practical deployment. Trinity-Large-Preview reflects Arcee\u2019s efficiency-first design philosophy, offering a production-oriented frontier model with open weights and permissive licensing suitable for real-world applications and experimentation.",
|
|
708
|
+
"context_length": 131000,
|
|
709
|
+
"architecture": {
|
|
710
|
+
"modality": "text->text",
|
|
711
|
+
"input_modalities": [
|
|
712
|
+
"text"
|
|
713
|
+
],
|
|
714
|
+
"output_modalities": [
|
|
715
|
+
"text"
|
|
716
|
+
],
|
|
717
|
+
"tokenizer": "Other",
|
|
718
|
+
"instruct_type": null
|
|
719
|
+
},
|
|
720
|
+
"pricing": {
|
|
721
|
+
"prompt": "0",
|
|
722
|
+
"completion": "0",
|
|
723
|
+
"request": "0",
|
|
724
|
+
"image": "0",
|
|
725
|
+
"web_search": "0",
|
|
726
|
+
"internal_reasoning": "0"
|
|
727
|
+
},
|
|
728
|
+
"top_provider": {
|
|
729
|
+
"context_length": 131000,
|
|
730
|
+
"max_completion_tokens": null,
|
|
731
|
+
"is_moderated": false
|
|
732
|
+
},
|
|
733
|
+
"per_request_limits": null,
|
|
734
|
+
"supported_parameters": [
|
|
735
|
+
"max_tokens",
|
|
736
|
+
"response_format",
|
|
737
|
+
"structured_outputs",
|
|
738
|
+
"temperature",
|
|
739
|
+
"tools",
|
|
740
|
+
"top_k",
|
|
741
|
+
"top_p"
|
|
742
|
+
],
|
|
743
|
+
"default_parameters": {
|
|
744
|
+
"temperature": 0.8,
|
|
745
|
+
"top_p": 0.8,
|
|
746
|
+
"frequency_penalty": null
|
|
747
|
+
},
|
|
748
|
+
"expiration_date": null
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"id": "meta-llama/llama-3.3-70b-instruct:free",
|
|
752
|
+
"canonical_slug": "meta-llama/llama-3.3-70b-instruct",
|
|
753
|
+
"hugging_face_id": "meta-llama/Llama-3.3-70B-Instruct",
|
|
754
|
+
"name": "Meta: Llama 3.3 70B Instruct (free)",
|
|
755
|
+
"created": 1733506137,
|
|
756
|
+
"description": "The Meta Llama 3.3 multilingual large language model (LLM) is a pretrained and instruction tuned generative model in 70B (text in/text out). The Llama 3.3 instruction tuned text only model is optimized for multilingual dialogue use cases and outperforms many of the available open source and closed chat models on common industry benchmarks.\n\nSupported languages: English, German, French, Italian, Portuguese, Hindi, Spanish, and Thai.\n\n[Model Card](https://github.com/meta-llama/llama-models/blob/main/models/llama3_3/MODEL_CARD.md)",
|
|
757
|
+
"context_length": 128000,
|
|
758
|
+
"architecture": {
|
|
759
|
+
"modality": "text->text",
|
|
760
|
+
"input_modalities": [
|
|
761
|
+
"text"
|
|
762
|
+
],
|
|
763
|
+
"output_modalities": [
|
|
764
|
+
"text"
|
|
765
|
+
],
|
|
766
|
+
"tokenizer": "Llama3",
|
|
767
|
+
"instruct_type": "llama3"
|
|
768
|
+
},
|
|
769
|
+
"pricing": {
|
|
770
|
+
"prompt": "0",
|
|
771
|
+
"completion": "0"
|
|
772
|
+
},
|
|
773
|
+
"top_provider": {
|
|
774
|
+
"context_length": 128000,
|
|
775
|
+
"max_completion_tokens": 128000,
|
|
776
|
+
"is_moderated": true
|
|
777
|
+
},
|
|
778
|
+
"per_request_limits": null,
|
|
779
|
+
"supported_parameters": [
|
|
780
|
+
"frequency_penalty",
|
|
781
|
+
"max_tokens",
|
|
782
|
+
"presence_penalty",
|
|
783
|
+
"seed",
|
|
784
|
+
"stop",
|
|
785
|
+
"temperature",
|
|
786
|
+
"tool_choice",
|
|
787
|
+
"tools",
|
|
788
|
+
"top_k",
|
|
789
|
+
"top_p"
|
|
790
|
+
],
|
|
791
|
+
"default_parameters": {},
|
|
792
|
+
"expiration_date": null
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"id": "mistralai/mistral-small-3.1-24b-instruct:free",
|
|
796
|
+
"canonical_slug": "mistralai/mistral-small-3.1-24b-instruct-2503",
|
|
797
|
+
"hugging_face_id": "mistralai/Mistral-Small-3.1-24B-Instruct-2503",
|
|
798
|
+
"name": "Mistral: Mistral Small 3.1 24B (free)",
|
|
799
|
+
"created": 1742238937,
|
|
800
|
+
"description": "Mistral Small 3.1 24B Instruct is an upgraded variant of Mistral Small 3 (2501), featuring 24 billion parameters with advanced multimodal capabilities. It provides state-of-the-art performance in text-based reasoning and vision tasks, including image analysis, programming, mathematical reasoning, and multilingual support across dozens of languages. Equipped with an extensive 128k token context window and optimized for efficient local inference, it supports use cases such as conversational agents, function calling, long-document comprehension, and privacy-sensitive deployments. The updated version is [Mistral Small 3.2](mistralai/mistral-small-3.2-24b-instruct)",
|
|
801
|
+
"context_length": 128000,
|
|
802
|
+
"architecture": {
|
|
803
|
+
"modality": "text+image->text",
|
|
804
|
+
"input_modalities": [
|
|
805
|
+
"text",
|
|
806
|
+
"image"
|
|
807
|
+
],
|
|
808
|
+
"output_modalities": [
|
|
809
|
+
"text"
|
|
810
|
+
],
|
|
811
|
+
"tokenizer": "Mistral",
|
|
812
|
+
"instruct_type": null
|
|
813
|
+
},
|
|
814
|
+
"pricing": {
|
|
815
|
+
"prompt": "0",
|
|
816
|
+
"completion": "0"
|
|
817
|
+
},
|
|
818
|
+
"top_provider": {
|
|
819
|
+
"context_length": 128000,
|
|
820
|
+
"max_completion_tokens": null,
|
|
821
|
+
"is_moderated": false
|
|
822
|
+
},
|
|
823
|
+
"per_request_limits": null,
|
|
824
|
+
"supported_parameters": [
|
|
825
|
+
"frequency_penalty",
|
|
826
|
+
"max_tokens",
|
|
827
|
+
"presence_penalty",
|
|
828
|
+
"response_format",
|
|
829
|
+
"stop",
|
|
830
|
+
"structured_outputs",
|
|
831
|
+
"temperature",
|
|
832
|
+
"tool_choice",
|
|
833
|
+
"tools",
|
|
834
|
+
"top_k",
|
|
835
|
+
"top_p"
|
|
836
|
+
],
|
|
837
|
+
"default_parameters": {
|
|
838
|
+
"temperature": 0.3
|
|
839
|
+
},
|
|
840
|
+
"expiration_date": null
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"id": "google/gemma-3n-e2b-it:free",
|
|
844
|
+
"canonical_slug": "google/gemma-3n-e2b-it",
|
|
845
|
+
"hugging_face_id": "google/gemma-3n-E2B-it",
|
|
846
|
+
"name": "Google: Gemma 3n 2B (free)",
|
|
847
|
+
"created": 1752074904,
|
|
848
|
+
"description": "Gemma 3n E2B IT is a multimodal, instruction-tuned model developed by Google DeepMind, designed to operate efficiently at an effective parameter size of 2B while leveraging a 6B architecture. Based on the MatFormer architecture, it supports nested submodels and modular composition via the Mix-and-Match framework. Gemma 3n models are optimized for low-resource deployment, offering 32K context length and strong multilingual and reasoning performance across common benchmarks. This variant is trained on a diverse corpus including code, math, web, and multimodal data.",
|
|
849
|
+
"context_length": 8192,
|
|
850
|
+
"architecture": {
|
|
851
|
+
"modality": "text->text",
|
|
852
|
+
"input_modalities": [
|
|
853
|
+
"text"
|
|
854
|
+
],
|
|
855
|
+
"output_modalities": [
|
|
856
|
+
"text"
|
|
857
|
+
],
|
|
858
|
+
"tokenizer": "Other",
|
|
859
|
+
"instruct_type": null
|
|
860
|
+
},
|
|
861
|
+
"pricing": {
|
|
862
|
+
"prompt": "0",
|
|
863
|
+
"completion": "0"
|
|
864
|
+
},
|
|
865
|
+
"top_provider": {
|
|
866
|
+
"context_length": 8192,
|
|
867
|
+
"max_completion_tokens": 2048,
|
|
868
|
+
"is_moderated": false
|
|
869
|
+
},
|
|
870
|
+
"per_request_limits": null,
|
|
871
|
+
"supported_parameters": [
|
|
872
|
+
"frequency_penalty",
|
|
873
|
+
"max_tokens",
|
|
874
|
+
"presence_penalty",
|
|
875
|
+
"response_format",
|
|
876
|
+
"seed",
|
|
877
|
+
"stop",
|
|
878
|
+
"temperature",
|
|
879
|
+
"top_p"
|
|
880
|
+
],
|
|
881
|
+
"default_parameters": {},
|
|
882
|
+
"expiration_date": null
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"id": "google/gemma-3-27b-it:free",
|
|
886
|
+
"canonical_slug": "google/gemma-3-27b-it",
|
|
887
|
+
"hugging_face_id": "google/gemma-3-27b-it",
|
|
888
|
+
"name": "Google: Gemma 3 27B (free)",
|
|
889
|
+
"created": 1741756359,
|
|
890
|
+
"description": "Gemma 3 introduces multimodality, supporting vision-language input and text outputs. It handles context windows up to 128k tokens, understands over 140 languages, and offers improved math, reasoning, and chat capabilities, including structured outputs and function calling. Gemma 3 27B is Google's latest open source model, successor to [Gemma 2](google/gemma-2-27b-it)",
|
|
891
|
+
"context_length": 131072,
|
|
892
|
+
"architecture": {
|
|
893
|
+
"modality": "text+image->text",
|
|
894
|
+
"input_modalities": [
|
|
895
|
+
"text",
|
|
896
|
+
"image"
|
|
897
|
+
],
|
|
898
|
+
"output_modalities": [
|
|
899
|
+
"text"
|
|
900
|
+
],
|
|
901
|
+
"tokenizer": "Gemini",
|
|
902
|
+
"instruct_type": "gemma"
|
|
903
|
+
},
|
|
904
|
+
"pricing": {
|
|
905
|
+
"prompt": "0",
|
|
906
|
+
"completion": "0"
|
|
907
|
+
},
|
|
908
|
+
"top_provider": {
|
|
909
|
+
"context_length": 131072,
|
|
910
|
+
"max_completion_tokens": 8192,
|
|
911
|
+
"is_moderated": false
|
|
912
|
+
},
|
|
913
|
+
"per_request_limits": null,
|
|
914
|
+
"supported_parameters": [
|
|
915
|
+
"max_tokens",
|
|
916
|
+
"response_format",
|
|
917
|
+
"seed",
|
|
918
|
+
"stop",
|
|
919
|
+
"temperature",
|
|
920
|
+
"tool_choice",
|
|
921
|
+
"tools",
|
|
922
|
+
"top_p"
|
|
923
|
+
],
|
|
924
|
+
"default_parameters": {
|
|
925
|
+
"temperature": null,
|
|
926
|
+
"top_p": null,
|
|
927
|
+
"frequency_penalty": null
|
|
928
|
+
},
|
|
929
|
+
"expiration_date": null
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"id": "qwen/qwen3-4b:free",
|
|
933
|
+
"canonical_slug": "qwen/qwen3-4b-04-28",
|
|
934
|
+
"hugging_face_id": "Qwen/Qwen3-4B",
|
|
935
|
+
"name": "Qwen: Qwen3 4B (free)",
|
|
936
|
+
"created": 1746031104,
|
|
937
|
+
"description": "Qwen3-4B is a 4 billion parameter dense language model from the Qwen3 series, designed to support both general-purpose and reasoning-intensive tasks. It introduces a dual-mode architecture\u2014thinking and non-thinking\u2014allowing dynamic switching between high-precision logical reasoning and efficient dialogue generation. This makes it well-suited for multi-turn chat, instruction following, and complex agent workflows.",
|
|
938
|
+
"context_length": 40960,
|
|
939
|
+
"architecture": {
|
|
940
|
+
"modality": "text->text",
|
|
941
|
+
"input_modalities": [
|
|
942
|
+
"text"
|
|
943
|
+
],
|
|
944
|
+
"output_modalities": [
|
|
945
|
+
"text"
|
|
946
|
+
],
|
|
947
|
+
"tokenizer": "Qwen3",
|
|
948
|
+
"instruct_type": "qwen3"
|
|
949
|
+
},
|
|
950
|
+
"pricing": {
|
|
951
|
+
"prompt": "0",
|
|
952
|
+
"completion": "0"
|
|
953
|
+
},
|
|
954
|
+
"top_provider": {
|
|
955
|
+
"context_length": 40960,
|
|
956
|
+
"max_completion_tokens": null,
|
|
957
|
+
"is_moderated": false
|
|
958
|
+
},
|
|
959
|
+
"per_request_limits": null,
|
|
960
|
+
"supported_parameters": [
|
|
961
|
+
"frequency_penalty",
|
|
962
|
+
"include_reasoning",
|
|
963
|
+
"max_tokens",
|
|
964
|
+
"presence_penalty",
|
|
965
|
+
"reasoning",
|
|
966
|
+
"response_format",
|
|
967
|
+
"stop",
|
|
968
|
+
"structured_outputs",
|
|
969
|
+
"temperature",
|
|
970
|
+
"tool_choice",
|
|
971
|
+
"tools",
|
|
972
|
+
"top_k",
|
|
973
|
+
"top_p"
|
|
974
|
+
],
|
|
975
|
+
"default_parameters": {},
|
|
976
|
+
"expiration_date": null
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"id": "google/gemma-3n-e4b-it:free",
|
|
980
|
+
"canonical_slug": "google/gemma-3n-e4b-it",
|
|
981
|
+
"hugging_face_id": "google/gemma-3n-E4B-it",
|
|
982
|
+
"name": "Google: Gemma 3n 4B (free)",
|
|
983
|
+
"created": 1747776824,
|
|
984
|
+
"description": "Gemma 3n E4B-it is optimized for efficient execution on mobile and low-resource devices, such as phones, laptops, and tablets. It supports multimodal inputs\u2014including text, visual data, and audio\u2014enabling diverse tasks such as text generation, speech recognition, translation, and image analysis. Leveraging innovations like Per-Layer Embedding (PLE) caching and the MatFormer architecture, Gemma 3n dynamically manages memory usage and computational load by selectively activating model parameters, significantly reducing runtime resource requirements.\n\nThis model supports a wide linguistic range (trained in over 140 languages) and features a flexible 32K token context window. Gemma 3n can selectively load parameters, optimizing memory and computational efficiency based on the task or device capabilities, making it well-suited for privacy-focused, offline-capable applications and on-device AI solutions. [Read more in the blog post](https://developers.googleblog.com/en/introducing-gemma-3n/)",
|
|
985
|
+
"context_length": 8192,
|
|
986
|
+
"architecture": {
|
|
987
|
+
"modality": "text->text",
|
|
988
|
+
"input_modalities": [
|
|
989
|
+
"text"
|
|
990
|
+
],
|
|
991
|
+
"output_modalities": [
|
|
992
|
+
"text"
|
|
993
|
+
],
|
|
994
|
+
"tokenizer": "Other",
|
|
995
|
+
"instruct_type": null
|
|
996
|
+
},
|
|
997
|
+
"pricing": {
|
|
998
|
+
"prompt": "0",
|
|
999
|
+
"completion": "0"
|
|
1000
|
+
},
|
|
1001
|
+
"top_provider": {
|
|
1002
|
+
"context_length": 8192,
|
|
1003
|
+
"max_completion_tokens": 2048,
|
|
1004
|
+
"is_moderated": false
|
|
1005
|
+
},
|
|
1006
|
+
"per_request_limits": null,
|
|
1007
|
+
"supported_parameters": [
|
|
1008
|
+
"frequency_penalty",
|
|
1009
|
+
"max_tokens",
|
|
1010
|
+
"presence_penalty",
|
|
1011
|
+
"response_format",
|
|
1012
|
+
"seed",
|
|
1013
|
+
"stop",
|
|
1014
|
+
"temperature",
|
|
1015
|
+
"top_p"
|
|
1016
|
+
],
|
|
1017
|
+
"default_parameters": {},
|
|
1018
|
+
"expiration_date": null
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"id": "openai/gpt-oss-120b:free",
|
|
1022
|
+
"canonical_slug": "openai/gpt-oss-120b",
|
|
1023
|
+
"hugging_face_id": "openai/gpt-oss-120b",
|
|
1024
|
+
"name": "OpenAI: gpt-oss-120b (free)",
|
|
1025
|
+
"created": 1754414231,
|
|
1026
|
+
"description": "gpt-oss-120b is an open-weight, 117B-parameter Mixture-of-Experts (MoE) language model from OpenAI designed for high-reasoning, agentic, and general-purpose production use cases. It activates 5.1B parameters per forward pass and is optimized to run on a single H100 GPU with native MXFP4 quantization. The model supports configurable reasoning depth, full chain-of-thought access, and native tool use, including function calling, browsing, and structured output generation.",
|
|
1027
|
+
"context_length": 131072,
|
|
1028
|
+
"architecture": {
|
|
1029
|
+
"modality": "text->text",
|
|
1030
|
+
"input_modalities": [
|
|
1031
|
+
"text"
|
|
1032
|
+
],
|
|
1033
|
+
"output_modalities": [
|
|
1034
|
+
"text"
|
|
1035
|
+
],
|
|
1036
|
+
"tokenizer": "GPT",
|
|
1037
|
+
"instruct_type": null
|
|
1038
|
+
},
|
|
1039
|
+
"pricing": {
|
|
1040
|
+
"prompt": "0",
|
|
1041
|
+
"completion": "0"
|
|
1042
|
+
},
|
|
1043
|
+
"top_provider": {
|
|
1044
|
+
"context_length": 131072,
|
|
1045
|
+
"max_completion_tokens": 131072,
|
|
1046
|
+
"is_moderated": true
|
|
1047
|
+
},
|
|
1048
|
+
"per_request_limits": null,
|
|
1049
|
+
"supported_parameters": [
|
|
1050
|
+
"include_reasoning",
|
|
1051
|
+
"max_tokens",
|
|
1052
|
+
"reasoning",
|
|
1053
|
+
"seed",
|
|
1054
|
+
"stop",
|
|
1055
|
+
"temperature",
|
|
1056
|
+
"tool_choice",
|
|
1057
|
+
"tools"
|
|
1058
|
+
],
|
|
1059
|
+
"default_parameters": {
|
|
1060
|
+
"temperature": null,
|
|
1061
|
+
"top_p": null,
|
|
1062
|
+
"frequency_penalty": null
|
|
1063
|
+
},
|
|
1064
|
+
"expiration_date": null
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"id": "openai/gpt-oss-20b:free",
|
|
1068
|
+
"canonical_slug": "openai/gpt-oss-20b",
|
|
1069
|
+
"hugging_face_id": "openai/gpt-oss-20b",
|
|
1070
|
+
"name": "OpenAI: gpt-oss-20b (free)",
|
|
1071
|
+
"created": 1754414229,
|
|
1072
|
+
"description": "gpt-oss-20b is an open-weight 21B parameter model released by OpenAI under the Apache 2.0 license. It uses a Mixture-of-Experts (MoE) architecture with 3.6B active parameters per forward pass, optimized for lower-latency inference and deployability on consumer or single-GPU hardware. The model is trained in OpenAI\u2019s Harmony response format and supports reasoning level configuration, fine-tuning, and agentic capabilities including function calling, tool use, and structured outputs.",
|
|
1073
|
+
"context_length": 131072,
|
|
1074
|
+
"architecture": {
|
|
1075
|
+
"modality": "text->text",
|
|
1076
|
+
"input_modalities": [
|
|
1077
|
+
"text"
|
|
1078
|
+
],
|
|
1079
|
+
"output_modalities": [
|
|
1080
|
+
"text"
|
|
1081
|
+
],
|
|
1082
|
+
"tokenizer": "GPT",
|
|
1083
|
+
"instruct_type": null
|
|
1084
|
+
},
|
|
1085
|
+
"pricing": {
|
|
1086
|
+
"prompt": "0",
|
|
1087
|
+
"completion": "0"
|
|
1088
|
+
},
|
|
1089
|
+
"top_provider": {
|
|
1090
|
+
"context_length": 131072,
|
|
1091
|
+
"max_completion_tokens": 131072,
|
|
1092
|
+
"is_moderated": true
|
|
1093
|
+
},
|
|
1094
|
+
"per_request_limits": null,
|
|
1095
|
+
"supported_parameters": [
|
|
1096
|
+
"include_reasoning",
|
|
1097
|
+
"max_tokens",
|
|
1098
|
+
"reasoning",
|
|
1099
|
+
"seed",
|
|
1100
|
+
"stop",
|
|
1101
|
+
"temperature",
|
|
1102
|
+
"tool_choice",
|
|
1103
|
+
"tools"
|
|
1104
|
+
],
|
|
1105
|
+
"default_parameters": {
|
|
1106
|
+
"temperature": null,
|
|
1107
|
+
"top_p": null,
|
|
1108
|
+
"frequency_penalty": null
|
|
1109
|
+
},
|
|
1110
|
+
"expiration_date": null
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"id": "cognitivecomputations/dolphin-mistral-24b-venice-edition:free",
|
|
1114
|
+
"canonical_slug": "venice/uncensored",
|
|
1115
|
+
"hugging_face_id": "cognitivecomputations/Dolphin-Mistral-24B-Venice-Edition",
|
|
1116
|
+
"name": "Venice: Uncensored (free)",
|
|
1117
|
+
"created": 1752094966,
|
|
1118
|
+
"description": "Venice Uncensored Dolphin Mistral 24B Venice Edition is a fine-tuned variant of Mistral-Small-24B-Instruct-2501, developed by dphn.ai in collaboration with Venice.ai. This model is designed as an \u201cuncensored\u201d instruct-tuned LLM, preserving user control over alignment, system prompts, and behavior. Intended for advanced and unrestricted use cases, Venice Uncensored emphasizes steerability and transparent behavior, removing default safety and alignment layers typically found in mainstream assistant models.",
|
|
1119
|
+
"context_length": 32768,
|
|
1120
|
+
"architecture": {
|
|
1121
|
+
"modality": "text->text",
|
|
1122
|
+
"input_modalities": [
|
|
1123
|
+
"text"
|
|
1124
|
+
],
|
|
1125
|
+
"output_modalities": [
|
|
1126
|
+
"text"
|
|
1127
|
+
],
|
|
1128
|
+
"tokenizer": "Other",
|
|
1129
|
+
"instruct_type": null
|
|
1130
|
+
},
|
|
1131
|
+
"pricing": {
|
|
1132
|
+
"prompt": "0",
|
|
1133
|
+
"completion": "0"
|
|
1134
|
+
},
|
|
1135
|
+
"top_provider": {
|
|
1136
|
+
"context_length": 32768,
|
|
1137
|
+
"max_completion_tokens": null,
|
|
1138
|
+
"is_moderated": false
|
|
1139
|
+
},
|
|
1140
|
+
"per_request_limits": null,
|
|
1141
|
+
"supported_parameters": [
|
|
1142
|
+
"frequency_penalty",
|
|
1143
|
+
"max_tokens",
|
|
1144
|
+
"presence_penalty",
|
|
1145
|
+
"response_format",
|
|
1146
|
+
"stop",
|
|
1147
|
+
"structured_outputs",
|
|
1148
|
+
"temperature",
|
|
1149
|
+
"top_k",
|
|
1150
|
+
"top_p"
|
|
1151
|
+
],
|
|
1152
|
+
"default_parameters": {},
|
|
1153
|
+
"expiration_date": null
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"id": "meta-llama/llama-3.2-3b-instruct:free",
|
|
1157
|
+
"canonical_slug": "meta-llama/llama-3.2-3b-instruct",
|
|
1158
|
+
"hugging_face_id": "meta-llama/Llama-3.2-3B-Instruct",
|
|
1159
|
+
"name": "Meta: Llama 3.2 3B Instruct (free)",
|
|
1160
|
+
"created": 1727222400,
|
|
1161
|
+
"description": "Llama 3.2 3B is a 3-billion-parameter multilingual large language model, optimized for advanced natural language processing tasks like dialogue generation, reasoning, and summarization. Designed with the latest transformer architecture, it supports eight languages, including English, Spanish, and Hindi, and is adaptable for additional languages.\n\nTrained on 9 trillion tokens, the Llama 3.2 3B model excels in instruction-following, complex reasoning, and tool use. Its balanced performance makes it ideal for applications needing accuracy and efficiency in text generation across multilingual settings.\n\nClick here for the [original model card](https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/MODEL_CARD.md).\n\nUsage of this model is subject to [Meta's Acceptable Use Policy](https://www.llama.com/llama3/use-policy/).",
|
|
1162
|
+
"context_length": 131072,
|
|
1163
|
+
"architecture": {
|
|
1164
|
+
"modality": "text->text",
|
|
1165
|
+
"input_modalities": [
|
|
1166
|
+
"text"
|
|
1167
|
+
],
|
|
1168
|
+
"output_modalities": [
|
|
1169
|
+
"text"
|
|
1170
|
+
],
|
|
1171
|
+
"tokenizer": "Llama3",
|
|
1172
|
+
"instruct_type": "llama3"
|
|
1173
|
+
},
|
|
1174
|
+
"pricing": {
|
|
1175
|
+
"prompt": "0",
|
|
1176
|
+
"completion": "0"
|
|
1177
|
+
},
|
|
1178
|
+
"top_provider": {
|
|
1179
|
+
"context_length": 131072,
|
|
1180
|
+
"max_completion_tokens": null,
|
|
1181
|
+
"is_moderated": false
|
|
1182
|
+
},
|
|
1183
|
+
"per_request_limits": null,
|
|
1184
|
+
"supported_parameters": [
|
|
1185
|
+
"frequency_penalty",
|
|
1186
|
+
"max_tokens",
|
|
1187
|
+
"presence_penalty",
|
|
1188
|
+
"stop",
|
|
1189
|
+
"temperature",
|
|
1190
|
+
"top_k",
|
|
1191
|
+
"top_p"
|
|
1192
|
+
],
|
|
1193
|
+
"default_parameters": {},
|
|
1194
|
+
"expiration_date": null
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"id": "z-ai/glm-4.5-air:free",
|
|
1198
|
+
"canonical_slug": "z-ai/glm-4.5-air",
|
|
1199
|
+
"hugging_face_id": "zai-org/GLM-4.5-Air",
|
|
1200
|
+
"name": "Z.ai: GLM 4.5 Air (free)",
|
|
1201
|
+
"created": 1753471258,
|
|
1202
|
+
"description": "GLM-4.5-Air is the lightweight variant of our latest flagship model family, also purpose-built for agent-centric applications. Like GLM-4.5, it adopts the Mixture-of-Experts (MoE) architecture but with a more compact parameter size. GLM-4.5-Air also supports hybrid inference modes, offering a \"thinking mode\" for advanced reasoning and tool use, and a \"non-thinking mode\" for real-time interaction. Users can control the reasoning behaviour with the `reasoning` `enabled` boolean. [Learn more in our docs](https://openrouter.ai/docs/use-cases/reasoning-tokens#enable-reasoning-with-default-config)",
|
|
1203
|
+
"context_length": 131072,
|
|
1204
|
+
"architecture": {
|
|
1205
|
+
"modality": "text->text",
|
|
1206
|
+
"input_modalities": [
|
|
1207
|
+
"text"
|
|
1208
|
+
],
|
|
1209
|
+
"output_modalities": [
|
|
1210
|
+
"text"
|
|
1211
|
+
],
|
|
1212
|
+
"tokenizer": "Other",
|
|
1213
|
+
"instruct_type": null
|
|
1214
|
+
},
|
|
1215
|
+
"pricing": {
|
|
1216
|
+
"prompt": "0",
|
|
1217
|
+
"completion": "0"
|
|
1218
|
+
},
|
|
1219
|
+
"top_provider": {
|
|
1220
|
+
"context_length": 131072,
|
|
1221
|
+
"max_completion_tokens": 96000,
|
|
1222
|
+
"is_moderated": false
|
|
1223
|
+
},
|
|
1224
|
+
"per_request_limits": null,
|
|
1225
|
+
"supported_parameters": [
|
|
1226
|
+
"include_reasoning",
|
|
1227
|
+
"max_tokens",
|
|
1228
|
+
"reasoning",
|
|
1229
|
+
"temperature",
|
|
1230
|
+
"tool_choice",
|
|
1231
|
+
"tools",
|
|
1232
|
+
"top_p"
|
|
1233
|
+
],
|
|
1234
|
+
"default_parameters": {
|
|
1235
|
+
"temperature": 0.75,
|
|
1236
|
+
"top_p": null,
|
|
1237
|
+
"frequency_penalty": null
|
|
1238
|
+
},
|
|
1239
|
+
"expiration_date": null
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"id": "google/gemma-3-4b-it:free",
|
|
1243
|
+
"canonical_slug": "google/gemma-3-4b-it",
|
|
1244
|
+
"hugging_face_id": "google/gemma-3-4b-it",
|
|
1245
|
+
"name": "Google: Gemma 3 4B (free)",
|
|
1246
|
+
"created": 1741905510,
|
|
1247
|
+
"description": "Gemma 3 introduces multimodality, supporting vision-language input and text outputs. It handles context windows up to 128k tokens, understands over 140 languages, and offers improved math, reasoning, and chat capabilities, including structured outputs and function calling.",
|
|
1248
|
+
"context_length": 32768,
|
|
1249
|
+
"architecture": {
|
|
1250
|
+
"modality": "text+image->text",
|
|
1251
|
+
"input_modalities": [
|
|
1252
|
+
"text",
|
|
1253
|
+
"image"
|
|
1254
|
+
],
|
|
1255
|
+
"output_modalities": [
|
|
1256
|
+
"text"
|
|
1257
|
+
],
|
|
1258
|
+
"tokenizer": "Gemini",
|
|
1259
|
+
"instruct_type": "gemma"
|
|
1260
|
+
},
|
|
1261
|
+
"pricing": {
|
|
1262
|
+
"prompt": "0",
|
|
1263
|
+
"completion": "0"
|
|
1264
|
+
},
|
|
1265
|
+
"top_provider": {
|
|
1266
|
+
"context_length": 32768,
|
|
1267
|
+
"max_completion_tokens": 8192,
|
|
1268
|
+
"is_moderated": false
|
|
1269
|
+
},
|
|
1270
|
+
"per_request_limits": null,
|
|
1271
|
+
"supported_parameters": [
|
|
1272
|
+
"max_tokens",
|
|
1273
|
+
"response_format",
|
|
1274
|
+
"seed",
|
|
1275
|
+
"stop",
|
|
1276
|
+
"temperature",
|
|
1277
|
+
"top_p"
|
|
1278
|
+
],
|
|
1279
|
+
"default_parameters": {},
|
|
1280
|
+
"expiration_date": null
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"id": "google/gemma-3-12b-it:free",
|
|
1284
|
+
"canonical_slug": "google/gemma-3-12b-it",
|
|
1285
|
+
"hugging_face_id": "google/gemma-3-12b-it",
|
|
1286
|
+
"name": "Google: Gemma 3 12B (free)",
|
|
1287
|
+
"created": 1741902625,
|
|
1288
|
+
"description": "Gemma 3 introduces multimodality, supporting vision-language input and text outputs. It handles context windows up to 128k tokens, understands over 140 languages, and offers improved math, reasoning, and chat capabilities, including structured outputs and function calling. Gemma 3 12B is the second largest in the family of Gemma 3 models after [Gemma 3 27B](google/gemma-3-27b-it)",
|
|
1289
|
+
"context_length": 32768,
|
|
1290
|
+
"architecture": {
|
|
1291
|
+
"modality": "text+image->text",
|
|
1292
|
+
"input_modalities": [
|
|
1293
|
+
"text",
|
|
1294
|
+
"image"
|
|
1295
|
+
],
|
|
1296
|
+
"output_modalities": [
|
|
1297
|
+
"text"
|
|
1298
|
+
],
|
|
1299
|
+
"tokenizer": "Gemini",
|
|
1300
|
+
"instruct_type": "gemma"
|
|
1301
|
+
},
|
|
1302
|
+
"pricing": {
|
|
1303
|
+
"prompt": "0",
|
|
1304
|
+
"completion": "0"
|
|
1305
|
+
},
|
|
1306
|
+
"top_provider": {
|
|
1307
|
+
"context_length": 32768,
|
|
1308
|
+
"max_completion_tokens": 8192,
|
|
1309
|
+
"is_moderated": false
|
|
1310
|
+
},
|
|
1311
|
+
"per_request_limits": null,
|
|
1312
|
+
"supported_parameters": [
|
|
1313
|
+
"max_tokens",
|
|
1314
|
+
"seed",
|
|
1315
|
+
"stop",
|
|
1316
|
+
"temperature",
|
|
1317
|
+
"top_p"
|
|
1318
|
+
],
|
|
1319
|
+
"default_parameters": {},
|
|
1320
|
+
"expiration_date": null
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"id": "nousresearch/hermes-3-llama-3.1-405b:free",
|
|
1324
|
+
"canonical_slug": "nousresearch/hermes-3-llama-3.1-405b",
|
|
1325
|
+
"hugging_face_id": "NousResearch/Hermes-3-Llama-3.1-405B",
|
|
1326
|
+
"name": "Nous: Hermes 3 405B Instruct (free)",
|
|
1327
|
+
"created": 1723766400,
|
|
1328
|
+
"description": "Hermes 3 is a generalist language model with many improvements over Hermes 2, including advanced agentic capabilities, much better roleplaying, reasoning, multi-turn conversation, long context coherence, and improvements across the board.\n\nHermes 3 405B is a frontier-level, full-parameter finetune of the Llama-3.1 405B foundation model, focused on aligning LLMs to the user, with powerful steering capabilities and control given to the end user.\n\nThe Hermes 3 series builds and expands on the Hermes 2 set of capabilities, including more powerful and reliable function calling and structured output capabilities, generalist assistant capabilities, and improved code generation skills.\n\nHermes 3 is competitive, if not superior, to Llama-3.1 Instruct models at general capabilities, with varying strengths and weaknesses attributable between the two.",
|
|
1329
|
+
"context_length": 131072,
|
|
1330
|
+
"architecture": {
|
|
1331
|
+
"modality": "text->text",
|
|
1332
|
+
"input_modalities": [
|
|
1333
|
+
"text"
|
|
1334
|
+
],
|
|
1335
|
+
"output_modalities": [
|
|
1336
|
+
"text"
|
|
1337
|
+
],
|
|
1338
|
+
"tokenizer": "Llama3",
|
|
1339
|
+
"instruct_type": "chatml"
|
|
1340
|
+
},
|
|
1341
|
+
"pricing": {
|
|
1342
|
+
"prompt": "0",
|
|
1343
|
+
"completion": "0"
|
|
1344
|
+
},
|
|
1345
|
+
"top_provider": {
|
|
1346
|
+
"context_length": 131072,
|
|
1347
|
+
"max_completion_tokens": null,
|
|
1348
|
+
"is_moderated": false
|
|
1349
|
+
},
|
|
1350
|
+
"per_request_limits": null,
|
|
1351
|
+
"supported_parameters": [
|
|
1352
|
+
"frequency_penalty",
|
|
1353
|
+
"max_tokens",
|
|
1354
|
+
"presence_penalty",
|
|
1355
|
+
"stop",
|
|
1356
|
+
"temperature",
|
|
1357
|
+
"top_k",
|
|
1358
|
+
"top_p"
|
|
1359
|
+
],
|
|
1360
|
+
"default_parameters": {},
|
|
1361
|
+
"expiration_date": null
|
|
1362
|
+
}
|
|
1363
|
+
]
|
|
1364
|
+
}
|