@ottocode/ai-sdk 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/catalog.ts CHANGED
@@ -1,1497 +1,1252 @@
1
1
  // AUTO-GENERATED by scripts/update-catalog.ts --setu. Do not edit manually.
2
2
 
3
3
  export interface SetuModelCatalogEntry {
4
- id: string;
5
- name?: string;
6
- owned_by: string;
7
- context_length: number;
8
- max_output: number;
9
- reasoning: boolean;
10
- tool_call: boolean;
11
- attachment?: boolean;
12
- temperature?: boolean | number;
13
- knowledge?: string;
14
- release_date?: string;
15
- last_updated?: string;
16
- open_weights?: boolean;
17
- modalities?: {
18
- input?: string[];
19
- output?: string[];
20
- };
21
- pricing: {
22
- input: number;
23
- output: number;
24
- cache_read?: number;
25
- cache_write?: number;
26
- };
4
+ id: string;
5
+ name?: string;
6
+ owned_by: string;
7
+ context_length: number;
8
+ max_output: number;
9
+ reasoning: boolean;
10
+ tool_call: boolean;
11
+ attachment?: boolean;
12
+ temperature?: boolean | number;
13
+ knowledge?: string;
14
+ release_date?: string;
15
+ last_updated?: string;
16
+ open_weights?: boolean;
17
+ modalities?: {
18
+ input?: string[];
19
+ output?: string[];
20
+ };
21
+ pricing: {
22
+ input: number;
23
+ output: number;
24
+ cache_read?: number;
25
+ cache_write?: number;
26
+ };
27
27
  }
28
28
 
29
29
  export interface SetuCatalog {
30
- models: SetuModelCatalogEntry[];
31
- providers: string[];
32
- lastUpdated: string;
30
+ models: SetuModelCatalogEntry[];
31
+ providers: string[];
32
+ lastUpdated: string;
33
33
  }
34
34
 
