ask-llm-providers 0.7.0 → 0.8.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/lib/ask/llm/cost_calculator.rb +65 -37
- data/lib/ask/llm/models/anthropic.json +367 -0
- data/lib/ask/llm/models/bedrock.json +140 -0
- data/lib/ask/llm/models/deepseek.json +213 -0
- data/lib/ask/llm/models/gemini.json +394 -0
- data/lib/ask/llm/models/meta.json +299 -0
- data/lib/ask/llm/models/mistral.json +404 -0
- data/lib/ask/llm/models/moonshot.json +198 -0
- data/lib/ask/llm/models/nvidia_nim.json +289 -0
- data/lib/ask/llm/models/openai.json +695 -0
- data/lib/ask/llm/models/perplexity.json +29 -0
- data/lib/ask/llm/models/xai.json +52 -0
- data/lib/ask/llm/sources/openrouter.rb +176 -0
- data/lib/ask/llm/version.rb +1 -1
- metadata +5 -1
|
@@ -0,0 +1,299 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "llama-3.1-70b-instruct",
|
|
4
|
+
"name": "Meta: Llama 3.1 70B Instruct",
|
|
5
|
+
"provider": "meta",
|
|
6
|
+
"context_window": 131072,
|
|
7
|
+
"max_output_tokens": 16384,
|
|
8
|
+
"capabilities": [],
|
|
9
|
+
"modalities": {
|
|
10
|
+
"input": [
|
|
11
|
+
"text"
|
|
12
|
+
],
|
|
13
|
+
"output": [
|
|
14
|
+
"text"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"pricing": {
|
|
18
|
+
"text_tokens": {
|
|
19
|
+
"standard": {
|
|
20
|
+
"input_per_million": 0.4,
|
|
21
|
+
"output_per_million": 0.4
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"architecture": "text->text",
|
|
26
|
+
"source": "openrouter"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "llama-3.1-8b-instruct",
|
|
30
|
+
"name": "Meta: Llama 3.1 8B Instruct",
|
|
31
|
+
"provider": "meta",
|
|
32
|
+
"context_window": 131072,
|
|
33
|
+
"max_output_tokens": 131072,
|
|
34
|
+
"capabilities": [],
|
|
35
|
+
"modalities": {
|
|
36
|
+
"input": [
|
|
37
|
+
"text"
|
|
38
|
+
],
|
|
39
|
+
"output": [
|
|
40
|
+
"text"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"pricing": {
|
|
44
|
+
"text_tokens": {
|
|
45
|
+
"standard": {
|
|
46
|
+
"input_per_million": 0.05,
|
|
47
|
+
"output_per_million": 0.08,
|
|
48
|
+
"cache_read_input_per_million": 0.025
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"architecture": "text->text",
|
|
53
|
+
"source": "openrouter"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "llama-3.2-11b-vision-instruct",
|
|
57
|
+
"name": "Meta: Llama 3.2 11B Vision Instruct",
|
|
58
|
+
"provider": "meta",
|
|
59
|
+
"context_window": 131072,
|
|
60
|
+
"max_output_tokens": 16384,
|
|
61
|
+
"capabilities": [
|
|
62
|
+
"vision"
|
|
63
|
+
],
|
|
64
|
+
"modalities": {
|
|
65
|
+
"input": [
|
|
66
|
+
"text",
|
|
67
|
+
"image"
|
|
68
|
+
],
|
|
69
|
+
"output": [
|
|
70
|
+
"text"
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"pricing": {
|
|
74
|
+
"text_tokens": {
|
|
75
|
+
"standard": {
|
|
76
|
+
"input_per_million": 0.345,
|
|
77
|
+
"output_per_million": 0.345
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"architecture": "text+image->text",
|
|
82
|
+
"source": "openrouter"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"id": "llama-3.2-1b-instruct",
|
|
86
|
+
"name": "Meta: Llama 3.2 1B Instruct",
|
|
87
|
+
"provider": "meta",
|
|
88
|
+
"context_window": 131072,
|
|
89
|
+
"max_output_tokens": 60000,
|
|
90
|
+
"capabilities": [],
|
|
91
|
+
"modalities": {
|
|
92
|
+
"input": [
|
|
93
|
+
"text"
|
|
94
|
+
],
|
|
95
|
+
"output": [
|
|
96
|
+
"text"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
"pricing": {
|
|
100
|
+
"text_tokens": {
|
|
101
|
+
"standard": {
|
|
102
|
+
"input_per_million": 0.027,
|
|
103
|
+
"output_per_million": 0.201
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"architecture": "text->text",
|
|
108
|
+
"source": "openrouter"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": "llama-3.2-3b-instruct",
|
|
112
|
+
"name": "Meta: Llama 3.2 3B Instruct",
|
|
113
|
+
"provider": "meta",
|
|
114
|
+
"context_window": 131072,
|
|
115
|
+
"max_output_tokens": 80000,
|
|
116
|
+
"capabilities": [],
|
|
117
|
+
"modalities": {
|
|
118
|
+
"input": [
|
|
119
|
+
"text"
|
|
120
|
+
],
|
|
121
|
+
"output": [
|
|
122
|
+
"text"
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
"pricing": {
|
|
126
|
+
"text_tokens": {
|
|
127
|
+
"standard": {
|
|
128
|
+
"input_per_million": 0.0509,
|
|
129
|
+
"output_per_million": 0.335
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"architecture": "text->text",
|
|
134
|
+
"source": "openrouter"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"id": "llama-3.2-3b-instruct:free",
|
|
138
|
+
"name": "Meta: Llama 3.2 3B Instruct (free)",
|
|
139
|
+
"provider": "meta",
|
|
140
|
+
"context_window": 131072,
|
|
141
|
+
"capabilities": [],
|
|
142
|
+
"modalities": {
|
|
143
|
+
"input": [
|
|
144
|
+
"text"
|
|
145
|
+
],
|
|
146
|
+
"output": [
|
|
147
|
+
"text"
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
"pricing": {
|
|
151
|
+
"text_tokens": {
|
|
152
|
+
"standard": {
|
|
153
|
+
"input_per_million": 0.0,
|
|
154
|
+
"output_per_million": 0.0
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"architecture": "text->text",
|
|
159
|
+
"source": "openrouter"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"id": "llama-3.3-70b-instruct",
|
|
163
|
+
"name": "Meta: Llama 3.3 70B Instruct",
|
|
164
|
+
"provider": "meta",
|
|
165
|
+
"context_window": 131072,
|
|
166
|
+
"max_output_tokens": 128000,
|
|
167
|
+
"capabilities": [],
|
|
168
|
+
"modalities": {
|
|
169
|
+
"input": [
|
|
170
|
+
"text"
|
|
171
|
+
],
|
|
172
|
+
"output": [
|
|
173
|
+
"text"
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
"pricing": {
|
|
177
|
+
"text_tokens": {
|
|
178
|
+
"standard": {
|
|
179
|
+
"input_per_million": 0.13,
|
|
180
|
+
"output_per_million": 0.4
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"architecture": "text->text",
|
|
185
|
+
"source": "openrouter"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"id": "llama-3.3-70b-instruct:free",
|
|
189
|
+
"name": "Meta: Llama 3.3 70B Instruct (free)",
|
|
190
|
+
"provider": "meta",
|
|
191
|
+
"context_window": 131072,
|
|
192
|
+
"capabilities": [],
|
|
193
|
+
"modalities": {
|
|
194
|
+
"input": [
|
|
195
|
+
"text"
|
|
196
|
+
],
|
|
197
|
+
"output": [
|
|
198
|
+
"text"
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
"pricing": {
|
|
202
|
+
"text_tokens": {
|
|
203
|
+
"standard": {
|
|
204
|
+
"input_per_million": 0.0,
|
|
205
|
+
"output_per_million": 0.0
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
"architecture": "text->text",
|
|
210
|
+
"source": "openrouter"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"id": "llama-4-maverick",
|
|
214
|
+
"name": "Meta: Llama 4 Maverick",
|
|
215
|
+
"provider": "meta",
|
|
216
|
+
"context_window": 1048576,
|
|
217
|
+
"max_output_tokens": 16384,
|
|
218
|
+
"capabilities": [
|
|
219
|
+
"vision"
|
|
220
|
+
],
|
|
221
|
+
"modalities": {
|
|
222
|
+
"input": [
|
|
223
|
+
"text",
|
|
224
|
+
"image"
|
|
225
|
+
],
|
|
226
|
+
"output": [
|
|
227
|
+
"text"
|
|
228
|
+
]
|
|
229
|
+
},
|
|
230
|
+
"pricing": {
|
|
231
|
+
"text_tokens": {
|
|
232
|
+
"standard": {
|
|
233
|
+
"input_per_million": 0.2,
|
|
234
|
+
"output_per_million": 0.8
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"architecture": "text+image->text",
|
|
239
|
+
"source": "openrouter"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"id": "llama-4-scout",
|
|
243
|
+
"name": "Meta: Llama 4 Scout",
|
|
244
|
+
"provider": "meta",
|
|
245
|
+
"context_window": 10000000,
|
|
246
|
+
"max_output_tokens": 16384,
|
|
247
|
+
"capabilities": [
|
|
248
|
+
"vision"
|
|
249
|
+
],
|
|
250
|
+
"modalities": {
|
|
251
|
+
"input": [
|
|
252
|
+
"text",
|
|
253
|
+
"image"
|
|
254
|
+
],
|
|
255
|
+
"output": [
|
|
256
|
+
"text"
|
|
257
|
+
]
|
|
258
|
+
},
|
|
259
|
+
"pricing": {
|
|
260
|
+
"text_tokens": {
|
|
261
|
+
"standard": {
|
|
262
|
+
"input_per_million": 0.1,
|
|
263
|
+
"output_per_million": 0.3
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"architecture": "text+image->text",
|
|
268
|
+
"source": "openrouter"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"id": "llama-guard-4-12b",
|
|
272
|
+
"name": "Meta: Llama Guard 4 12B",
|
|
273
|
+
"provider": "meta",
|
|
274
|
+
"context_window": 163840,
|
|
275
|
+
"max_output_tokens": 16384,
|
|
276
|
+
"capabilities": [
|
|
277
|
+
"vision"
|
|
278
|
+
],
|
|
279
|
+
"modalities": {
|
|
280
|
+
"input": [
|
|
281
|
+
"text",
|
|
282
|
+
"image"
|
|
283
|
+
],
|
|
284
|
+
"output": [
|
|
285
|
+
"text"
|
|
286
|
+
]
|
|
287
|
+
},
|
|
288
|
+
"pricing": {
|
|
289
|
+
"text_tokens": {
|
|
290
|
+
"standard": {
|
|
291
|
+
"input_per_million": 0.18,
|
|
292
|
+
"output_per_million": 0.18
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
"architecture": "text+image->text",
|
|
297
|
+
"source": "openrouter"
|
|
298
|
+
}
|
|
299
|
+
]
|
|
@@ -406,6 +406,32 @@
|
|
|
406
406
|
},
|
|
407
407
|
"created_at": "2023-12-11"
|
|
408
408
|
},
|
|
409
|
+
{
|
|
410
|
+
"id": "mistral-large",
|
|
411
|
+
"name": "Mistral Large",
|
|
412
|
+
"provider": "mistral",
|
|
413
|
+
"context_window": 128000,
|
|
414
|
+
"capabilities": [],
|
|
415
|
+
"modalities": {
|
|
416
|
+
"input": [
|
|
417
|
+
"text"
|
|
418
|
+
],
|
|
419
|
+
"output": [
|
|
420
|
+
"text"
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
"pricing": {
|
|
424
|
+
"text_tokens": {
|
|
425
|
+
"standard": {
|
|
426
|
+
"input_per_million": 2.0,
|
|
427
|
+
"output_per_million": 6.0,
|
|
428
|
+
"cache_read_input_per_million": 0.2
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
"architecture": "text+file->text",
|
|
433
|
+
"source": "openrouter"
|
|
434
|
+
},
|
|
409
435
|
{
|
|
410
436
|
"id": "mistral-large-latest",
|
|
411
437
|
"name": "Mistral Large (latest)",
|
|
@@ -466,6 +492,32 @@
|
|
|
466
492
|
"knowledge_cutoff": "2024-11",
|
|
467
493
|
"created_at": "2024-11-18"
|
|
468
494
|
},
|
|
495
|
+
{
|
|
496
|
+
"id": "mistral-large-2407",
|
|
497
|
+
"name": "Mistral Large 2407",
|
|
498
|
+
"provider": "mistral",
|
|
499
|
+
"context_window": 131072,
|
|
500
|
+
"capabilities": [],
|
|
501
|
+
"modalities": {
|
|
502
|
+
"input": [
|
|
503
|
+
"text"
|
|
504
|
+
],
|
|
505
|
+
"output": [
|
|
506
|
+
"text"
|
|
507
|
+
]
|
|
508
|
+
},
|
|
509
|
+
"pricing": {
|
|
510
|
+
"text_tokens": {
|
|
511
|
+
"standard": {
|
|
512
|
+
"input_per_million": 2.0,
|
|
513
|
+
"output_per_million": 6.0,
|
|
514
|
+
"cache_read_input_per_million": 0.2
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
"architecture": "text+file->text",
|
|
519
|
+
"source": "openrouter"
|
|
520
|
+
},
|
|
469
521
|
{
|
|
470
522
|
"id": "mistral-large-2512",
|
|
471
523
|
"name": "Mistral Large 3",
|
|
@@ -747,6 +799,358 @@
|
|
|
747
799
|
"knowledge_cutoff": "2025-06",
|
|
748
800
|
"created_at": "2026-03-16"
|
|
749
801
|
},
|
|
802
|
+
{
|
|
803
|
+
"id": "codestral-2508",
|
|
804
|
+
"name": "Mistral: Codestral 2508",
|
|
805
|
+
"provider": "mistral",
|
|
806
|
+
"context_window": 256000,
|
|
807
|
+
"capabilities": [],
|
|
808
|
+
"modalities": {
|
|
809
|
+
"input": [
|
|
810
|
+
"text"
|
|
811
|
+
],
|
|
812
|
+
"output": [
|
|
813
|
+
"text"
|
|
814
|
+
]
|
|
815
|
+
},
|
|
816
|
+
"pricing": {
|
|
817
|
+
"text_tokens": {
|
|
818
|
+
"standard": {
|
|
819
|
+
"input_per_million": 0.3,
|
|
820
|
+
"output_per_million": 0.9,
|
|
821
|
+
"cache_read_input_per_million": 0.03
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
},
|
|
825
|
+
"architecture": "text+file->text",
|
|
826
|
+
"source": "openrouter"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"id": "ministral-14b-2512",
|
|
830
|
+
"name": "Mistral: Ministral 3 14B 2512",
|
|
831
|
+
"provider": "mistral",
|
|
832
|
+
"context_window": 262144,
|
|
833
|
+
"capabilities": [
|
|
834
|
+
"vision"
|
|
835
|
+
],
|
|
836
|
+
"modalities": {
|
|
837
|
+
"input": [
|
|
838
|
+
"text",
|
|
839
|
+
"image"
|
|
840
|
+
],
|
|
841
|
+
"output": [
|
|
842
|
+
"text"
|
|
843
|
+
]
|
|
844
|
+
},
|
|
845
|
+
"pricing": {
|
|
846
|
+
"text_tokens": {
|
|
847
|
+
"standard": {
|
|
848
|
+
"input_per_million": 0.2,
|
|
849
|
+
"output_per_million": 0.2,
|
|
850
|
+
"cache_read_input_per_million": 0.02
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
},
|
|
854
|
+
"architecture": "text+image->text",
|
|
855
|
+
"source": "openrouter"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"id": "ministral-3b-2512",
|
|
859
|
+
"name": "Mistral: Ministral 3 3B 2512",
|
|
860
|
+
"provider": "mistral",
|
|
861
|
+
"context_window": 131072,
|
|
862
|
+
"capabilities": [
|
|
863
|
+
"vision"
|
|
864
|
+
],
|
|
865
|
+
"modalities": {
|
|
866
|
+
"input": [
|
|
867
|
+
"text",
|
|
868
|
+
"image"
|
|
869
|
+
],
|
|
870
|
+
"output": [
|
|
871
|
+
"text"
|
|
872
|
+
]
|
|
873
|
+
},
|
|
874
|
+
"pricing": {
|
|
875
|
+
"text_tokens": {
|
|
876
|
+
"standard": {
|
|
877
|
+
"input_per_million": 0.1,
|
|
878
|
+
"output_per_million": 0.1,
|
|
879
|
+
"cache_read_input_per_million": 0.01
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
"architecture": "text+image->text",
|
|
884
|
+
"source": "openrouter"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"id": "ministral-8b-2512",
|
|
888
|
+
"name": "Mistral: Ministral 3 8B 2512",
|
|
889
|
+
"provider": "mistral",
|
|
890
|
+
"context_window": 262144,
|
|
891
|
+
"capabilities": [
|
|
892
|
+
"vision"
|
|
893
|
+
],
|
|
894
|
+
"modalities": {
|
|
895
|
+
"input": [
|
|
896
|
+
"text",
|
|
897
|
+
"image"
|
|
898
|
+
],
|
|
899
|
+
"output": [
|
|
900
|
+
"text"
|
|
901
|
+
]
|
|
902
|
+
},
|
|
903
|
+
"pricing": {
|
|
904
|
+
"text_tokens": {
|
|
905
|
+
"standard": {
|
|
906
|
+
"input_per_million": 0.15,
|
|
907
|
+
"output_per_million": 0.15,
|
|
908
|
+
"cache_read_input_per_million": 0.015
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
"architecture": "text+image->text",
|
|
913
|
+
"source": "openrouter"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"id": "mistral-medium-3",
|
|
917
|
+
"name": "Mistral: Mistral Medium 3",
|
|
918
|
+
"provider": "mistral",
|
|
919
|
+
"context_window": 131072,
|
|
920
|
+
"capabilities": [],
|
|
921
|
+
"modalities": {
|
|
922
|
+
"input": [
|
|
923
|
+
"text"
|
|
924
|
+
],
|
|
925
|
+
"output": [
|
|
926
|
+
"text"
|
|
927
|
+
]
|
|
928
|
+
},
|
|
929
|
+
"pricing": {
|
|
930
|
+
"text_tokens": {
|
|
931
|
+
"standard": {
|
|
932
|
+
"input_per_million": 0.4,
|
|
933
|
+
"output_per_million": 2.0,
|
|
934
|
+
"cache_read_input_per_million": 0.04
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
},
|
|
938
|
+
"architecture": "text+image+file->text",
|
|
939
|
+
"source": "openrouter"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"id": "mistral-medium-3.1",
|
|
943
|
+
"name": "Mistral: Mistral Medium 3.1",
|
|
944
|
+
"provider": "mistral",
|
|
945
|
+
"context_window": 131072,
|
|
946
|
+
"capabilities": [],
|
|
947
|
+
"modalities": {
|
|
948
|
+
"input": [
|
|
949
|
+
"text"
|
|
950
|
+
],
|
|
951
|
+
"output": [
|
|
952
|
+
"text"
|
|
953
|
+
]
|
|
954
|
+
},
|
|
955
|
+
"pricing": {
|
|
956
|
+
"text_tokens": {
|
|
957
|
+
"standard": {
|
|
958
|
+
"input_per_million": 0.4,
|
|
959
|
+
"output_per_million": 2.0,
|
|
960
|
+
"cache_read_input_per_million": 0.04
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
"architecture": "text+image+file->text",
|
|
965
|
+
"source": "openrouter"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"id": "mistral-medium-3-5",
|
|
969
|
+
"name": "Mistral: Mistral Medium 3.5",
|
|
970
|
+
"provider": "mistral",
|
|
971
|
+
"context_window": 262144,
|
|
972
|
+
"capabilities": [],
|
|
973
|
+
"modalities": {
|
|
974
|
+
"input": [
|
|
975
|
+
"text"
|
|
976
|
+
],
|
|
977
|
+
"output": [
|
|
978
|
+
"text"
|
|
979
|
+
]
|
|
980
|
+
},
|
|
981
|
+
"pricing": {
|
|
982
|
+
"text_tokens": {
|
|
983
|
+
"standard": {
|
|
984
|
+
"input_per_million": 1.5,
|
|
985
|
+
"output_per_million": 7.5
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
"architecture": "text+image+file->text",
|
|
990
|
+
"source": "openrouter"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"id": "mistral-small-24b-instruct-2501",
|
|
994
|
+
"name": "Mistral: Mistral Small 3",
|
|
995
|
+
"provider": "mistral",
|
|
996
|
+
"context_window": 32768,
|
|
997
|
+
"max_output_tokens": 16384,
|
|
998
|
+
"capabilities": [],
|
|
999
|
+
"modalities": {
|
|
1000
|
+
"input": [
|
|
1001
|
+
"text"
|
|
1002
|
+
],
|
|
1003
|
+
"output": [
|
|
1004
|
+
"text"
|
|
1005
|
+
]
|
|
1006
|
+
},
|
|
1007
|
+
"pricing": {
|
|
1008
|
+
"text_tokens": {
|
|
1009
|
+
"standard": {
|
|
1010
|
+
"input_per_million": 0.05,
|
|
1011
|
+
"output_per_million": 0.08
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
1015
|
+
"architecture": "text->text",
|
|
1016
|
+
"source": "openrouter"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"id": "mistral-small-3.1-24b-instruct",
|
|
1020
|
+
"name": "Mistral: Mistral Small 3.1 24B",
|
|
1021
|
+
"provider": "mistral",
|
|
1022
|
+
"context_window": 128000,
|
|
1023
|
+
"max_output_tokens": 128000,
|
|
1024
|
+
"capabilities": [
|
|
1025
|
+
"vision"
|
|
1026
|
+
],
|
|
1027
|
+
"modalities": {
|
|
1028
|
+
"input": [
|
|
1029
|
+
"text",
|
|
1030
|
+
"image"
|
|
1031
|
+
],
|
|
1032
|
+
"output": [
|
|
1033
|
+
"text"
|
|
1034
|
+
]
|
|
1035
|
+
},
|
|
1036
|
+
"pricing": {
|
|
1037
|
+
"text_tokens": {
|
|
1038
|
+
"standard": {
|
|
1039
|
+
"input_per_million": 0.351,
|
|
1040
|
+
"output_per_million": 0.555
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
"architecture": "text+image->text",
|
|
1045
|
+
"source": "openrouter"
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"id": "mistral-small-3.2-24b-instruct",
|
|
1049
|
+
"name": "Mistral: Mistral Small 3.2 24B",
|
|
1050
|
+
"provider": "mistral",
|
|
1051
|
+
"context_window": 131072,
|
|
1052
|
+
"capabilities": [
|
|
1053
|
+
"vision"
|
|
1054
|
+
],
|
|
1055
|
+
"modalities": {
|
|
1056
|
+
"input": [
|
|
1057
|
+
"text",
|
|
1058
|
+
"image"
|
|
1059
|
+
],
|
|
1060
|
+
"output": [
|
|
1061
|
+
"text"
|
|
1062
|
+
]
|
|
1063
|
+
},
|
|
1064
|
+
"pricing": {
|
|
1065
|
+
"text_tokens": {
|
|
1066
|
+
"standard": {
|
|
1067
|
+
"input_per_million": 0.1,
|
|
1068
|
+
"output_per_million": 0.3,
|
|
1069
|
+
"cache_read_input_per_million": 0.01
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1073
|
+
"architecture": "text+image->text",
|
|
1074
|
+
"source": "openrouter"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"id": "mixtral-8x22b-instruct",
|
|
1078
|
+
"name": "Mistral: Mixtral 8x22B Instruct",
|
|
1079
|
+
"provider": "mistral",
|
|
1080
|
+
"context_window": 65536,
|
|
1081
|
+
"capabilities": [],
|
|
1082
|
+
"modalities": {
|
|
1083
|
+
"input": [
|
|
1084
|
+
"text"
|
|
1085
|
+
],
|
|
1086
|
+
"output": [
|
|
1087
|
+
"text"
|
|
1088
|
+
]
|
|
1089
|
+
},
|
|
1090
|
+
"pricing": {
|
|
1091
|
+
"text_tokens": {
|
|
1092
|
+
"standard": {
|
|
1093
|
+
"input_per_million": 2.0,
|
|
1094
|
+
"output_per_million": 6.0,
|
|
1095
|
+
"cache_read_input_per_million": 0.2
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1098
|
+
},
|
|
1099
|
+
"architecture": "text+file->text",
|
|
1100
|
+
"source": "openrouter"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"id": "mistral-saba",
|
|
1104
|
+
"name": "Mistral: Saba",
|
|
1105
|
+
"provider": "mistral",
|
|
1106
|
+
"context_window": 32768,
|
|
1107
|
+
"capabilities": [],
|
|
1108
|
+
"modalities": {
|
|
1109
|
+
"input": [
|
|
1110
|
+
"text"
|
|
1111
|
+
],
|
|
1112
|
+
"output": [
|
|
1113
|
+
"text"
|
|
1114
|
+
]
|
|
1115
|
+
},
|
|
1116
|
+
"pricing": {
|
|
1117
|
+
"text_tokens": {
|
|
1118
|
+
"standard": {
|
|
1119
|
+
"input_per_million": 0.2,
|
|
1120
|
+
"output_per_million": 0.6,
|
|
1121
|
+
"cache_read_input_per_million": 0.02
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
"architecture": "text+file->text",
|
|
1126
|
+
"source": "openrouter"
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"id": "voxtral-small-24b-2507",
|
|
1130
|
+
"name": "Mistral: Voxtral Small 24B 2507",
|
|
1131
|
+
"provider": "mistral",
|
|
1132
|
+
"context_window": 32000,
|
|
1133
|
+
"capabilities": [],
|
|
1134
|
+
"modalities": {
|
|
1135
|
+
"input": [
|
|
1136
|
+
"text"
|
|
1137
|
+
],
|
|
1138
|
+
"output": [
|
|
1139
|
+
"text"
|
|
1140
|
+
]
|
|
1141
|
+
},
|
|
1142
|
+
"pricing": {
|
|
1143
|
+
"text_tokens": {
|
|
1144
|
+
"standard": {
|
|
1145
|
+
"input_per_million": 0.1,
|
|
1146
|
+
"output_per_million": 0.3,
|
|
1147
|
+
"cache_read_input_per_million": 0.01
|
|
1148
|
+
}
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
"architecture": "text+file+audio->text",
|
|
1152
|
+
"source": "openrouter"
|
|
1153
|
+
},
|
|
750
1154
|
{
|
|
751
1155
|
"id": "open-mixtral-8x22b",
|
|
752
1156
|
"name": "Mixtral 8x22B",
|