@mariozechner/pi-ai 0.5.25 → 0.5.27

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