@mariozechner/pi-ai 0.5.24 → 0.5.26

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.
@@ -1,45 +1,12 @@
1
1
  export declare const PROVIDERS: {
2
- readonly groq: {
2
+ readonly anthropic: {
3
3
  readonly models: {
4
- readonly "llama-3.1-8b-instant": {
4
+ readonly "claude-3-7-sonnet-20250219": {
5
5
  id: string;
6
6
  name: string;
7
7
  provider: string;
8
- baseUrl: string;
9
- reasoning: false;
10
- input: "text"[];
11
- cost: {
12
- input: number;
13
- output: number;
14
- cacheRead: number;
15
- cacheWrite: number;
16
- };
17
- contextWindow: number;
18
- maxTokens: number;
19
- };
20
- readonly "qwen-qwq-32b": {
21
- id: string;
22
- name: string;
23
- provider: string;
24
- baseUrl: string;
25
8
  reasoning: true;
26
- input: "text"[];
27
- cost: {
28
- input: number;
29
- output: number;
30
- cacheRead: number;
31
- cacheWrite: number;
32
- };
33
- contextWindow: number;
34
- maxTokens: number;
35
- };
36
- readonly "llama3-70b-8192": {
37
- id: string;
38
- name: string;
39
- provider: string;
40
- baseUrl: string;
41
- reasoning: false;
42
- input: "text"[];
9
+ input: ("text" | "image")[];
43
10
  cost: {
44
11
  input: number;
45
12
  output: number;
@@ -49,45 +16,12 @@ export declare const PROVIDERS: {
49
16
  contextWindow: number;
50
17
  maxTokens: number;
51
18
  };
52
- readonly "deepseek-r1-distill-llama-70b": {
19
+ readonly "claude-opus-4-1-20250805": {
53
20
  id: string;
54
21
  name: string;
55
22
  provider: string;
56
- baseUrl: string;
57
23
  reasoning: true;
58
- input: "text"[];
59
- cost: {
60
- input: number;
61
- output: number;
62
- cacheRead: number;
63
- cacheWrite: number;
64
- };
65
- contextWindow: number;
66
- maxTokens: number;
67
- };
68
- readonly "llama3-8b-8192": {
69
- id: string;
70
- name: string;
71
- provider: string;
72
- baseUrl: string;
73
- reasoning: false;
74
- input: "text"[];
75
- cost: {
76
- input: number;
77
- output: number;
78
- cacheRead: number;
79
- cacheWrite: number;
80
- };
81
- contextWindow: number;
82
- maxTokens: number;
83
- };
84
- readonly "gemma2-9b-it": {
85
- id: string;
86
- name: string;
87
- provider: string;
88
- baseUrl: string;
89
- reasoning: false;
90
- input: "text"[];
24
+ input: ("text" | "image")[];
91
25
  cost: {
92
26
  input: number;
93
27
  output: number;
@@ -97,13 +31,12 @@ export declare const PROVIDERS: {
97
31
  contextWindow: number;
98
32
  maxTokens: number;
99
33
  };
100
- readonly "llama-3.3-70b-versatile": {
34
+ readonly "claude-3-haiku-20240307": {
101
35
  id: string;
102
36
  name: string;
103
37
  provider: string;
104
- baseUrl: string;
105
38
  reasoning: false;
106
- input: "text"[];
39
+ input: ("text" | "image")[];
107
40
  cost: {
108
41
  input: number;
109
42
  output: number;
@@ -113,29 +46,12 @@ export declare const PROVIDERS: {
113
46
  contextWindow: number;
114
47
  maxTokens: number;
115
48
  };
116
- readonly "mistral-saba-24b": {
49
+ readonly "claude-3-5-haiku-20241022": {
117
50
  id: string;
118
51
  name: string;
119
52
  provider: string;
120
- baseUrl: string;
121
53
  reasoning: false;
122
- input: "text"[];
123
- cost: {
124
- input: number;
125
- output: number;
126
- cacheRead: number;
127
- cacheWrite: number;
128
- };
129
- contextWindow: number;
130
- maxTokens: number;
131
- };
132
- readonly "openai/gpt-oss-20b": {
133
- id: string;
134
- name: string;
135
- provider: string;
136
- baseUrl: string;
137
- reasoning: true;
138
- input: "text"[];
54
+ input: ("text" | "image")[];
139
55
  cost: {
140
56
  input: number;
141
57
  output: number;
@@ -145,28 +61,11 @@ export declare const PROVIDERS: {
145
61
  contextWindow: number;
146
62
  maxTokens: number;
147
63
  };
148
- readonly "openai/gpt-oss-120b": {
64
+ readonly "claude-opus-4-20250514": {
149
65
  id: string;
150
66
  name: string;
151
67
  provider: string;
152
- baseUrl: string;
153
68
  reasoning: true;
154
- input: "text"[];
155
- cost: {
156
- input: number;
157
- output: number;
158
- cacheRead: number;
159
- cacheWrite: number;
160
- };
161
- contextWindow: number;
162
- maxTokens: number;
163
- };
164
- readonly "meta-llama/llama-4-maverick-17b-128e-instruct": {
165
- id: string;
166
- name: string;
167
- provider: string;
168
- baseUrl: string;
169
- reasoning: false;
170
69
  input: ("text" | "image")[];
171
70
  cost: {
172
71
  input: number;
@@ -177,11 +76,10 @@ export declare const PROVIDERS: {
177
76
  contextWindow: number;
178
77
  maxTokens: number;
179
78
  };
180
- readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
79
+ readonly "claude-3-5-sonnet-20241022": {
181
80
  id: string;
182
81
  name: string;
183
82
  provider: string;
184
- baseUrl: string;
185
83
  reasoning: false;
186
84
  input: ("text" | "image")[];
187
85
  cost: {
@@ -193,29 +91,12 @@ export declare const PROVIDERS: {
193
91
  contextWindow: number;
194
92
  maxTokens: number;
195
93
  };
196
- readonly "qwen/qwen3-32b": {
197
- id: string;
198
- name: string;
199
- provider: string;
200
- baseUrl: string;
201
- reasoning: true;
202
- input: "text"[];
203
- cost: {
204
- input: number;
205
- output: number;
206
- cacheRead: number;
207
- cacheWrite: number;
208
- };
209
- contextWindow: number;
210
- maxTokens: number;
211
- };
212
- readonly "moonshotai/kimi-k2-instruct": {
94
+ readonly "claude-3-5-sonnet-20240620": {
213
95
  id: string;
214
96
  name: string;
215
97
  provider: string;
216
- baseUrl: string;
217
98
  reasoning: false;
218
- input: "text"[];
99
+ input: ("text" | "image")[];
219
100
  cost: {
220
101
  input: number;
221
102
  output: number;
@@ -225,17 +106,12 @@ export declare const PROVIDERS: {
225
106
  contextWindow: number;
226
107
  maxTokens: number;
227
108
  };
228
- };
229
- };
230
- readonly cerebras: {
231
- readonly models: {
232
- readonly "qwen-3-235b-a22b-instruct-2507": {
109
+ readonly "claude-3-sonnet-20240229": {
233
110
  id: string;
234
111
  name: string;
235
112
  provider: string;
236
- baseUrl: string;
237
113
  reasoning: false;
238
- input: "text"[];
114
+ input: ("text" | "image")[];
239
115
  cost: {
240
116
  input: number;
241
117
  output: number;
@@ -245,13 +121,12 @@ export declare const PROVIDERS: {
245
121
  contextWindow: number;
246
122
  maxTokens: number;
247
123
  };
248
- readonly "gpt-oss-120b": {
124
+ readonly "claude-sonnet-4-20250514": {
249
125
  id: string;
250
126
  name: string;
251
127
  provider: string;
252
- baseUrl: string;
253
128
  reasoning: true;
254
- input: "text"[];
129
+ input: ("text" | "image")[];
255
130
  cost: {
256
131
  input: number;
257
132
  output: number;
@@ -261,13 +136,12 @@ export declare const PROVIDERS: {
261
136
  contextWindow: number;
262
137
  maxTokens: number;
263
138
  };
264
- readonly "qwen-3-coder-480b": {
139
+ readonly "claude-3-opus-20240229": {
265
140
  id: string;
266
141
  name: string;
267
142
  provider: string;
268
- baseUrl: string;
269
143
  reasoning: false;
270
- input: "text"[];
144
+ input: ("text" | "image")[];
271
145
  cost: {
272
146
  input: number;
273
147
  output: number;
@@ -279,94 +153,13 @@ export declare const PROVIDERS: {
279
153
  };
280
154
  };
281
155
  };
282
- readonly openrouter: {
156
+ readonly google: {
283
157
  readonly models: {
284
- readonly "qwen/qwen3-30b-a3b-thinking-2507": {
158
+ readonly "gemini-2.5-flash-preview-05-20": {
285
159
  id: string;
286
160
  name: string;
287
161
  provider: string;
288
- baseUrl: string;
289
162
  reasoning: true;
290
- input: "text"[];
291
- cost: {
292
- input: number;
293
- output: number;
294
- cacheRead: number;
295
- cacheWrite: number;
296
- };
297
- contextWindow: number;
298
- maxTokens: number;
299
- };
300
- readonly "nousresearch/hermes-4-70b": {
301
- id: string;
302
- name: string;
303
- provider: string;
304
- baseUrl: string;
305
- reasoning: true;
306
- input: "text"[];
307
- cost: {
308
- input: number;
309
- output: number;
310
- cacheRead: number;
311
- cacheWrite: number;
312
- };
313
- contextWindow: number;
314
- maxTokens: number;
315
- };
316
- readonly "nousresearch/hermes-4-405b": {
317
- id: string;
318
- name: string;
319
- provider: string;
320
- baseUrl: string;
321
- reasoning: true;
322
- input: "text"[];
323
- cost: {
324
- input: number;
325
- output: number;
326
- cacheRead: number;
327
- cacheWrite: number;
328
- };
329
- contextWindow: number;
330
- maxTokens: number;
331
- };
332
- readonly "deepseek/deepseek-chat-v3.1:free": {
333
- id: string;
334
- name: string;
335
- provider: string;
336
- baseUrl: string;
337
- reasoning: true;
338
- input: "text"[];
339
- cost: {
340
- input: number;
341
- output: number;
342
- cacheRead: number;
343
- cacheWrite: number;
344
- };
345
- contextWindow: number;
346
- maxTokens: number;
347
- };
348
- readonly "deepseek/deepseek-chat-v3.1": {
349
- id: string;
350
- name: string;
351
- provider: string;
352
- baseUrl: string;
353
- reasoning: true;
354
- input: "text"[];
355
- cost: {
356
- input: number;
357
- output: number;
358
- cacheRead: number;
359
- cacheWrite: number;
360
- };
361
- contextWindow: number;
362
- maxTokens: number;
363
- };
364
- readonly "mistralai/mistral-medium-3.1": {
365
- id: string;
366
- name: string;
367
- provider: string;
368
- baseUrl: string;
369
- reasoning: false;
370
163
  input: ("text" | "image")[];
371
164
  cost: {
372
165
  input: number;
@@ -377,11 +170,10 @@ export declare const PROVIDERS: {
377
170
  contextWindow: number;
378
171
  maxTokens: number;
379
172
  };
380
- readonly "z-ai/glm-4.5v": {
173
+ readonly "gemini-2.5-pro": {
381
174
  id: string;
382
175
  name: string;
383
176
  provider: string;
384
- baseUrl: string;
385
177
  reasoning: true;
386
178
  input: ("text" | "image")[];
387
179
  cost: {
@@ -393,29 +185,12 @@ export declare const PROVIDERS: {
393
185
  contextWindow: number;
394
186
  maxTokens: number;
395
187
  };
396
- readonly "ai21/jamba-mini-1.7": {
397
- id: string;
398
- name: string;
399
- provider: string;
400
- baseUrl: string;
401
- reasoning: false;
402
- input: "text"[];
403
- cost: {
404
- input: number;
405
- output: number;
406
- cacheRead: number;
407
- cacheWrite: number;
408
- };
409
- contextWindow: number;
410
- maxTokens: number;
411
- };
412
- readonly "ai21/jamba-large-1.7": {
188
+ readonly "gemini-1.5-flash": {
413
189
  id: string;
414
190
  name: string;
415
191
  provider: string;
416
- baseUrl: string;
417
192
  reasoning: false;
418
- input: "text"[];
193
+ input: ("text" | "image")[];
419
194
  cost: {
420
195
  input: number;
421
196
  output: number;
@@ -425,13 +200,12 @@ export declare const PROVIDERS: {
425
200
  contextWindow: number;
426
201
  maxTokens: number;
427
202
  };
428
- readonly "mistralai/codestral-2508": {
203
+ readonly "gemini-2.0-flash-lite": {
429
204
  id: string;
430
205
  name: string;
431
206
  provider: string;
432
- baseUrl: string;
433
207
  reasoning: false;
434
- input: "text"[];
208
+ input: ("text" | "image")[];
435
209
  cost: {
436
210
  input: number;
437
211
  output: number;
@@ -441,13 +215,12 @@ export declare const PROVIDERS: {
441
215
  contextWindow: number;
442
216
  maxTokens: number;
443
217
  };
444
- readonly "qwen/qwen3-coder-30b-a3b-instruct": {
218
+ readonly "gemini-1.5-pro": {
445
219
  id: string;
446
220
  name: string;
447
221
  provider: string;
448
- baseUrl: string;
449
222
  reasoning: false;
450
- input: "text"[];
223
+ input: ("text" | "image")[];
451
224
  cost: {
452
225
  input: number;
453
226
  output: number;
@@ -457,29 +230,12 @@ export declare const PROVIDERS: {
457
230
  contextWindow: number;
458
231
  maxTokens: number;
459
232
  };
460
- readonly "qwen/qwen3-30b-a3b-instruct-2507": {
233
+ readonly "gemini-1.5-flash-8b": {
461
234
  id: string;
462
235
  name: string;
463
236
  provider: string;
464
- baseUrl: string;
465
237
  reasoning: false;
466
- input: "text"[];
467
- cost: {
468
- input: number;
469
- output: number;
470
- cacheRead: number;
471
- cacheWrite: number;
472
- };
473
- contextWindow: number;
474
- maxTokens: number;
475
- };
476
- readonly "z-ai/glm-4.5": {
477
- id: string;
478
- name: string;
479
- provider: string;
480
- baseUrl: string;
481
- reasoning: true;
482
- input: "text"[];
238
+ input: ("text" | "image")[];
483
239
  cost: {
484
240
  input: number;
485
241
  output: number;
@@ -489,13 +245,12 @@ export declare const PROVIDERS: {
489
245
  contextWindow: number;
490
246
  maxTokens: number;
491
247
  };
492
- readonly "z-ai/glm-4.5-air:free": {
248
+ readonly "gemini-2.5-flash": {
493
249
  id: string;
494
250
  name: string;
495
251
  provider: string;
496
- baseUrl: string;
497
252
  reasoning: true;
498
- input: "text"[];
253
+ input: ("text" | "image")[];
499
254
  cost: {
500
255
  input: number;
501
256
  output: number;
@@ -505,13 +260,12 @@ export declare const PROVIDERS: {
505
260
  contextWindow: number;
506
261
  maxTokens: number;
507
262
  };
508
- readonly "z-ai/glm-4.5-air": {
263
+ readonly "gemini-2.5-pro-preview-06-05": {
509
264
  id: string;
510
265
  name: string;
511
266
  provider: string;
512
- baseUrl: string;
513
267
  reasoning: true;
514
- input: "text"[];
268
+ input: ("text" | "image")[];
515
269
  cost: {
516
270
  input: number;
517
271
  output: number;
@@ -521,29 +275,12 @@ export declare const PROVIDERS: {
521
275
  contextWindow: number;
522
276
  maxTokens: number;
523
277
  };
524
- readonly "qwen/qwen3-235b-a22b-thinking-2507": {
278
+ readonly "gemini-2.5-pro-preview-05-06": {
525
279
  id: string;
526
280
  name: string;
527
281
  provider: string;
528
- baseUrl: string;
529
282
  reasoning: true;
530
- input: "text"[];
531
- cost: {
532
- input: number;
533
- output: number;
534
- cacheRead: number;
535
- cacheWrite: number;
536
- };
537
- contextWindow: number;
538
- maxTokens: number;
539
- };
540
- readonly "z-ai/glm-4-32b": {
541
- id: string;
542
- name: string;
543
- provider: string;
544
- baseUrl: string;
545
- reasoning: false;
546
- input: "text"[];
283
+ input: ("text" | "image")[];
547
284
  cost: {
548
285
  input: number;
549
286
  output: number;
@@ -553,13 +290,12 @@ export declare const PROVIDERS: {
553
290
  contextWindow: number;
554
291
  maxTokens: number;
555
292
  };
556
- readonly "qwen/qwen3-coder:free": {
293
+ readonly "gemini-2.0-flash": {
557
294
  id: string;
558
295
  name: string;
559
296
  provider: string;
560
- baseUrl: string;
561
297
  reasoning: false;
562
- input: "text"[];
298
+ input: ("text" | "image")[];
563
299
  cost: {
564
300
  input: number;
565
301
  output: number;
@@ -569,13 +305,12 @@ export declare const PROVIDERS: {
569
305
  contextWindow: number;
570
306
  maxTokens: number;
571
307
  };
572
- readonly "qwen/qwen3-coder": {
308
+ readonly "gemini-2.5-flash-lite-preview-06-17": {
573
309
  id: string;
574
310
  name: string;
575
311
  provider: string;
576
- baseUrl: string;
577
- reasoning: false;
578
- input: "text"[];
312
+ reasoning: true;
313
+ input: ("text" | "image")[];
579
314
  cost: {
580
315
  input: number;
581
316
  output: number;
@@ -585,13 +320,12 @@ export declare const PROVIDERS: {
585
320
  contextWindow: number;
586
321
  maxTokens: number;
587
322
  };
588
- readonly "qwen/qwen3-235b-a22b-2507": {
323
+ readonly "gemini-2.5-flash-preview-04-17": {
589
324
  id: string;
590
325
  name: string;
591
326
  provider: string;
592
- baseUrl: string;
593
- reasoning: false;
594
- input: "text"[];
327
+ reasoning: true;
328
+ input: ("text" | "image")[];
595
329
  cost: {
596
330
  input: number;
597
331
  output: number;
@@ -601,13 +335,16 @@ export declare const PROVIDERS: {
601
335
  contextWindow: number;
602
336
  maxTokens: number;
603
337
  };
604
- readonly "moonshotai/kimi-k2:free": {
338
+ };
339
+ };
340
+ readonly openai: {
341
+ readonly models: {
342
+ readonly "gpt-5-nano": {
605
343
  id: string;
606
344
  name: string;
607
345
  provider: string;
608
- baseUrl: string;
609
- reasoning: false;
610
- input: "text"[];
346
+ reasoning: true;
347
+ input: ("text" | "image")[];
611
348
  cost: {
612
349
  input: number;
613
350
  output: number;
@@ -617,13 +354,12 @@ export declare const PROVIDERS: {
617
354
  contextWindow: number;
618
355
  maxTokens: number;
619
356
  };
620
- readonly "moonshotai/kimi-k2": {
357
+ readonly "o3-pro": {
621
358
  id: string;
622
359
  name: string;
623
360
  provider: string;
624
- baseUrl: string;
625
- reasoning: false;
626
- input: "text"[];
361
+ reasoning: true;
362
+ input: ("text" | "image")[];
627
363
  cost: {
628
364
  input: number;
629
365
  output: number;
@@ -633,12 +369,11 @@ export declare const PROVIDERS: {
633
369
  contextWindow: number;
634
370
  maxTokens: number;
635
371
  };
636
- readonly "mistralai/devstral-medium": {
372
+ readonly "codex-mini-latest": {
637
373
  id: string;
638
374
  name: string;
639
375
  provider: string;
640
- baseUrl: string;
641
- reasoning: false;
376
+ reasoning: true;
642
377
  input: "text"[];
643
378
  cost: {
644
379
  input: number;
@@ -649,13 +384,12 @@ export declare const PROVIDERS: {
649
384
  contextWindow: number;
650
385
  maxTokens: number;
651
386
  };
652
- readonly "mistralai/devstral-small": {
387
+ readonly "gpt-4.1": {
653
388
  id: string;
654
389
  name: string;
655
390
  provider: string;
656
- baseUrl: string;
657
391
  reasoning: false;
658
- input: "text"[];
392
+ input: ("text" | "image")[];
659
393
  cost: {
660
394
  input: number;
661
395
  output: number;
@@ -665,13 +399,12 @@ export declare const PROVIDERS: {
665
399
  contextWindow: number;
666
400
  maxTokens: number;
667
401
  };
668
- readonly "inception/mercury": {
402
+ readonly "gpt-4-turbo": {
669
403
  id: string;
670
404
  name: string;
671
405
  provider: string;
672
- baseUrl: string;
673
406
  reasoning: false;
674
- input: "text"[];
407
+ input: ("text" | "image")[];
675
408
  cost: {
676
409
  input: number;
677
410
  output: number;
@@ -681,12 +414,11 @@ export declare const PROVIDERS: {
681
414
  contextWindow: number;
682
415
  maxTokens: number;
683
416
  };
684
- readonly "mistralai/mistral-small-3.2-24b-instruct:free": {
417
+ readonly o1: {
685
418
  id: string;
686
419
  name: string;
687
420
  provider: string;
688
- baseUrl: string;
689
- reasoning: false;
421
+ reasoning: true;
690
422
  input: ("text" | "image")[];
691
423
  cost: {
692
424
  input: number;
@@ -697,12 +429,11 @@ export declare const PROVIDERS: {
697
429
  contextWindow: number;
698
430
  maxTokens: number;
699
431
  };
700
- readonly "mistralai/mistral-small-3.2-24b-instruct": {
432
+ readonly "o3-deep-research": {
701
433
  id: string;
702
434
  name: string;
703
435
  provider: string;
704
- baseUrl: string;
705
- reasoning: false;
436
+ reasoning: true;
706
437
  input: ("text" | "image")[];
707
438
  cost: {
708
439
  input: number;
@@ -713,13 +444,12 @@ export declare const PROVIDERS: {
713
444
  contextWindow: number;
714
445
  maxTokens: number;
715
446
  };
716
- readonly "minimax/minimax-m1": {
447
+ readonly "gpt-5": {
717
448
  id: string;
718
449
  name: string;
719
450
  provider: string;
720
- baseUrl: string;
721
451
  reasoning: true;
722
- input: "text"[];
452
+ input: ("text" | "image")[];
723
453
  cost: {
724
454
  input: number;
725
455
  output: number;
@@ -729,13 +459,12 @@ export declare const PROVIDERS: {
729
459
  contextWindow: number;
730
460
  maxTokens: number;
731
461
  };
732
- readonly "mistralai/magistral-small-2506": {
462
+ readonly "o1-pro": {
733
463
  id: string;
734
464
  name: string;
735
465
  provider: string;
736
- baseUrl: string;
737
466
  reasoning: true;
738
- input: "text"[];
467
+ input: ("text" | "image")[];
739
468
  cost: {
740
469
  input: number;
741
470
  output: number;
@@ -745,13 +474,12 @@ export declare const PROVIDERS: {
745
474
  contextWindow: number;
746
475
  maxTokens: number;
747
476
  };
748
- readonly "mistralai/magistral-medium-2506": {
477
+ readonly o3: {
749
478
  id: string;
750
479
  name: string;
751
480
  provider: string;
752
- baseUrl: string;
753
481
  reasoning: true;
754
- input: "text"[];
482
+ input: ("text" | "image")[];
755
483
  cost: {
756
484
  input: number;
757
485
  output: number;
@@ -761,13 +489,12 @@ export declare const PROVIDERS: {
761
489
  contextWindow: number;
762
490
  maxTokens: number;
763
491
  };
764
- readonly "mistralai/magistral-medium-2506:thinking": {
492
+ readonly "gpt-5-mini": {
765
493
  id: string;
766
494
  name: string;
767
495
  provider: string;
768
- baseUrl: string;
769
496
  reasoning: true;
770
- input: "text"[];
497
+ input: ("text" | "image")[];
771
498
  cost: {
772
499
  input: number;
773
500
  output: number;
@@ -777,13 +504,12 @@ export declare const PROVIDERS: {
777
504
  contextWindow: number;
778
505
  maxTokens: number;
779
506
  };
780
- readonly "deepseek/deepseek-r1-0528": {
507
+ readonly "o4-mini-deep-research": {
781
508
  id: string;
782
509
  name: string;
783
510
  provider: string;
784
- baseUrl: string;
785
511
  reasoning: true;
786
- input: "text"[];
512
+ input: ("text" | "image")[];
787
513
  cost: {
788
514
  input: number;
789
515
  output: number;
@@ -793,13 +519,12 @@ export declare const PROVIDERS: {
793
519
  contextWindow: number;
794
520
  maxTokens: number;
795
521
  };
796
- readonly "mistralai/devstral-small-2505:free": {
522
+ readonly "gpt-4o-mini": {
797
523
  id: string;
798
524
  name: string;
799
525
  provider: string;
800
- baseUrl: string;
801
526
  reasoning: false;
802
- input: "text"[];
527
+ input: ("text" | "image")[];
803
528
  cost: {
804
529
  input: number;
805
530
  output: number;
@@ -809,13 +534,12 @@ export declare const PROVIDERS: {
809
534
  contextWindow: number;
810
535
  maxTokens: number;
811
536
  };
812
- readonly "mistralai/devstral-small-2505": {
537
+ readonly "gpt-4.1-nano": {
813
538
  id: string;
814
539
  name: string;
815
540
  provider: string;
816
- baseUrl: string;
817
541
  reasoning: false;
818
- input: "text"[];
542
+ input: ("text" | "image")[];
819
543
  cost: {
820
544
  input: number;
821
545
  output: number;
@@ -825,13 +549,12 @@ export declare const PROVIDERS: {
825
549
  contextWindow: number;
826
550
  maxTokens: number;
827
551
  };
828
- readonly "meta-llama/llama-3.3-8b-instruct:free": {
552
+ readonly "gpt-4.1-mini": {
829
553
  id: string;
830
554
  name: string;
831
555
  provider: string;
832
- baseUrl: string;
833
556
  reasoning: false;
834
- input: "text"[];
557
+ input: ("text" | "image")[];
835
558
  cost: {
836
559
  input: number;
837
560
  output: number;
@@ -841,11 +564,10 @@ export declare const PROVIDERS: {
841
564
  contextWindow: number;
842
565
  maxTokens: number;
843
566
  };
844
- readonly "mistralai/mistral-medium-3": {
567
+ readonly "gpt-4o": {
845
568
  id: string;
846
569
  name: string;
847
570
  provider: string;
848
- baseUrl: string;
849
571
  reasoning: false;
850
572
  input: ("text" | "image")[];
851
573
  cost: {
@@ -857,11 +579,10 @@ export declare const PROVIDERS: {
857
579
  contextWindow: number;
858
580
  maxTokens: number;
859
581
  };
860
- readonly "arcee-ai/virtuoso-large": {
582
+ readonly "gpt-4": {
861
583
  id: string;
862
584
  name: string;
863
585
  provider: string;
864
- baseUrl: string;
865
586
  reasoning: false;
866
587
  input: "text"[];
867
588
  cost: {
@@ -873,13 +594,12 @@ export declare const PROVIDERS: {
873
594
  contextWindow: number;
874
595
  maxTokens: number;
875
596
  };
876
- readonly "inception/mercury-coder": {
597
+ readonly "o4-mini": {
877
598
  id: string;
878
599
  name: string;
879
600
  provider: string;
880
- baseUrl: string;
881
- reasoning: false;
882
- input: "text"[];
601
+ reasoning: true;
602
+ input: ("text" | "image")[];
883
603
  cost: {
884
604
  input: number;
885
605
  output: number;
@@ -889,11 +609,10 @@ export declare const PROVIDERS: {
889
609
  contextWindow: number;
890
610
  maxTokens: number;
891
611
  };
892
- readonly "qwen/qwen3-4b:free": {
612
+ readonly "o3-mini": {
893
613
  id: string;
894
614
  name: string;
895
615
  provider: string;
896
- baseUrl: string;
897
616
  reasoning: true;
898
617
  input: "text"[];
899
618
  cost: {
@@ -905,12 +624,16 @@ export declare const PROVIDERS: {
905
624
  contextWindow: number;
906
625
  maxTokens: number;
907
626
  };
908
- readonly "qwen/qwen3-30b-a3b": {
627
+ };
628
+ };
629
+ readonly groq: {
630
+ readonly models: {
631
+ readonly "llama-3.1-8b-instant": {
909
632
  id: string;
910
633
  name: string;
911
634
  provider: string;
912
635
  baseUrl: string;
913
- reasoning: true;
636
+ reasoning: false;
914
637
  input: "text"[];
915
638
  cost: {
916
639
  input: number;
@@ -921,7 +644,7 @@ export declare const PROVIDERS: {
921
644
  contextWindow: number;
922
645
  maxTokens: number;
923
646
  };
924
- readonly "qwen/qwen3-14b": {
647
+ readonly "qwen-qwq-32b": {
925
648
  id: string;
926
649
  name: string;
927
650
  provider: string;
@@ -937,12 +660,12 @@ export declare const PROVIDERS: {
937
660
  contextWindow: number;
938
661
  maxTokens: number;
939
662
  };
940
- readonly "qwen/qwen3-32b": {
663
+ readonly "llama3-70b-8192": {
941
664
  id: string;
942
665
  name: string;
943
666
  provider: string;
944
667
  baseUrl: string;
945
- reasoning: true;
668
+ reasoning: false;
946
669
  input: "text"[];
947
670
  cost: {
948
671
  input: number;
@@ -953,7 +676,7 @@ export declare const PROVIDERS: {
953
676
  contextWindow: number;
954
677
  maxTokens: number;
955
678
  };
956
- readonly "qwen/qwen3-235b-a22b:free": {
679
+ readonly "deepseek-r1-distill-llama-70b": {
957
680
  id: string;
958
681
  name: string;
959
682
  provider: string;
@@ -969,12 +692,12 @@ export declare const PROVIDERS: {
969
692
  contextWindow: number;
970
693
  maxTokens: number;
971
694
  };
972
- readonly "qwen/qwen3-235b-a22b": {
695
+ readonly "llama3-8b-8192": {
973
696
  id: string;
974
697
  name: string;
975
698
  provider: string;
976
699
  baseUrl: string;
977
- reasoning: true;
700
+ reasoning: false;
978
701
  input: "text"[];
979
702
  cost: {
980
703
  input: number;
@@ -985,13 +708,13 @@ export declare const PROVIDERS: {
985
708
  contextWindow: number;
986
709
  maxTokens: number;
987
710
  };
988
- readonly "meta-llama/llama-4-maverick:free": {
711
+ readonly "gemma2-9b-it": {
989
712
  id: string;
990
713
  name: string;
991
714
  provider: string;
992
715
  baseUrl: string;
993
716
  reasoning: false;
994
- input: ("text" | "image")[];
717
+ input: "text"[];
995
718
  cost: {
996
719
  input: number;
997
720
  output: number;
@@ -1001,13 +724,13 @@ export declare const PROVIDERS: {
1001
724
  contextWindow: number;
1002
725
  maxTokens: number;
1003
726
  };
1004
- readonly "meta-llama/llama-4-maverick": {
727
+ readonly "llama-3.3-70b-versatile": {
1005
728
  id: string;
1006
729
  name: string;
1007
730
  provider: string;
1008
731
  baseUrl: string;
1009
732
  reasoning: false;
1010
- input: ("text" | "image")[];
733
+ input: "text"[];
1011
734
  cost: {
1012
735
  input: number;
1013
736
  output: number;
@@ -1017,13 +740,13 @@ export declare const PROVIDERS: {
1017
740
  contextWindow: number;
1018
741
  maxTokens: number;
1019
742
  };
1020
- readonly "meta-llama/llama-4-scout:free": {
743
+ readonly "mistral-saba-24b": {
1021
744
  id: string;
1022
745
  name: string;
1023
746
  provider: string;
1024
747
  baseUrl: string;
1025
748
  reasoning: false;
1026
- input: ("text" | "image")[];
749
+ input: "text"[];
1027
750
  cost: {
1028
751
  input: number;
1029
752
  output: number;
@@ -1033,13 +756,13 @@ export declare const PROVIDERS: {
1033
756
  contextWindow: number;
1034
757
  maxTokens: number;
1035
758
  };
1036
- readonly "meta-llama/llama-4-scout": {
759
+ readonly "openai/gpt-oss-20b": {
1037
760
  id: string;
1038
761
  name: string;
1039
762
  provider: string;
1040
763
  baseUrl: string;
1041
- reasoning: false;
1042
- input: ("text" | "image")[];
764
+ reasoning: true;
765
+ input: "text"[];
1043
766
  cost: {
1044
767
  input: number;
1045
768
  output: number;
@@ -1049,12 +772,12 @@ export declare const PROVIDERS: {
1049
772
  contextWindow: number;
1050
773
  maxTokens: number;
1051
774
  };
1052
- readonly "deepseek/deepseek-chat-v3-0324:free": {
775
+ readonly "openai/gpt-oss-120b": {
1053
776
  id: string;
1054
777
  name: string;
1055
778
  provider: string;
1056
779
  baseUrl: string;
1057
- reasoning: false;
780
+ reasoning: true;
1058
781
  input: "text"[];
1059
782
  cost: {
1060
783
  input: number;
@@ -1065,13 +788,13 @@ export declare const PROVIDERS: {
1065
788
  contextWindow: number;
1066
789
  maxTokens: number;
1067
790
  };
1068
- readonly "deepseek/deepseek-chat-v3-0324": {
791
+ readonly "meta-llama/llama-4-maverick-17b-128e-instruct": {
1069
792
  id: string;
1070
793
  name: string;
1071
794
  provider: string;
1072
795
  baseUrl: string;
1073
796
  reasoning: false;
1074
- input: "text"[];
797
+ input: ("text" | "image")[];
1075
798
  cost: {
1076
799
  input: number;
1077
800
  output: number;
@@ -1081,7 +804,7 @@ export declare const PROVIDERS: {
1081
804
  contextWindow: number;
1082
805
  maxTokens: number;
1083
806
  };
1084
- readonly "mistralai/mistral-small-3.1-24b-instruct:free": {
807
+ readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
1085
808
  id: string;
1086
809
  name: string;
1087
810
  provider: string;
@@ -1097,13 +820,13 @@ export declare const PROVIDERS: {
1097
820
  contextWindow: number;
1098
821
  maxTokens: number;
1099
822
  };
1100
- readonly "mistralai/mistral-small-3.1-24b-instruct": {
823
+ readonly "qwen/qwen3-32b": {
1101
824
  id: string;
1102
825
  name: string;
1103
826
  provider: string;
1104
827
  baseUrl: string;
1105
- reasoning: false;
1106
- input: ("text" | "image")[];
828
+ reasoning: true;
829
+ input: "text"[];
1107
830
  cost: {
1108
831
  input: number;
1109
832
  output: number;
@@ -1113,12 +836,12 @@ export declare const PROVIDERS: {
1113
836
  contextWindow: number;
1114
837
  maxTokens: number;
1115
838
  };
1116
- readonly "qwen/qwq-32b": {
839
+ readonly "moonshotai/kimi-k2-instruct": {
1117
840
  id: string;
1118
841
  name: string;
1119
842
  provider: string;
1120
843
  baseUrl: string;
1121
- reasoning: true;
844
+ reasoning: false;
1122
845
  input: "text"[];
1123
846
  cost: {
1124
847
  input: number;
@@ -1129,7 +852,11 @@ export declare const PROVIDERS: {
1129
852
  contextWindow: number;
1130
853
  maxTokens: number;
1131
854
  };
1132
- readonly "mistralai/mistral-saba": {
855
+ };
856
+ };
857
+ readonly cerebras: {
858
+ readonly models: {
859
+ readonly "qwen-3-235b-a22b-instruct-2507": {
1133
860
  id: string;
1134
861
  name: string;
1135
862
  provider: string;
@@ -1145,12 +872,12 @@ export declare const PROVIDERS: {
1145
872
  contextWindow: number;
1146
873
  maxTokens: number;
1147
874
  };
1148
- readonly "qwen/qwen-turbo": {
875
+ readonly "gpt-oss-120b": {
1149
876
  id: string;
1150
877
  name: string;
1151
878
  provider: string;
1152
879
  baseUrl: string;
1153
- reasoning: false;
880
+ reasoning: true;
1154
881
  input: "text"[];
1155
882
  cost: {
1156
883
  input: number;
@@ -1161,7 +888,7 @@ export declare const PROVIDERS: {
1161
888
  contextWindow: number;
1162
889
  maxTokens: number;
1163
890
  };
1164
- readonly "qwen/qwen-plus": {
891
+ readonly "qwen-3-coder-480b": {
1165
892
  id: string;
1166
893
  name: string;
1167
894
  provider: string;
@@ -1177,12 +904,16 @@ export declare const PROVIDERS: {
1177
904
  contextWindow: number;
1178
905
  maxTokens: number;
1179
906
  };
1180
- readonly "qwen/qwen-max": {
907
+ };
908
+ };
909
+ readonly openrouter: {
910
+ readonly models: {
911
+ readonly "qwen/qwen3-30b-a3b-thinking-2507": {
1181
912
  id: string;
1182
913
  name: string;
1183
914
  provider: string;
1184
915
  baseUrl: string;
1185
- reasoning: false;
916
+ reasoning: true;
1186
917
  input: "text"[];
1187
918
  cost: {
1188
919
  input: number;
@@ -1193,12 +924,12 @@ export declare const PROVIDERS: {
1193
924
  contextWindow: number;
1194
925
  maxTokens: number;
1195
926
  };
1196
- readonly "mistralai/mistral-small-24b-instruct-2501": {
927
+ readonly "nousresearch/hermes-4-70b": {
1197
928
  id: string;
1198
929
  name: string;
1199
930
  provider: string;
1200
931
  baseUrl: string;
1201
- reasoning: false;
932
+ reasoning: true;
1202
933
  input: "text"[];
1203
934
  cost: {
1204
935
  input: number;
@@ -1209,7 +940,7 @@ export declare const PROVIDERS: {
1209
940
  contextWindow: number;
1210
941
  maxTokens: number;
1211
942
  };
1212
- readonly "deepseek/deepseek-r1-distill-llama-70b": {
943
+ readonly "nousresearch/hermes-4-405b": {
1213
944
  id: string;
1214
945
  name: string;
1215
946
  provider: string;
@@ -1225,7 +956,7 @@ export declare const PROVIDERS: {
1225
956
  contextWindow: number;
1226
957
  maxTokens: number;
1227
958
  };
1228
- readonly "deepseek/deepseek-r1": {
959
+ readonly "deepseek/deepseek-chat-v3.1:free": {
1229
960
  id: string;
1230
961
  name: string;
1231
962
  provider: string;
@@ -1241,12 +972,12 @@ export declare const PROVIDERS: {
1241
972
  contextWindow: number;
1242
973
  maxTokens: number;
1243
974
  };
1244
- readonly "mistralai/codestral-2501": {
975
+ readonly "deepseek/deepseek-chat-v3.1": {
1245
976
  id: string;
1246
977
  name: string;
1247
978
  provider: string;
1248
979
  baseUrl: string;
1249
- reasoning: false;
980
+ reasoning: true;
1250
981
  input: "text"[];
1251
982
  cost: {
1252
983
  input: number;
@@ -1257,13 +988,13 @@ export declare const PROVIDERS: {
1257
988
  contextWindow: number;
1258
989
  maxTokens: number;
1259
990
  };
1260
- readonly "deepseek/deepseek-chat": {
991
+ readonly "mistralai/mistral-medium-3.1": {
1261
992
  id: string;
1262
993
  name: string;
1263
994
  provider: string;
1264
995
  baseUrl: string;
1265
996
  reasoning: false;
1266
- input: "text"[];
997
+ input: ("text" | "image")[];
1267
998
  cost: {
1268
999
  input: number;
1269
1000
  output: number;
@@ -1273,13 +1004,13 @@ export declare const PROVIDERS: {
1273
1004
  contextWindow: number;
1274
1005
  maxTokens: number;
1275
1006
  };
1276
- readonly "meta-llama/llama-3.3-70b-instruct:free": {
1007
+ readonly "z-ai/glm-4.5v": {
1277
1008
  id: string;
1278
1009
  name: string;
1279
1010
  provider: string;
1280
1011
  baseUrl: string;
1281
- reasoning: false;
1282
- input: "text"[];
1012
+ reasoning: true;
1013
+ input: ("text" | "image")[];
1283
1014
  cost: {
1284
1015
  input: number;
1285
1016
  output: number;
@@ -1289,7 +1020,7 @@ export declare const PROVIDERS: {
1289
1020
  contextWindow: number;
1290
1021
  maxTokens: number;
1291
1022
  };
1292
- readonly "meta-llama/llama-3.3-70b-instruct": {
1023
+ readonly "ai21/jamba-mini-1.7": {
1293
1024
  id: string;
1294
1025
  name: string;
1295
1026
  provider: string;
@@ -1305,13 +1036,13 @@ export declare const PROVIDERS: {
1305
1036
  contextWindow: number;
1306
1037
  maxTokens: number;
1307
1038
  };
1308
- readonly "amazon/nova-lite-v1": {
1039
+ readonly "ai21/jamba-large-1.7": {
1309
1040
  id: string;
1310
1041
  name: string;
1311
1042
  provider: string;
1312
1043
  baseUrl: string;
1313
1044
  reasoning: false;
1314
- input: ("text" | "image")[];
1045
+ input: "text"[];
1315
1046
  cost: {
1316
1047
  input: number;
1317
1048
  output: number;
@@ -1321,7 +1052,7 @@ export declare const PROVIDERS: {
1321
1052
  contextWindow: number;
1322
1053
  maxTokens: number;
1323
1054
  };
1324
- readonly "amazon/nova-micro-v1": {
1055
+ readonly "mistralai/codestral-2508": {
1325
1056
  id: string;
1326
1057
  name: string;
1327
1058
  provider: string;
@@ -1337,13 +1068,13 @@ export declare const PROVIDERS: {
1337
1068
  contextWindow: number;
1338
1069
  maxTokens: number;
1339
1070
  };
1340
- readonly "amazon/nova-pro-v1": {
1071
+ readonly "qwen/qwen3-coder-30b-a3b-instruct": {
1341
1072
  id: string;
1342
1073
  name: string;
1343
1074
  provider: string;
1344
1075
  baseUrl: string;
1345
1076
  reasoning: false;
1346
- input: ("text" | "image")[];
1077
+ input: "text"[];
1347
1078
  cost: {
1348
1079
  input: number;
1349
1080
  output: number;
@@ -1353,7 +1084,7 @@ export declare const PROVIDERS: {
1353
1084
  contextWindow: number;
1354
1085
  maxTokens: number;
1355
1086
  };
1356
- readonly "mistralai/mistral-large-2411": {
1087
+ readonly "qwen/qwen3-30b-a3b-instruct-2507": {
1357
1088
  id: string;
1358
1089
  name: string;
1359
1090
  provider: string;
@@ -1369,12 +1100,12 @@ export declare const PROVIDERS: {
1369
1100
  contextWindow: number;
1370
1101
  maxTokens: number;
1371
1102
  };
1372
- readonly "mistralai/mistral-large-2407": {
1103
+ readonly "z-ai/glm-4.5": {
1373
1104
  id: string;
1374
1105
  name: string;
1375
1106
  provider: string;
1376
1107
  baseUrl: string;
1377
- reasoning: false;
1108
+ reasoning: true;
1378
1109
  input: "text"[];
1379
1110
  cost: {
1380
1111
  input: number;
@@ -1385,13 +1116,13 @@ export declare const PROVIDERS: {
1385
1116
  contextWindow: number;
1386
1117
  maxTokens: number;
1387
1118
  };
1388
- readonly "mistralai/pixtral-large-2411": {
1119
+ readonly "z-ai/glm-4.5-air:free": {
1389
1120
  id: string;
1390
1121
  name: string;
1391
1122
  provider: string;
1392
1123
  baseUrl: string;
1393
- reasoning: false;
1394
- input: ("text" | "image")[];
1124
+ reasoning: true;
1125
+ input: "text"[];
1395
1126
  cost: {
1396
1127
  input: number;
1397
1128
  output: number;
@@ -1401,12 +1132,12 @@ export declare const PROVIDERS: {
1401
1132
  contextWindow: number;
1402
1133
  maxTokens: number;
1403
1134
  };
1404
- readonly "thedrummer/unslopnemo-12b": {
1135
+ readonly "z-ai/glm-4.5-air": {
1405
1136
  id: string;
1406
1137
  name: string;
1407
1138
  provider: string;
1408
1139
  baseUrl: string;
1409
- reasoning: false;
1140
+ reasoning: true;
1410
1141
  input: "text"[];
1411
1142
  cost: {
1412
1143
  input: number;
@@ -1417,12 +1148,12 @@ export declare const PROVIDERS: {
1417
1148
  contextWindow: number;
1418
1149
  maxTokens: number;
1419
1150
  };
1420
- readonly "mistralai/ministral-8b": {
1151
+ readonly "qwen/qwen3-235b-a22b-thinking-2507": {
1421
1152
  id: string;
1422
1153
  name: string;
1423
1154
  provider: string;
1424
1155
  baseUrl: string;
1425
- reasoning: false;
1156
+ reasoning: true;
1426
1157
  input: "text"[];
1427
1158
  cost: {
1428
1159
  input: number;
@@ -1433,7 +1164,7 @@ export declare const PROVIDERS: {
1433
1164
  contextWindow: number;
1434
1165
  maxTokens: number;
1435
1166
  };
1436
- readonly "nvidia/llama-3.1-nemotron-70b-instruct": {
1167
+ readonly "z-ai/glm-4-32b": {
1437
1168
  id: string;
1438
1169
  name: string;
1439
1170
  provider: string;
@@ -1449,7 +1180,7 @@ export declare const PROVIDERS: {
1449
1180
  contextWindow: number;
1450
1181
  maxTokens: number;
1451
1182
  };
1452
- readonly "thedrummer/rocinante-12b": {
1183
+ readonly "qwen/qwen3-coder:free": {
1453
1184
  id: string;
1454
1185
  name: string;
1455
1186
  provider: string;
@@ -1465,7 +1196,7 @@ export declare const PROVIDERS: {
1465
1196
  contextWindow: number;
1466
1197
  maxTokens: number;
1467
1198
  };
1468
- readonly "meta-llama/llama-3.2-3b-instruct": {
1199
+ readonly "qwen/qwen3-coder": {
1469
1200
  id: string;
1470
1201
  name: string;
1471
1202
  provider: string;
@@ -1481,7 +1212,7 @@ export declare const PROVIDERS: {
1481
1212
  contextWindow: number;
1482
1213
  maxTokens: number;
1483
1214
  };
1484
- readonly "qwen/qwen-2.5-72b-instruct": {
1215
+ readonly "qwen/qwen3-235b-a22b-2507": {
1485
1216
  id: string;
1486
1217
  name: string;
1487
1218
  provider: string;
@@ -1497,13 +1228,13 @@ export declare const PROVIDERS: {
1497
1228
  contextWindow: number;
1498
1229
  maxTokens: number;
1499
1230
  };
1500
- readonly "mistralai/pixtral-12b": {
1231
+ readonly "moonshotai/kimi-k2:free": {
1501
1232
  id: string;
1502
1233
  name: string;
1503
1234
  provider: string;
1504
1235
  baseUrl: string;
1505
1236
  reasoning: false;
1506
- input: ("text" | "image")[];
1237
+ input: "text"[];
1507
1238
  cost: {
1508
1239
  input: number;
1509
1240
  output: number;
@@ -1513,7 +1244,7 @@ export declare const PROVIDERS: {
1513
1244
  contextWindow: number;
1514
1245
  maxTokens: number;
1515
1246
  };
1516
- readonly "cohere/command-r-plus-08-2024": {
1247
+ readonly "moonshotai/kimi-k2": {
1517
1248
  id: string;
1518
1249
  name: string;
1519
1250
  provider: string;
@@ -1529,7 +1260,7 @@ export declare const PROVIDERS: {
1529
1260
  contextWindow: number;
1530
1261
  maxTokens: number;
1531
1262
  };
1532
- readonly "cohere/command-r-08-2024": {
1263
+ readonly "mistralai/devstral-medium": {
1533
1264
  id: string;
1534
1265
  name: string;
1535
1266
  provider: string;
@@ -1545,7 +1276,7 @@ export declare const PROVIDERS: {
1545
1276
  contextWindow: number;
1546
1277
  maxTokens: number;
1547
1278
  };
1548
- readonly "microsoft/phi-3.5-mini-128k-instruct": {
1279
+ readonly "mistralai/devstral-small": {
1549
1280
  id: string;
1550
1281
  name: string;
1551
1282
  provider: string;
@@ -1561,7 +1292,7 @@ export declare const PROVIDERS: {
1561
1292
  contextWindow: number;
1562
1293
  maxTokens: number;
1563
1294
  };
1564
- readonly "nousresearch/hermes-3-llama-3.1-70b": {
1295
+ readonly "inception/mercury": {
1565
1296
  id: string;
1566
1297
  name: string;
1567
1298
  provider: string;
@@ -1577,13 +1308,13 @@ export declare const PROVIDERS: {
1577
1308
  contextWindow: number;
1578
1309
  maxTokens: number;
1579
1310
  };
1580
- readonly "meta-llama/llama-3.1-8b-instruct": {
1311
+ readonly "mistralai/mistral-small-3.2-24b-instruct:free": {
1581
1312
  id: string;
1582
1313
  name: string;
1583
1314
  provider: string;
1584
1315
  baseUrl: string;
1585
1316
  reasoning: false;
1586
- input: "text"[];
1317
+ input: ("text" | "image")[];
1587
1318
  cost: {
1588
1319
  input: number;
1589
1320
  output: number;
@@ -1593,13 +1324,13 @@ export declare const PROVIDERS: {
1593
1324
  contextWindow: number;
1594
1325
  maxTokens: number;
1595
1326
  };
1596
- readonly "meta-llama/llama-3.1-70b-instruct": {
1327
+ readonly "mistralai/mistral-small-3.2-24b-instruct": {
1597
1328
  id: string;
1598
1329
  name: string;
1599
1330
  provider: string;
1600
1331
  baseUrl: string;
1601
1332
  reasoning: false;
1602
- input: "text"[];
1333
+ input: ("text" | "image")[];
1603
1334
  cost: {
1604
1335
  input: number;
1605
1336
  output: number;
@@ -1609,12 +1340,12 @@ export declare const PROVIDERS: {
1609
1340
  contextWindow: number;
1610
1341
  maxTokens: number;
1611
1342
  };
1612
- readonly "meta-llama/llama-3.1-405b-instruct": {
1343
+ readonly "minimax/minimax-m1": {
1613
1344
  id: string;
1614
1345
  name: string;
1615
1346
  provider: string;
1616
1347
  baseUrl: string;
1617
- reasoning: false;
1348
+ reasoning: true;
1618
1349
  input: "text"[];
1619
1350
  cost: {
1620
1351
  input: number;
@@ -1625,12 +1356,12 @@ export declare const PROVIDERS: {
1625
1356
  contextWindow: number;
1626
1357
  maxTokens: number;
1627
1358
  };
1628
- readonly "mistralai/mistral-nemo": {
1359
+ readonly "mistralai/magistral-small-2506": {
1629
1360
  id: string;
1630
1361
  name: string;
1631
1362
  provider: string;
1632
1363
  baseUrl: string;
1633
- reasoning: false;
1364
+ reasoning: true;
1634
1365
  input: "text"[];
1635
1366
  cost: {
1636
1367
  input: number;
@@ -1641,12 +1372,12 @@ export declare const PROVIDERS: {
1641
1372
  contextWindow: number;
1642
1373
  maxTokens: number;
1643
1374
  };
1644
- readonly "mistralai/mistral-7b-instruct-v0.3": {
1375
+ readonly "mistralai/magistral-medium-2506": {
1645
1376
  id: string;
1646
1377
  name: string;
1647
1378
  provider: string;
1648
1379
  baseUrl: string;
1649
- reasoning: false;
1380
+ reasoning: true;
1650
1381
  input: "text"[];
1651
1382
  cost: {
1652
1383
  input: number;
@@ -1657,12 +1388,12 @@ export declare const PROVIDERS: {
1657
1388
  contextWindow: number;
1658
1389
  maxTokens: number;
1659
1390
  };
1660
- readonly "mistralai/mistral-7b-instruct:free": {
1391
+ readonly "mistralai/magistral-medium-2506:thinking": {
1661
1392
  id: string;
1662
1393
  name: string;
1663
1394
  provider: string;
1664
1395
  baseUrl: string;
1665
- reasoning: false;
1396
+ reasoning: true;
1666
1397
  input: "text"[];
1667
1398
  cost: {
1668
1399
  input: number;
@@ -1673,12 +1404,12 @@ export declare const PROVIDERS: {
1673
1404
  contextWindow: number;
1674
1405
  maxTokens: number;
1675
1406
  };
1676
- readonly "mistralai/mistral-7b-instruct": {
1407
+ readonly "deepseek/deepseek-r1-0528": {
1677
1408
  id: string;
1678
1409
  name: string;
1679
1410
  provider: string;
1680
1411
  baseUrl: string;
1681
- reasoning: false;
1412
+ reasoning: true;
1682
1413
  input: "text"[];
1683
1414
  cost: {
1684
1415
  input: number;
@@ -1689,7 +1420,7 @@ export declare const PROVIDERS: {
1689
1420
  contextWindow: number;
1690
1421
  maxTokens: number;
1691
1422
  };
1692
- readonly "microsoft/phi-3-mini-128k-instruct": {
1423
+ readonly "mistralai/devstral-small-2505:free": {
1693
1424
  id: string;
1694
1425
  name: string;
1695
1426
  provider: string;
@@ -1705,7 +1436,7 @@ export declare const PROVIDERS: {
1705
1436
  contextWindow: number;
1706
1437
  maxTokens: number;
1707
1438
  };
1708
- readonly "microsoft/phi-3-medium-128k-instruct": {
1439
+ readonly "mistralai/devstral-small-2505": {
1709
1440
  id: string;
1710
1441
  name: string;
1711
1442
  provider: string;
@@ -1721,7 +1452,7 @@ export declare const PROVIDERS: {
1721
1452
  contextWindow: number;
1722
1453
  maxTokens: number;
1723
1454
  };
1724
- readonly "meta-llama/llama-3-70b-instruct": {
1455
+ readonly "meta-llama/llama-3.3-8b-instruct:free": {
1725
1456
  id: string;
1726
1457
  name: string;
1727
1458
  provider: string;
@@ -1737,13 +1468,13 @@ export declare const PROVIDERS: {
1737
1468
  contextWindow: number;
1738
1469
  maxTokens: number;
1739
1470
  };
1740
- readonly "meta-llama/llama-3-8b-instruct": {
1471
+ readonly "mistralai/mistral-medium-3": {
1741
1472
  id: string;
1742
1473
  name: string;
1743
1474
  provider: string;
1744
1475
  baseUrl: string;
1745
1476
  reasoning: false;
1746
- input: "text"[];
1477
+ input: ("text" | "image")[];
1747
1478
  cost: {
1748
1479
  input: number;
1749
1480
  output: number;
@@ -1753,7 +1484,7 @@ export declare const PROVIDERS: {
1753
1484
  contextWindow: number;
1754
1485
  maxTokens: number;
1755
1486
  };
1756
- readonly "mistralai/mixtral-8x22b-instruct": {
1487
+ readonly "arcee-ai/virtuoso-large": {
1757
1488
  id: string;
1758
1489
  name: string;
1759
1490
  provider: string;
@@ -1769,7 +1500,7 @@ export declare const PROVIDERS: {
1769
1500
  contextWindow: number;
1770
1501
  maxTokens: number;
1771
1502
  };
1772
- readonly "cohere/command-r-plus": {
1503
+ readonly "inception/mercury-coder": {
1773
1504
  id: string;
1774
1505
  name: string;
1775
1506
  provider: string;
@@ -1785,12 +1516,12 @@ export declare const PROVIDERS: {
1785
1516
  contextWindow: number;
1786
1517
  maxTokens: number;
1787
1518
  };
1788
- readonly "cohere/command-r-plus-04-2024": {
1519
+ readonly "qwen/qwen3-4b:free": {
1789
1520
  id: string;
1790
1521
  name: string;
1791
1522
  provider: string;
1792
1523
  baseUrl: string;
1793
- reasoning: false;
1524
+ reasoning: true;
1794
1525
  input: "text"[];
1795
1526
  cost: {
1796
1527
  input: number;
@@ -1801,12 +1532,12 @@ export declare const PROVIDERS: {
1801
1532
  contextWindow: number;
1802
1533
  maxTokens: number;
1803
1534
  };
1804
- readonly "cohere/command-r": {
1535
+ readonly "qwen/qwen3-30b-a3b": {
1805
1536
  id: string;
1806
1537
  name: string;
1807
1538
  provider: string;
1808
1539
  baseUrl: string;
1809
- reasoning: false;
1540
+ reasoning: true;
1810
1541
  input: "text"[];
1811
1542
  cost: {
1812
1543
  input: number;
@@ -1817,12 +1548,12 @@ export declare const PROVIDERS: {
1817
1548
  contextWindow: number;
1818
1549
  maxTokens: number;
1819
1550
  };
1820
- readonly "cohere/command-r-03-2024": {
1551
+ readonly "qwen/qwen3-14b": {
1821
1552
  id: string;
1822
1553
  name: string;
1823
1554
  provider: string;
1824
1555
  baseUrl: string;
1825
- reasoning: false;
1556
+ reasoning: true;
1826
1557
  input: "text"[];
1827
1558
  cost: {
1828
1559
  input: number;
@@ -1833,12 +1564,12 @@ export declare const PROVIDERS: {
1833
1564
  contextWindow: number;
1834
1565
  maxTokens: number;
1835
1566
  };
1836
- readonly "mistralai/mistral-large": {
1567
+ readonly "qwen/qwen3-32b": {
1837
1568
  id: string;
1838
1569
  name: string;
1839
1570
  provider: string;
1840
1571
  baseUrl: string;
1841
- reasoning: false;
1572
+ reasoning: true;
1842
1573
  input: "text"[];
1843
1574
  cost: {
1844
1575
  input: number;
@@ -1849,12 +1580,12 @@ export declare const PROVIDERS: {
1849
1580
  contextWindow: number;
1850
1581
  maxTokens: number;
1851
1582
  };
1852
- readonly "mistralai/mistral-tiny": {
1583
+ readonly "qwen/qwen3-235b-a22b:free": {
1853
1584
  id: string;
1854
1585
  name: string;
1855
1586
  provider: string;
1856
1587
  baseUrl: string;
1857
- reasoning: false;
1588
+ reasoning: true;
1858
1589
  input: "text"[];
1859
1590
  cost: {
1860
1591
  input: number;
@@ -1865,12 +1596,12 @@ export declare const PROVIDERS: {
1865
1596
  contextWindow: number;
1866
1597
  maxTokens: number;
1867
1598
  };
1868
- readonly "mistralai/mistral-small": {
1599
+ readonly "qwen/qwen3-235b-a22b": {
1869
1600
  id: string;
1870
1601
  name: string;
1871
1602
  provider: string;
1872
1603
  baseUrl: string;
1873
- reasoning: false;
1604
+ reasoning: true;
1874
1605
  input: "text"[];
1875
1606
  cost: {
1876
1607
  input: number;
@@ -1881,13 +1612,13 @@ export declare const PROVIDERS: {
1881
1612
  contextWindow: number;
1882
1613
  maxTokens: number;
1883
1614
  };
1884
- readonly "mistralai/mixtral-8x7b-instruct": {
1615
+ readonly "meta-llama/llama-4-maverick:free": {
1885
1616
  id: string;
1886
1617
  name: string;
1887
1618
  provider: string;
1888
1619
  baseUrl: string;
1889
1620
  reasoning: false;
1890
- input: "text"[];
1621
+ input: ("text" | "image")[];
1891
1622
  cost: {
1892
1623
  input: number;
1893
1624
  output: number;
@@ -1897,13 +1628,13 @@ export declare const PROVIDERS: {
1897
1628
  contextWindow: number;
1898
1629
  maxTokens: number;
1899
1630
  };
1900
- readonly "mistralai/mistral-7b-instruct-v0.1": {
1631
+ readonly "meta-llama/llama-4-maverick": {
1901
1632
  id: string;
1902
1633
  name: string;
1903
1634
  provider: string;
1904
1635
  baseUrl: string;
1905
1636
  reasoning: false;
1906
- input: "text"[];
1637
+ input: ("text" | "image")[];
1907
1638
  cost: {
1908
1639
  input: number;
1909
1640
  output: number;
@@ -1913,17 +1644,13 @@ export declare const PROVIDERS: {
1913
1644
  contextWindow: number;
1914
1645
  maxTokens: number;
1915
1646
  };
1916
- };
1917
- };
1918
- readonly xai: {
1919
- readonly models: {
1920
- readonly "grok-code-fast-1": {
1647
+ readonly "meta-llama/llama-4-scout:free": {
1921
1648
  id: string;
1922
1649
  name: string;
1923
1650
  provider: string;
1924
1651
  baseUrl: string;
1925
- reasoning: true;
1926
- input: "text"[];
1652
+ reasoning: false;
1653
+ input: ("text" | "image")[];
1927
1654
  cost: {
1928
1655
  input: number;
1929
1656
  output: number;
@@ -1933,12 +1660,12 @@ export declare const PROVIDERS: {
1933
1660
  contextWindow: number;
1934
1661
  maxTokens: number;
1935
1662
  };
1936
- readonly "grok-4": {
1663
+ readonly "meta-llama/llama-4-scout": {
1937
1664
  id: string;
1938
1665
  name: string;
1939
1666
  provider: string;
1940
1667
  baseUrl: string;
1941
- reasoning: true;
1668
+ reasoning: false;
1942
1669
  input: ("text" | "image")[];
1943
1670
  cost: {
1944
1671
  input: number;
@@ -1949,12 +1676,12 @@ export declare const PROVIDERS: {
1949
1676
  contextWindow: number;
1950
1677
  maxTokens: number;
1951
1678
  };
1952
- readonly "grok-3-mini": {
1679
+ readonly "deepseek/deepseek-chat-v3-0324:free": {
1953
1680
  id: string;
1954
1681
  name: string;
1955
1682
  provider: string;
1956
1683
  baseUrl: string;
1957
- reasoning: true;
1684
+ reasoning: false;
1958
1685
  input: "text"[];
1959
1686
  cost: {
1960
1687
  input: number;
@@ -1965,7 +1692,7 @@ export declare const PROVIDERS: {
1965
1692
  contextWindow: number;
1966
1693
  maxTokens: number;
1967
1694
  };
1968
- readonly "grok-3": {
1695
+ readonly "deepseek/deepseek-chat-v3-0324": {
1969
1696
  id: string;
1970
1697
  name: string;
1971
1698
  provider: string;
@@ -1981,13 +1708,13 @@ export declare const PROVIDERS: {
1981
1708
  contextWindow: number;
1982
1709
  maxTokens: number;
1983
1710
  };
1984
- readonly "grok-3-mini-beta": {
1711
+ readonly "mistralai/mistral-small-3.1-24b-instruct:free": {
1985
1712
  id: string;
1986
1713
  name: string;
1987
1714
  provider: string;
1988
1715
  baseUrl: string;
1989
- reasoning: true;
1990
- input: "text"[];
1716
+ reasoning: false;
1717
+ input: ("text" | "image")[];
1991
1718
  cost: {
1992
1719
  input: number;
1993
1720
  output: number;
@@ -1997,13 +1724,13 @@ export declare const PROVIDERS: {
1997
1724
  contextWindow: number;
1998
1725
  maxTokens: number;
1999
1726
  };
2000
- readonly "grok-3-beta": {
1727
+ readonly "mistralai/mistral-small-3.1-24b-instruct": {
2001
1728
  id: string;
2002
1729
  name: string;
2003
1730
  provider: string;
2004
1731
  baseUrl: string;
2005
1732
  reasoning: false;
2006
- input: "text"[];
1733
+ input: ("text" | "image")[];
2007
1734
  cost: {
2008
1735
  input: number;
2009
1736
  output: number;
@@ -2013,12 +1740,12 @@ export declare const PROVIDERS: {
2013
1740
  contextWindow: number;
2014
1741
  maxTokens: number;
2015
1742
  };
2016
- readonly "grok-2-1212": {
1743
+ readonly "qwen/qwq-32b": {
2017
1744
  id: string;
2018
1745
  name: string;
2019
1746
  provider: string;
2020
1747
  baseUrl: string;
2021
- reasoning: false;
1748
+ reasoning: true;
2022
1749
  input: "text"[];
2023
1750
  cost: {
2024
1751
  input: number;
@@ -2029,14 +1756,11 @@ export declare const PROVIDERS: {
2029
1756
  contextWindow: number;
2030
1757
  maxTokens: number;
2031
1758
  };
2032
- };
2033
- };
2034
- readonly openai: {
2035
- readonly models: {
2036
- readonly "gpt-4o-audio-preview": {
1759
+ readonly "mistralai/mistral-saba": {
2037
1760
  id: string;
2038
1761
  name: string;
2039
1762
  provider: string;
1763
+ baseUrl: string;
2040
1764
  reasoning: false;
2041
1765
  input: "text"[];
2042
1766
  cost: {
@@ -2048,12 +1772,13 @@ export declare const PROVIDERS: {
2048
1772
  contextWindow: number;
2049
1773
  maxTokens: number;
2050
1774
  };
2051
- readonly "gpt-5": {
1775
+ readonly "qwen/qwen-turbo": {
2052
1776
  id: string;
2053
1777
  name: string;
2054
1778
  provider: string;
2055
- reasoning: true;
2056
- input: ("text" | "image")[];
1779
+ baseUrl: string;
1780
+ reasoning: false;
1781
+ input: "text"[];
2057
1782
  cost: {
2058
1783
  input: number;
2059
1784
  output: number;
@@ -2063,12 +1788,13 @@ export declare const PROVIDERS: {
2063
1788
  contextWindow: number;
2064
1789
  maxTokens: number;
2065
1790
  };
2066
- readonly "gpt-5-mini": {
1791
+ readonly "qwen/qwen-plus": {
2067
1792
  id: string;
2068
1793
  name: string;
2069
1794
  provider: string;
2070
- reasoning: true;
2071
- input: ("text" | "image")[];
1795
+ baseUrl: string;
1796
+ reasoning: false;
1797
+ input: "text"[];
2072
1798
  cost: {
2073
1799
  input: number;
2074
1800
  output: number;
@@ -2078,12 +1804,13 @@ export declare const PROVIDERS: {
2078
1804
  contextWindow: number;
2079
1805
  maxTokens: number;
2080
1806
  };
2081
- readonly "gpt-5-nano": {
1807
+ readonly "qwen/qwen-max": {
2082
1808
  id: string;
2083
1809
  name: string;
2084
1810
  provider: string;
2085
- reasoning: true;
2086
- input: ("text" | "image")[];
1811
+ baseUrl: string;
1812
+ reasoning: false;
1813
+ input: "text"[];
2087
1814
  cost: {
2088
1815
  input: number;
2089
1816
  output: number;
@@ -2093,11 +1820,12 @@ export declare const PROVIDERS: {
2093
1820
  contextWindow: number;
2094
1821
  maxTokens: number;
2095
1822
  };
2096
- readonly "gpt-oss-120b": {
1823
+ readonly "mistralai/mistral-small-24b-instruct-2501": {
2097
1824
  id: string;
2098
1825
  name: string;
2099
1826
  provider: string;
2100
- reasoning: true;
1827
+ baseUrl: string;
1828
+ reasoning: false;
2101
1829
  input: "text"[];
2102
1830
  cost: {
2103
1831
  input: number;
@@ -2108,10 +1836,11 @@ export declare const PROVIDERS: {
2108
1836
  contextWindow: number;
2109
1837
  maxTokens: number;
2110
1838
  };
2111
- readonly "gpt-oss-20b": {
1839
+ readonly "deepseek/deepseek-r1-distill-llama-70b": {
2112
1840
  id: string;
2113
1841
  name: string;
2114
1842
  provider: string;
1843
+ baseUrl: string;
2115
1844
  reasoning: true;
2116
1845
  input: "text"[];
2117
1846
  cost: {
@@ -2123,12 +1852,13 @@ export declare const PROVIDERS: {
2123
1852
  contextWindow: number;
2124
1853
  maxTokens: number;
2125
1854
  };
2126
- readonly "o3-pro": {
1855
+ readonly "deepseek/deepseek-r1": {
2127
1856
  id: string;
2128
1857
  name: string;
2129
1858
  provider: string;
1859
+ baseUrl: string;
2130
1860
  reasoning: true;
2131
- input: ("text" | "image")[];
1861
+ input: "text"[];
2132
1862
  cost: {
2133
1863
  input: number;
2134
1864
  output: number;
@@ -2138,12 +1868,13 @@ export declare const PROVIDERS: {
2138
1868
  contextWindow: number;
2139
1869
  maxTokens: number;
2140
1870
  };
2141
- readonly "codex-mini": {
1871
+ readonly "mistralai/codestral-2501": {
2142
1872
  id: string;
2143
1873
  name: string;
2144
1874
  provider: string;
2145
- reasoning: true;
2146
- input: ("text" | "image")[];
1875
+ baseUrl: string;
1876
+ reasoning: false;
1877
+ input: "text"[];
2147
1878
  cost: {
2148
1879
  input: number;
2149
1880
  output: number;
@@ -2153,12 +1884,13 @@ export declare const PROVIDERS: {
2153
1884
  contextWindow: number;
2154
1885
  maxTokens: number;
2155
1886
  };
2156
- readonly "o4-mini-high": {
1887
+ readonly "deepseek/deepseek-chat": {
2157
1888
  id: string;
2158
1889
  name: string;
2159
1890
  provider: string;
2160
- reasoning: true;
2161
- input: ("text" | "image")[];
1891
+ baseUrl: string;
1892
+ reasoning: false;
1893
+ input: "text"[];
2162
1894
  cost: {
2163
1895
  input: number;
2164
1896
  output: number;
@@ -2168,12 +1900,13 @@ export declare const PROVIDERS: {
2168
1900
  contextWindow: number;
2169
1901
  maxTokens: number;
2170
1902
  };
2171
- readonly o3: {
1903
+ readonly "meta-llama/llama-3.3-70b-instruct:free": {
2172
1904
  id: string;
2173
1905
  name: string;
2174
1906
  provider: string;
2175
- reasoning: true;
2176
- input: ("text" | "image")[];
1907
+ baseUrl: string;
1908
+ reasoning: false;
1909
+ input: "text"[];
2177
1910
  cost: {
2178
1911
  input: number;
2179
1912
  output: number;
@@ -2183,12 +1916,13 @@ export declare const PROVIDERS: {
2183
1916
  contextWindow: number;
2184
1917
  maxTokens: number;
2185
1918
  };
2186
- readonly "o4-mini": {
1919
+ readonly "meta-llama/llama-3.3-70b-instruct": {
2187
1920
  id: string;
2188
1921
  name: string;
2189
1922
  provider: string;
2190
- reasoning: true;
2191
- input: ("text" | "image")[];
1923
+ baseUrl: string;
1924
+ reasoning: false;
1925
+ input: "text"[];
2192
1926
  cost: {
2193
1927
  input: number;
2194
1928
  output: number;
@@ -2198,10 +1932,11 @@ export declare const PROVIDERS: {
2198
1932
  contextWindow: number;
2199
1933
  maxTokens: number;
2200
1934
  };
2201
- readonly "gpt-4.1": {
1935
+ readonly "amazon/nova-lite-v1": {
2202
1936
  id: string;
2203
1937
  name: string;
2204
1938
  provider: string;
1939
+ baseUrl: string;
2205
1940
  reasoning: false;
2206
1941
  input: ("text" | "image")[];
2207
1942
  cost: {
@@ -2213,12 +1948,13 @@ export declare const PROVIDERS: {
2213
1948
  contextWindow: number;
2214
1949
  maxTokens: number;
2215
1950
  };
2216
- readonly "gpt-4.1-mini": {
1951
+ readonly "amazon/nova-micro-v1": {
2217
1952
  id: string;
2218
1953
  name: string;
2219
1954
  provider: string;
1955
+ baseUrl: string;
2220
1956
  reasoning: false;
2221
- input: ("text" | "image")[];
1957
+ input: "text"[];
2222
1958
  cost: {
2223
1959
  input: number;
2224
1960
  output: number;
@@ -2228,10 +1964,11 @@ export declare const PROVIDERS: {
2228
1964
  contextWindow: number;
2229
1965
  maxTokens: number;
2230
1966
  };
2231
- readonly "gpt-4.1-nano": {
1967
+ readonly "amazon/nova-pro-v1": {
2232
1968
  id: string;
2233
1969
  name: string;
2234
1970
  provider: string;
1971
+ baseUrl: string;
2235
1972
  reasoning: false;
2236
1973
  input: ("text" | "image")[];
2237
1974
  cost: {
@@ -2243,10 +1980,11 @@ export declare const PROVIDERS: {
2243
1980
  contextWindow: number;
2244
1981
  maxTokens: number;
2245
1982
  };
2246
- readonly "o3-mini-high": {
1983
+ readonly "mistralai/mistral-large-2411": {
2247
1984
  id: string;
2248
1985
  name: string;
2249
1986
  provider: string;
1987
+ baseUrl: string;
2250
1988
  reasoning: false;
2251
1989
  input: "text"[];
2252
1990
  cost: {
@@ -2258,10 +1996,11 @@ export declare const PROVIDERS: {
2258
1996
  contextWindow: number;
2259
1997
  maxTokens: number;
2260
1998
  };
2261
- readonly "o3-mini": {
1999
+ readonly "mistralai/mistral-large-2407": {
2262
2000
  id: string;
2263
2001
  name: string;
2264
2002
  provider: string;
2003
+ baseUrl: string;
2265
2004
  reasoning: false;
2266
2005
  input: "text"[];
2267
2006
  cost: {
@@ -2273,10 +2012,11 @@ export declare const PROVIDERS: {
2273
2012
  contextWindow: number;
2274
2013
  maxTokens: number;
2275
2014
  };
2276
- readonly o1: {
2015
+ readonly "mistralai/pixtral-large-2411": {
2277
2016
  id: string;
2278
2017
  name: string;
2279
2018
  provider: string;
2019
+ baseUrl: string;
2280
2020
  reasoning: false;
2281
2021
  input: ("text" | "image")[];
2282
2022
  cost: {
@@ -2288,12 +2028,13 @@ export declare const PROVIDERS: {
2288
2028
  contextWindow: number;
2289
2029
  maxTokens: number;
2290
2030
  };
2291
- readonly "gpt-4o-2024-11-20": {
2031
+ readonly "thedrummer/unslopnemo-12b": {
2292
2032
  id: string;
2293
2033
  name: string;
2294
2034
  provider: string;
2035
+ baseUrl: string;
2295
2036
  reasoning: false;
2296
- input: ("text" | "image")[];
2037
+ input: "text"[];
2297
2038
  cost: {
2298
2039
  input: number;
2299
2040
  output: number;
@@ -2303,12 +2044,13 @@ export declare const PROVIDERS: {
2303
2044
  contextWindow: number;
2304
2045
  maxTokens: number;
2305
2046
  };
2306
- readonly "gpt-4o-2024-08-06": {
2047
+ readonly "mistralai/ministral-8b": {
2307
2048
  id: string;
2308
2049
  name: string;
2309
2050
  provider: string;
2051
+ baseUrl: string;
2310
2052
  reasoning: false;
2311
- input: ("text" | "image")[];
2053
+ input: "text"[];
2312
2054
  cost: {
2313
2055
  input: number;
2314
2056
  output: number;
@@ -2318,12 +2060,13 @@ export declare const PROVIDERS: {
2318
2060
  contextWindow: number;
2319
2061
  maxTokens: number;
2320
2062
  };
2321
- readonly "gpt-4o-mini": {
2063
+ readonly "nvidia/llama-3.1-nemotron-70b-instruct": {
2322
2064
  id: string;
2323
2065
  name: string;
2324
2066
  provider: string;
2067
+ baseUrl: string;
2325
2068
  reasoning: false;
2326
- input: ("text" | "image")[];
2069
+ input: "text"[];
2327
2070
  cost: {
2328
2071
  input: number;
2329
2072
  output: number;
@@ -2333,12 +2076,13 @@ export declare const PROVIDERS: {
2333
2076
  contextWindow: number;
2334
2077
  maxTokens: number;
2335
2078
  };
2336
- readonly "gpt-4o-mini-2024-07-18": {
2079
+ readonly "thedrummer/rocinante-12b": {
2337
2080
  id: string;
2338
2081
  name: string;
2339
2082
  provider: string;
2083
+ baseUrl: string;
2340
2084
  reasoning: false;
2341
- input: ("text" | "image")[];
2085
+ input: "text"[];
2342
2086
  cost: {
2343
2087
  input: number;
2344
2088
  output: number;
@@ -2348,12 +2092,13 @@ export declare const PROVIDERS: {
2348
2092
  contextWindow: number;
2349
2093
  maxTokens: number;
2350
2094
  };
2351
- readonly "gpt-4o": {
2095
+ readonly "meta-llama/llama-3.2-3b-instruct": {
2352
2096
  id: string;
2353
2097
  name: string;
2354
2098
  provider: string;
2099
+ baseUrl: string;
2355
2100
  reasoning: false;
2356
- input: ("text" | "image")[];
2101
+ input: "text"[];
2357
2102
  cost: {
2358
2103
  input: number;
2359
2104
  output: number;
@@ -2363,12 +2108,13 @@ export declare const PROVIDERS: {
2363
2108
  contextWindow: number;
2364
2109
  maxTokens: number;
2365
2110
  };
2366
- readonly "gpt-4o:extended": {
2111
+ readonly "qwen/qwen-2.5-72b-instruct": {
2367
2112
  id: string;
2368
2113
  name: string;
2369
2114
  provider: string;
2115
+ baseUrl: string;
2370
2116
  reasoning: false;
2371
- input: ("text" | "image")[];
2117
+ input: "text"[];
2372
2118
  cost: {
2373
2119
  input: number;
2374
2120
  output: number;
@@ -2378,10 +2124,11 @@ export declare const PROVIDERS: {
2378
2124
  contextWindow: number;
2379
2125
  maxTokens: number;
2380
2126
  };
2381
- readonly "gpt-4o-2024-05-13": {
2127
+ readonly "mistralai/pixtral-12b": {
2382
2128
  id: string;
2383
2129
  name: string;
2384
2130
  provider: string;
2131
+ baseUrl: string;
2385
2132
  reasoning: false;
2386
2133
  input: ("text" | "image")[];
2387
2134
  cost: {
@@ -2393,12 +2140,13 @@ export declare const PROVIDERS: {
2393
2140
  contextWindow: number;
2394
2141
  maxTokens: number;
2395
2142
  };
2396
- readonly "gpt-4-turbo": {
2143
+ readonly "cohere/command-r-plus-08-2024": {
2397
2144
  id: string;
2398
2145
  name: string;
2399
2146
  provider: string;
2147
+ baseUrl: string;
2400
2148
  reasoning: false;
2401
- input: ("text" | "image")[];
2149
+ input: "text"[];
2402
2150
  cost: {
2403
2151
  input: number;
2404
2152
  output: number;
@@ -2408,10 +2156,11 @@ export declare const PROVIDERS: {
2408
2156
  contextWindow: number;
2409
2157
  maxTokens: number;
2410
2158
  };
2411
- readonly "gpt-3.5-turbo-0613": {
2159
+ readonly "cohere/command-r-08-2024": {
2412
2160
  id: string;
2413
2161
  name: string;
2414
2162
  provider: string;
2163
+ baseUrl: string;
2415
2164
  reasoning: false;
2416
2165
  input: "text"[];
2417
2166
  cost: {
@@ -2423,10 +2172,11 @@ export declare const PROVIDERS: {
2423
2172
  contextWindow: number;
2424
2173
  maxTokens: number;
2425
2174
  };
2426
- readonly "gpt-4-turbo-preview": {
2175
+ readonly "microsoft/phi-3.5-mini-128k-instruct": {
2427
2176
  id: string;
2428
2177
  name: string;
2429
2178
  provider: string;
2179
+ baseUrl: string;
2430
2180
  reasoning: false;
2431
2181
  input: "text"[];
2432
2182
  cost: {
@@ -2438,10 +2188,11 @@ export declare const PROVIDERS: {
2438
2188
  contextWindow: number;
2439
2189
  maxTokens: number;
2440
2190
  };
2441
- readonly "gpt-4-1106-preview": {
2191
+ readonly "nousresearch/hermes-3-llama-3.1-70b": {
2442
2192
  id: string;
2443
2193
  name: string;
2444
2194
  provider: string;
2195
+ baseUrl: string;
2445
2196
  reasoning: false;
2446
2197
  input: "text"[];
2447
2198
  cost: {
@@ -2453,10 +2204,11 @@ export declare const PROVIDERS: {
2453
2204
  contextWindow: number;
2454
2205
  maxTokens: number;
2455
2206
  };
2456
- readonly "gpt-3.5-turbo-16k": {
2207
+ readonly "meta-llama/llama-3.1-8b-instruct": {
2457
2208
  id: string;
2458
2209
  name: string;
2459
2210
  provider: string;
2211
+ baseUrl: string;
2460
2212
  reasoning: false;
2461
2213
  input: "text"[];
2462
2214
  cost: {
@@ -2468,10 +2220,11 @@ export declare const PROVIDERS: {
2468
2220
  contextWindow: number;
2469
2221
  maxTokens: number;
2470
2222
  };
2471
- readonly "gpt-4": {
2223
+ readonly "meta-llama/llama-3.1-70b-instruct": {
2472
2224
  id: string;
2473
2225
  name: string;
2474
2226
  provider: string;
2227
+ baseUrl: string;
2475
2228
  reasoning: false;
2476
2229
  input: "text"[];
2477
2230
  cost: {
@@ -2483,10 +2236,11 @@ export declare const PROVIDERS: {
2483
2236
  contextWindow: number;
2484
2237
  maxTokens: number;
2485
2238
  };
2486
- readonly "gpt-4-0314": {
2239
+ readonly "meta-llama/llama-3.1-405b-instruct": {
2487
2240
  id: string;
2488
2241
  name: string;
2489
2242
  provider: string;
2243
+ baseUrl: string;
2490
2244
  reasoning: false;
2491
2245
  input: "text"[];
2492
2246
  cost: {
@@ -2498,10 +2252,11 @@ export declare const PROVIDERS: {
2498
2252
  contextWindow: number;
2499
2253
  maxTokens: number;
2500
2254
  };
2501
- readonly "gpt-3.5-turbo": {
2255
+ readonly "mistralai/mistral-nemo": {
2502
2256
  id: string;
2503
2257
  name: string;
2504
2258
  provider: string;
2259
+ baseUrl: string;
2505
2260
  reasoning: false;
2506
2261
  input: "text"[];
2507
2262
  cost: {
@@ -2513,16 +2268,13 @@ export declare const PROVIDERS: {
2513
2268
  contextWindow: number;
2514
2269
  maxTokens: number;
2515
2270
  };
2516
- };
2517
- };
2518
- readonly anthropic: {
2519
- readonly models: {
2520
- readonly "claude-opus-4-1": {
2271
+ readonly "mistralai/mistral-7b-instruct-v0.3": {
2521
2272
  id: string;
2522
2273
  name: string;
2523
2274
  provider: string;
2524
- reasoning: true;
2525
- input: ("text" | "image")[];
2275
+ baseUrl: string;
2276
+ reasoning: false;
2277
+ input: "text"[];
2526
2278
  cost: {
2527
2279
  input: number;
2528
2280
  output: number;
@@ -2532,12 +2284,13 @@ export declare const PROVIDERS: {
2532
2284
  contextWindow: number;
2533
2285
  maxTokens: number;
2534
2286
  };
2535
- readonly "claude-opus-4-0": {
2287
+ readonly "mistralai/mistral-7b-instruct:free": {
2536
2288
  id: string;
2537
2289
  name: string;
2538
2290
  provider: string;
2539
- reasoning: true;
2540
- input: ("text" | "image")[];
2291
+ baseUrl: string;
2292
+ reasoning: false;
2293
+ input: "text"[];
2541
2294
  cost: {
2542
2295
  input: number;
2543
2296
  output: number;
@@ -2547,12 +2300,13 @@ export declare const PROVIDERS: {
2547
2300
  contextWindow: number;
2548
2301
  maxTokens: number;
2549
2302
  };
2550
- readonly "claude-sonnet-4-0": {
2303
+ readonly "mistralai/mistral-7b-instruct": {
2551
2304
  id: string;
2552
2305
  name: string;
2553
2306
  provider: string;
2554
- reasoning: true;
2555
- input: ("text" | "image")[];
2307
+ baseUrl: string;
2308
+ reasoning: false;
2309
+ input: "text"[];
2556
2310
  cost: {
2557
2311
  input: number;
2558
2312
  output: number;
@@ -2562,12 +2316,13 @@ export declare const PROVIDERS: {
2562
2316
  contextWindow: number;
2563
2317
  maxTokens: number;
2564
2318
  };
2565
- readonly "claude-3-7-sonnet-latest": {
2319
+ readonly "microsoft/phi-3-mini-128k-instruct": {
2566
2320
  id: string;
2567
2321
  name: string;
2568
2322
  provider: string;
2569
- reasoning: true;
2570
- input: ("text" | "image")[];
2323
+ baseUrl: string;
2324
+ reasoning: false;
2325
+ input: "text"[];
2571
2326
  cost: {
2572
2327
  input: number;
2573
2328
  output: number;
@@ -2577,12 +2332,13 @@ export declare const PROVIDERS: {
2577
2332
  contextWindow: number;
2578
2333
  maxTokens: number;
2579
2334
  };
2580
- readonly "claude-3-7-sonnet-latest:thinking": {
2335
+ readonly "microsoft/phi-3-medium-128k-instruct": {
2581
2336
  id: string;
2582
2337
  name: string;
2583
2338
  provider: string;
2584
- reasoning: true;
2585
- input: ("text" | "image")[];
2339
+ baseUrl: string;
2340
+ reasoning: false;
2341
+ input: "text"[];
2586
2342
  cost: {
2587
2343
  input: number;
2588
2344
  output: number;
@@ -2592,12 +2348,13 @@ export declare const PROVIDERS: {
2592
2348
  contextWindow: number;
2593
2349
  maxTokens: number;
2594
2350
  };
2595
- readonly "claude-3-5-haiku-20241022": {
2351
+ readonly "meta-llama/llama-3-70b-instruct": {
2596
2352
  id: string;
2597
2353
  name: string;
2598
2354
  provider: string;
2355
+ baseUrl: string;
2599
2356
  reasoning: false;
2600
- input: ("text" | "image")[];
2357
+ input: "text"[];
2601
2358
  cost: {
2602
2359
  input: number;
2603
2360
  output: number;
@@ -2607,12 +2364,13 @@ export declare const PROVIDERS: {
2607
2364
  contextWindow: number;
2608
2365
  maxTokens: number;
2609
2366
  };
2610
- readonly "claude-3-5-haiku-latest": {
2367
+ readonly "meta-llama/llama-3-8b-instruct": {
2611
2368
  id: string;
2612
2369
  name: string;
2613
2370
  provider: string;
2371
+ baseUrl: string;
2614
2372
  reasoning: false;
2615
- input: ("text" | "image")[];
2373
+ input: "text"[];
2616
2374
  cost: {
2617
2375
  input: number;
2618
2376
  output: number;
@@ -2622,12 +2380,13 @@ export declare const PROVIDERS: {
2622
2380
  contextWindow: number;
2623
2381
  maxTokens: number;
2624
2382
  };
2625
- readonly "claude-3-5-sonnet-latest": {
2383
+ readonly "mistralai/mixtral-8x22b-instruct": {
2626
2384
  id: string;
2627
2385
  name: string;
2628
2386
  provider: string;
2387
+ baseUrl: string;
2629
2388
  reasoning: false;
2630
- input: ("text" | "image")[];
2389
+ input: "text"[];
2631
2390
  cost: {
2632
2391
  input: number;
2633
2392
  output: number;
@@ -2637,12 +2396,13 @@ export declare const PROVIDERS: {
2637
2396
  contextWindow: number;
2638
2397
  maxTokens: number;
2639
2398
  };
2640
- readonly "claude-3-5-sonnet-20240620": {
2399
+ readonly "cohere/command-r-plus": {
2641
2400
  id: string;
2642
2401
  name: string;
2643
2402
  provider: string;
2403
+ baseUrl: string;
2644
2404
  reasoning: false;
2645
- input: ("text" | "image")[];
2405
+ input: "text"[];
2646
2406
  cost: {
2647
2407
  input: number;
2648
2408
  output: number;
@@ -2652,12 +2412,13 @@ export declare const PROVIDERS: {
2652
2412
  contextWindow: number;
2653
2413
  maxTokens: number;
2654
2414
  };
2655
- readonly "claude-3-haiku-20240307": {
2415
+ readonly "cohere/command-r-plus-04-2024": {
2656
2416
  id: string;
2657
2417
  name: string;
2658
2418
  provider: string;
2419
+ baseUrl: string;
2659
2420
  reasoning: false;
2660
- input: ("text" | "image")[];
2421
+ input: "text"[];
2661
2422
  cost: {
2662
2423
  input: number;
2663
2424
  output: number;
@@ -2667,12 +2428,13 @@ export declare const PROVIDERS: {
2667
2428
  contextWindow: number;
2668
2429
  maxTokens: number;
2669
2430
  };
2670
- readonly "claude-3-opus-20240229": {
2431
+ readonly "cohere/command-r": {
2671
2432
  id: string;
2672
2433
  name: string;
2673
2434
  provider: string;
2435
+ baseUrl: string;
2674
2436
  reasoning: false;
2675
- input: ("text" | "image")[];
2437
+ input: "text"[];
2676
2438
  cost: {
2677
2439
  input: number;
2678
2440
  output: number;
@@ -2682,16 +2444,13 @@ export declare const PROVIDERS: {
2682
2444
  contextWindow: number;
2683
2445
  maxTokens: number;
2684
2446
  };
2685
- };
2686
- };
2687
- readonly google: {
2688
- readonly models: {
2689
- readonly "gemini-2.5-flash-lite": {
2447
+ readonly "cohere/command-r-03-2024": {
2690
2448
  id: string;
2691
2449
  name: string;
2692
2450
  provider: string;
2693
- reasoning: true;
2694
- input: ("text" | "image")[];
2451
+ baseUrl: string;
2452
+ reasoning: false;
2453
+ input: "text"[];
2695
2454
  cost: {
2696
2455
  input: number;
2697
2456
  output: number;
@@ -2701,12 +2460,13 @@ export declare const PROVIDERS: {
2701
2460
  contextWindow: number;
2702
2461
  maxTokens: number;
2703
2462
  };
2704
- readonly "gemini-2.5-flash-lite-preview-06-17": {
2463
+ readonly "mistralai/mistral-large": {
2705
2464
  id: string;
2706
2465
  name: string;
2707
2466
  provider: string;
2708
- reasoning: true;
2709
- input: ("text" | "image")[];
2467
+ baseUrl: string;
2468
+ reasoning: false;
2469
+ input: "text"[];
2710
2470
  cost: {
2711
2471
  input: number;
2712
2472
  output: number;
@@ -2716,12 +2476,13 @@ export declare const PROVIDERS: {
2716
2476
  contextWindow: number;
2717
2477
  maxTokens: number;
2718
2478
  };
2719
- readonly "gemini-2.5-flash": {
2479
+ readonly "mistralai/mistral-tiny": {
2720
2480
  id: string;
2721
2481
  name: string;
2722
2482
  provider: string;
2723
- reasoning: true;
2724
- input: ("text" | "image")[];
2483
+ baseUrl: string;
2484
+ reasoning: false;
2485
+ input: "text"[];
2725
2486
  cost: {
2726
2487
  input: number;
2727
2488
  output: number;
@@ -2731,12 +2492,13 @@ export declare const PROVIDERS: {
2731
2492
  contextWindow: number;
2732
2493
  maxTokens: number;
2733
2494
  };
2734
- readonly "gemini-2.5-pro": {
2495
+ readonly "mistralai/mistral-small": {
2735
2496
  id: string;
2736
2497
  name: string;
2737
2498
  provider: string;
2738
- reasoning: true;
2739
- input: ("text" | "image")[];
2499
+ baseUrl: string;
2500
+ reasoning: false;
2501
+ input: "text"[];
2740
2502
  cost: {
2741
2503
  input: number;
2742
2504
  output: number;
@@ -2746,12 +2508,13 @@ export declare const PROVIDERS: {
2746
2508
  contextWindow: number;
2747
2509
  maxTokens: number;
2748
2510
  };
2749
- readonly "gemini-2.5-pro-preview": {
2511
+ readonly "mistralai/mixtral-8x7b-instruct": {
2750
2512
  id: string;
2751
2513
  name: string;
2752
2514
  provider: string;
2753
- reasoning: true;
2754
- input: ("text" | "image")[];
2515
+ baseUrl: string;
2516
+ reasoning: false;
2517
+ input: "text"[];
2755
2518
  cost: {
2756
2519
  input: number;
2757
2520
  output: number;
@@ -2761,12 +2524,13 @@ export declare const PROVIDERS: {
2761
2524
  contextWindow: number;
2762
2525
  maxTokens: number;
2763
2526
  };
2764
- readonly "gemini-2.5-pro-preview-05-06": {
2527
+ readonly "mistralai/mistral-7b-instruct-v0.1": {
2765
2528
  id: string;
2766
2529
  name: string;
2767
2530
  provider: string;
2768
- reasoning: true;
2769
- input: ("text" | "image")[];
2531
+ baseUrl: string;
2532
+ reasoning: false;
2533
+ input: "text"[];
2770
2534
  cost: {
2771
2535
  input: number;
2772
2536
  output: number;
@@ -2776,12 +2540,17 @@ export declare const PROVIDERS: {
2776
2540
  contextWindow: number;
2777
2541
  maxTokens: number;
2778
2542
  };
2779
- readonly "gemini-2.5-pro-exp-03-25": {
2543
+ };
2544
+ };
2545
+ readonly xai: {
2546
+ readonly models: {
2547
+ readonly "grok-code-fast-1": {
2780
2548
  id: string;
2781
2549
  name: string;
2782
2550
  provider: string;
2783
- reasoning: false;
2784
- input: ("text" | "image")[];
2551
+ baseUrl: string;
2552
+ reasoning: true;
2553
+ input: "text"[];
2785
2554
  cost: {
2786
2555
  input: number;
2787
2556
  output: number;
@@ -2791,11 +2560,12 @@ export declare const PROVIDERS: {
2791
2560
  contextWindow: number;
2792
2561
  maxTokens: number;
2793
2562
  };
2794
- readonly "gemini-2.0-flash-lite-001": {
2563
+ readonly "grok-4": {
2795
2564
  id: string;
2796
2565
  name: string;
2797
2566
  provider: string;
2798
- reasoning: false;
2567
+ baseUrl: string;
2568
+ reasoning: true;
2799
2569
  input: ("text" | "image")[];
2800
2570
  cost: {
2801
2571
  input: number;
@@ -2806,12 +2576,13 @@ export declare const PROVIDERS: {
2806
2576
  contextWindow: number;
2807
2577
  maxTokens: number;
2808
2578
  };
2809
- readonly "gemini-2.0-flash-001": {
2579
+ readonly "grok-3-mini": {
2810
2580
  id: string;
2811
2581
  name: string;
2812
2582
  provider: string;
2813
- reasoning: false;
2814
- input: ("text" | "image")[];
2583
+ baseUrl: string;
2584
+ reasoning: true;
2585
+ input: "text"[];
2815
2586
  cost: {
2816
2587
  input: number;
2817
2588
  output: number;
@@ -2821,12 +2592,13 @@ export declare const PROVIDERS: {
2821
2592
  contextWindow: number;
2822
2593
  maxTokens: number;
2823
2594
  };
2824
- readonly "gemini-2.0-flash-exp:free": {
2595
+ readonly "grok-3": {
2825
2596
  id: string;
2826
2597
  name: string;
2827
2598
  provider: string;
2599
+ baseUrl: string;
2828
2600
  reasoning: false;
2829
- input: ("text" | "image")[];
2601
+ input: "text"[];
2830
2602
  cost: {
2831
2603
  input: number;
2832
2604
  output: number;
@@ -2836,12 +2608,13 @@ export declare const PROVIDERS: {
2836
2608
  contextWindow: number;
2837
2609
  maxTokens: number;
2838
2610
  };
2839
- readonly "gemini-flash-1.5-8b": {
2611
+ readonly "grok-3-mini-beta": {
2840
2612
  id: string;
2841
2613
  name: string;
2842
2614
  provider: string;
2843
- reasoning: false;
2844
- input: ("text" | "image")[];
2615
+ baseUrl: string;
2616
+ reasoning: true;
2617
+ input: "text"[];
2845
2618
  cost: {
2846
2619
  input: number;
2847
2620
  output: number;
@@ -2851,12 +2624,13 @@ export declare const PROVIDERS: {
2851
2624
  contextWindow: number;
2852
2625
  maxTokens: number;
2853
2626
  };
2854
- readonly "gemini-flash-1.5": {
2627
+ readonly "grok-3-beta": {
2855
2628
  id: string;
2856
2629
  name: string;
2857
2630
  provider: string;
2631
+ baseUrl: string;
2858
2632
  reasoning: false;
2859
- input: ("text" | "image")[];
2633
+ input: "text"[];
2860
2634
  cost: {
2861
2635
  input: number;
2862
2636
  output: number;
@@ -2866,12 +2640,13 @@ export declare const PROVIDERS: {
2866
2640
  contextWindow: number;
2867
2641
  maxTokens: number;
2868
2642
  };
2869
- readonly "gemini-pro-1.5": {
2643
+ readonly "grok-2-1212": {
2870
2644
  id: string;
2871
2645
  name: string;
2872
2646
  provider: string;
2647
+ baseUrl: string;
2873
2648
  reasoning: false;
2874
- input: ("text" | "image")[];
2649
+ input: "text"[];
2875
2650
  cost: {
2876
2651
  input: number;
2877
2652
  output: number;