@ottocode/ai-sdk 0.1.2 → 0.1.3

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 ADDED
@@ -0,0 +1,1497 @@
1
+ // AUTO-GENERATED by scripts/update-catalog.ts --setu. Do not edit manually.
2
+
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
+ };
27
+ }
28
+
29
+ export interface SetuCatalog {
30
+ models: SetuModelCatalogEntry[];
31
+ providers: string[];
32
+ lastUpdated: string;
33
+ }
34
+
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"
1497
+ } as const satisfies SetuCatalog;