35
35
  export const setuCatalog: SetuCatalog = {
36
- "models": [
37
- {
38
- "id": "claude-3-5-haiku-20241022",
39
- "name": "Claude Haiku 3.5",
40
- "owned_by": "anthropic",
41
- "context_length": 200000,
42
- "max_output": 8192,
43
- "reasoning": false,
44
- "tool_call": true,
45
- "attachment": true,
46
- "temperature": true,
47
- "knowledge": "2024-07-31",
48
- "release_date": "2024-10-22",
49
- "last_updated": "2024-10-22",
50
- "open_weights": false,
51
- "modalities": {
52
- "input": [
53
- "text",
54
- "image",
55
- "pdf"
56
- ],
57
- "output": [
58
- "text"
59
- ]
60
- },
61
- "pricing": {
62
- "input": 0.8039999999999999,
63
- "output": 4.02,
64
- "cache_read": 0.0804,
65
- "cache_write": 1.005
66
- }
67
- },
68
- {
69
- "id": "claude-3-5-haiku-latest",
70
- "name": "Claude Haiku 3.5 (latest)",
71
- "owned_by": "anthropic",
72
- "context_length": 200000,
73
- "max_output": 8192,
74
- "reasoning": false,
75
- "tool_call": true,
76
- "attachment": true,
77
- "temperature": true,
78
- "knowledge": "2024-07-31",
79
- "release_date": "2024-10-22",
80
- "last_updated": "2024-10-22",
81
- "open_weights": false,
82
- "modalities": {
83
- "input": [
84
- "text",
85
- "image",
86
- "pdf"
87
- ],
88
- "output": [
89
- "text"
90
- ]
91
- },
92
- "pricing": {
93
- "input": 0.8039999999999999,
94
- "output": 4.02,
95
- "cache_read": 0.0804,
96
- "cache_write": 1.005
97
- }
98
- },
99
- {
100
- "id": "claude-3-5-sonnet-20240620",
101
- "name": "Claude Sonnet 3.5",
102
- "owned_by": "anthropic",
103
- "context_length": 200000,
104
- "max_output": 8192,
105
- "reasoning": false,
106
- "tool_call": true,
107
- "attachment": true,
108
- "temperature": true,
109
- "knowledge": "2024-04-30",
110
- "release_date": "2024-06-20",
111
- "last_updated": "2024-06-20",
112
- "open_weights": false,
113
- "modalities": {
114
- "input": [
115
- "text",
116
- "image",
117
- "pdf"
118
- ],
119
- "output": [
120
- "text"
121
- ]
122
- },
123
- "pricing": {
124
- "input": 3.0149999999999997,
125
- "output": 15.075,
126
- "cache_read": 0.30149999999999993,
127
- "cache_write": 3.76875
128
- }
129
- },
130
- {
131
- "id": "claude-3-5-sonnet-20241022",
132
- "name": "Claude Sonnet 3.5 v2",
133
- "owned_by": "anthropic",
134
- "context_length": 200000,
135
- "max_output": 8192,
136
- "reasoning": false,
137
- "tool_call": true,
138
- "attachment": true,
139
- "temperature": true,
140
- "knowledge": "2024-04-30",
141
- "release_date": "2024-10-22",
142
- "last_updated": "2024-10-22",
143
- "open_weights": false,
144
- "modalities": {
145
- "input": [
146
- "text",
147
- "image",
148
- "pdf"
149
- ],
150
- "output": [
151
- "text"
152
- ]
153
- },
154
- "pricing": {
155
- "input": 3.0149999999999997,
156
- "output": 15.075,
157
- "cache_read": 0.30149999999999993,
158
- "cache_write": 3.76875
159
- }
160
- },
161
- {
162
- "id": "claude-haiku-4-5",
163
- "name": "Claude Haiku 4.5 (latest)",
164
- "owned_by": "anthropic",
165
- "context_length": 200000,
166
- "max_output": 64000,
167
- "reasoning": true,
168
- "tool_call": true,
169
- "attachment": true,
170
- "temperature": true,
171
- "knowledge": "2025-02-28",
172
- "release_date": "2025-10-15",
173
- "last_updated": "2025-10-15",
174
- "open_weights": false,
175
- "modalities": {
176
- "input": [
177
- "text",
178
- "image",
179
- "pdf"
180
- ],
181
- "output": [
182
- "text"
183
- ]
184
- },
185
- "pricing": {
186
- "input": 1.005,
187
- "output": 5.0249999999999995,
188
- "cache_read": 0.10049999999999999,
189
- "cache_write": 1.2562499999999999
190
- }
191
- },
192
- {
193
- "id": "claude-haiku-4-5-20251001",
194
- "name": "Claude Haiku 4.5",
195
- "owned_by": "anthropic",
196
- "context_length": 200000,
197
- "max_output": 64000,
198
- "reasoning": true,
199
- "tool_call": true,
200
- "attachment": true,
201
- "temperature": true,
202
- "knowledge": "2025-02-28",
203
- "release_date": "2025-10-15",
204
- "last_updated": "2025-10-15",
205
- "open_weights": false,
206
- "modalities": {
207
- "input": [
208
- "text",
209
- "image",
210
- "pdf"
211
- ],
212
- "output": [
213
- "text"
214
- ]
215
- },
216
- "pricing": {
217
- "input": 1.005,
218
- "output": 5.0249999999999995,
219
- "cache_read": 0.10049999999999999,
220
- "cache_write": 1.2562499999999999
221
- }
222
- },
223
- {
224
- "id": "claude-opus-4-0",
225
- "name": "Claude Opus 4 (latest)",
226
- "owned_by": "anthropic",
227
- "context_length": 200000,
228
- "max_output": 32000,
229
- "reasoning": true,
230
- "tool_call": true,
231
- "attachment": true,
232
- "temperature": true,
233
- "knowledge": "2025-03-31",
234
- "release_date": "2025-05-22",
235
- "last_updated": "2025-05-22",
236
- "open_weights": false,
237
- "modalities": {
238
- "input": [
239
- "text",
240
- "image",
241
- "pdf"
242
- ],
243
- "output": [
244
- "text"
245
- ]
246
- },
247
- "pricing": {
248
- "input": 15.075,
249
- "output": 75.37499999999999,
250
- "cache_read": 1.5074999999999998,
251
- "cache_write": 18.843749999999996
252
- }
253
- },
254
- {
255
- "id": "claude-opus-4-1",
256
- "name": "Claude Opus 4.1 (latest)",
257
- "owned_by": "anthropic",
258
- "context_length": 200000,
259
- "max_output": 32000,
260
- "reasoning": true,
261
- "tool_call": true,
262
- "attachment": true,
263
- "temperature": true,
264
- "knowledge": "2025-03-31",
265
- "release_date": "2025-08-05",
266
- "last_updated": "2025-08-05",
267
- "open_weights": false,
268
- "modalities": {
269
- "input": [
270
- "text",
271
- "image",
272
- "pdf"
273
- ],
274
- "output": [
275
- "text"
276
- ]
277
- },
278
- "pricing": {
279
- "input": 15.075,
280
- "output": 75.37499999999999,
281
- "cache_read": 1.5074999999999998,
282
- "cache_write": 18.843749999999996
283
- }
284
- },
285
- {
286
- "id": "claude-opus-4-1-20250805",
287
- "name": "Claude Opus 4.1",
288
- "owned_by": "anthropic",
289
- "context_length": 200000,
290
- "max_output": 32000,
291
- "reasoning": true,
292
- "tool_call": true,
293
- "attachment": true,
294
- "temperature": true,
295
- "knowledge": "2025-03-31",
296
- "release_date": "2025-08-05",
297
- "last_updated": "2025-08-05",
298
- "open_weights": false,
299
- "modalities": {
300
- "input": [
301
- "text",
302
- "image",
303
- "pdf"
304
- ],
305
- "output": [
306
- "text"
307
- ]
308
- },
309
- "pricing": {
310
- "input": 15.075,
311
- "output": 75.37499999999999,
312
- "cache_read": 1.5074999999999998,
313
- "cache_write": 18.843749999999996
314
- }
315
- },
316
- {
317
- "id": "claude-opus-4-20250514",
318
- "name": "Claude Opus 4",
319
- "owned_by": "anthropic",
320
- "context_length": 200000,
321
- "max_output": 32000,
322
- "reasoning": true,
323
- "tool_call": true,
324
- "attachment": true,
325
- "temperature": true,
326
- "knowledge": "2025-03-31",
327
- "release_date": "2025-05-22",
328
- "last_updated": "2025-05-22",
329
- "open_weights": false,
330
- "modalities": {
331
- "input": [
332
- "text",
333
- "image",
334
- "pdf"
335
- ],
336
- "output": [
337
- "text"
338
- ]
339
- },
340
- "pricing": {
341
- "input": 15.075,
342
- "output": 75.37499999999999,
343
- "cache_read": 1.5074999999999998,
344
- "cache_write": 18.843749999999996
345
- }
346
- },
347
- {
348
- "id": "claude-opus-4-5",
349
- "name": "Claude Opus 4.5 (latest)",
350
- "owned_by": "anthropic",
351
- "context_length": 200000,
352
- "max_output": 64000,
353
- "reasoning": true,
354
- "tool_call": true,
355
- "attachment": true,
356
- "temperature": true,
357
- "knowledge": "2025-03-31",
358
- "release_date": "2025-11-24",
359
- "last_updated": "2025-11-24",
360
- "open_weights": false,
361
- "modalities": {
362
- "input": [
363
- "text",
364
- "image",
365
- "pdf"
366
- ],
367
- "output": [
368
- "text"
369
- ]
370
- },
371
- "pricing": {
372
- "input": 5.0249999999999995,
373
- "output": 25.124999999999996,
374
- "cache_read": 0.5025,
375
- "cache_write": 6.281249999999999
376
- }
377
- },
378
- {
379
- "id": "claude-opus-4-5-20251101",
380
- "name": "Claude Opus 4.5",
381
- "owned_by": "anthropic",
382
- "context_length": 200000,
383
- "max_output": 64000,
384
- "reasoning": true,
385
- "tool_call": true,
386
- "attachment": true,
387
- "temperature": true,
388
- "knowledge": "2025-03-31",
389
- "release_date": "2025-11-01",
390
- "last_updated": "2025-11-01",
391
- "open_weights": false,
392
- "modalities": {
393
- "input": [
394
- "text",
395
- "image",
396
- "pdf"
397
- ],
398
- "output": [
399
- "text"
400
- ]
401
- },
402
- "pricing": {
403
- "input": 5.0249999999999995,
404
- "output": 25.124999999999996,
405
- "cache_read": 0.5025,
406
- "cache_write": 6.281249999999999
407
- }
408
- },
409
- {
410
- "id": "claude-opus-4-6",
411
- "name": "Claude Opus 4.6",
412
- "owned_by": "anthropic",
413
- "context_length": 200000,
414
- "max_output": 128000,
415
- "reasoning": true,
416
- "tool_call": true,
417
- "attachment": true,
418
- "temperature": true,
419
- "knowledge": "2025-05",
420
- "release_date": "2026-02-05",
421
- "last_updated": "2026-02-05",
422
- "open_weights": false,
423
- "modalities": {
424
- "input": [
425
- "text",
426
- "image",
427
- "pdf"
428
- ],
429
- "output": [
430
- "text"
431
- ]
432
- },
433
- "pricing": {
434
- "input": 5.0249999999999995,
435
- "output": 25.124999999999996,
436
- "cache_read": 0.5025,
437
- "cache_write": 6.281249999999999
438
- }
439
- },
440
- {
441
- "id": "claude-sonnet-4-0",
442
- "name": "Claude Sonnet 4 (latest)",
443
- "owned_by": "anthropic",
444
- "context_length": 200000,
445
- "max_output": 64000,
446
- "reasoning": true,
447
- "tool_call": true,
448
- "attachment": true,
449
- "temperature": true,
450
- "knowledge": "2025-03-31",
451
- "release_date": "2025-05-22",
452
- "last_updated": "2025-05-22",
453
- "open_weights": false,
454
- "modalities": {
455
- "input": [
456
- "text",
457
- "image",
458
- "pdf"
459
- ],
460
- "output": [
461
- "text"
462
- ]
463
- },
464
- "pricing": {
465
- "input": 3.0149999999999997,
466
- "output": 15.075,
467
- "cache_read": 0.30149999999999993,
468
- "cache_write": 3.76875
469
- }
470
- },
471
- {
472
- "id": "claude-sonnet-4-20250514",
473
- "name": "Claude Sonnet 4",
474
- "owned_by": "anthropic",
475
- "context_length": 200000,
476
- "max_output": 64000,
477
- "reasoning": true,
478
- "tool_call": true,
479
- "attachment": true,
480
- "temperature": true,
481
- "knowledge": "2025-03-31",
482
- "release_date": "2025-05-22",
483
- "last_updated": "2025-05-22",
484
- "open_weights": false,
485
- "modalities": {
486
- "input": [
487
- "text",
488
- "image",
489
- "pdf"
490
- ],
491
- "output": [
492
- "text"
493
- ]
494
- },
495
- "pricing": {
496
- "input": 3.0149999999999997,
497
- "output": 15.075,
498
- "cache_read": 0.30149999999999993,
499
- "cache_write": 3.76875
500
- }
501
- },
502
- {
503
- "id": "claude-sonnet-4-5",
504
- "name": "Claude Sonnet 4.5 (latest)",
505
- "owned_by": "anthropic",
506
- "context_length": 200000,
507
- "max_output": 64000,
508
- "reasoning": true,
509
- "tool_call": true,
510
- "attachment": true,
511
- "temperature": true,
512
- "knowledge": "2025-07-31",
513
- "release_date": "2025-09-29",
514
- "last_updated": "2025-09-29",
515
- "open_weights": false,
516
- "modalities": {
517
- "input": [
518
- "text",
519
- "image",
520
- "pdf"
521
- ],
522
- "output": [
523
- "text"
524
- ]
525
- },
526
- "pricing": {
527
- "input": 3.0149999999999997,
528
- "output": 15.075,
529
- "cache_read": 0.30149999999999993,
530
- "cache_write": 3.76875
531
- }
532
- },
533
- {
534
- "id": "claude-sonnet-4-5-20250929",
535
- "name": "Claude Sonnet 4.5",
536
- "owned_by": "anthropic",
537
- "context_length": 200000,
538
- "max_output": 64000,
539
- "reasoning": true,
540
- "tool_call": true,
541
- "attachment": true,
542
- "temperature": true,
543
- "knowledge": "2025-07-31",
544
- "release_date": "2025-09-29",
545
- "last_updated": "2025-09-29",
546
- "open_weights": false,
547
- "modalities": {
548
- "input": [
549
- "text",
550
- "image",
551
- "pdf"
552
- ],
553
- "output": [
554
- "text"
555
- ]
556
- },
557
- "pricing": {
558
- "input": 3.0149999999999997,
559
- "output": 15.075,
560
- "cache_read": 0.30149999999999993,
561
- "cache_write": 3.76875
562
- }
563
- },
564
- {
565
- "id": "claude-sonnet-4-6",
566
- "name": "Claude Sonnet 4.6",
567
- "owned_by": "anthropic",
568
- "context_length": 200000,
569
- "max_output": 64000,
570
- "reasoning": true,
571
- "tool_call": true,
572
- "attachment": true,
573
- "temperature": true,
574
- "knowledge": "2025-08",
575
- "release_date": "2026-02-17",
576
- "last_updated": "2026-02-17",
577
- "open_weights": false,
578
- "modalities": {
579
- "input": [
580
- "text",
581
- "image",
582
- "pdf"
583
- ],
584
- "output": [
585
- "text"
586
- ]
587
- },
588
- "pricing": {
589
- "input": 3.0149999999999997,
590
- "output": 15.075,
591
- "cache_read": 0.30149999999999993,
592
- "cache_write": 3.76875
593
- }
594
- },
595
- {
596
- "id": "gemini-3-flash-preview",
597
- "name": "Gemini 3 Flash Preview",
598
- "owned_by": "google",
599
- "context_length": 1048576,
600
- "max_output": 65536,
601
- "reasoning": true,
602
- "tool_call": true,
603
- "attachment": true,
604
- "temperature": true,
605
- "knowledge": "2025-01",
606
- "release_date": "2025-12-17",
607
- "last_updated": "2025-12-17",
608
- "open_weights": false,
609
- "modalities": {
610
- "input": [
611
- "text",
612
- "image",
613
- "video",
614
- "audio",
615
- "pdf"
616
- ],
617
- "output": [
618
- "text"
619
- ]
620
- },
621
- "pricing": {
622
- "input": 0.5025,
623
- "output": 3.0149999999999997,
624
- "cache_read": 0.050249999999999996
625
- }
626
- },
627
- {
628
- "id": "gemini-3-pro-preview",
629
- "name": "Gemini 3 Pro Preview",
630
- "owned_by": "google",
631
- "context_length": 1000000,
632
- "max_output": 64000,
633
- "reasoning": true,
634
- "tool_call": true,
635
- "attachment": true,
636
- "temperature": true,
637
- "knowledge": "2025-01",
638
- "release_date": "2025-11-18",
639
- "last_updated": "2025-11-18",
640
- "open_weights": false,
641
- "modalities": {
642
- "input": [
643
- "text",
644
- "image",
645
- "video",
646
- "audio",
647
- "pdf"
648
- ],
649
- "output": [
650
- "text"
651
- ]
652
- },
653
- "pricing": {
654
- "input": 2.01,
655
- "output": 12.059999999999999,
656
- "cache_read": 0.20099999999999998
657
- }
658
- },
659
- {
660
- "id": "MiniMax-M2.1",
661
- "name": "MiniMax-M2.1",
662
- "owned_by": "minimax",
663
- "context_length": 204800,
664
- "max_output": 131072,
665
- "reasoning": true,
666
- "tool_call": true,
667
- "attachment": false,
668
- "temperature": true,
669
- "release_date": "2025-12-23",
670
- "last_updated": "2025-12-23",
671
- "open_weights": true,
672
- "modalities": {
673
- "input": [
674
- "text"
675
- ],
676
- "output": [
677
- "text"
678
- ]
679
- },
680
- "pricing": {
681
- "input": 0.30149999999999993,
682
- "output": 1.2059999999999997
683
- }
684
- },
685
- {
686
- "id": "MiniMax-M2.5",
687
- "name": "MiniMax-M2.5",
688
- "owned_by": "minimax",
689
- "context_length": 204800,
690
- "max_output": 131072,
691
- "reasoning": true,
692
- "tool_call": true,
693
- "attachment": false,
694
- "temperature": true,
695
- "release_date": "2026-02-12",
696
- "last_updated": "2026-02-12",
697
- "open_weights": true,
698
- "modalities": {
699
- "input": [
700
- "text"
701
- ],
702
- "output": [
703
- "text"
704
- ]
705
- },
706
- "pricing": {
707
- "input": 0.30149999999999993,
708
- "output": 1.2059999999999997,
709
- "cache_read": 0.030149999999999996,
710
- "cache_write": 0.37687499999999996
711
- }
712
- },
713
- {
714
- "id": "kimi-k2-0711-preview",
715
- "name": "Kimi K2 0711",
716
- "owned_by": "moonshot",
717
- "context_length": 131072,
718
- "max_output": 16384,
719
- "reasoning": false,
720
- "tool_call": true,
721
- "attachment": false,
722
- "temperature": true,
723
- "knowledge": "2024-10",
724
- "release_date": "2025-07-14",
725
- "last_updated": "2025-07-14",
726
- "open_weights": true,
727
- "modalities": {
728
- "input": [
729
- "text"
730
- ],
731
- "output": [
732
- "text"
733
- ]
734
- },
735
- "pricing": {
736
- "input": 0.6029999999999999,
737
- "output": 2.5124999999999997,
738
- "cache_read": 0.15074999999999997
739
- }
740
- },
741
- {
742
- "id": "kimi-k2-0905-preview",
743
- "name": "Kimi K2 0905",
744
- "owned_by": "moonshot",
745
- "context_length": 262144,
746
- "max_output": 262144,
747
- "reasoning": false,
748
- "tool_call": true,
749
- "attachment": false,
750
- "temperature": true,
751
- "knowledge": "2024-10",
752
- "release_date": "2025-09-05",
753
- "last_updated": "2025-09-05",
754
- "open_weights": true,
755
- "modalities": {
756
- "input": [
757
- "text"
758
- ],
759
- "output": [
760
- "text"
761
- ]
762
- },
763
- "pricing": {
764
- "input": 0.6029999999999999,
765
- "output": 2.5124999999999997,
766
- "cache_read": 0.15074999999999997
767
- }
768
- },
769
- {
770
- "id": "kimi-k2-thinking",
771
- "name": "Kimi K2 Thinking",
772
- "owned_by": "moonshot",
773
- "context_length": 262144,
774
- "max_output": 262144,
775
- "reasoning": true,
776
- "tool_call": true,
777
- "attachment": false,
778
- "temperature": true,
779
- "knowledge": "2024-08",
780
- "release_date": "2025-11-06",
781
- "last_updated": "2025-11-06",
782
- "open_weights": true,
783
- "modalities": {
784
- "input": [
785
- "text"
786
- ],
787
- "output": [
788
- "text"
789
- ]
790
- },
791
- "pricing": {
792
- "input": 0.6029999999999999,
793
- "output": 2.5124999999999997,
794
- "cache_read": 0.15074999999999997
795
- }
796
- },
797
- {
798
- "id": "kimi-k2-thinking-turbo",
799
- "name": "Kimi K2 Thinking Turbo",
800
- "owned_by": "moonshot",
801
- "context_length": 262144,
802
- "max_output": 262144,
803
- "reasoning": true,
804
- "tool_call": true,
805
- "attachment": false,
806
- "temperature": true,
807
- "knowledge": "2024-08",
808
- "release_date": "2025-11-06",
809
- "last_updated": "2025-11-06",
810
- "open_weights": true,
811
- "modalities": {
812
- "input": [
813
- "text"
814
- ],
815
- "output": [
816
- "text"
817
- ]
818
- },
819
- "pricing": {
820
- "input": 1.1557499999999998,
821
- "output": 8.04,
822
- "cache_read": 0.15074999999999997
823
- }
824
- },
825
- {
826
- "id": "kimi-k2-turbo-preview",
827
- "name": "Kimi K2 Turbo",
828
- "owned_by": "moonshot",
829
- "context_length": 262144,
830
- "max_output": 262144,
831
- "reasoning": false,
832
- "tool_call": true,
833
- "attachment": false,
834
- "temperature": true,
835
- "knowledge": "2024-10",
836
- "release_date": "2025-09-05",
837
- "last_updated": "2025-09-05",
838
- "open_weights": true,
839
- "modalities": {
840
- "input": [
841
- "text"
842
- ],
843
- "output": [
844
- "text"
845
- ]
846
- },
847
- "pricing": {
848
- "input": 2.4119999999999995,
849
- "output": 10.049999999999999,
850
- "cache_read": 0.6029999999999999
851
- }
852
- },
853
- {
854
- "id": "kimi-k2.5",
855
- "name": "Kimi K2.5",
856
- "owned_by": "moonshot",
857
- "context_length": 262144,
858
- "max_output": 262144,
859
- "reasoning": true,
860
- "tool_call": true,
861
- "attachment": false,
862
- "temperature": false,
863
- "knowledge": "2025-01",
864
- "release_date": "2026-01",
865
- "last_updated": "2026-01",
866
- "open_weights": true,
867
- "modalities": {
868
- "input": [
869
- "text",
870
- "image",
871
- "video"
872
- ],
873
- "output": [
874
- "text"
875
- ]
876
- },
877
- "pricing": {
878
- "input": 0.6029999999999999,
879
- "output": 3.0149999999999997,
880
- "cache_read": 0.10049999999999999,
881
- "cache_write": 0.6029999999999999
882
- }
883
- },
884
- {
885
- "id": "codex-mini-latest",
886
- "name": "Codex Mini",
887
- "owned_by": "openai",
888
- "context_length": 200000,
889
- "max_output": 100000,
890
- "reasoning": true,
891
- "tool_call": true,
892
- "attachment": true,
893
- "temperature": false,
894
- "knowledge": "2024-04",
895
- "release_date": "2025-05-16",
896
- "last_updated": "2025-05-16",
897
- "open_weights": false,
898
- "modalities": {
899
- "input": [
900
- "text"
901
- ],
902
- "output": [
903
- "text"
904
- ]
905
- },
906
- "pricing": {
907
- "input": 1.5074999999999998,
908
- "output": 6.029999999999999,
909
- "cache_read": 0.37687499999999996
910
- }
911
- },
912
- {
913
- "id": "gpt-5",
914
- "name": "GPT-5",
915
- "owned_by": "openai",
916
- "context_length": 400000,
917
- "max_output": 128000,
918
- "reasoning": true,
919
- "tool_call": true,
920
- "attachment": true,
921
- "temperature": false,
922
- "knowledge": "2024-09-30",
923
- "release_date": "2025-08-07",
924
- "last_updated": "2025-08-07",
925
- "open_weights": false,
926
- "modalities": {
927
- "input": [
928
- "text",
929
- "image"
930
- ],
931
- "output": [
932
- "text"
933
- ]
934
- },
935
- "pricing": {
936
- "input": 1.2562499999999999,
937
- "output": 10.049999999999999,
938
- "cache_read": 0.125625
939
- }
940
- },
941
- {
942
- "id": "gpt-5-chat-latest",
943
- "name": "GPT-5 Chat (latest)",
944
- "owned_by": "openai",
945
- "context_length": 400000,
946
- "max_output": 128000,
947
- "reasoning": true,
948
- "tool_call": false,
949
- "attachment": true,
950
- "temperature": true,
951
- "knowledge": "2024-09-30",
952
- "release_date": "2025-08-07",
953
- "last_updated": "2025-08-07",
954
- "open_weights": false,
955
- "modalities": {
956
- "input": [
957
- "text",
958
- "image"
959
- ],
960
- "output": [
961
- "text"
962
- ]
963
- },
964
- "pricing": {
965
- "input": 1.2562499999999999,
966
- "output": 10.049999999999999
967
- }
968
- },
969
- {
970
- "id": "gpt-5-codex",
971
- "name": "GPT-5-Codex",
972
- "owned_by": "openai",
973
- "context_length": 400000,
974
- "max_output": 128000,
975
- "reasoning": true,
976
- "tool_call": true,
977
- "attachment": false,
978
- "temperature": false,
979
- "knowledge": "2024-09-30",
980
- "release_date": "2025-09-15",
981
- "last_updated": "2025-09-15",
982
- "open_weights": false,
983
- "modalities": {
984
- "input": [
985
- "text",
986
- "image"
987
- ],
988
- "output": [
989
- "text"
990
- ]
991
- },
992
- "pricing": {
993
- "input": 1.2562499999999999,
994
- "output": 10.049999999999999,
995
- "cache_read": 0.125625
996
- }
997
- },
998
- {
999
- "id": "gpt-5-mini",
1000
- "name": "GPT-5 Mini",
1001
- "owned_by": "openai",
1002
- "context_length": 400000,
1003
- "max_output": 128000,
1004
- "reasoning": true,
1005
- "tool_call": true,
1006
- "attachment": true,
1007
- "temperature": false,
1008
- "knowledge": "2024-05-30",
1009
- "release_date": "2025-08-07",
1010
- "last_updated": "2025-08-07",
1011
- "open_weights": false,
1012
- "modalities": {
1013
- "input": [
1014
- "text",
1015
- "image"
1016
- ],
1017
- "output": [
1018
- "text"
1019
- ]
1020
- },
1021
- "pricing": {
1022
- "input": 0.25125,
1023
- "output": 2.01,
1024
- "cache_read": 0.025124999999999998
1025
- }
1026
- },
1027
- {
1028
- "id": "gpt-5-nano",
1029
- "name": "GPT-5 Nano",
1030
- "owned_by": "openai",
1031
- "context_length": 400000,
1032
- "max_output": 128000,
1033
- "reasoning": true,
1034
- "tool_call": true,
1035
- "attachment": true,
1036
- "temperature": false,
1037
- "knowledge": "2024-05-30",
1038
- "release_date": "2025-08-07",
1039
- "last_updated": "2025-08-07",
1040
- "open_weights": false,
1041
- "modalities": {
1042
- "input": [
1043
- "text",
1044
- "image"
1045
- ],
1046
- "output": [
1047
- "text"
1048
- ]
1049
- },
1050
- "pricing": {
1051
- "input": 0.050249999999999996,
1052
- "output": 0.40199999999999997,
1053
- "cache_read": 0.005025
1054
- }
1055
- },
1056
- {
1057
- "id": "gpt-5-pro",
1058
- "name": "GPT-5 Pro",
1059
- "owned_by": "openai",
1060
- "context_length": 400000,
1061
- "max_output": 272000,
1062
- "reasoning": true,
1063
- "tool_call": true,
1064
- "attachment": true,
1065
- "temperature": false,
1066
- "knowledge": "2024-09-30",
1067
- "release_date": "2025-10-06",
1068
- "last_updated": "2025-10-06",
1069
- "open_weights": false,
1070
- "modalities": {
1071
- "input": [
1072
- "text",
1073
- "image"
1074
- ],
1075
- "output": [
1076
- "text"
1077
- ]
1078
- },
1079
- "pricing": {
1080
- "input": 15.075,
1081
- "output": 120.6
1082
- }
1083
- },
1084
- {
1085
- "id": "gpt-5.1",
1086
- "name": "GPT-5.1",
1087
- "owned_by": "openai",
1088
- "context_length": 400000,
1089
- "max_output": 128000,
1090
- "reasoning": true,
1091
- "tool_call": true,
1092
- "attachment": true,
1093
- "temperature": false,
1094
- "knowledge": "2024-09-30",
1095
- "release_date": "2025-11-13",
1096
- "last_updated": "2025-11-13",
1097
- "open_weights": false,
1098
- "modalities": {
1099
- "input": [
1100
- "text",
1101
- "image"
1102
- ],
1103
- "output": [
1104
- "text"
1105
- ]
1106
- },
1107
- "pricing": {
1108
- "input": 1.2562499999999999,
1109
- "output": 10.049999999999999,
1110
- "cache_read": 0.13065
1111
- }
1112
- },
1113
- {
1114
- "id": "gpt-5.1-chat-latest",
1115
- "name": "GPT-5.1 Chat",
1116
- "owned_by": "openai",
1117
- "context_length": 128000,
1118
- "max_output": 16384,
1119
- "reasoning": true,
1120
- "tool_call": true,
1121
- "attachment": true,
1122
- "temperature": false,
1123
- "knowledge": "2024-09-30",
1124
- "release_date": "2025-11-13",
1125
- "last_updated": "2025-11-13",
1126
- "open_weights": false,
1127
- "modalities": {
1128
- "input": [
1129
- "text",
1130
- "image"
1131
- ],
1132
- "output": [
1133
- "text"
1134
- ]
1135
- },
1136
- "pricing": {
1137
- "input": 1.2562499999999999,
1138
- "output": 10.049999999999999,
1139
- "cache_read": 0.125625
1140
- }
1141
- },
1142
- {
1143
- "id": "gpt-5.1-codex",
1144
- "name": "GPT-5.1 Codex",
1145
- "owned_by": "openai",
1146
- "context_length": 400000,
1147
- "max_output": 128000,
1148
- "reasoning": true,
1149
- "tool_call": true,
1150
- "attachment": true,
1151
- "temperature": false,
1152
- "knowledge": "2024-09-30",
1153
- "release_date": "2025-11-13",
1154
- "last_updated": "2025-11-13",
1155
- "open_weights": false,
1156
- "modalities": {
1157
- "input": [
1158
- "text",
1159
- "image"
1160
- ],
1161
- "output": [
1162
- "text"
1163
- ]
1164
- },
1165
- "pricing": {
1166
- "input": 1.2562499999999999,
1167
- "output": 10.049999999999999,
1168
- "cache_read": 0.125625
1169
- }
1170
- },
1171
- {
1172
- "id": "gpt-5.1-codex-max",
1173
- "name": "GPT-5.1 Codex Max",
1174
- "owned_by": "openai",
1175
- "context_length": 400000,
1176
- "max_output": 128000,
1177
- "reasoning": true,
1178
- "tool_call": true,
1179
- "attachment": true,
1180
- "temperature": false,
1181
- "knowledge": "2024-09-30",
1182
- "release_date": "2025-11-13",
1183
- "last_updated": "2025-11-13",
1184
- "open_weights": false,
1185
- "modalities": {
1186
- "input": [
1187
- "text",
1188
- "image"
1189
- ],
1190
- "output": [
1191
- "text"
1192
- ]
1193
- },
1194
- "pricing": {
1195
- "input": 1.2562499999999999,
1196
- "output": 10.049999999999999,
1197
- "cache_read": 0.125625
1198
- }
1199
- },
1200
- {
1201
- "id": "gpt-5.1-codex-mini",
1202
- "name": "GPT-5.1 Codex mini",
1203
- "owned_by": "openai",
1204
- "context_length": 400000,
1205
- "max_output": 128000,
1206
- "reasoning": true,
1207
- "tool_call": true,
1208
- "attachment": true,
1209
- "temperature": false,
1210
- "knowledge": "2024-09-30",
1211
- "release_date": "2025-11-13",
1212
- "last_updated": "2025-11-13",
1213
- "open_weights": false,
1214
- "modalities": {
1215
- "input": [
1216
- "text",
1217
- "image"
1218
- ],
1219
- "output": [
1220
- "text"
1221
- ]
1222
- },
1223
- "pricing": {
1224
- "input": 0.25125,
1225
- "output": 2.01,
1226
- "cache_read": 0.025124999999999998
1227
- }
1228
- },
1229
- {
1230
- "id": "gpt-5.2",
1231
- "name": "GPT-5.2",
1232
- "owned_by": "openai",
1233
- "context_length": 400000,
1234
- "max_output": 128000,
1235
- "reasoning": true,
1236
- "tool_call": true,
1237
- "attachment": true,
1238
- "temperature": false,
1239
- "knowledge": "2025-08-31",
1240
- "release_date": "2025-12-11",
1241
- "last_updated": "2025-12-11",
1242
- "open_weights": false,
1243
- "modalities": {
1244
- "input": [
1245
- "text",
1246
- "image"
1247
- ],
1248
- "output": [
1249
- "text"
1250
- ]
1251
- },
1252
- "pricing": {
1253
- "input": 1.7587499999999998,
1254
- "output": 14.069999999999999,
1255
- "cache_read": 0.17587499999999998
1256
- }
1257
- },
1258
- {
1259
- "id": "gpt-5.2-chat-latest",
1260
- "name": "GPT-5.2 Chat",
1261
- "owned_by": "openai",
1262
- "context_length": 128000,
1263
- "max_output": 16384,
1264
- "reasoning": true,
1265
- "tool_call": true,
1266
- "attachment": true,
1267
- "temperature": false,
1268
- "knowledge": "2025-08-31",
1269
- "release_date": "2025-12-11",
1270
- "last_updated": "2025-12-11",
1271
- "open_weights": false,
1272
- "modalities": {
1273
- "input": [
1274
- "text",
1275
- "image"
1276
- ],
1277
- "output": [
1278
- "text"
1279
- ]
1280
- },
1281
- "pricing": {
1282
- "input": 1.7587499999999998,
1283
- "output": 14.069999999999999,
1284
- "cache_read": 0.17587499999999998
1285
- }
1286
- },
1287
- {
1288
- "id": "gpt-5.2-codex",
1289
- "name": "GPT-5.2 Codex",
1290
- "owned_by": "openai",
1291
- "context_length": 400000,
1292
- "max_output": 128000,
1293
- "reasoning": true,
1294
- "tool_call": true,
1295
- "attachment": true,
1296
- "temperature": false,
1297
- "knowledge": "2025-08-31",
1298
- "release_date": "2025-12-11",
1299
- "last_updated": "2025-12-11",
1300
- "open_weights": false,
1301
- "modalities": {
1302
- "input": [
1303
- "text",
1304
- "image",
1305
- "pdf"
1306
- ],
1307
- "output": [
1308
- "text"
1309
- ]
1310
- },
1311
- "pricing": {
1312
- "input": 1.7587499999999998,
1313
- "output": 14.069999999999999,
1314
- "cache_read": 0.17587499999999998
1315
- }
1316
- },
1317
- {
1318
- "id": "gpt-5.2-pro",
1319
- "name": "GPT-5.2 Pro",
1320
- "owned_by": "openai",
1321
- "context_length": 400000,
1322
- "max_output": 128000,
1323
- "reasoning": true,
1324
- "tool_call": true,
1325
- "attachment": true,
1326
- "temperature": false,
1327
- "knowledge": "2025-08-31",
1328
- "release_date": "2025-12-11",
1329
- "last_updated": "2025-12-11",
1330
- "open_weights": false,
1331
- "modalities": {
1332
- "input": [
1333
- "text",
1334
- "image"
1335
- ],
1336
- "output": [
1337
- "text"
1338
- ]
1339
- },
1340
- "pricing": {
1341
- "input": 21.104999999999997,
1342
- "output": 168.83999999999997
1343
- }
1344
- },
1345
- {
1346
- "id": "gpt-5.3-codex",
1347
- "name": "GPT-5.3 Codex",
1348
- "owned_by": "openai",
1349
- "context_length": 400000,
1350
- "max_output": 128000,
1351
- "reasoning": true,
1352
- "tool_call": true,
1353
- "attachment": true,
1354
- "temperature": false,
1355
- "knowledge": "2025-08-31",
1356
- "release_date": "2026-02-05",
1357
- "last_updated": "2026-02-05",
1358
- "open_weights": false,
1359
- "modalities": {
1360
- "input": [
1361
- "text",
1362
- "image",
1363
- "pdf"
1364
- ],
1365
- "output": [
1366
- "text"
1367
- ]
1368
- },
1369
- "pricing": {
1370
- "input": 1.7587499999999998,
1371
- "output": 14.069999999999999,
1372
- "cache_read": 0.17587499999999998
1373
- }
1374
- },
1375
- {
1376
- "id": "gpt-5.3-codex-spark",
1377
- "name": "GPT-5.3 Codex Spark",
1378
- "owned_by": "openai",
1379
- "context_length": 128000,
1380
- "max_output": 32000,
1381
- "reasoning": true,
1382
- "tool_call": true,
1383
- "attachment": true,
1384
- "temperature": false,
1385
- "knowledge": "2025-08-31",
1386
- "release_date": "2026-02-05",
1387
- "last_updated": "2026-02-05",
1388
- "open_weights": false,
1389
- "modalities": {
1390
- "input": [
1391
- "text",
1392
- "image",
1393
- "pdf"
1394
- ],
1395
- "output": [
1396
- "text"
1397
- ]
1398
- },
1399
- "pricing": {
1400
- "input": 1.7587499999999998,
1401
- "output": 14.069999999999999,
1402
- "cache_read": 0.17587499999999998
1403
- }
1404
- },
1405
- {
1406
- "id": "glm-4.7",
1407
- "name": "GLM-4.7",
1408
- "owned_by": "zai",
1409
- "context_length": 204800,
1410
- "max_output": 131072,
1411
- "reasoning": true,
1412
- "tool_call": true,
1413
- "attachment": false,
1414
- "temperature": true,
1415
- "knowledge": "2025-04",
1416
- "release_date": "2025-12-22",
1417
- "last_updated": "2025-12-22",
1418
- "open_weights": true,
1419
- "modalities": {
1420
- "input": [
1421
- "text"
1422
- ],
1423
- "output": [
1424
- "text"
1425
- ]
1426
- },
1427
- "pricing": {
1428
- "input": 0.6029999999999999,
1429
- "output": 2.211,
1430
- "cache_read": 0.11055
1431
- }
1432
- },
1433
- {
1434
- "id": "glm-4.7-flash",
1435
- "name": "GLM-4.7-Flash",
1436
- "owned_by": "zai",
1437
- "context_length": 200000,
1438
- "max_output": 131072,
1439
- "reasoning": true,
1440
- "tool_call": true,
1441
- "attachment": false,
1442
- "temperature": true,
1443
- "knowledge": "2025-04",
1444
- "release_date": "2026-01-19",
1445
- "last_updated": "2026-01-19",
1446
- "open_weights": true,
1447
- "modalities": {
1448
- "input": [
1449
- "text"
1450
- ],
1451
- "output": [
1452
- "text"
1453
- ]
1454
- },
1455
- "pricing": {
1456
- "input": 0,
1457
- "output": 0
1458
- }
1459
- },
1460
- {
1461
- "id": "glm-5",
1462
- "name": "GLM-5",
1463
- "owned_by": "zai",
1464
- "context_length": 204800,
1465
- "max_output": 131072,
1466
- "reasoning": true,
1467
- "tool_call": true,
1468
- "attachment": false,
1469
- "temperature": true,
1470
- "release_date": "2026-02-11",
1471
- "last_updated": "2026-02-11",
1472
- "open_weights": false,
1473
- "modalities": {
1474
- "input": [
1475
- "text"
1476
- ],
1477
- "output": [
1478
- "text"
1479
- ]
1480
- },
1481
- "pricing": {
1482
- "input": 1.005,
1483
- "output": 3.2159999999999997,
1484
- "cache_read": 0.20099999999999998
1485
- }
1486
- }
1487
- ],
1488
- "providers": [
1489
- "anthropic",
1490
- "google",
1491
- "minimax",
1492
- "moonshot",
1493
- "openai",
1494
- "zai"
1495
- ],
1496
- "lastUpdated": "2026-02-19"
36
+ models: [
37
+ {
38
+ id: 'claude-3-5-haiku-20241022',
39
+ name: 'Claude Haiku 3.5',
40
+ owned_by: 'anthropic',
41
+ context_length: 200000,
42
+ max_output: 8192,
43
+ reasoning: false,
44
+ tool_call: true,
45
+ attachment: true,
46
+ temperature: true,
47
+ knowledge: '2024-07-31',
48
+ release_date: '2024-10-22',
49
+ last_updated: '2024-10-22',
50
+ open_weights: false,
51
+ modalities: {
52
+ input: ['text', 'image', 'pdf'],
53
+ output: ['text'],
54
+ },
55
+ pricing: {
56
+ input: 0.8039999999999999,
57
+ output: 4.02,
58
+ cache_read: 0.0804,
59
+ cache_write: 1.005,
60
+ },
61
+ },
62
+ {
63
+ id: 'claude-3-5-haiku-latest',
64
+ name: 'Claude Haiku 3.5 (latest)',
65
+ owned_by: 'anthropic',
66
+ context_length: 200000,
67
+ max_output: 8192,
68
+ reasoning: false,
69
+ tool_call: true,
70
+ attachment: true,
71
+ temperature: true,
72
+ knowledge: '2024-07-31',
73
+ release_date: '2024-10-22',
74
+ last_updated: '2024-10-22',
75
+ open_weights: false,
76
+ modalities: {
77
+ input: ['text', 'image', 'pdf'],
78
+ output: ['text'],
79
+ },
80
+ pricing: {
81
+ input: 0.8039999999999999,
82
+ output: 4.02,
83
+ cache_read: 0.0804,
84
+ cache_write: 1.005,
85
+ },
86
+ },
87
+ {
88
+ id: 'claude-3-5-sonnet-20240620',
89
+ name: 'Claude Sonnet 3.5',
90
+ owned_by: 'anthropic',
91
+ context_length: 200000,
92
+ max_output: 8192,
93
+ reasoning: false,
94
+ tool_call: true,
95
+ attachment: true,
96
+ temperature: true,
97
+ knowledge: '2024-04-30',
98
+ release_date: '2024-06-20',
99
+ last_updated: '2024-06-20',
100
+ open_weights: false,
101
+ modalities: {
102
+ input: ['text', 'image', 'pdf'],
103
+ output: ['text'],
104
+ },
105
+ pricing: {
106
+ input: 3.0149999999999997,
107
+ output: 15.075,
108
+ cache_read: 0.30149999999999993,
109
+ cache_write: 3.76875,
110
+ },
111
+ },
112
+ {
113
+ id: 'claude-3-5-sonnet-20241022',
114
+ name: 'Claude Sonnet 3.5 v2',
115
+ owned_by: 'anthropic',
116
+ context_length: 200000,
117
+ max_output: 8192,
118
+ reasoning: false,
119
+ tool_call: true,
120
+ attachment: true,
121
+ temperature: true,
122
+ knowledge: '2024-04-30',
123
+ release_date: '2024-10-22',
124
+ last_updated: '2024-10-22',
125
+ open_weights: false,
126
+ modalities: {
127
+ input: ['text', 'image', 'pdf'],
128
+ output: ['text'],
129
+ },
130
+ pricing: {
131
+ input: 3.0149999999999997,
132
+ output: 15.075,
133
+ cache_read: 0.30149999999999993,
134
+ cache_write: 3.76875,
135
+ },
136
+ },
137
+ {
138
+ id: 'claude-haiku-4-5',
139
+ name: 'Claude Haiku 4.5 (latest)',
140
+ owned_by: 'anthropic',
141
+ context_length: 200000,
142
+ max_output: 64000,
143
+ reasoning: true,
144
+ tool_call: true,
145
+ attachment: true,
146
+ temperature: true,
147
+ knowledge: '2025-02-28',
148
+ release_date: '2025-10-15',
149
+ last_updated: '2025-10-15',
150
+ open_weights: false,
151
+ modalities: {
152
+ input: ['text', 'image', 'pdf'],
153
+ output: ['text'],
154
+ },
155
+ pricing: {
156
+ input: 1.005,
157
+ output: 5.0249999999999995,
158
+ cache_read: 0.10049999999999999,
159
+ cache_write: 1.2562499999999999,
160
+ },
161
+ },
162
+ {
163
+ id: 'claude-haiku-4-5-20251001',
164
+ name: 'Claude Haiku 4.5',
165
+ owned_by: 'anthropic',
166
+ context_length: 200000,
167
+ max_output: 64000,
168
+ reasoning: true,
169
+ tool_call: true,
170
+ attachment: true,
171
+ temperature: true,
172
+ knowledge: '2025-02-28',
173
+ release_date: '2025-10-15',
174
+ last_updated: '2025-10-15',
175
+ open_weights: false,
176
+ modalities: {
177
+ input: ['text', 'image', 'pdf'],
178
+ output: ['text'],
179
+ },
180
+ pricing: {
181
+ input: 1.005,
182
+ output: 5.0249999999999995,
183
+ cache_read: 0.10049999999999999,
184
+ cache_write: 1.2562499999999999,
185
+ },
186
+ },
187
+ {
188
+ id: 'claude-opus-4-0',
189
+ name: 'Claude Opus 4 (latest)',
190
+ owned_by: 'anthropic',
191
+ context_length: 200000,
192
+ max_output: 32000,
193
+ reasoning: true,
194
+ tool_call: true,
195
+ attachment: true,
196
+ temperature: true,
197
+ knowledge: '2025-03-31',
198
+ release_date: '2025-05-22',
199
+ last_updated: '2025-05-22',
200
+ open_weights: false,
201
+ modalities: {
202
+ input: ['text', 'image', 'pdf'],
203
+ output: ['text'],
204
+ },
205
+ pricing: {
206
+ input: 15.075,
207
+ output: 75.37499999999999,
208
+ cache_read: 1.5074999999999998,
209
+ cache_write: 18.843749999999996,
210
+ },
211
+ },
212
+ {
213
+ id: 'claude-opus-4-1',
214
+ name: 'Claude Opus 4.1 (latest)',
215
+ owned_by: 'anthropic',
216
+ context_length: 200000,
217
+ max_output: 32000,
218
+ reasoning: true,
219
+ tool_call: true,
220
+ attachment: true,
221
+ temperature: true,
222
+ knowledge: '2025-03-31',
223
+ release_date: '2025-08-05',
224
+ last_updated: '2025-08-05',
225
+ open_weights: false,
226
+ modalities: {
227
+ input: ['text', 'image', 'pdf'],
228
+ output: ['text'],
229
+ },
230
+ pricing: {
231
+ input: 15.075,
232
+ output: 75.37499999999999,
233
+ cache_read: 1.5074999999999998,
234
+ cache_write: 18.843749999999996,
235
+ },
236
+ },
237
+ {
238
+ id: 'claude-opus-4-1-20250805',
239
+ name: 'Claude Opus 4.1',
240
+ owned_by: 'anthropic',
241
+ context_length: 200000,
242
+ max_output: 32000,
243
+ reasoning: true,
244
+ tool_call: true,
245
+ attachment: true,
246
+ temperature: true,
247
+ knowledge: '2025-03-31',
248
+ release_date: '2025-08-05',
249
+ last_updated: '2025-08-05',
250
+ open_weights: false,
251
+ modalities: {
252
+ input: ['text', 'image', 'pdf'],
253
+ output: ['text'],
254
+ },
255
+ pricing: {
256
+ input: 15.075,
257
+ output: 75.37499999999999,
258
+ cache_read: 1.5074999999999998,
259
+ cache_write: 18.843749999999996,
260
+ },
261
+ },
262
+ {
263
+ id: 'claude-opus-4-20250514',
264
+ name: 'Claude Opus 4',
265
+ owned_by: 'anthropic',
266
+ context_length: 200000,
267
+ max_output: 32000,
268
+ reasoning: true,
269
+ tool_call: true,
270
+ attachment: true,
271
+ temperature: true,
272
+ knowledge: '2025-03-31',
273
+ release_date: '2025-05-22',
274
+ last_updated: '2025-05-22',
275
+ open_weights: false,
276
+ modalities: {
277
+ input: ['text', 'image', 'pdf'],
278
+ output: ['text'],
279
+ },
280
+ pricing: {
281
+ input: 15.075,
282
+ output: 75.37499999999999,
283
+ cache_read: 1.5074999999999998,
284
+ cache_write: 18.843749999999996,
285
+ },
286
+ },
287
+ {
288
+ id: 'claude-opus-4-5',
289
+ name: 'Claude Opus 4.5 (latest)',
290
+ owned_by: 'anthropic',
291
+ context_length: 200000,
292
+ max_output: 64000,
293
+ reasoning: true,
294
+ tool_call: true,
295
+ attachment: true,
296
+ temperature: true,
297
+ knowledge: '2025-03-31',
298
+ release_date: '2025-11-24',
299
+ last_updated: '2025-11-24',
300
+ open_weights: false,
301
+ modalities: {
302
+ input: ['text', 'image', 'pdf'],
303
+ output: ['text'],
304
+ },
305
+ pricing: {
306
+ input: 5.0249999999999995,
307
+ output: 25.124999999999996,
308
+ cache_read: 0.5025,
309
+ cache_write: 6.281249999999999,
310
+ },
311
+ },
312
+ {
313
+ id: 'claude-opus-4-5-20251101',
314
+ name: 'Claude Opus 4.5',
315
+ owned_by: 'anthropic',
316
+ context_length: 200000,
317
+ max_output: 64000,
318
+ reasoning: true,
319
+ tool_call: true,
320
+ attachment: true,
321
+ temperature: true,
322
+ knowledge: '2025-03-31',
323
+ release_date: '2025-11-01',
324
+ last_updated: '2025-11-01',
325
+ open_weights: false,
326
+ modalities: {
327
+ input: ['text', 'image', 'pdf'],
328
+ output: ['text'],
329
+ },
330
+ pricing: {
331
+ input: 5.0249999999999995,
332
+ output: 25.124999999999996,
333
+ cache_read: 0.5025,
334
+ cache_write: 6.281249999999999,
335
+ },
336
+ },
337
+ {
338
+ id: 'claude-opus-4-6',
339
+ name: 'Claude Opus 4.6',
340
+ owned_by: 'anthropic',
341
+ context_length: 200000,
342
+ max_output: 128000,
343
+ reasoning: true,
344
+ tool_call: true,
345
+ attachment: true,
346
+ temperature: true,
347
+ knowledge: '2025-05',
348
+ release_date: '2026-02-05',
349
+ last_updated: '2026-02-05',
350
+ open_weights: false,
351
+ modalities: {
352
+ input: ['text', 'image', 'pdf'],
353
+ output: ['text'],
354
+ },
355
+ pricing: {
356
+ input: 5.0249999999999995,
357
+ output: 25.124999999999996,
358
+ cache_read: 0.5025,
359
+ cache_write: 6.281249999999999,
360
+ },
361
+ },
362
+ {
363
+ id: 'claude-sonnet-4-0',
364
+ name: 'Claude Sonnet 4 (latest)',
365
+ owned_by: 'anthropic',
366
+ context_length: 200000,
367
+ max_output: 64000,
368
+ reasoning: true,
369
+ tool_call: true,
370
+ attachment: true,
371
+ temperature: true,
372
+ knowledge: '2025-03-31',
373
+ release_date: '2025-05-22',
374
+ last_updated: '2025-05-22',
375
+ open_weights: false,
376
+ modalities: {
377
+ input: ['text', 'image', 'pdf'],
378
+ output: ['text'],
379
+ },
380
+ pricing: {
381
+ input: 3.0149999999999997,
382
+ output: 15.075,
383
+ cache_read: 0.30149999999999993,
384
+ cache_write: 3.76875,
385
+ },
386
+ },
387
+ {
388
+ id: 'claude-sonnet-4-20250514',
389
+ name: 'Claude Sonnet 4',
390
+ owned_by: 'anthropic',
391
+ context_length: 200000,
392
+ max_output: 64000,
393
+ reasoning: true,
394
+ tool_call: true,
395
+ attachment: true,
396
+ temperature: true,
397
+ knowledge: '2025-03-31',
398
+ release_date: '2025-05-22',
399
+ last_updated: '2025-05-22',
400
+ open_weights: false,
401
+ modalities: {
402
+ input: ['text', 'image', 'pdf'],
403
+ output: ['text'],
404
+ },
405
+ pricing: {
406
+ input: 3.0149999999999997,
407
+ output: 15.075,
408
+ cache_read: 0.30149999999999993,
409
+ cache_write: 3.76875,
410
+ },
411
+ },
412
+ {
413
+ id: 'claude-sonnet-4-5',
414
+ name: 'Claude Sonnet 4.5 (latest)',
415
+ owned_by: 'anthropic',
416
+ context_length: 200000,
417
+ max_output: 64000,
418
+ reasoning: true,
419
+ tool_call: true,
420
+ attachment: true,
421
+ temperature: true,
422
+ knowledge: '2025-07-31',
423
+ release_date: '2025-09-29',
424
+ last_updated: '2025-09-29',
425
+ open_weights: false,
426
+ modalities: {
427
+ input: ['text', 'image', 'pdf'],
428
+ output: ['text'],
429
+ },
430
+ pricing: {
431
+ input: 3.0149999999999997,
432
+ output: 15.075,
433
+ cache_read: 0.30149999999999993,
434
+ cache_write: 3.76875,
435
+ },
436
+ },
437
+ {
438
+ id: 'claude-sonnet-4-5-20250929',
439
+ name: 'Claude Sonnet 4.5',
440
+ owned_by: 'anthropic',
441
+ context_length: 200000,
442
+ max_output: 64000,
443
+ reasoning: true,
444
+ tool_call: true,
445
+ attachment: true,
446
+ temperature: true,
447
+ knowledge: '2025-07-31',
448
+ release_date: '2025-09-29',
449
+ last_updated: '2025-09-29',
450
+ open_weights: false,
451
+ modalities: {
452
+ input: ['text', 'image', 'pdf'],
453
+ output: ['text'],
454
+ },
455
+ pricing: {
456
+ input: 3.0149999999999997,
457
+ output: 15.075,
458
+ cache_read: 0.30149999999999993,
459
+ cache_write: 3.76875,
460
+ },
461
+ },
462
+ {
463
+ id: 'claude-sonnet-4-6',
464
+ name: 'Claude Sonnet 4.6',
465
+ owned_by: 'anthropic',
466
+ context_length: 200000,
467
+ max_output: 64000,
468
+ reasoning: true,
469
+ tool_call: true,
470
+ attachment: true,
471
+ temperature: true,
472
+ knowledge: '2025-08',
473
+ release_date: '2026-02-17',
474
+ last_updated: '2026-02-17',
475
+ open_weights: false,
476
+ modalities: {
477
+ input: ['text', 'image', 'pdf'],
478
+ output: ['text'],
479
+ },
480
+ pricing: {
481
+ input: 3.0149999999999997,
482
+ output: 15.075,
483
+ cache_read: 0.30149999999999993,
484
+ cache_write: 3.76875,
485
+ },
486
+ },
487
+ {
488
+ id: 'gemini-3-flash-preview',
489
+ name: 'Gemini 3 Flash Preview',
490
+ owned_by: 'google',
491
+ context_length: 1048576,
492
+ max_output: 65536,
493
+ reasoning: true,
494
+ tool_call: true,
495
+ attachment: true,
496
+ temperature: true,
497
+ knowledge: '2025-01',
498
+ release_date: '2025-12-17',
499
+ last_updated: '2025-12-17',
500
+ open_weights: false,
501
+ modalities: {
502
+ input: ['text', 'image', 'video', 'audio', 'pdf'],
503
+ output: ['text'],
504
+ },
505
+ pricing: {
506
+ input: 0.5025,
507
+ output: 3.0149999999999997,
508
+ cache_read: 0.050249999999999996,
509
+ },
510
+ },
511
+ {
512
+ id: 'gemini-3-pro-preview',
513
+ name: 'Gemini 3 Pro Preview',
514
+ owned_by: 'google',
515
+ context_length: 1000000,
516
+ max_output: 64000,
517
+ reasoning: true,
518
+ tool_call: true,
519
+ attachment: true,
520
+ temperature: true,
521
+ knowledge: '2025-01',
522
+ release_date: '2025-11-18',
523
+ last_updated: '2025-11-18',
524
+ open_weights: false,
525
+ modalities: {
526
+ input: ['text', 'image', 'video', 'audio', 'pdf'],
527
+ output: ['text'],
528
+ },
529
+ pricing: {
530
+ input: 2.01,
531
+ output: 12.059999999999999,
532
+ cache_read: 0.20099999999999998,
533
+ },
534
+ },
535
+ {
536
+ id: 'gemini-3.1-pro-preview',
537
+ name: 'Gemini 3.1 Pro Preview',
538
+ owned_by: 'google',
539
+ context_length: 1048576,
540
+ max_output: 65536,
541
+ reasoning: true,
542
+ tool_call: true,
543
+ attachment: true,
544
+ temperature: true,
545
+ knowledge: '2025-01',
546
+ release_date: '2026-02-19',
547
+ last_updated: '2026-02-19',
548
+ open_weights: false,
549
+ modalities: {
550
+ input: ['text', 'image', 'video', 'audio', 'pdf'],
551
+ output: ['text'],
552
+ },
553
+ pricing: {
554
+ input: 2.01,
555
+ output: 12.059999999999999,
556
+ cache_read: 0.20099999999999998,
557
+ },
558
+ },
559
+ {
560
+ id: 'gemini-3.1-pro-preview-customtools',
561
+ name: 'Gemini 3.1 Pro Preview Custom Tools',
562
+ owned_by: 'google',
563
+ context_length: 1048576,
564
+ max_output: 65536,
565
+ reasoning: true,
566
+ tool_call: true,
567
+ attachment: true,
568
+ temperature: true,
569
+ knowledge: '2025-01',
570
+ release_date: '2026-02-19',
571
+ last_updated: '2026-02-19',
572
+ open_weights: false,
573
+ modalities: {
574
+ input: ['text', 'image', 'video', 'audio', 'pdf'],
575
+ output: ['text'],
576
+ },
577
+ pricing: {
578
+ input: 2.01,
579
+ output: 12.059999999999999,
580
+ cache_read: 0.20099999999999998,
581
+ },
582
+ },
583
+ {
584
+ id: 'MiniMax-M2.1',
585
+ name: 'MiniMax-M2.1',
586
+ owned_by: 'minimax',
587
+ context_length: 204800,
588
+ max_output: 131072,
589
+ reasoning: true,
590
+ tool_call: true,
591
+ attachment: false,
592
+ temperature: true,
593
+ release_date: '2025-12-23',
594
+ last_updated: '2025-12-23',
595
+ open_weights: true,
596
+ modalities: {
597
+ input: ['text'],
598
+ output: ['text'],
599
+ },
600
+ pricing: {
601
+ input: 0.30149999999999993,
602
+ output: 1.2059999999999997,
603
+ },
604
+ },
605
+ {
606
+ id: 'MiniMax-M2.5',
607
+ name: 'MiniMax-M2.5',
608
+ owned_by: 'minimax',
609
+ context_length: 204800,
610
+ max_output: 131072,
611
+ reasoning: true,
612
+ tool_call: true,
613
+ attachment: false,
614
+ temperature: true,
615
+ release_date: '2026-02-12',
616
+ last_updated: '2026-02-12',
617
+ open_weights: true,
618
+ modalities: {
619
+ input: ['text'],
620
+ output: ['text'],
621
+ },
622
+ pricing: {
623
+ input: 0.30149999999999993,
624
+ output: 1.2059999999999997,
625
+ cache_read: 0.030149999999999996,
626
+ cache_write: 0.37687499999999996,
627
+ },
628
+ },
629
+ {
630
+ id: 'kimi-k2-0711-preview',
631
+ name: 'Kimi K2 0711',
632
+ owned_by: 'moonshot',
633
+ context_length: 131072,
634
+ max_output: 16384,
635
+ reasoning: false,
636
+ tool_call: true,
637
+ attachment: false,
638
+ temperature: true,
639
+ knowledge: '2024-10',
640
+ release_date: '2025-07-14',
641
+ last_updated: '2025-07-14',
642
+ open_weights: true,
643
+ modalities: {
644
+ input: ['text'],
645
+ output: ['text'],
646
+ },
647
+ pricing: {
648
+ input: 0.6029999999999999,
649
+ output: 2.5124999999999997,
650
+ cache_read: 0.15074999999999997,
651
+ },
652
+ },
653
+ {
654
+ id: 'kimi-k2-0905-preview',
655
+ name: 'Kimi K2 0905',
656
+ owned_by: 'moonshot',
657
+ context_length: 262144,
658
+ max_output: 262144,
659
+ reasoning: false,
660
+ tool_call: true,
661
+ attachment: false,
662
+ temperature: true,
663
+ knowledge: '2024-10',
664
+ release_date: '2025-09-05',
665
+ last_updated: '2025-09-05',
666
+ open_weights: true,
667
+ modalities: {
668
+ input: ['text'],
669
+ output: ['text'],
670
+ },
671
+ pricing: {
672
+ input: 0.6029999999999999,
673
+ output: 2.5124999999999997,
674
+ cache_read: 0.15074999999999997,
675
+ },
676
+ },
677
+ {
678
+ id: 'kimi-k2-thinking',
679
+ name: 'Kimi K2 Thinking',
680
+ owned_by: 'moonshot',
681
+ context_length: 262144,
682
+ max_output: 262144,
683
+ reasoning: true,
684
+ tool_call: true,
685
+ attachment: false,
686
+ temperature: true,
687
+ knowledge: '2024-08',
688
+ release_date: '2025-11-06',
689
+ last_updated: '2025-11-06',
690
+ open_weights: true,
691
+ modalities: {
692
+ input: ['text'],
693
+ output: ['text'],
694
+ },
695
+ pricing: {
696
+ input: 0.6029999999999999,
697
+ output: 2.5124999999999997,
698
+ cache_read: 0.15074999999999997,
699
+ },
700
+ },
701
+ {
702
+ id: 'kimi-k2-thinking-turbo',
703
+ name: 'Kimi K2 Thinking Turbo',
704
+ owned_by: 'moonshot',
705
+ context_length: 262144,
706
+ max_output: 262144,
707
+ reasoning: true,
708
+ tool_call: true,
709
+ attachment: false,
710
+ temperature: true,
711
+ knowledge: '2024-08',
712
+ release_date: '2025-11-06',
713
+ last_updated: '2025-11-06',
714
+ open_weights: true,
715
+ modalities: {
716
+ input: ['text'],
717
+ output: ['text'],
718
+ },
719
+ pricing: {
720
+ input: 1.1557499999999998,
721
+ output: 8.04,
722
+ cache_read: 0.15074999999999997,
723
+ },
724
+ },
725
+ {
726
+ id: 'kimi-k2-turbo-preview',
727
+ name: 'Kimi K2 Turbo',
728
+ owned_by: 'moonshot',
729
+ context_length: 262144,
730
+ max_output: 262144,
731
+ reasoning: false,
732
+ tool_call: true,
733
+ attachment: false,
734
+ temperature: true,
735
+ knowledge: '2024-10',
736
+ release_date: '2025-09-05',
737
+ last_updated: '2025-09-05',
738
+ open_weights: true,
739
+ modalities: {
740
+ input: ['text'],
741
+ output: ['text'],
742
+ },
743
+ pricing: {
744
+ input: 2.4119999999999995,
745
+ output: 10.049999999999999,
746
+ cache_read: 0.6029999999999999,
747
+ },
748
+ },
749
+ {
750
+ id: 'kimi-k2.5',
751
+ name: 'Kimi K2.5',
752
+ owned_by: 'moonshot',
753
+ context_length: 262144,
754
+ max_output: 262144,
755
+ reasoning: true,
756
+ tool_call: true,
757
+ attachment: false,
758
+ temperature: false,
759
+ knowledge: '2025-01',
760
+ release_date: '2026-01',
761
+ last_updated: '2026-01',
762
+ open_weights: true,
763
+ modalities: {
764
+ input: ['text', 'image', 'video'],
765
+ output: ['text'],
766
+ },
767
+ pricing: {
768
+ input: 0.6029999999999999,
769
+ output: 3.0149999999999997,
770
+ cache_read: 0.10049999999999999,
771
+ cache_write: 0.6029999999999999,
772
+ },
773
+ },
774
+ {
775
+ id: 'gpt-5',
776
+ name: 'GPT-5',
777
+ owned_by: 'openai',
778
+ context_length: 400000,
779
+ max_output: 128000,
780
+ reasoning: true,
781
+ tool_call: true,
782
+ attachment: true,
783
+ temperature: false,
784
+ knowledge: '2024-09-30',
785
+ release_date: '2025-08-07',
786
+ last_updated: '2025-08-07',
787
+ open_weights: false,
788
+ modalities: {
789
+ input: ['text', 'image'],
790
+ output: ['text'],
791
+ },
792
+ pricing: {
793
+ input: 1.2562499999999999,
794
+ output: 10.049999999999999,
795
+ cache_read: 0.125625,
796
+ },
797
+ },
798
+ {
799
+ id: 'gpt-5-chat-latest',
800
+ name: 'GPT-5 Chat (latest)',
801
+ owned_by: 'openai',
802
+ context_length: 400000,
803
+ max_output: 128000,
804
+ reasoning: true,
805
+ tool_call: false,
806
+ attachment: true,
807
+ temperature: true,
808
+ knowledge: '2024-09-30',
809
+ release_date: '2025-08-07',
810
+ last_updated: '2025-08-07',
811
+ open_weights: false,
812
+ modalities: {
813
+ input: ['text', 'image'],
814
+ output: ['text'],
815
+ },
816
+ pricing: {
817
+ input: 1.2562499999999999,
818
+ output: 10.049999999999999,
819
+ },
820
+ },
821
+ {
822
+ id: 'gpt-5-codex',
823
+ name: 'GPT-5-Codex',
824
+ owned_by: 'openai',
825
+ context_length: 400000,
826
+ max_output: 128000,
827
+ reasoning: true,
828
+ tool_call: true,
829
+ attachment: false,
830
+ temperature: false,
831
+ knowledge: '2024-09-30',
832
+ release_date: '2025-09-15',
833
+ last_updated: '2025-09-15',
834
+ open_weights: false,
835
+ modalities: {
836
+ input: ['text', 'image'],
837
+ output: ['text'],
838
+ },
839
+ pricing: {
840
+ input: 1.2562499999999999,
841
+ output: 10.049999999999999,
842
+ cache_read: 0.125625,
843
+ },
844
+ },
845
+ {
846
+ id: 'gpt-5-mini',
847
+ name: 'GPT-5 Mini',
848
+ owned_by: 'openai',
849
+ context_length: 400000,
850
+ max_output: 128000,
851
+ reasoning: true,
852
+ tool_call: true,
853
+ attachment: true,
854
+ temperature: false,
855
+ knowledge: '2024-05-30',
856
+ release_date: '2025-08-07',
857
+ last_updated: '2025-08-07',
858
+ open_weights: false,
859
+ modalities: {
860
+ input: ['text', 'image'],
861
+ output: ['text'],
862
+ },
863
+ pricing: {
864
+ input: 0.25125,
865
+ output: 2.01,
866
+ cache_read: 0.025124999999999998,
867
+ },
868
+ },
869
+ {
870
+ id: 'gpt-5-nano',
871
+ name: 'GPT-5 Nano',
872
+ owned_by: 'openai',
873
+ context_length: 400000,
874
+ max_output: 128000,
875
+ reasoning: true,
876
+ tool_call: true,
877
+ attachment: true,
878
+ temperature: false,
879
+ knowledge: '2024-05-30',
880
+ release_date: '2025-08-07',
881
+ last_updated: '2025-08-07',
882
+ open_weights: false,
883
+ modalities: {
884
+ input: ['text', 'image'],
885
+ output: ['text'],
886
+ },
887
+ pricing: {
888
+ input: 0.050249999999999996,
889
+ output: 0.40199999999999997,
890
+ cache_read: 0.005025,
891
+ },
892
+ },
893
+ {
894
+ id: 'gpt-5-pro',
895
+ name: 'GPT-5 Pro',
896
+ owned_by: 'openai',
897
+ context_length: 400000,
898
+ max_output: 272000,
899
+ reasoning: true,
900
+ tool_call: true,
901
+ attachment: true,
902
+ temperature: false,
903
+ knowledge: '2024-09-30',
904
+ release_date: '2025-10-06',
905
+ last_updated: '2025-10-06',
906
+ open_weights: false,
907
+ modalities: {
908
+ input: ['text', 'image'],
909
+ output: ['text'],
910
+ },
911
+ pricing: {
912
+ input: 15.075,
913
+ output: 120.6,
914
+ },
915
+ },
916
+ {
917
+ id: 'gpt-5.1',
918
+ name: 'GPT-5.1',
919
+ owned_by: 'openai',
920
+ context_length: 400000,
921
+ max_output: 128000,
922
+ reasoning: true,
923
+ tool_call: true,
924
+ attachment: true,
925
+ temperature: false,
926
+ knowledge: '2024-09-30',
927
+ release_date: '2025-11-13',
928
+ last_updated: '2025-11-13',
929
+ open_weights: false,
930
+ modalities: {
931
+ input: ['text', 'image'],
932
+ output: ['text'],
933
+ },
934
+ pricing: {
935
+ input: 1.2562499999999999,
936
+ output: 10.049999999999999,
937
+ cache_read: 0.13065,
938
+ },
939
+ },
940
+ {
941
+ id: 'gpt-5.1-chat-latest',
942
+ name: 'GPT-5.1 Chat',
943
+ owned_by: 'openai',
944
+ context_length: 128000,
945
+ max_output: 16384,
946
+ reasoning: true,
947
+ tool_call: true,
948
+ attachment: true,
949
+ temperature: false,
950
+ knowledge: '2024-09-30',
951
+ release_date: '2025-11-13',
952
+ last_updated: '2025-11-13',
953
+ open_weights: false,
954
+ modalities: {
955
+ input: ['text', 'image'],
956
+ output: ['text'],
957
+ },
958
+ pricing: {
959
+ input: 1.2562499999999999,
960
+ output: 10.049999999999999,
961
+ cache_read: 0.125625,
962
+ },
963
+ },
964
+ {
965
+ id: 'gpt-5.1-codex',
966
+ name: 'GPT-5.1 Codex',
967
+ owned_by: 'openai',
968
+ context_length: 400000,
969
+ max_output: 128000,
970
+ reasoning: true,
971
+ tool_call: true,
972
+ attachment: true,
973
+ temperature: false,
974
+ knowledge: '2024-09-30',
975
+ release_date: '2025-11-13',
976
+ last_updated: '2025-11-13',
977
+ open_weights: false,
978
+ modalities: {
979
+ input: ['text', 'image'],
980
+ output: ['text'],
981
+ },
982
+ pricing: {
983
+ input: 1.2562499999999999,
984
+ output: 10.049999999999999,
985
+ cache_read: 0.125625,
986
+ },
987
+ },
988
+ {
989
+ id: 'gpt-5.1-codex-max',
990
+ name: 'GPT-5.1 Codex Max',
991
+ owned_by: 'openai',
992
+ context_length: 400000,
993
+ max_output: 128000,
994
+ reasoning: true,
995
+ tool_call: true,
996
+ attachment: true,
997
+ temperature: false,
998
+ knowledge: '2024-09-30',
999
+ release_date: '2025-11-13',
1000
+ last_updated: '2025-11-13',
1001
+ open_weights: false,
1002
+ modalities: {
1003
+ input: ['text', 'image'],
1004
+ output: ['text'],
1005
+ },
1006
+ pricing: {
1007
+ input: 1.2562499999999999,
1008
+ output: 10.049999999999999,
1009
+ cache_read: 0.125625,
1010
+ },
1011
+ },
1012
+ {
1013
+ id: 'gpt-5.1-codex-mini',
1014
+ name: 'GPT-5.1 Codex mini',
1015
+ owned_by: 'openai',
1016
+ context_length: 400000,
1017
+ max_output: 128000,
1018
+ reasoning: true,
1019
+ tool_call: true,
1020
+ attachment: true,
1021
+ temperature: false,
1022
+ knowledge: '2024-09-30',
1023
+ release_date: '2025-11-13',
1024
+ last_updated: '2025-11-13',
1025
+ open_weights: false,
1026
+ modalities: {
1027
+ input: ['text', 'image'],
1028
+ output: ['text'],
1029
+ },
1030
+ pricing: {
1031
+ input: 0.25125,
1032
+ output: 2.01,
1033
+ cache_read: 0.025124999999999998,
1034
+ },
1035
+ },
1036
+ {
1037
+ id: 'gpt-5.2',
1038
+ name: 'GPT-5.2',
1039
+ owned_by: 'openai',
1040
+ context_length: 400000,
1041
+ max_output: 128000,
1042
+ reasoning: true,
1043
+ tool_call: true,
1044
+ attachment: true,
1045
+ temperature: false,
1046
+ knowledge: '2025-08-31',
1047
+ release_date: '2025-12-11',
1048
+ last_updated: '2025-12-11',
1049
+ open_weights: false,
1050
+ modalities: {
1051
+ input: ['text', 'image'],
1052
+ output: ['text'],
1053
+ },
1054
+ pricing: {
1055
+ input: 1.7587499999999998,
1056
+ output: 14.069999999999999,
1057
+ cache_read: 0.17587499999999998,
1058
+ },
1059
+ },
1060
+ {
1061
+ id: 'gpt-5.2-chat-latest',
1062
+ name: 'GPT-5.2 Chat',
1063
+ owned_by: 'openai',
1064
+ context_length: 128000,
1065
+ max_output: 16384,
1066
+ reasoning: true,
1067
+ tool_call: true,
1068
+ attachment: true,
1069
+ temperature: false,
1070
+ knowledge: '2025-08-31',
1071
+ release_date: '2025-12-11',
1072
+ last_updated: '2025-12-11',
1073
+ open_weights: false,
1074
+ modalities: {
1075
+ input: ['text', 'image'],
1076
+ output: ['text'],
1077
+ },
1078
+ pricing: {
1079
+ input: 1.7587499999999998,
1080
+ output: 14.069999999999999,
1081
+ cache_read: 0.17587499999999998,
1082
+ },
1083
+ },
1084
+ {
1085
+ id: 'gpt-5.2-codex',
1086
+ name: 'GPT-5.2 Codex',
1087
+ owned_by: 'openai',
1088
+ context_length: 400000,
1089
+ max_output: 128000,
1090
+ reasoning: true,
1091
+ tool_call: true,
1092
+ attachment: true,
1093
+ temperature: false,
1094
+ knowledge: '2025-08-31',
1095
+ release_date: '2025-12-11',
1096
+ last_updated: '2025-12-11',
1097
+ open_weights: false,
1098
+ modalities: {
1099
+ input: ['text', 'image', 'pdf'],
1100
+ output: ['text'],
1101
+ },
1102
+ pricing: {
1103
+ input: 1.7587499999999998,
1104
+ output: 14.069999999999999,
1105
+ cache_read: 0.17587499999999998,
1106
+ },
1107
+ },
1108
+ {
1109
+ id: 'gpt-5.2-pro',
1110
+ name: 'GPT-5.2 Pro',
1111
+ owned_by: 'openai',
1112
+ context_length: 400000,
1113
+ max_output: 128000,
1114
+ reasoning: true,
1115
+ tool_call: true,
1116
+ attachment: true,
1117
+ temperature: false,
1118
+ knowledge: '2025-08-31',
1119
+ release_date: '2025-12-11',
1120
+ last_updated: '2025-12-11',
1121
+ open_weights: false,
1122
+ modalities: {
1123
+ input: ['text', 'image'],
1124
+ output: ['text'],
1125
+ },
1126
+ pricing: {
1127
+ input: 21.104999999999997,
1128
+ output: 168.83999999999997,
1129
+ },
1130
+ },
1131
+ {
1132
+ id: 'gpt-5.3-codex',
1133
+ name: 'GPT-5.3 Codex',
1134
+ owned_by: 'openai',
1135
+ context_length: 400000,
1136
+ max_output: 128000,
1137
+ reasoning: true,
1138
+ tool_call: true,
1139
+ attachment: true,
1140
+ temperature: false,
1141
+ knowledge: '2025-08-31',
1142
+ release_date: '2026-02-05',
1143
+ last_updated: '2026-02-05',
1144
+ open_weights: false,
1145
+ modalities: {
1146
+ input: ['text', 'image', 'pdf'],
1147
+ output: ['text'],
1148
+ },
1149
+ pricing: {
1150
+ input: 1.7587499999999998,
1151
+ output: 14.069999999999999,
1152
+ cache_read: 0.17587499999999998,
1153
+ },
1154
+ },
1155
+ {
1156
+ id: 'gpt-5.3-codex-spark',
1157
+ name: 'GPT-5.3 Codex Spark',
1158
+ owned_by: 'openai',
1159
+ context_length: 128000,
1160
+ max_output: 32000,
1161
+ reasoning: true,
1162
+ tool_call: true,
1163
+ attachment: true,
1164
+ temperature: false,
1165
+ knowledge: '2025-08-31',
1166
+ release_date: '2026-02-05',
1167
+ last_updated: '2026-02-05',
1168
+ open_weights: false,
1169
+ modalities: {
1170
+ input: ['text', 'image', 'pdf'],
1171
+ output: ['text'],
1172
+ },
1173
+ pricing: {
1174
+ input: 1.7587499999999998,
1175
+ output: 14.069999999999999,
1176
+ cache_read: 0.17587499999999998,
1177
+ },
1178
+ },
1179
+ {
1180
+ id: 'glm-4.7',
1181
+ name: 'GLM-4.7',
1182
+ owned_by: 'zai',
1183
+ context_length: 204800,
1184
+ max_output: 131072,
1185
+ reasoning: true,
1186
+ tool_call: true,
1187
+ attachment: false,
1188
+ temperature: true,
1189
+ knowledge: '2025-04',
1190
+ release_date: '2025-12-22',
1191
+ last_updated: '2025-12-22',
1192
+ open_weights: true,
1193
+ modalities: {
1194
+ input: ['text'],
1195
+ output: ['text'],
1196
+ },
1197
+ pricing: {
1198
+ input: 0.6029999999999999,
1199
+ output: 2.211,
1200
+ cache_read: 0.11055,
1201
+ },
1202
+ },
1203
+ {
1204
+ id: 'glm-4.7-flash',
1205
+ name: 'GLM-4.7-Flash',
1206
+ owned_by: 'zai',
1207
+ context_length: 200000,
1208
+ max_output: 131072,
1209
+ reasoning: true,
1210
+ tool_call: true,
1211
+ attachment: false,
1212
+ temperature: true,
1213
+ knowledge: '2025-04',
1214
+ release_date: '2026-01-19',
1215
+ last_updated: '2026-01-19',
1216
+ open_weights: true,
1217
+ modalities: {
1218
+ input: ['text'],
1219
+ output: ['text'],
1220
+ },
1221
+ pricing: {
1222
+ input: 0,
1223
+ output: 0,
1224
+ },
1225
+ },
1226
+ {
1227
+ id: 'glm-5',
1228
+ name: 'GLM-5',
1229
+ owned_by: 'zai',
1230
+ context_length: 204800,
1231
+ max_output: 131072,
1232
+ reasoning: true,
1233
+ tool_call: true,
1234
+ attachment: false,
1235
+ temperature: true,
1236
+ release_date: '2026-02-11',
1237
+ last_updated: '2026-02-11',
1238
+ open_weights: false,
1239
+ modalities: {
1240
+ input: ['text'],
1241
+ output: ['text'],
1242
+ },
1243
+ pricing: {
1244
+ input: 1.005,
1245
+ output: 3.2159999999999997,
1246
+ cache_read: 0.20099999999999998,
1247
+ },
1248
+ },
1249
+ ],
1250
+ providers: ['anthropic', 'google', 'minimax', 'moonshot', 'openai', 'zai'],
1251
+ lastUpdated: '2026-02-19',
1497
1252
  } as const satisfies SetuCatalog;