@ottocode/sdk 0.1.297 → 0.1.298
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/package.json +2 -2
- package/src/providers/src/catalog.ts +470 -790
|
@@ -2676,13 +2676,13 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
2676
2676
|
lastUpdated: '2026-04-27',
|
|
2677
2677
|
openWeights: false,
|
|
2678
2678
|
cost: {
|
|
2679
|
-
input: 0.
|
|
2680
|
-
output: 3.
|
|
2681
|
-
cacheRead: 0.
|
|
2679
|
+
input: 0.684,
|
|
2680
|
+
output: 3.42,
|
|
2681
|
+
cacheRead: 0.144,
|
|
2682
2682
|
},
|
|
2683
2683
|
limit: {
|
|
2684
|
-
context:
|
|
2685
|
-
output:
|
|
2684
|
+
context: 262144,
|
|
2685
|
+
output: 262144,
|
|
2686
2686
|
},
|
|
2687
2687
|
},
|
|
2688
2688
|
{
|
|
@@ -2855,30 +2855,6 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
2855
2855
|
output: 32768,
|
|
2856
2856
|
},
|
|
2857
2857
|
},
|
|
2858
|
-
{
|
|
2859
|
-
id: 'alfredpros/codellama-7b-instruct-solidity',
|
|
2860
|
-
label: 'CodeLLaMa 7B Instruct Solidity',
|
|
2861
|
-
modalities: {
|
|
2862
|
-
input: ['text'],
|
|
2863
|
-
output: ['text'],
|
|
2864
|
-
},
|
|
2865
|
-
toolCall: false,
|
|
2866
|
-
reasoningText: false,
|
|
2867
|
-
attachment: false,
|
|
2868
|
-
temperature: true,
|
|
2869
|
-
knowledge: '2023-06-30',
|
|
2870
|
-
releaseDate: '2025-04-14',
|
|
2871
|
-
lastUpdated: '2025-04-14',
|
|
2872
|
-
openWeights: true,
|
|
2873
|
-
cost: {
|
|
2874
|
-
input: 0.8,
|
|
2875
|
-
output: 1.2,
|
|
2876
|
-
},
|
|
2877
|
-
limit: {
|
|
2878
|
-
context: 4096,
|
|
2879
|
-
output: 4096,
|
|
2880
|
-
},
|
|
2881
|
-
},
|
|
2882
2858
|
{
|
|
2883
2859
|
id: 'allenai/olmo-3-32b-think',
|
|
2884
2860
|
label: 'Olmo 3 32B Think',
|
|
@@ -3158,7 +3134,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
3158
3134
|
ownedBy: 'anthropic',
|
|
3159
3135
|
label: 'Claude Opus 4.1 (latest)',
|
|
3160
3136
|
modalities: {
|
|
3161
|
-
input: ['
|
|
3137
|
+
input: ['text', 'image', 'pdf'],
|
|
3162
3138
|
output: ['text'],
|
|
3163
3139
|
},
|
|
3164
3140
|
toolCall: true,
|
|
@@ -3185,7 +3161,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
3185
3161
|
ownedBy: 'anthropic',
|
|
3186
3162
|
label: 'Claude Opus 4.5 (latest)',
|
|
3187
3163
|
modalities: {
|
|
3188
|
-
input: ['
|
|
3164
|
+
input: ['text', 'image', 'pdf'],
|
|
3189
3165
|
output: ['text'],
|
|
3190
3166
|
},
|
|
3191
3167
|
toolCall: true,
|
|
@@ -3313,6 +3289,58 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
3313
3289
|
output: 128000,
|
|
3314
3290
|
},
|
|
3315
3291
|
},
|
|
3292
|
+
{
|
|
3293
|
+
id: 'anthropic/claude-opus-4.8',
|
|
3294
|
+
ownedBy: 'anthropic',
|
|
3295
|
+
label: 'Claude Opus 4.8',
|
|
3296
|
+
modalities: {
|
|
3297
|
+
input: ['text', 'image', 'pdf'],
|
|
3298
|
+
output: ['text'],
|
|
3299
|
+
},
|
|
3300
|
+
toolCall: true,
|
|
3301
|
+
reasoningText: true,
|
|
3302
|
+
attachment: true,
|
|
3303
|
+
temperature: false,
|
|
3304
|
+
releaseDate: '2026-05-28',
|
|
3305
|
+
lastUpdated: '2026-05-28',
|
|
3306
|
+
openWeights: false,
|
|
3307
|
+
cost: {
|
|
3308
|
+
input: 5,
|
|
3309
|
+
output: 25,
|
|
3310
|
+
cacheRead: 0.5,
|
|
3311
|
+
cacheWrite: 6.25,
|
|
3312
|
+
},
|
|
3313
|
+
limit: {
|
|
3314
|
+
context: 1000000,
|
|
3315
|
+
output: 128000,
|
|
3316
|
+
},
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
id: 'anthropic/claude-opus-4.8-fast',
|
|
3320
|
+
ownedBy: 'anthropic',
|
|
3321
|
+
label: 'Claude Opus 4.8 (Fast)',
|
|
3322
|
+
modalities: {
|
|
3323
|
+
input: ['text', 'image', 'pdf'],
|
|
3324
|
+
output: ['text'],
|
|
3325
|
+
},
|
|
3326
|
+
toolCall: true,
|
|
3327
|
+
reasoningText: true,
|
|
3328
|
+
attachment: true,
|
|
3329
|
+
temperature: false,
|
|
3330
|
+
releaseDate: '2026-05-27',
|
|
3331
|
+
lastUpdated: '2026-05-27',
|
|
3332
|
+
openWeights: false,
|
|
3333
|
+
cost: {
|
|
3334
|
+
input: 10,
|
|
3335
|
+
output: 50,
|
|
3336
|
+
cacheRead: 1,
|
|
3337
|
+
cacheWrite: 12.5,
|
|
3338
|
+
},
|
|
3339
|
+
limit: {
|
|
3340
|
+
context: 1000000,
|
|
3341
|
+
output: 128000,
|
|
3342
|
+
},
|
|
3343
|
+
},
|
|
3316
3344
|
{
|
|
3317
3345
|
id: 'anthropic/claude-sonnet-4',
|
|
3318
3346
|
ownedBy: 'anthropic',
|
|
@@ -3537,78 +3565,6 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
3537
3565
|
output: 64000,
|
|
3538
3566
|
},
|
|
3539
3567
|
},
|
|
3540
|
-
{
|
|
3541
|
-
id: 'baidu/ernie-4.5-21b-a3b',
|
|
3542
|
-
label: 'ERNIE 4.5 21B A3B',
|
|
3543
|
-
modalities: {
|
|
3544
|
-
input: ['text'],
|
|
3545
|
-
output: ['text'],
|
|
3546
|
-
},
|
|
3547
|
-
toolCall: true,
|
|
3548
|
-
reasoningText: false,
|
|
3549
|
-
attachment: false,
|
|
3550
|
-
temperature: true,
|
|
3551
|
-
knowledge: '2025-03-31',
|
|
3552
|
-
releaseDate: '2025-08-12',
|
|
3553
|
-
lastUpdated: '2025-08-12',
|
|
3554
|
-
openWeights: true,
|
|
3555
|
-
cost: {
|
|
3556
|
-
input: 0.07,
|
|
3557
|
-
output: 0.28,
|
|
3558
|
-
},
|
|
3559
|
-
limit: {
|
|
3560
|
-
context: 120000,
|
|
3561
|
-
output: 8000,
|
|
3562
|
-
},
|
|
3563
|
-
},
|
|
3564
|
-
{
|
|
3565
|
-
id: 'baidu/ernie-4.5-21b-a3b-thinking',
|
|
3566
|
-
label: 'ERNIE 4.5 21B A3B Thinking',
|
|
3567
|
-
modalities: {
|
|
3568
|
-
input: ['text'],
|
|
3569
|
-
output: ['text'],
|
|
3570
|
-
},
|
|
3571
|
-
toolCall: false,
|
|
3572
|
-
reasoningText: true,
|
|
3573
|
-
attachment: false,
|
|
3574
|
-
temperature: true,
|
|
3575
|
-
knowledge: '2025-03-31',
|
|
3576
|
-
releaseDate: '2025-10-09',
|
|
3577
|
-
lastUpdated: '2025-10-09',
|
|
3578
|
-
openWeights: true,
|
|
3579
|
-
cost: {
|
|
3580
|
-
input: 0.07,
|
|
3581
|
-
output: 0.28,
|
|
3582
|
-
},
|
|
3583
|
-
limit: {
|
|
3584
|
-
context: 131072,
|
|
3585
|
-
output: 65536,
|
|
3586
|
-
},
|
|
3587
|
-
},
|
|
3588
|
-
{
|
|
3589
|
-
id: 'baidu/ernie-4.5-300b-a47b',
|
|
3590
|
-
label: 'ERNIE 4.5 300B A47B ',
|
|
3591
|
-
modalities: {
|
|
3592
|
-
input: ['text'],
|
|
3593
|
-
output: ['text'],
|
|
3594
|
-
},
|
|
3595
|
-
toolCall: false,
|
|
3596
|
-
reasoningText: false,
|
|
3597
|
-
attachment: false,
|
|
3598
|
-
temperature: true,
|
|
3599
|
-
knowledge: '2025-03-31',
|
|
3600
|
-
releaseDate: '2025-06-30',
|
|
3601
|
-
lastUpdated: '2025-06-30',
|
|
3602
|
-
openWeights: true,
|
|
3603
|
-
cost: {
|
|
3604
|
-
input: 0.28,
|
|
3605
|
-
output: 1.1,
|
|
3606
|
-
},
|
|
3607
|
-
limit: {
|
|
3608
|
-
context: 123000,
|
|
3609
|
-
output: 12000,
|
|
3610
|
-
},
|
|
3611
|
-
},
|
|
3612
3568
|
{
|
|
3613
3569
|
id: 'baidu/ernie-4.5-vl-28b-a3b',
|
|
3614
3570
|
label: 'ERNIE 4.5 VL 28B A3B',
|
|
@@ -3933,8 +3889,8 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
3933
3889
|
lastUpdated: '2026-02-28',
|
|
3934
3890
|
openWeights: true,
|
|
3935
3891
|
cost: {
|
|
3936
|
-
input: 0.
|
|
3937
|
-
output: 0.
|
|
3892
|
+
input: 0.2002,
|
|
3893
|
+
output: 0.8001,
|
|
3938
3894
|
},
|
|
3939
3895
|
limit: {
|
|
3940
3896
|
context: 128000,
|
|
@@ -4129,13 +4085,12 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
4129
4085
|
lastUpdated: '2025-12-01',
|
|
4130
4086
|
openWeights: true,
|
|
4131
4087
|
cost: {
|
|
4132
|
-
input: 0.
|
|
4133
|
-
output: 0.
|
|
4134
|
-
cacheRead: 0.0252,
|
|
4088
|
+
input: 0.2288,
|
|
4089
|
+
output: 0.3432,
|
|
4135
4090
|
},
|
|
4136
4091
|
limit: {
|
|
4137
|
-
context:
|
|
4138
|
-
output:
|
|
4092
|
+
context: 128000,
|
|
4093
|
+
output: 64000,
|
|
4139
4094
|
},
|
|
4140
4095
|
},
|
|
4141
4096
|
{
|
|
@@ -4162,31 +4117,6 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
4162
4117
|
output: 65536,
|
|
4163
4118
|
},
|
|
4164
4119
|
},
|
|
4165
|
-
{
|
|
4166
|
-
id: 'deepseek/deepseek-v3.2-speciale',
|
|
4167
|
-
label: 'DeepSeek V3.2 Speciale',
|
|
4168
|
-
modalities: {
|
|
4169
|
-
input: ['text'],
|
|
4170
|
-
output: ['text'],
|
|
4171
|
-
},
|
|
4172
|
-
toolCall: false,
|
|
4173
|
-
reasoningText: true,
|
|
4174
|
-
attachment: false,
|
|
4175
|
-
temperature: true,
|
|
4176
|
-
knowledge: '2024-07',
|
|
4177
|
-
releaseDate: '2025-12-01',
|
|
4178
|
-
lastUpdated: '2025-12-01',
|
|
4179
|
-
openWeights: true,
|
|
4180
|
-
cost: {
|
|
4181
|
-
input: 0.287,
|
|
4182
|
-
output: 0.431,
|
|
4183
|
-
cacheRead: 0.058,
|
|
4184
|
-
},
|
|
4185
|
-
limit: {
|
|
4186
|
-
context: 163840,
|
|
4187
|
-
output: 163840,
|
|
4188
|
-
},
|
|
4189
|
-
},
|
|
4190
4120
|
{
|
|
4191
4121
|
id: 'deepseek/deepseek-v4-flash',
|
|
4192
4122
|
label: 'DeepSeek V4 Flash',
|
|
@@ -4203,37 +4133,13 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
4203
4133
|
lastUpdated: '2026-04-24',
|
|
4204
4134
|
openWeights: true,
|
|
4205
4135
|
cost: {
|
|
4206
|
-
input: 0.
|
|
4207
|
-
output: 0.
|
|
4208
|
-
cacheRead: 0.
|
|
4209
|
-
},
|
|
4210
|
-
limit: {
|
|
4211
|
-
context: 1048576,
|
|
4212
|
-
output: 16384,
|
|
4213
|
-
},
|
|
4214
|
-
},
|
|
4215
|
-
{
|
|
4216
|
-
id: 'deepseek/deepseek-v4-flash:free',
|
|
4217
|
-
label: 'DeepSeek V4 Flash (free)',
|
|
4218
|
-
modalities: {
|
|
4219
|
-
input: ['text'],
|
|
4220
|
-
output: ['text'],
|
|
4221
|
-
},
|
|
4222
|
-
toolCall: true,
|
|
4223
|
-
reasoningText: true,
|
|
4224
|
-
attachment: false,
|
|
4225
|
-
temperature: false,
|
|
4226
|
-
knowledge: '2025-05',
|
|
4227
|
-
releaseDate: '2026-04-24',
|
|
4228
|
-
lastUpdated: '2026-04-24',
|
|
4229
|
-
openWeights: true,
|
|
4230
|
-
cost: {
|
|
4231
|
-
input: 0,
|
|
4232
|
-
output: 0,
|
|
4136
|
+
input: 0.0983,
|
|
4137
|
+
output: 0.1966,
|
|
4138
|
+
cacheRead: 0.0197,
|
|
4233
4139
|
},
|
|
4234
4140
|
limit: {
|
|
4235
4141
|
context: 1048576,
|
|
4236
|
-
output:
|
|
4142
|
+
output: 131072,
|
|
4237
4143
|
},
|
|
4238
4144
|
},
|
|
4239
4145
|
{
|
|
@@ -4284,64 +4190,12 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
4284
4190
|
output: 32768,
|
|
4285
4191
|
},
|
|
4286
4192
|
},
|
|
4287
|
-
{
|
|
4288
|
-
id: 'google/gemini-2.0-flash-001',
|
|
4289
|
-
ownedBy: 'google',
|
|
4290
|
-
label: 'Gemini 2.0 Flash',
|
|
4291
|
-
modalities: {
|
|
4292
|
-
input: ['text', 'image', 'pdf', 'audio', 'video'],
|
|
4293
|
-
output: ['text'],
|
|
4294
|
-
},
|
|
4295
|
-
toolCall: true,
|
|
4296
|
-
reasoningText: false,
|
|
4297
|
-
attachment: true,
|
|
4298
|
-
temperature: true,
|
|
4299
|
-
knowledge: '2024-08-31',
|
|
4300
|
-
releaseDate: '2025-02-05',
|
|
4301
|
-
lastUpdated: '2025-02-05',
|
|
4302
|
-
openWeights: false,
|
|
4303
|
-
cost: {
|
|
4304
|
-
input: 0.1,
|
|
4305
|
-
output: 0.4,
|
|
4306
|
-
cacheRead: 0.025,
|
|
4307
|
-
cacheWrite: 0.083333,
|
|
4308
|
-
},
|
|
4309
|
-
limit: {
|
|
4310
|
-
context: 1000000,
|
|
4311
|
-
output: 8192,
|
|
4312
|
-
},
|
|
4313
|
-
},
|
|
4314
|
-
{
|
|
4315
|
-
id: 'google/gemini-2.0-flash-lite-001',
|
|
4316
|
-
ownedBy: 'google',
|
|
4317
|
-
label: 'Gemini 2.0 Flash Lite',
|
|
4318
|
-
modalities: {
|
|
4319
|
-
input: ['text', 'image', 'pdf', 'audio', 'video'],
|
|
4320
|
-
output: ['text'],
|
|
4321
|
-
},
|
|
4322
|
-
toolCall: true,
|
|
4323
|
-
reasoningText: false,
|
|
4324
|
-
attachment: true,
|
|
4325
|
-
temperature: true,
|
|
4326
|
-
knowledge: '2024-08-31',
|
|
4327
|
-
releaseDate: '2025-02-25',
|
|
4328
|
-
lastUpdated: '2025-02-25',
|
|
4329
|
-
openWeights: false,
|
|
4330
|
-
cost: {
|
|
4331
|
-
input: 0.075,
|
|
4332
|
-
output: 0.3,
|
|
4333
|
-
},
|
|
4334
|
-
limit: {
|
|
4335
|
-
context: 1048576,
|
|
4336
|
-
output: 8192,
|
|
4337
|
-
},
|
|
4338
|
-
},
|
|
4339
4193
|
{
|
|
4340
4194
|
id: 'google/gemini-2.5-flash',
|
|
4341
4195
|
ownedBy: 'google',
|
|
4342
4196
|
label: 'Gemini 2.5 Flash',
|
|
4343
4197
|
modalities: {
|
|
4344
|
-
input: ['
|
|
4198
|
+
input: ['text', 'image', 'audio', 'video', 'pdf'],
|
|
4345
4199
|
output: ['text'],
|
|
4346
4200
|
},
|
|
4347
4201
|
toolCall: true,
|
|
@@ -4368,8 +4222,8 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
4368
4222
|
ownedBy: 'google',
|
|
4369
4223
|
label: 'Nano Banana',
|
|
4370
4224
|
modalities: {
|
|
4371
|
-
input: ['
|
|
4372
|
-
output: ['
|
|
4225
|
+
input: ['text', 'image'],
|
|
4226
|
+
output: ['text', 'image'],
|
|
4373
4227
|
},
|
|
4374
4228
|
toolCall: false,
|
|
4375
4229
|
reasoningText: false,
|
|
@@ -4395,7 +4249,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
4395
4249
|
ownedBy: 'google',
|
|
4396
4250
|
label: 'Gemini 2.5 Flash-Lite',
|
|
4397
4251
|
modalities: {
|
|
4398
|
-
input: ['text', 'image', '
|
|
4252
|
+
input: ['text', 'image', 'audio', 'video', 'pdf'],
|
|
4399
4253
|
output: ['text'],
|
|
4400
4254
|
},
|
|
4401
4255
|
toolCall: true,
|
|
@@ -4449,7 +4303,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
4449
4303
|
ownedBy: 'google',
|
|
4450
4304
|
label: 'Gemini 2.5 Pro',
|
|
4451
4305
|
modalities: {
|
|
4452
|
-
input: ['text', 'image', '
|
|
4306
|
+
input: ['text', 'image', 'audio', 'video', 'pdf'],
|
|
4453
4307
|
output: ['text'],
|
|
4454
4308
|
},
|
|
4455
4309
|
toolCall: true,
|
|
@@ -4530,7 +4384,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
4530
4384
|
ownedBy: 'google',
|
|
4531
4385
|
label: 'Gemini 3 Flash Preview',
|
|
4532
4386
|
modalities: {
|
|
4533
|
-
input: ['text', 'image', '
|
|
4387
|
+
input: ['text', 'image', 'video', 'audio', 'pdf'],
|
|
4534
4388
|
output: ['text'],
|
|
4535
4389
|
},
|
|
4536
4390
|
toolCall: true,
|
|
@@ -4608,7 +4462,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
4608
4462
|
ownedBy: 'google',
|
|
4609
4463
|
label: 'Gemini 3.1 Flash Lite',
|
|
4610
4464
|
modalities: {
|
|
4611
|
-
input: ['text', 'image', 'video', '
|
|
4465
|
+
input: ['text', 'image', 'video', 'audio', 'pdf'],
|
|
4612
4466
|
output: ['text'],
|
|
4613
4467
|
},
|
|
4614
4468
|
toolCall: true,
|
|
@@ -4635,7 +4489,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
4635
4489
|
ownedBy: 'google',
|
|
4636
4490
|
label: 'Gemini 3.1 Flash Lite Preview',
|
|
4637
4491
|
modalities: {
|
|
4638
|
-
input: ['text', 'image', 'video', '
|
|
4492
|
+
input: ['text', 'image', 'video', 'audio', 'pdf'],
|
|
4639
4493
|
output: ['text'],
|
|
4640
4494
|
},
|
|
4641
4495
|
toolCall: true,
|
|
@@ -4662,7 +4516,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
4662
4516
|
ownedBy: 'google',
|
|
4663
4517
|
label: 'Gemini 3.1 Pro Preview',
|
|
4664
4518
|
modalities: {
|
|
4665
|
-
input: ['
|
|
4519
|
+
input: ['text', 'image', 'video', 'audio', 'pdf'],
|
|
4666
4520
|
output: ['text'],
|
|
4667
4521
|
},
|
|
4668
4522
|
toolCall: true,
|
|
@@ -4689,7 +4543,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
4689
4543
|
ownedBy: 'google',
|
|
4690
4544
|
label: 'Gemini 3.1 Pro Preview Custom Tools',
|
|
4691
4545
|
modalities: {
|
|
4692
|
-
input: ['text', '
|
|
4546
|
+
input: ['text', 'image', 'video', 'audio', 'pdf'],
|
|
4693
4547
|
output: ['text'],
|
|
4694
4548
|
},
|
|
4695
4549
|
toolCall: true,
|
|
@@ -4716,7 +4570,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
4716
4570
|
ownedBy: 'google',
|
|
4717
4571
|
label: 'Gemini 3.5 Flash',
|
|
4718
4572
|
modalities: {
|
|
4719
|
-
input: ['text', 'image', 'video', '
|
|
4573
|
+
input: ['text', 'image', 'video', 'audio', 'pdf'],
|
|
4720
4574
|
output: ['text'],
|
|
4721
4575
|
},
|
|
4722
4576
|
toolCall: true,
|
|
@@ -5588,7 +5442,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
5588
5442
|
input: ['text', 'image'],
|
|
5589
5443
|
output: ['text'],
|
|
5590
5444
|
},
|
|
5591
|
-
toolCall:
|
|
5445
|
+
toolCall: true,
|
|
5592
5446
|
reasoningText: false,
|
|
5593
5447
|
attachment: true,
|
|
5594
5448
|
temperature: true,
|
|
@@ -5899,9 +5753,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
5899
5753
|
},
|
|
5900
5754
|
},
|
|
5901
5755
|
{
|
|
5902
|
-
id: 'minimax/minimax-m2.
|
|
5756
|
+
id: 'minimax/minimax-m2.7',
|
|
5903
5757
|
ownedBy: 'minimax',
|
|
5904
|
-
label: 'MiniMax
|
|
5758
|
+
label: 'MiniMax-M2.7',
|
|
5905
5759
|
modalities: {
|
|
5906
5760
|
input: ['text'],
|
|
5907
5761
|
output: ['text'],
|
|
@@ -5910,40 +5764,41 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
5910
5764
|
reasoningText: true,
|
|
5911
5765
|
attachment: false,
|
|
5912
5766
|
temperature: true,
|
|
5913
|
-
releaseDate: '2026-
|
|
5914
|
-
lastUpdated: '2026-
|
|
5767
|
+
releaseDate: '2026-03-18',
|
|
5768
|
+
lastUpdated: '2026-03-18',
|
|
5915
5769
|
openWeights: true,
|
|
5916
5770
|
cost: {
|
|
5917
|
-
input: 0,
|
|
5918
|
-
output:
|
|
5771
|
+
input: 0.279,
|
|
5772
|
+
output: 1.2,
|
|
5919
5773
|
},
|
|
5920
5774
|
limit: {
|
|
5921
|
-
context:
|
|
5922
|
-
output:
|
|
5775
|
+
context: 196608,
|
|
5776
|
+
output: 131072,
|
|
5923
5777
|
},
|
|
5924
5778
|
},
|
|
5925
5779
|
{
|
|
5926
|
-
id: 'minimax/minimax-
|
|
5780
|
+
id: 'minimax/minimax-m3',
|
|
5927
5781
|
ownedBy: 'minimax',
|
|
5928
|
-
label: 'MiniMax-
|
|
5782
|
+
label: 'MiniMax-M3',
|
|
5929
5783
|
modalities: {
|
|
5930
|
-
input: ['text'],
|
|
5784
|
+
input: ['text', 'image', 'video'],
|
|
5931
5785
|
output: ['text'],
|
|
5932
5786
|
},
|
|
5933
5787
|
toolCall: true,
|
|
5934
5788
|
reasoningText: true,
|
|
5935
|
-
attachment:
|
|
5789
|
+
attachment: true,
|
|
5936
5790
|
temperature: true,
|
|
5937
|
-
releaseDate: '2026-
|
|
5938
|
-
lastUpdated: '2026-
|
|
5791
|
+
releaseDate: '2026-06-01',
|
|
5792
|
+
lastUpdated: '2026-06-01',
|
|
5939
5793
|
openWeights: true,
|
|
5940
5794
|
cost: {
|
|
5941
|
-
input: 0.
|
|
5795
|
+
input: 0.3,
|
|
5942
5796
|
output: 1.2,
|
|
5797
|
+
cacheRead: 0.06,
|
|
5943
5798
|
},
|
|
5944
5799
|
limit: {
|
|
5945
|
-
context:
|
|
5946
|
-
output:
|
|
5800
|
+
context: 524288,
|
|
5801
|
+
output: 512000,
|
|
5947
5802
|
},
|
|
5948
5803
|
},
|
|
5949
5804
|
{
|
|
@@ -5996,56 +5851,6 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
5996
5851
|
output: 262144,
|
|
5997
5852
|
},
|
|
5998
5853
|
},
|
|
5999
|
-
{
|
|
6000
|
-
id: 'mistralai/devstral-medium',
|
|
6001
|
-
label: 'Devstral Medium',
|
|
6002
|
-
modalities: {
|
|
6003
|
-
input: ['text', 'pdf'],
|
|
6004
|
-
output: ['text'],
|
|
6005
|
-
},
|
|
6006
|
-
toolCall: true,
|
|
6007
|
-
reasoningText: false,
|
|
6008
|
-
attachment: true,
|
|
6009
|
-
temperature: true,
|
|
6010
|
-
knowledge: '2025-06-30',
|
|
6011
|
-
releaseDate: '2025-07-10',
|
|
6012
|
-
lastUpdated: '2025-07-10',
|
|
6013
|
-
openWeights: false,
|
|
6014
|
-
cost: {
|
|
6015
|
-
input: 0.4,
|
|
6016
|
-
output: 2,
|
|
6017
|
-
cacheRead: 0.04,
|
|
6018
|
-
},
|
|
6019
|
-
limit: {
|
|
6020
|
-
context: 131072,
|
|
6021
|
-
output: 131072,
|
|
6022
|
-
},
|
|
6023
|
-
},
|
|
6024
|
-
{
|
|
6025
|
-
id: 'mistralai/devstral-small',
|
|
6026
|
-
label: 'Devstral Small 1.1',
|
|
6027
|
-
modalities: {
|
|
6028
|
-
input: ['text', 'pdf'],
|
|
6029
|
-
output: ['text'],
|
|
6030
|
-
},
|
|
6031
|
-
toolCall: true,
|
|
6032
|
-
reasoningText: false,
|
|
6033
|
-
attachment: true,
|
|
6034
|
-
temperature: true,
|
|
6035
|
-
knowledge: '2025-03-31',
|
|
6036
|
-
releaseDate: '2025-07-10',
|
|
6037
|
-
lastUpdated: '2025-07-10',
|
|
6038
|
-
openWeights: true,
|
|
6039
|
-
cost: {
|
|
6040
|
-
input: 0.1,
|
|
6041
|
-
output: 0.3,
|
|
6042
|
-
cacheRead: 0.01,
|
|
6043
|
-
},
|
|
6044
|
-
limit: {
|
|
6045
|
-
context: 131072,
|
|
6046
|
-
output: 131072,
|
|
6047
|
-
},
|
|
6048
|
-
},
|
|
6049
5854
|
{
|
|
6050
5855
|
id: 'mistralai/ministral-14b-2512',
|
|
6051
5856
|
label: 'Ministral 3 14B 2512',
|
|
@@ -6118,30 +5923,6 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
6118
5923
|
output: 262144,
|
|
6119
5924
|
},
|
|
6120
5925
|
},
|
|
6121
|
-
{
|
|
6122
|
-
id: 'mistralai/mistral-7b-instruct-v0.1',
|
|
6123
|
-
label: 'Mistral 7B Instruct v0.1',
|
|
6124
|
-
modalities: {
|
|
6125
|
-
input: ['text'],
|
|
6126
|
-
output: ['text'],
|
|
6127
|
-
},
|
|
6128
|
-
toolCall: false,
|
|
6129
|
-
reasoningText: false,
|
|
6130
|
-
attachment: false,
|
|
6131
|
-
temperature: true,
|
|
6132
|
-
knowledge: '2023-09-30',
|
|
6133
|
-
releaseDate: '2023-09-28',
|
|
6134
|
-
lastUpdated: '2023-09-28',
|
|
6135
|
-
openWeights: true,
|
|
6136
|
-
cost: {
|
|
6137
|
-
input: 0.11,
|
|
6138
|
-
output: 0.19,
|
|
6139
|
-
},
|
|
6140
|
-
limit: {
|
|
6141
|
-
context: 2824,
|
|
6142
|
-
output: 2824,
|
|
6143
|
-
},
|
|
6144
|
-
},
|
|
6145
5926
|
{
|
|
6146
5927
|
id: 'mistralai/mistral-large',
|
|
6147
5928
|
label: 'Mistral Large',
|
|
@@ -6192,31 +5973,6 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
6192
5973
|
output: 131072,
|
|
6193
5974
|
},
|
|
6194
5975
|
},
|
|
6195
|
-
{
|
|
6196
|
-
id: 'mistralai/mistral-large-2411',
|
|
6197
|
-
label: 'Mistral Large 2.1',
|
|
6198
|
-
modalities: {
|
|
6199
|
-
input: ['text', 'pdf'],
|
|
6200
|
-
output: ['text'],
|
|
6201
|
-
},
|
|
6202
|
-
toolCall: true,
|
|
6203
|
-
reasoningText: false,
|
|
6204
|
-
attachment: true,
|
|
6205
|
-
temperature: true,
|
|
6206
|
-
knowledge: '2024-11',
|
|
6207
|
-
releaseDate: '2024-11-01',
|
|
6208
|
-
lastUpdated: '2024-11-04',
|
|
6209
|
-
openWeights: true,
|
|
6210
|
-
cost: {
|
|
6211
|
-
input: 2,
|
|
6212
|
-
output: 6,
|
|
6213
|
-
cacheRead: 0.2,
|
|
6214
|
-
},
|
|
6215
|
-
limit: {
|
|
6216
|
-
context: 131072,
|
|
6217
|
-
output: 131072,
|
|
6218
|
-
},
|
|
6219
|
-
},
|
|
6220
5976
|
{
|
|
6221
5977
|
id: 'mistralai/mistral-large-2512',
|
|
6222
5978
|
label: 'Mistral Large 3',
|
|
@@ -6486,31 +6242,6 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
6486
6242
|
output: 65536,
|
|
6487
6243
|
},
|
|
6488
6244
|
},
|
|
6489
|
-
{
|
|
6490
|
-
id: 'mistralai/pixtral-large-2411',
|
|
6491
|
-
label: 'Pixtral Large 2411',
|
|
6492
|
-
modalities: {
|
|
6493
|
-
input: ['text', 'image', 'pdf'],
|
|
6494
|
-
output: ['text'],
|
|
6495
|
-
},
|
|
6496
|
-
toolCall: true,
|
|
6497
|
-
reasoningText: false,
|
|
6498
|
-
attachment: true,
|
|
6499
|
-
temperature: true,
|
|
6500
|
-
knowledge: '2024-07-31',
|
|
6501
|
-
releaseDate: '2024-11-19',
|
|
6502
|
-
lastUpdated: '2024-11-19',
|
|
6503
|
-
openWeights: false,
|
|
6504
|
-
cost: {
|
|
6505
|
-
input: 2,
|
|
6506
|
-
output: 6,
|
|
6507
|
-
cacheRead: 0.2,
|
|
6508
|
-
},
|
|
6509
|
-
limit: {
|
|
6510
|
-
context: 131072,
|
|
6511
|
-
output: 131072,
|
|
6512
|
-
},
|
|
6513
|
-
},
|
|
6514
6245
|
{
|
|
6515
6246
|
id: 'mistralai/voxtral-small-24b-2507',
|
|
6516
6247
|
label: 'Voxtral Small 24B 2507',
|
|
@@ -6653,13 +6384,13 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
6653
6384
|
lastUpdated: '2026-04-21',
|
|
6654
6385
|
openWeights: true,
|
|
6655
6386
|
cost: {
|
|
6656
|
-
input: 0.
|
|
6657
|
-
output: 3.
|
|
6658
|
-
cacheRead: 0.
|
|
6387
|
+
input: 0.684,
|
|
6388
|
+
output: 3.42,
|
|
6389
|
+
cacheRead: 0.144,
|
|
6659
6390
|
},
|
|
6660
6391
|
limit: {
|
|
6661
|
-
context:
|
|
6662
|
-
output:
|
|
6392
|
+
context: 262144,
|
|
6393
|
+
output: 262144,
|
|
6663
6394
|
},
|
|
6664
6395
|
},
|
|
6665
6396
|
{
|
|
@@ -7239,31 +6970,6 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
7239
6970
|
output: 4096,
|
|
7240
6971
|
},
|
|
7241
6972
|
},
|
|
7242
|
-
{
|
|
7243
|
-
id: 'openai/gpt-4-0314',
|
|
7244
|
-
ownedBy: 'openai',
|
|
7245
|
-
label: 'GPT-4 (older v0314)',
|
|
7246
|
-
modalities: {
|
|
7247
|
-
input: ['text'],
|
|
7248
|
-
output: ['text'],
|
|
7249
|
-
},
|
|
7250
|
-
toolCall: true,
|
|
7251
|
-
reasoningText: false,
|
|
7252
|
-
attachment: false,
|
|
7253
|
-
temperature: true,
|
|
7254
|
-
knowledge: '2021-09-30',
|
|
7255
|
-
releaseDate: '2023-05-28',
|
|
7256
|
-
lastUpdated: '2023-05-28',
|
|
7257
|
-
openWeights: false,
|
|
7258
|
-
cost: {
|
|
7259
|
-
input: 30,
|
|
7260
|
-
output: 60,
|
|
7261
|
-
},
|
|
7262
|
-
limit: {
|
|
7263
|
-
context: 8191,
|
|
7264
|
-
output: 4096,
|
|
7265
|
-
},
|
|
7266
|
-
},
|
|
7267
6973
|
{
|
|
7268
6974
|
id: 'openai/gpt-4-1106-preview',
|
|
7269
6975
|
ownedBy: 'openai',
|
|
@@ -7344,7 +7050,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
7344
7050
|
ownedBy: 'openai',
|
|
7345
7051
|
label: 'GPT-4.1',
|
|
7346
7052
|
modalities: {
|
|
7347
|
-
input: ['
|
|
7053
|
+
input: ['text', 'image', 'pdf'],
|
|
7348
7054
|
output: ['text'],
|
|
7349
7055
|
},
|
|
7350
7056
|
toolCall: true,
|
|
@@ -7370,7 +7076,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
7370
7076
|
ownedBy: 'openai',
|
|
7371
7077
|
label: 'GPT-4.1 mini',
|
|
7372
7078
|
modalities: {
|
|
7373
|
-
input: ['
|
|
7079
|
+
input: ['text', 'image', 'pdf'],
|
|
7374
7080
|
output: ['text'],
|
|
7375
7081
|
},
|
|
7376
7082
|
toolCall: true,
|
|
@@ -7519,31 +7225,6 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
7519
7225
|
output: 16384,
|
|
7520
7226
|
},
|
|
7521
7227
|
},
|
|
7522
|
-
{
|
|
7523
|
-
id: 'openai/gpt-4o-audio-preview',
|
|
7524
|
-
ownedBy: 'openai',
|
|
7525
|
-
label: 'GPT-4o Audio',
|
|
7526
|
-
modalities: {
|
|
7527
|
-
input: ['audio', 'text'],
|
|
7528
|
-
output: ['text', 'audio'],
|
|
7529
|
-
},
|
|
7530
|
-
toolCall: true,
|
|
7531
|
-
reasoningText: false,
|
|
7532
|
-
attachment: true,
|
|
7533
|
-
temperature: true,
|
|
7534
|
-
knowledge: '2023-10-31',
|
|
7535
|
-
releaseDate: '2025-08-15',
|
|
7536
|
-
lastUpdated: '2025-08-15',
|
|
7537
|
-
openWeights: false,
|
|
7538
|
-
cost: {
|
|
7539
|
-
input: 2.5,
|
|
7540
|
-
output: 10,
|
|
7541
|
-
},
|
|
7542
|
-
limit: {
|
|
7543
|
-
context: 128000,
|
|
7544
|
-
output: 16384,
|
|
7545
|
-
},
|
|
7546
|
-
},
|
|
7547
7228
|
{
|
|
7548
7229
|
id: 'openai/gpt-4o-mini',
|
|
7549
7230
|
ownedBy: 'openai',
|
|
@@ -7961,7 +7642,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
7961
7642
|
ownedBy: 'openai',
|
|
7962
7643
|
label: 'GPT-5.1 Codex mini',
|
|
7963
7644
|
modalities: {
|
|
7964
|
-
input: ['
|
|
7645
|
+
input: ['text', 'image'],
|
|
7965
7646
|
output: ['text'],
|
|
7966
7647
|
},
|
|
7967
7648
|
toolCall: true,
|
|
@@ -8269,7 +7950,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
8269
7950
|
ownedBy: 'openai',
|
|
8270
7951
|
label: 'GPT-5.5',
|
|
8271
7952
|
modalities: {
|
|
8272
|
-
input: ['
|
|
7953
|
+
input: ['text', 'image', 'pdf'],
|
|
8273
7954
|
output: ['text'],
|
|
8274
7955
|
},
|
|
8275
7956
|
toolCall: true,
|
|
@@ -8295,7 +7976,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
8295
7976
|
ownedBy: 'openai',
|
|
8296
7977
|
label: 'GPT-5.5 Pro',
|
|
8297
7978
|
modalities: {
|
|
8298
|
-
input: ['
|
|
7979
|
+
input: ['text', 'image', 'pdf'],
|
|
8299
7980
|
output: ['text'],
|
|
8300
7981
|
},
|
|
8301
7982
|
toolCall: true,
|
|
@@ -8455,7 +8136,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
8455
8136
|
lastUpdated: '2025-08-05',
|
|
8456
8137
|
openWeights: true,
|
|
8457
8138
|
cost: {
|
|
8458
|
-
input: 0.
|
|
8139
|
+
input: 0.029,
|
|
8459
8140
|
output: 0.14,
|
|
8460
8141
|
},
|
|
8461
8142
|
limit: {
|
|
@@ -8569,7 +8250,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
8569
8250
|
ownedBy: 'openai',
|
|
8570
8251
|
label: 'o3',
|
|
8571
8252
|
modalities: {
|
|
8572
|
-
input: ['
|
|
8253
|
+
input: ['text', 'image', 'pdf'],
|
|
8573
8254
|
output: ['text'],
|
|
8574
8255
|
},
|
|
8575
8256
|
toolCall: true,
|
|
@@ -8832,6 +8513,25 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
8832
8513
|
output: 8000,
|
|
8833
8514
|
},
|
|
8834
8515
|
},
|
|
8516
|
+
{
|
|
8517
|
+
id: 'openrouter/fusion',
|
|
8518
|
+
label: 'Fusion',
|
|
8519
|
+
modalities: {
|
|
8520
|
+
input: ['text'],
|
|
8521
|
+
output: ['text'],
|
|
8522
|
+
},
|
|
8523
|
+
toolCall: false,
|
|
8524
|
+
reasoningText: false,
|
|
8525
|
+
attachment: false,
|
|
8526
|
+
temperature: false,
|
|
8527
|
+
releaseDate: '2026-05-12',
|
|
8528
|
+
lastUpdated: '2026-05-12',
|
|
8529
|
+
openWeights: false,
|
|
8530
|
+
limit: {
|
|
8531
|
+
context: 128000,
|
|
8532
|
+
output: 128000,
|
|
8533
|
+
},
|
|
8534
|
+
},
|
|
8835
8535
|
{
|
|
8836
8536
|
id: 'openrouter/owl-alpha',
|
|
8837
8537
|
label: 'Owl Alpha',
|
|
@@ -9114,7 +8814,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
9114
8814
|
input: ['text'],
|
|
9115
8815
|
output: ['text'],
|
|
9116
8816
|
},
|
|
9117
|
-
toolCall:
|
|
8817
|
+
toolCall: false,
|
|
9118
8818
|
reasoningText: false,
|
|
9119
8819
|
attachment: false,
|
|
9120
8820
|
temperature: true,
|
|
@@ -9342,12 +9042,13 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
9342
9042
|
lastUpdated: '2025-07-25',
|
|
9343
9043
|
openWeights: true,
|
|
9344
9044
|
cost: {
|
|
9345
|
-
input: 0.
|
|
9346
|
-
output: 1
|
|
9045
|
+
input: 0.1,
|
|
9046
|
+
output: 0.1,
|
|
9047
|
+
cacheRead: 0.1,
|
|
9347
9048
|
},
|
|
9348
9049
|
limit: {
|
|
9349
|
-
context:
|
|
9350
|
-
output:
|
|
9050
|
+
context: 262144,
|
|
9051
|
+
output: 262144,
|
|
9351
9052
|
},
|
|
9352
9053
|
},
|
|
9353
9054
|
{
|
|
@@ -9390,12 +9091,12 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
9390
9091
|
lastUpdated: '2025-07-29',
|
|
9391
9092
|
openWeights: true,
|
|
9392
9093
|
cost: {
|
|
9393
|
-
input: 0.
|
|
9394
|
-
output: 0.
|
|
9094
|
+
input: 0.0428,
|
|
9095
|
+
output: 0.1716,
|
|
9395
9096
|
},
|
|
9396
9097
|
limit: {
|
|
9397
|
-
context:
|
|
9398
|
-
output:
|
|
9098
|
+
context: 128000,
|
|
9099
|
+
output: 32000,
|
|
9399
9100
|
},
|
|
9400
9101
|
},
|
|
9401
9102
|
{
|
|
@@ -9968,12 +9669,13 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
9968
9669
|
lastUpdated: '2026-02-25',
|
|
9969
9670
|
openWeights: true,
|
|
9970
9671
|
cost: {
|
|
9971
|
-
input: 0.
|
|
9672
|
+
input: 0.14,
|
|
9972
9673
|
output: 1,
|
|
9674
|
+
cacheRead: 0.05,
|
|
9973
9675
|
},
|
|
9974
9676
|
limit: {
|
|
9975
9677
|
context: 262144,
|
|
9976
|
-
output:
|
|
9678
|
+
output: 262144,
|
|
9977
9679
|
},
|
|
9978
9680
|
},
|
|
9979
9681
|
{
|
|
@@ -10238,6 +9940,31 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
10238
9940
|
output: 65536,
|
|
10239
9941
|
},
|
|
10240
9942
|
},
|
|
9943
|
+
{
|
|
9944
|
+
id: 'qwen/qwen3.7-plus',
|
|
9945
|
+
label: 'Qwen3.7 Plus',
|
|
9946
|
+
modalities: {
|
|
9947
|
+
input: ['text', 'image'],
|
|
9948
|
+
output: ['text'],
|
|
9949
|
+
},
|
|
9950
|
+
toolCall: true,
|
|
9951
|
+
reasoningText: true,
|
|
9952
|
+
attachment: true,
|
|
9953
|
+
temperature: true,
|
|
9954
|
+
releaseDate: '2026-06-03',
|
|
9955
|
+
lastUpdated: '2026-06-03',
|
|
9956
|
+
openWeights: false,
|
|
9957
|
+
cost: {
|
|
9958
|
+
input: 0.4,
|
|
9959
|
+
output: 1.6,
|
|
9960
|
+
cacheRead: 0.08,
|
|
9961
|
+
cacheWrite: 0.5,
|
|
9962
|
+
},
|
|
9963
|
+
limit: {
|
|
9964
|
+
context: 1000000,
|
|
9965
|
+
output: 65536,
|
|
9966
|
+
},
|
|
9967
|
+
},
|
|
10241
9968
|
{
|
|
10242
9969
|
id: 'rekaai/reka-edge',
|
|
10243
9970
|
label: 'Reka Edge',
|
|
@@ -10477,18 +10204,42 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
10477
10204
|
},
|
|
10478
10205
|
},
|
|
10479
10206
|
{
|
|
10480
|
-
id: '
|
|
10481
|
-
label: '
|
|
10207
|
+
id: 'stepfun/step-3.7-flash',
|
|
10208
|
+
label: 'Step 3.7 Flash',
|
|
10482
10209
|
modalities: {
|
|
10483
|
-
input: ['text'],
|
|
10210
|
+
input: ['text', 'image', 'video'],
|
|
10484
10211
|
output: ['text'],
|
|
10485
10212
|
},
|
|
10486
|
-
toolCall:
|
|
10213
|
+
toolCall: true,
|
|
10487
10214
|
reasoningText: true,
|
|
10488
|
-
attachment:
|
|
10215
|
+
attachment: true,
|
|
10489
10216
|
temperature: true,
|
|
10490
|
-
releaseDate: '
|
|
10491
|
-
lastUpdated: '
|
|
10217
|
+
releaseDate: '2026-05-28',
|
|
10218
|
+
lastUpdated: '2026-05-28',
|
|
10219
|
+
openWeights: false,
|
|
10220
|
+
cost: {
|
|
10221
|
+
input: 0.2,
|
|
10222
|
+
output: 1.15,
|
|
10223
|
+
cacheRead: 0.04,
|
|
10224
|
+
},
|
|
10225
|
+
limit: {
|
|
10226
|
+
context: 256000,
|
|
10227
|
+
output: 256000,
|
|
10228
|
+
},
|
|
10229
|
+
},
|
|
10230
|
+
{
|
|
10231
|
+
id: 'switchpoint/router',
|
|
10232
|
+
label: 'Switchpoint Router',
|
|
10233
|
+
modalities: {
|
|
10234
|
+
input: ['text'],
|
|
10235
|
+
output: ['text'],
|
|
10236
|
+
},
|
|
10237
|
+
toolCall: false,
|
|
10238
|
+
reasoningText: true,
|
|
10239
|
+
attachment: false,
|
|
10240
|
+
temperature: true,
|
|
10241
|
+
releaseDate: '2025-07-11',
|
|
10242
|
+
lastUpdated: '2025-07-11',
|
|
10492
10243
|
openWeights: false,
|
|
10493
10244
|
cost: {
|
|
10494
10245
|
input: 0.85,
|
|
@@ -10843,61 +10594,11 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
10843
10594
|
output: 65536,
|
|
10844
10595
|
},
|
|
10845
10596
|
},
|
|
10846
|
-
{
|
|
10847
|
-
id: 'xiaomi/mimo-v2-omni',
|
|
10848
|
-
label: 'MiMo-V2-Omni',
|
|
10849
|
-
modalities: {
|
|
10850
|
-
input: ['text', 'audio', 'image', 'video'],
|
|
10851
|
-
output: ['text'],
|
|
10852
|
-
},
|
|
10853
|
-
toolCall: true,
|
|
10854
|
-
reasoningText: true,
|
|
10855
|
-
attachment: true,
|
|
10856
|
-
temperature: true,
|
|
10857
|
-
knowledge: '2024-12',
|
|
10858
|
-
releaseDate: '2026-03-18',
|
|
10859
|
-
lastUpdated: '2026-03-18',
|
|
10860
|
-
openWeights: false,
|
|
10861
|
-
cost: {
|
|
10862
|
-
input: 0.4,
|
|
10863
|
-
output: 2,
|
|
10864
|
-
cacheRead: 0.08,
|
|
10865
|
-
},
|
|
10866
|
-
limit: {
|
|
10867
|
-
context: 262144,
|
|
10868
|
-
output: 65536,
|
|
10869
|
-
},
|
|
10870
|
-
},
|
|
10871
|
-
{
|
|
10872
|
-
id: 'xiaomi/mimo-v2-pro',
|
|
10873
|
-
label: 'MiMo-V2-Pro',
|
|
10874
|
-
modalities: {
|
|
10875
|
-
input: ['text'],
|
|
10876
|
-
output: ['text'],
|
|
10877
|
-
},
|
|
10878
|
-
toolCall: true,
|
|
10879
|
-
reasoningText: true,
|
|
10880
|
-
attachment: false,
|
|
10881
|
-
temperature: true,
|
|
10882
|
-
knowledge: '2024-12',
|
|
10883
|
-
releaseDate: '2026-03-18',
|
|
10884
|
-
lastUpdated: '2026-03-18',
|
|
10885
|
-
openWeights: false,
|
|
10886
|
-
cost: {
|
|
10887
|
-
input: 1,
|
|
10888
|
-
output: 3,
|
|
10889
|
-
cacheRead: 0.2,
|
|
10890
|
-
},
|
|
10891
|
-
limit: {
|
|
10892
|
-
context: 1048576,
|
|
10893
|
-
output: 131072,
|
|
10894
|
-
},
|
|
10895
|
-
},
|
|
10896
10597
|
{
|
|
10897
10598
|
id: 'xiaomi/mimo-v2.5',
|
|
10898
10599
|
label: 'MiMo-V2.5',
|
|
10899
10600
|
modalities: {
|
|
10900
|
-
input: ['text', '
|
|
10601
|
+
input: ['text', 'image', 'audio', 'video'],
|
|
10901
10602
|
output: ['text'],
|
|
10902
10603
|
},
|
|
10903
10604
|
toolCall: true,
|
|
@@ -11102,7 +10803,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
11102
10803
|
ownedBy: 'zai',
|
|
11103
10804
|
label: 'GLM-4.6V',
|
|
11104
10805
|
modalities: {
|
|
11105
|
-
input: ['
|
|
10806
|
+
input: ['text', 'image', 'video'],
|
|
11106
10807
|
output: ['text'],
|
|
11107
10808
|
},
|
|
11108
10809
|
toolCall: true,
|
|
@@ -11197,7 +10898,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
11197
10898
|
},
|
|
11198
10899
|
limit: {
|
|
11199
10900
|
context: 202752,
|
|
11200
|
-
output:
|
|
10901
|
+
output: 16384,
|
|
11201
10902
|
},
|
|
11202
10903
|
},
|
|
11203
10904
|
{
|
|
@@ -11247,7 +10948,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
11247
10948
|
},
|
|
11248
10949
|
limit: {
|
|
11249
10950
|
context: 202752,
|
|
11250
|
-
output:
|
|
10951
|
+
output: 131072,
|
|
11251
10952
|
},
|
|
11252
10953
|
},
|
|
11253
10954
|
{
|
|
@@ -11610,6 +11311,31 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
11610
11311
|
npm: '@ai-sdk/anthropic',
|
|
11611
11312
|
},
|
|
11612
11313
|
},
|
|
11314
|
+
{
|
|
11315
|
+
id: 'deepseek-v4-flash',
|
|
11316
|
+
label: 'DeepSeek V4 Flash',
|
|
11317
|
+
modalities: {
|
|
11318
|
+
input: ['text'],
|
|
11319
|
+
output: ['text'],
|
|
11320
|
+
},
|
|
11321
|
+
toolCall: true,
|
|
11322
|
+
reasoningText: true,
|
|
11323
|
+
attachment: false,
|
|
11324
|
+
temperature: true,
|
|
11325
|
+
knowledge: '2025-05',
|
|
11326
|
+
releaseDate: '2026-04-24',
|
|
11327
|
+
lastUpdated: '2026-04-24',
|
|
11328
|
+
openWeights: true,
|
|
11329
|
+
cost: {
|
|
11330
|
+
input: 0.14,
|
|
11331
|
+
output: 0.28,
|
|
11332
|
+
cacheRead: 0.03,
|
|
11333
|
+
},
|
|
11334
|
+
limit: {
|
|
11335
|
+
context: 1000000,
|
|
11336
|
+
output: 384000,
|
|
11337
|
+
},
|
|
11338
|
+
},
|
|
11613
11339
|
{
|
|
11614
11340
|
id: 'deepseek-v4-flash-free',
|
|
11615
11341
|
label: 'DeepSeek V4 Flash Free',
|
|
@@ -12726,8 +12452,8 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
12726
12452
|
cacheRead: 0,
|
|
12727
12453
|
},
|
|
12728
12454
|
limit: {
|
|
12729
|
-
context:
|
|
12730
|
-
output:
|
|
12455
|
+
context: 200000,
|
|
12456
|
+
output: 32000,
|
|
12731
12457
|
},
|
|
12732
12458
|
},
|
|
12733
12459
|
{
|
|
@@ -12866,6 +12592,35 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
12866
12592
|
output: 131072,
|
|
12867
12593
|
},
|
|
12868
12594
|
},
|
|
12595
|
+
{
|
|
12596
|
+
id: 'minimax-m3-free',
|
|
12597
|
+
ownedBy: 'minimax',
|
|
12598
|
+
label: 'MiniMax M3 Free',
|
|
12599
|
+
modalities: {
|
|
12600
|
+
input: ['text', 'image', 'video'],
|
|
12601
|
+
output: ['text'],
|
|
12602
|
+
},
|
|
12603
|
+
toolCall: true,
|
|
12604
|
+
reasoningText: true,
|
|
12605
|
+
attachment: false,
|
|
12606
|
+
temperature: true,
|
|
12607
|
+
knowledge: '2025-01',
|
|
12608
|
+
releaseDate: '2026-05-31',
|
|
12609
|
+
lastUpdated: '2026-05-31',
|
|
12610
|
+
openWeights: true,
|
|
12611
|
+
cost: {
|
|
12612
|
+
input: 0,
|
|
12613
|
+
output: 0,
|
|
12614
|
+
cacheRead: 0,
|
|
12615
|
+
},
|
|
12616
|
+
limit: {
|
|
12617
|
+
context: 200000,
|
|
12618
|
+
output: 32000,
|
|
12619
|
+
},
|
|
12620
|
+
provider: {
|
|
12621
|
+
npm: '@ai-sdk/anthropic',
|
|
12622
|
+
},
|
|
12623
|
+
},
|
|
12869
12624
|
{
|
|
12870
12625
|
id: 'nemotron-3-super-free',
|
|
12871
12626
|
label: 'Nemotron 3 Super Free',
|
|
@@ -13229,7 +12984,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
13229
12984
|
ownedBy: 'xai',
|
|
13230
12985
|
label: 'Grok Imagine Video',
|
|
13231
12986
|
modalities: {
|
|
13232
|
-
input: ['text', 'image', 'pdf'],
|
|
12987
|
+
input: ['text', 'image', 'video', 'pdf'],
|
|
13233
12988
|
output: ['video'],
|
|
13234
12989
|
},
|
|
13235
12990
|
toolCall: false,
|
|
@@ -14092,6 +13847,31 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14092
13847
|
output: 131072,
|
|
14093
13848
|
},
|
|
14094
13849
|
},
|
|
13850
|
+
{
|
|
13851
|
+
id: 'MiniMax-M3',
|
|
13852
|
+
ownedBy: 'minimax',
|
|
13853
|
+
label: 'MiniMax-M3',
|
|
13854
|
+
modalities: {
|
|
13855
|
+
input: ['text', 'image', 'video'],
|
|
13856
|
+
output: ['text'],
|
|
13857
|
+
},
|
|
13858
|
+
toolCall: true,
|
|
13859
|
+
reasoningText: true,
|
|
13860
|
+
attachment: true,
|
|
13861
|
+
temperature: true,
|
|
13862
|
+
releaseDate: '2026-06-01',
|
|
13863
|
+
lastUpdated: '2026-06-01',
|
|
13864
|
+
openWeights: true,
|
|
13865
|
+
cost: {
|
|
13866
|
+
input: 0.6,
|
|
13867
|
+
output: 2.4,
|
|
13868
|
+
cacheRead: 0.12,
|
|
13869
|
+
},
|
|
13870
|
+
limit: {
|
|
13871
|
+
context: 512000,
|
|
13872
|
+
output: 128000,
|
|
13873
|
+
},
|
|
13874
|
+
},
|
|
14095
13875
|
],
|
|
14096
13876
|
label: 'MiniMax (minimax.io)',
|
|
14097
13877
|
env: ['MINIMAX_API_KEY'],
|
|
@@ -14105,9 +13885,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14105
13885
|
{
|
|
14106
13886
|
id: 'claude-haiku-4.5',
|
|
14107
13887
|
ownedBy: 'anthropic',
|
|
14108
|
-
label: 'Claude Haiku 4.5',
|
|
13888
|
+
label: 'Claude Haiku 4.5 (latest)',
|
|
14109
13889
|
modalities: {
|
|
14110
|
-
input: ['text', 'image'],
|
|
13890
|
+
input: ['text', 'image', 'pdf'],
|
|
14111
13891
|
output: ['text'],
|
|
14112
13892
|
},
|
|
14113
13893
|
toolCall: true,
|
|
@@ -14119,20 +13899,22 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14119
13899
|
lastUpdated: '2025-10-15',
|
|
14120
13900
|
openWeights: false,
|
|
14121
13901
|
cost: {
|
|
14122
|
-
input:
|
|
14123
|
-
output:
|
|
13902
|
+
input: 1,
|
|
13903
|
+
output: 5,
|
|
13904
|
+
cacheRead: 0.1,
|
|
13905
|
+
cacheWrite: 1.25,
|
|
14124
13906
|
},
|
|
14125
13907
|
limit: {
|
|
14126
|
-
context:
|
|
14127
|
-
output:
|
|
13908
|
+
context: 200000,
|
|
13909
|
+
output: 64000,
|
|
14128
13910
|
},
|
|
14129
13911
|
},
|
|
14130
13912
|
{
|
|
14131
13913
|
id: 'claude-opus-4.5',
|
|
14132
13914
|
ownedBy: 'anthropic',
|
|
14133
|
-
label: 'Claude Opus 4.5',
|
|
13915
|
+
label: 'Claude Opus 4.5 (latest)',
|
|
14134
13916
|
modalities: {
|
|
14135
|
-
input: ['text', 'image'],
|
|
13917
|
+
input: ['text', 'image', 'pdf'],
|
|
14136
13918
|
output: ['text'],
|
|
14137
13919
|
},
|
|
14138
13920
|
toolCall: true,
|
|
@@ -14141,14 +13923,16 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14141
13923
|
temperature: true,
|
|
14142
13924
|
knowledge: '2025-03-31',
|
|
14143
13925
|
releaseDate: '2025-11-24',
|
|
14144
|
-
lastUpdated: '2025-
|
|
13926
|
+
lastUpdated: '2025-11-24',
|
|
14145
13927
|
openWeights: false,
|
|
14146
13928
|
cost: {
|
|
14147
|
-
input:
|
|
14148
|
-
output:
|
|
13929
|
+
input: 5,
|
|
13930
|
+
output: 25,
|
|
13931
|
+
cacheRead: 0.5,
|
|
13932
|
+
cacheWrite: 6.25,
|
|
14149
13933
|
},
|
|
14150
13934
|
limit: {
|
|
14151
|
-
context:
|
|
13935
|
+
context: 200000,
|
|
14152
13936
|
output: 32000,
|
|
14153
13937
|
},
|
|
14154
13938
|
},
|
|
@@ -14157,7 +13941,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14157
13941
|
ownedBy: 'anthropic',
|
|
14158
13942
|
label: 'Claude Opus 4.6',
|
|
14159
13943
|
modalities: {
|
|
14160
|
-
input: ['text', 'image'],
|
|
13944
|
+
input: ['text', 'image', 'pdf'],
|
|
14161
13945
|
output: ['text'],
|
|
14162
13946
|
},
|
|
14163
13947
|
toolCall: true,
|
|
@@ -14166,15 +13950,17 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14166
13950
|
temperature: true,
|
|
14167
13951
|
knowledge: '2025-05-31',
|
|
14168
13952
|
releaseDate: '2026-02-05',
|
|
14169
|
-
lastUpdated: '2026-
|
|
13953
|
+
lastUpdated: '2026-03-13',
|
|
14170
13954
|
openWeights: false,
|
|
14171
13955
|
cost: {
|
|
14172
|
-
input:
|
|
14173
|
-
output:
|
|
13956
|
+
input: 5,
|
|
13957
|
+
output: 25,
|
|
13958
|
+
cacheRead: 0.5,
|
|
13959
|
+
cacheWrite: 6.25,
|
|
14174
13960
|
},
|
|
14175
13961
|
limit: {
|
|
14176
|
-
context:
|
|
14177
|
-
output:
|
|
13962
|
+
context: 200000,
|
|
13963
|
+
output: 32000,
|
|
14178
13964
|
},
|
|
14179
13965
|
},
|
|
14180
13966
|
{
|
|
@@ -14182,7 +13968,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14182
13968
|
ownedBy: 'anthropic',
|
|
14183
13969
|
label: 'Claude Opus 4.7',
|
|
14184
13970
|
modalities: {
|
|
14185
|
-
input: ['text', 'image'],
|
|
13971
|
+
input: ['text', 'image', 'pdf'],
|
|
14186
13972
|
output: ['text'],
|
|
14187
13973
|
},
|
|
14188
13974
|
toolCall: true,
|
|
@@ -14194,45 +13980,48 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14194
13980
|
lastUpdated: '2026-04-16',
|
|
14195
13981
|
openWeights: false,
|
|
14196
13982
|
cost: {
|
|
14197
|
-
input:
|
|
14198
|
-
output:
|
|
13983
|
+
input: 5,
|
|
13984
|
+
output: 25,
|
|
13985
|
+
cacheRead: 0.5,
|
|
13986
|
+
cacheWrite: 6.25,
|
|
14199
13987
|
},
|
|
14200
13988
|
limit: {
|
|
14201
|
-
context:
|
|
14202
|
-
output:
|
|
13989
|
+
context: 200000,
|
|
13990
|
+
output: 32000,
|
|
14203
13991
|
},
|
|
14204
13992
|
},
|
|
14205
13993
|
{
|
|
14206
|
-
id: 'claude-opus-
|
|
13994
|
+
id: 'claude-opus-4.8',
|
|
14207
13995
|
ownedBy: 'anthropic',
|
|
14208
|
-
label: 'Claude Opus 4.
|
|
13996
|
+
label: 'Claude Opus 4.8',
|
|
14209
13997
|
modalities: {
|
|
14210
|
-
input: ['text', 'image'],
|
|
13998
|
+
input: ['text', 'image', 'pdf'],
|
|
14211
13999
|
output: ['text'],
|
|
14212
14000
|
},
|
|
14213
|
-
toolCall:
|
|
14001
|
+
toolCall: true,
|
|
14214
14002
|
reasoningText: true,
|
|
14215
14003
|
attachment: true,
|
|
14216
|
-
temperature:
|
|
14217
|
-
|
|
14218
|
-
|
|
14219
|
-
lastUpdated: '2025-08-05',
|
|
14004
|
+
temperature: false,
|
|
14005
|
+
releaseDate: '2026-05-28',
|
|
14006
|
+
lastUpdated: '2026-05-28',
|
|
14220
14007
|
openWeights: false,
|
|
14221
14008
|
cost: {
|
|
14222
|
-
input:
|
|
14223
|
-
output:
|
|
14009
|
+
input: 5,
|
|
14010
|
+
output: 25,
|
|
14011
|
+
cacheRead: 0.5,
|
|
14012
|
+
cacheWrite: 6.25,
|
|
14224
14013
|
},
|
|
14225
14014
|
limit: {
|
|
14226
|
-
context:
|
|
14227
|
-
output:
|
|
14015
|
+
context: 200000,
|
|
14016
|
+
output: 64000,
|
|
14228
14017
|
},
|
|
14229
14018
|
},
|
|
14230
14019
|
{
|
|
14231
14020
|
id: 'claude-sonnet-4',
|
|
14232
14021
|
ownedBy: 'anthropic',
|
|
14233
|
-
label: 'Claude Sonnet 4',
|
|
14022
|
+
label: 'Claude Sonnet 4 (latest)',
|
|
14234
14023
|
modalities: {
|
|
14235
|
-
input: ['text', 'image'],
|
|
14024
|
+
input: ['text', 'image', 'pdf'],
|
|
14236
14025
|
output: ['text'],
|
|
14237
14026
|
},
|
|
14238
14027
|
toolCall: true,
|
|
@@ -14244,8 +14033,10 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14244
14033
|
lastUpdated: '2025-05-22',
|
|
14245
14034
|
openWeights: false,
|
|
14246
14035
|
cost: {
|
|
14247
|
-
input:
|
|
14248
|
-
output:
|
|
14036
|
+
input: 3,
|
|
14037
|
+
output: 15,
|
|
14038
|
+
cacheRead: 0.3,
|
|
14039
|
+
cacheWrite: 3.75,
|
|
14249
14040
|
},
|
|
14250
14041
|
limit: {
|
|
14251
14042
|
context: 216000,
|
|
@@ -14255,25 +14046,27 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14255
14046
|
{
|
|
14256
14047
|
id: 'claude-sonnet-4.5',
|
|
14257
14048
|
ownedBy: 'anthropic',
|
|
14258
|
-
label: 'Claude Sonnet 4.5',
|
|
14049
|
+
label: 'Claude Sonnet 4.5 (latest)',
|
|
14259
14050
|
modalities: {
|
|
14260
|
-
input: ['text', 'image'],
|
|
14051
|
+
input: ['text', 'image', 'pdf'],
|
|
14261
14052
|
output: ['text'],
|
|
14262
14053
|
},
|
|
14263
14054
|
toolCall: true,
|
|
14264
14055
|
reasoningText: true,
|
|
14265
14056
|
attachment: true,
|
|
14266
14057
|
temperature: true,
|
|
14267
|
-
knowledge: '2025-
|
|
14058
|
+
knowledge: '2025-07-31',
|
|
14268
14059
|
releaseDate: '2025-09-29',
|
|
14269
14060
|
lastUpdated: '2025-09-29',
|
|
14270
14061
|
openWeights: false,
|
|
14271
14062
|
cost: {
|
|
14272
|
-
input:
|
|
14273
|
-
output:
|
|
14063
|
+
input: 3,
|
|
14064
|
+
output: 15,
|
|
14065
|
+
cacheRead: 0.3,
|
|
14066
|
+
cacheWrite: 3.75,
|
|
14274
14067
|
},
|
|
14275
14068
|
limit: {
|
|
14276
|
-
context:
|
|
14069
|
+
context: 200000,
|
|
14277
14070
|
output: 32000,
|
|
14278
14071
|
},
|
|
14279
14072
|
},
|
|
@@ -14282,7 +14075,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14282
14075
|
ownedBy: 'anthropic',
|
|
14283
14076
|
label: 'Claude Sonnet 4.6',
|
|
14284
14077
|
modalities: {
|
|
14285
|
-
input: ['text', 'image'],
|
|
14078
|
+
input: ['text', 'image', 'pdf'],
|
|
14286
14079
|
output: ['text'],
|
|
14287
14080
|
},
|
|
14288
14081
|
toolCall: true,
|
|
@@ -14291,11 +14084,13 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14291
14084
|
temperature: true,
|
|
14292
14085
|
knowledge: '2025-08-31',
|
|
14293
14086
|
releaseDate: '2026-02-17',
|
|
14294
|
-
lastUpdated: '2026-
|
|
14087
|
+
lastUpdated: '2026-03-13',
|
|
14295
14088
|
openWeights: false,
|
|
14296
14089
|
cost: {
|
|
14297
|
-
input:
|
|
14298
|
-
output:
|
|
14090
|
+
input: 3,
|
|
14091
|
+
output: 15,
|
|
14092
|
+
cacheRead: 0.3,
|
|
14093
|
+
cacheWrite: 3.75,
|
|
14299
14094
|
},
|
|
14300
14095
|
limit: {
|
|
14301
14096
|
context: 200000,
|
|
@@ -14307,11 +14102,11 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14307
14102
|
ownedBy: 'google',
|
|
14308
14103
|
label: 'Gemini 2.5 Pro',
|
|
14309
14104
|
modalities: {
|
|
14310
|
-
input: ['text', 'image', 'audio', 'video'],
|
|
14105
|
+
input: ['text', 'image', 'audio', 'video', 'pdf'],
|
|
14311
14106
|
output: ['text'],
|
|
14312
14107
|
},
|
|
14313
14108
|
toolCall: true,
|
|
14314
|
-
reasoningText:
|
|
14109
|
+
reasoningText: true,
|
|
14315
14110
|
attachment: true,
|
|
14316
14111
|
temperature: true,
|
|
14317
14112
|
knowledge: '2025-01',
|
|
@@ -14319,8 +14114,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14319
14114
|
lastUpdated: '2025-06-05',
|
|
14320
14115
|
openWeights: false,
|
|
14321
14116
|
cost: {
|
|
14322
|
-
input:
|
|
14323
|
-
output:
|
|
14117
|
+
input: 1.25,
|
|
14118
|
+
output: 10,
|
|
14119
|
+
cacheRead: 0.125,
|
|
14324
14120
|
},
|
|
14325
14121
|
limit: {
|
|
14326
14122
|
context: 128000,
|
|
@@ -14330,9 +14126,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14330
14126
|
{
|
|
14331
14127
|
id: 'gemini-3-flash-preview',
|
|
14332
14128
|
ownedBy: 'google',
|
|
14333
|
-
label: 'Gemini 3 Flash',
|
|
14129
|
+
label: 'Gemini 3 Flash Preview',
|
|
14334
14130
|
modalities: {
|
|
14335
|
-
input: ['text', 'image', 'audio', '
|
|
14131
|
+
input: ['text', 'image', 'video', 'audio', 'pdf'],
|
|
14336
14132
|
output: ['text'],
|
|
14337
14133
|
},
|
|
14338
14134
|
toolCall: true,
|
|
@@ -14344,33 +14140,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14344
14140
|
lastUpdated: '2025-12-17',
|
|
14345
14141
|
openWeights: false,
|
|
14346
14142
|
cost: {
|
|
14347
|
-
input: 0,
|
|
14348
|
-
output:
|
|
14349
|
-
|
|
14350
|
-
limit: {
|
|
14351
|
-
context: 128000,
|
|
14352
|
-
output: 64000,
|
|
14353
|
-
},
|
|
14354
|
-
},
|
|
14355
|
-
{
|
|
14356
|
-
id: 'gemini-3-pro-preview',
|
|
14357
|
-
ownedBy: 'google',
|
|
14358
|
-
label: 'Gemini 3 Pro Preview',
|
|
14359
|
-
modalities: {
|
|
14360
|
-
input: ['text', 'image', 'audio', 'video'],
|
|
14361
|
-
output: ['text'],
|
|
14362
|
-
},
|
|
14363
|
-
toolCall: true,
|
|
14364
|
-
reasoningText: true,
|
|
14365
|
-
attachment: true,
|
|
14366
|
-
temperature: true,
|
|
14367
|
-
knowledge: '2025-01',
|
|
14368
|
-
releaseDate: '2025-11-18',
|
|
14369
|
-
lastUpdated: '2025-11-18',
|
|
14370
|
-
openWeights: false,
|
|
14371
|
-
cost: {
|
|
14372
|
-
input: 0,
|
|
14373
|
-
output: 0,
|
|
14143
|
+
input: 0.5,
|
|
14144
|
+
output: 3,
|
|
14145
|
+
cacheRead: 0.05,
|
|
14374
14146
|
},
|
|
14375
14147
|
limit: {
|
|
14376
14148
|
context: 128000,
|
|
@@ -14382,7 +14154,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14382
14154
|
ownedBy: 'google',
|
|
14383
14155
|
label: 'Gemini 3.1 Pro Preview',
|
|
14384
14156
|
modalities: {
|
|
14385
|
-
input: ['text', 'image'],
|
|
14157
|
+
input: ['text', 'image', 'video', 'audio', 'pdf'],
|
|
14386
14158
|
output: ['text'],
|
|
14387
14159
|
},
|
|
14388
14160
|
toolCall: true,
|
|
@@ -14394,11 +14166,12 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14394
14166
|
lastUpdated: '2026-02-19',
|
|
14395
14167
|
openWeights: false,
|
|
14396
14168
|
cost: {
|
|
14397
|
-
input:
|
|
14398
|
-
output:
|
|
14169
|
+
input: 2,
|
|
14170
|
+
output: 12,
|
|
14171
|
+
cacheRead: 0.2,
|
|
14399
14172
|
},
|
|
14400
14173
|
limit: {
|
|
14401
|
-
context:
|
|
14174
|
+
context: 200000,
|
|
14402
14175
|
output: 64000,
|
|
14403
14176
|
},
|
|
14404
14177
|
},
|
|
@@ -14407,7 +14180,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14407
14180
|
ownedBy: 'google',
|
|
14408
14181
|
label: 'Gemini 3.5 Flash',
|
|
14409
14182
|
modalities: {
|
|
14410
|
-
input: ['text', 'image', 'audio', '
|
|
14183
|
+
input: ['text', 'image', 'video', 'audio', 'pdf'],
|
|
14411
14184
|
output: ['text'],
|
|
14412
14185
|
},
|
|
14413
14186
|
toolCall: true,
|
|
@@ -14419,11 +14192,12 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14419
14192
|
lastUpdated: '2026-05-19',
|
|
14420
14193
|
openWeights: false,
|
|
14421
14194
|
cost: {
|
|
14422
|
-
input:
|
|
14423
|
-
output:
|
|
14195
|
+
input: 1.5,
|
|
14196
|
+
output: 9,
|
|
14197
|
+
cacheRead: 0.15,
|
|
14424
14198
|
},
|
|
14425
14199
|
limit: {
|
|
14426
|
-
context:
|
|
14200
|
+
context: 200000,
|
|
14427
14201
|
output: 64000,
|
|
14428
14202
|
},
|
|
14429
14203
|
},
|
|
@@ -14432,7 +14206,7 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14432
14206
|
ownedBy: 'openai',
|
|
14433
14207
|
label: 'GPT-4.1',
|
|
14434
14208
|
modalities: {
|
|
14435
|
-
input: ['text', 'image'],
|
|
14209
|
+
input: ['text', 'image', 'pdf'],
|
|
14436
14210
|
output: ['text'],
|
|
14437
14211
|
},
|
|
14438
14212
|
toolCall: true,
|
|
@@ -14444,93 +14218,19 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14444
14218
|
lastUpdated: '2025-04-14',
|
|
14445
14219
|
openWeights: false,
|
|
14446
14220
|
cost: {
|
|
14447
|
-
input:
|
|
14448
|
-
output:
|
|
14221
|
+
input: 2,
|
|
14222
|
+
output: 8,
|
|
14223
|
+
cacheRead: 0.5,
|
|
14449
14224
|
},
|
|
14450
14225
|
limit: {
|
|
14451
14226
|
context: 128000,
|
|
14452
14227
|
output: 16384,
|
|
14453
14228
|
},
|
|
14454
14229
|
},
|
|
14455
|
-
{
|
|
14456
|
-
id: 'gpt-4o',
|
|
14457
|
-
ownedBy: 'openai',
|
|
14458
|
-
label: 'GPT-4o',
|
|
14459
|
-
modalities: {
|
|
14460
|
-
input: ['text', 'image'],
|
|
14461
|
-
output: ['text'],
|
|
14462
|
-
},
|
|
14463
|
-
toolCall: true,
|
|
14464
|
-
reasoningText: false,
|
|
14465
|
-
attachment: true,
|
|
14466
|
-
temperature: true,
|
|
14467
|
-
knowledge: '2023-09',
|
|
14468
|
-
releaseDate: '2024-05-13',
|
|
14469
|
-
lastUpdated: '2024-05-13',
|
|
14470
|
-
openWeights: false,
|
|
14471
|
-
cost: {
|
|
14472
|
-
input: 0,
|
|
14473
|
-
output: 0,
|
|
14474
|
-
},
|
|
14475
|
-
limit: {
|
|
14476
|
-
context: 128000,
|
|
14477
|
-
output: 4096,
|
|
14478
|
-
},
|
|
14479
|
-
},
|
|
14480
|
-
{
|
|
14481
|
-
id: 'gpt-5',
|
|
14482
|
-
ownedBy: 'openai',
|
|
14483
|
-
label: 'GPT-5',
|
|
14484
|
-
modalities: {
|
|
14485
|
-
input: ['text', 'image'],
|
|
14486
|
-
output: ['text'],
|
|
14487
|
-
},
|
|
14488
|
-
toolCall: true,
|
|
14489
|
-
reasoningText: true,
|
|
14490
|
-
attachment: true,
|
|
14491
|
-
temperature: true,
|
|
14492
|
-
knowledge: '2024-10',
|
|
14493
|
-
releaseDate: '2025-08-07',
|
|
14494
|
-
lastUpdated: '2025-08-07',
|
|
14495
|
-
openWeights: false,
|
|
14496
|
-
cost: {
|
|
14497
|
-
input: 0,
|
|
14498
|
-
output: 0,
|
|
14499
|
-
},
|
|
14500
|
-
limit: {
|
|
14501
|
-
context: 128000,
|
|
14502
|
-
output: 128000,
|
|
14503
|
-
},
|
|
14504
|
-
},
|
|
14505
14230
|
{
|
|
14506
14231
|
id: 'gpt-5-mini',
|
|
14507
14232
|
ownedBy: 'openai',
|
|
14508
|
-
label: 'GPT-5
|
|
14509
|
-
modalities: {
|
|
14510
|
-
input: ['text', 'image'],
|
|
14511
|
-
output: ['text'],
|
|
14512
|
-
},
|
|
14513
|
-
toolCall: true,
|
|
14514
|
-
reasoningText: true,
|
|
14515
|
-
attachment: true,
|
|
14516
|
-
temperature: true,
|
|
14517
|
-
knowledge: '2024-06',
|
|
14518
|
-
releaseDate: '2025-08-13',
|
|
14519
|
-
lastUpdated: '2025-08-13',
|
|
14520
|
-
openWeights: false,
|
|
14521
|
-
cost: {
|
|
14522
|
-
input: 0,
|
|
14523
|
-
output: 0,
|
|
14524
|
-
},
|
|
14525
|
-
limit: {
|
|
14526
|
-
context: 264000,
|
|
14527
|
-
output: 64000,
|
|
14528
|
-
},
|
|
14529
|
-
},
|
|
14530
|
-
{
|
|
14531
|
-
id: 'gpt-5.1',
|
|
14532
|
-
ownedBy: 'openai',
|
|
14533
|
-
label: 'GPT-5.1',
|
|
14233
|
+
label: 'GPT-5 Mini',
|
|
14534
14234
|
modalities: {
|
|
14535
14235
|
input: ['text', 'image'],
|
|
14536
14236
|
output: ['text'],
|
|
@@ -14539,13 +14239,14 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14539
14239
|
reasoningText: true,
|
|
14540
14240
|
attachment: true,
|
|
14541
14241
|
temperature: false,
|
|
14542
|
-
knowledge: '2024-
|
|
14543
|
-
releaseDate: '2025-
|
|
14544
|
-
lastUpdated: '2025-
|
|
14242
|
+
knowledge: '2024-05-30',
|
|
14243
|
+
releaseDate: '2025-08-07',
|
|
14244
|
+
lastUpdated: '2025-08-07',
|
|
14545
14245
|
openWeights: false,
|
|
14546
14246
|
cost: {
|
|
14547
|
-
input: 0,
|
|
14548
|
-
output:
|
|
14247
|
+
input: 0.25,
|
|
14248
|
+
output: 2,
|
|
14249
|
+
cacheRead: 0.025,
|
|
14549
14250
|
},
|
|
14550
14251
|
limit: {
|
|
14551
14252
|
context: 264000,
|
|
@@ -14553,34 +14254,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14553
14254
|
},
|
|
14554
14255
|
},
|
|
14555
14256
|
{
|
|
14556
|
-
id: 'gpt-5.
|
|
14557
|
-
ownedBy: 'openai',
|
|
14558
|
-
label: 'GPT-5.1-Codex',
|
|
14559
|
-
modalities: {
|
|
14560
|
-
input: ['text', 'image'],
|
|
14561
|
-
output: ['text'],
|
|
14562
|
-
},
|
|
14563
|
-
toolCall: true,
|
|
14564
|
-
reasoningText: true,
|
|
14565
|
-
attachment: false,
|
|
14566
|
-
temperature: false,
|
|
14567
|
-
knowledge: '2024-09-30',
|
|
14568
|
-
releaseDate: '2025-11-13',
|
|
14569
|
-
lastUpdated: '2025-11-13',
|
|
14570
|
-
openWeights: false,
|
|
14571
|
-
cost: {
|
|
14572
|
-
input: 0,
|
|
14573
|
-
output: 0,
|
|
14574
|
-
},
|
|
14575
|
-
limit: {
|
|
14576
|
-
context: 400000,
|
|
14577
|
-
output: 128000,
|
|
14578
|
-
},
|
|
14579
|
-
},
|
|
14580
|
-
{
|
|
14581
|
-
id: 'gpt-5.1-codex-max',
|
|
14257
|
+
id: 'gpt-5.2',
|
|
14582
14258
|
ownedBy: 'openai',
|
|
14583
|
-
label: 'GPT-5.
|
|
14259
|
+
label: 'GPT-5.2',
|
|
14584
14260
|
modalities: {
|
|
14585
14261
|
input: ['text', 'image'],
|
|
14586
14262
|
output: ['text'],
|
|
@@ -14589,38 +14265,14 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14589
14265
|
reasoningText: true,
|
|
14590
14266
|
attachment: true,
|
|
14591
14267
|
temperature: false,
|
|
14592
|
-
knowledge: '
|
|
14593
|
-
releaseDate: '2025-12-
|
|
14594
|
-
lastUpdated: '2025-12-
|
|
14595
|
-
openWeights: false,
|
|
14596
|
-
cost: {
|
|
14597
|
-
input: 0,
|
|
14598
|
-
output: 0,
|
|
14599
|
-
},
|
|
14600
|
-
limit: {
|
|
14601
|
-
context: 400000,
|
|
14602
|
-
output: 128000,
|
|
14603
|
-
},
|
|
14604
|
-
},
|
|
14605
|
-
{
|
|
14606
|
-
id: 'gpt-5.1-codex-mini',
|
|
14607
|
-
ownedBy: 'openai',
|
|
14608
|
-
label: 'GPT-5.1-Codex-mini',
|
|
14609
|
-
modalities: {
|
|
14610
|
-
input: ['text', 'image'],
|
|
14611
|
-
output: ['text'],
|
|
14612
|
-
},
|
|
14613
|
-
toolCall: true,
|
|
14614
|
-
reasoningText: true,
|
|
14615
|
-
attachment: false,
|
|
14616
|
-
temperature: false,
|
|
14617
|
-
knowledge: '2024-09-30',
|
|
14618
|
-
releaseDate: '2025-11-13',
|
|
14619
|
-
lastUpdated: '2025-11-13',
|
|
14268
|
+
knowledge: '2025-08-31',
|
|
14269
|
+
releaseDate: '2025-12-11',
|
|
14270
|
+
lastUpdated: '2025-12-11',
|
|
14620
14271
|
openWeights: false,
|
|
14621
14272
|
cost: {
|
|
14622
|
-
input:
|
|
14623
|
-
output:
|
|
14273
|
+
input: 1.75,
|
|
14274
|
+
output: 14,
|
|
14275
|
+
cacheRead: 0.175,
|
|
14624
14276
|
},
|
|
14625
14277
|
limit: {
|
|
14626
14278
|
context: 400000,
|
|
@@ -14628,11 +14280,11 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14628
14280
|
},
|
|
14629
14281
|
},
|
|
14630
14282
|
{
|
|
14631
|
-
id: 'gpt-5.2',
|
|
14283
|
+
id: 'gpt-5.2-codex',
|
|
14632
14284
|
ownedBy: 'openai',
|
|
14633
|
-
label: 'GPT-5.2',
|
|
14285
|
+
label: 'GPT-5.2 Codex',
|
|
14634
14286
|
modalities: {
|
|
14635
|
-
input: ['text', 'image'],
|
|
14287
|
+
input: ['text', 'image', 'pdf'],
|
|
14636
14288
|
output: ['text'],
|
|
14637
14289
|
},
|
|
14638
14290
|
toolCall: true,
|
|
@@ -14644,33 +14296,35 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14644
14296
|
lastUpdated: '2025-12-11',
|
|
14645
14297
|
openWeights: false,
|
|
14646
14298
|
cost: {
|
|
14647
|
-
input:
|
|
14648
|
-
output:
|
|
14299
|
+
input: 1.75,
|
|
14300
|
+
output: 14,
|
|
14301
|
+
cacheRead: 0.175,
|
|
14649
14302
|
},
|
|
14650
14303
|
limit: {
|
|
14651
|
-
context:
|
|
14652
|
-
output:
|
|
14304
|
+
context: 400000,
|
|
14305
|
+
output: 128000,
|
|
14653
14306
|
},
|
|
14654
14307
|
},
|
|
14655
14308
|
{
|
|
14656
|
-
id: 'gpt-5.
|
|
14309
|
+
id: 'gpt-5.3-codex',
|
|
14657
14310
|
ownedBy: 'openai',
|
|
14658
|
-
label: 'GPT-5.
|
|
14311
|
+
label: 'GPT-5.3 Codex',
|
|
14659
14312
|
modalities: {
|
|
14660
|
-
input: ['text', 'image'],
|
|
14313
|
+
input: ['text', 'image', 'pdf'],
|
|
14661
14314
|
output: ['text'],
|
|
14662
14315
|
},
|
|
14663
14316
|
toolCall: true,
|
|
14664
14317
|
reasoningText: true,
|
|
14665
|
-
attachment:
|
|
14318
|
+
attachment: true,
|
|
14666
14319
|
temperature: false,
|
|
14667
14320
|
knowledge: '2025-08-31',
|
|
14668
|
-
releaseDate: '
|
|
14669
|
-
lastUpdated: '
|
|
14321
|
+
releaseDate: '2026-02-05',
|
|
14322
|
+
lastUpdated: '2026-02-05',
|
|
14670
14323
|
openWeights: false,
|
|
14671
14324
|
cost: {
|
|
14672
|
-
input:
|
|
14673
|
-
output:
|
|
14325
|
+
input: 1.75,
|
|
14326
|
+
output: 14,
|
|
14327
|
+
cacheRead: 0.175,
|
|
14674
14328
|
},
|
|
14675
14329
|
limit: {
|
|
14676
14330
|
context: 400000,
|
|
@@ -14678,24 +14332,25 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14678
14332
|
},
|
|
14679
14333
|
},
|
|
14680
14334
|
{
|
|
14681
|
-
id: 'gpt-5.
|
|
14335
|
+
id: 'gpt-5.4',
|
|
14682
14336
|
ownedBy: 'openai',
|
|
14683
|
-
label: 'GPT-5.
|
|
14337
|
+
label: 'GPT-5.4',
|
|
14684
14338
|
modalities: {
|
|
14685
|
-
input: ['text', 'image'],
|
|
14339
|
+
input: ['text', 'image', 'pdf'],
|
|
14686
14340
|
output: ['text'],
|
|
14687
14341
|
},
|
|
14688
14342
|
toolCall: true,
|
|
14689
14343
|
reasoningText: true,
|
|
14690
|
-
attachment:
|
|
14344
|
+
attachment: true,
|
|
14691
14345
|
temperature: false,
|
|
14692
14346
|
knowledge: '2025-08-31',
|
|
14693
|
-
releaseDate: '2026-
|
|
14694
|
-
lastUpdated: '2026-
|
|
14347
|
+
releaseDate: '2026-03-05',
|
|
14348
|
+
lastUpdated: '2026-03-05',
|
|
14695
14349
|
openWeights: false,
|
|
14696
14350
|
cost: {
|
|
14697
|
-
input:
|
|
14698
|
-
output:
|
|
14351
|
+
input: 2.5,
|
|
14352
|
+
output: 15,
|
|
14353
|
+
cacheRead: 0.25,
|
|
14699
14354
|
},
|
|
14700
14355
|
limit: {
|
|
14701
14356
|
context: 400000,
|
|
@@ -14703,24 +14358,25 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14703
14358
|
},
|
|
14704
14359
|
},
|
|
14705
14360
|
{
|
|
14706
|
-
id: 'gpt-5.4',
|
|
14361
|
+
id: 'gpt-5.4-mini',
|
|
14707
14362
|
ownedBy: 'openai',
|
|
14708
|
-
label: 'GPT-5.4',
|
|
14363
|
+
label: 'GPT-5.4 mini',
|
|
14709
14364
|
modalities: {
|
|
14710
14365
|
input: ['text', 'image'],
|
|
14711
14366
|
output: ['text'],
|
|
14712
14367
|
},
|
|
14713
14368
|
toolCall: true,
|
|
14714
14369
|
reasoningText: true,
|
|
14715
|
-
attachment:
|
|
14370
|
+
attachment: true,
|
|
14716
14371
|
temperature: false,
|
|
14717
14372
|
knowledge: '2025-08-31',
|
|
14718
|
-
releaseDate: '2026-03-
|
|
14719
|
-
lastUpdated: '2026-03-
|
|
14373
|
+
releaseDate: '2026-03-17',
|
|
14374
|
+
lastUpdated: '2026-03-17',
|
|
14720
14375
|
openWeights: false,
|
|
14721
14376
|
cost: {
|
|
14722
|
-
input: 0,
|
|
14723
|
-
output:
|
|
14377
|
+
input: 0.75,
|
|
14378
|
+
output: 4.5,
|
|
14379
|
+
cacheRead: 0.075,
|
|
14724
14380
|
},
|
|
14725
14381
|
limit: {
|
|
14726
14382
|
context: 400000,
|
|
@@ -14728,9 +14384,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14728
14384
|
},
|
|
14729
14385
|
},
|
|
14730
14386
|
{
|
|
14731
|
-
id: 'gpt-5.4-
|
|
14387
|
+
id: 'gpt-5.4-nano',
|
|
14732
14388
|
ownedBy: 'openai',
|
|
14733
|
-
label: 'GPT-5.4
|
|
14389
|
+
label: 'GPT-5.4 nano',
|
|
14734
14390
|
modalities: {
|
|
14735
14391
|
input: ['text', 'image'],
|
|
14736
14392
|
output: ['text'],
|
|
@@ -14744,8 +14400,9 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14744
14400
|
lastUpdated: '2026-03-17',
|
|
14745
14401
|
openWeights: false,
|
|
14746
14402
|
cost: {
|
|
14747
|
-
input: 0,
|
|
14748
|
-
output:
|
|
14403
|
+
input: 0.2,
|
|
14404
|
+
output: 1.25,
|
|
14405
|
+
cacheRead: 0.02,
|
|
14749
14406
|
},
|
|
14750
14407
|
limit: {
|
|
14751
14408
|
context: 400000,
|
|
@@ -14757,20 +14414,21 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14757
14414
|
ownedBy: 'openai',
|
|
14758
14415
|
label: 'GPT-5.5',
|
|
14759
14416
|
modalities: {
|
|
14760
|
-
input: ['text', 'image'],
|
|
14417
|
+
input: ['text', 'image', 'pdf'],
|
|
14761
14418
|
output: ['text'],
|
|
14762
14419
|
},
|
|
14763
14420
|
toolCall: true,
|
|
14764
14421
|
reasoningText: true,
|
|
14765
|
-
attachment:
|
|
14422
|
+
attachment: true,
|
|
14766
14423
|
temperature: false,
|
|
14767
|
-
knowledge: '2025-
|
|
14768
|
-
releaseDate: '2026-04-
|
|
14769
|
-
lastUpdated: '2026-04-
|
|
14424
|
+
knowledge: '2025-12-01',
|
|
14425
|
+
releaseDate: '2026-04-23',
|
|
14426
|
+
lastUpdated: '2026-04-23',
|
|
14770
14427
|
openWeights: false,
|
|
14771
14428
|
cost: {
|
|
14772
|
-
input:
|
|
14773
|
-
output:
|
|
14429
|
+
input: 5,
|
|
14430
|
+
output: 30,
|
|
14431
|
+
cacheRead: 0.5,
|
|
14774
14432
|
},
|
|
14775
14433
|
limit: {
|
|
14776
14434
|
context: 400000,
|
|
@@ -14778,28 +14436,29 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
14778
14436
|
},
|
|
14779
14437
|
},
|
|
14780
14438
|
{
|
|
14781
|
-
id: '
|
|
14782
|
-
ownedBy: '
|
|
14783
|
-
label: '
|
|
14439
|
+
id: 'raptor-mini',
|
|
14440
|
+
ownedBy: 'openai',
|
|
14441
|
+
label: 'Raptor mini',
|
|
14784
14442
|
modalities: {
|
|
14785
|
-
input: ['text'],
|
|
14443
|
+
input: ['text', 'image'],
|
|
14786
14444
|
output: ['text'],
|
|
14787
14445
|
},
|
|
14788
14446
|
toolCall: true,
|
|
14789
14447
|
reasoningText: true,
|
|
14790
|
-
attachment:
|
|
14791
|
-
temperature:
|
|
14792
|
-
knowledge: '
|
|
14793
|
-
releaseDate: '2025-08-
|
|
14794
|
-
lastUpdated: '2025-08-
|
|
14448
|
+
attachment: true,
|
|
14449
|
+
temperature: false,
|
|
14450
|
+
knowledge: '2024-05-30',
|
|
14451
|
+
releaseDate: '2025-08-07',
|
|
14452
|
+
lastUpdated: '2025-08-07',
|
|
14795
14453
|
openWeights: false,
|
|
14796
14454
|
cost: {
|
|
14797
|
-
input: 0,
|
|
14798
|
-
output:
|
|
14455
|
+
input: 0.25,
|
|
14456
|
+
output: 2,
|
|
14457
|
+
cacheRead: 0.025,
|
|
14799
14458
|
},
|
|
14800
14459
|
limit: {
|
|
14801
|
-
context:
|
|
14802
|
-
output:
|
|
14460
|
+
context: 400000,
|
|
14461
|
+
output: 128000,
|
|
14803
14462
|
},
|
|
14804
14463
|
},
|
|
14805
14464
|
],
|
|
@@ -15300,6 +14959,27 @@ export const catalog: Partial<Record<BuiltInProviderId, ProviderCatalogEntry>> =
|
|
|
15300
14959
|
output: 196608,
|
|
15301
14960
|
},
|
|
15302
14961
|
},
|
|
14962
|
+
{
|
|
14963
|
+
id: 'minimax-m3',
|
|
14964
|
+
ownedBy: 'minimax',
|
|
14965
|
+
label: 'minimax-m3',
|
|
14966
|
+
modalities: {
|
|
14967
|
+
input: ['text', 'image', 'video'],
|
|
14968
|
+
output: ['text'],
|
|
14969
|
+
},
|
|
14970
|
+
toolCall: true,
|
|
14971
|
+
reasoningText: true,
|
|
14972
|
+
attachment: false,
|
|
14973
|
+
temperature: true,
|
|
14974
|
+
knowledge: '2025-01',
|
|
14975
|
+
releaseDate: '2026-05-31',
|
|
14976
|
+
lastUpdated: '2026-05-31',
|
|
14977
|
+
openWeights: true,
|
|
14978
|
+
limit: {
|
|
14979
|
+
context: 512000,
|
|
14980
|
+
output: 131072,
|
|
14981
|
+
},
|
|
14982
|
+
},
|
|
15303
14983
|
{
|
|
15304
14984
|
id: 'ministral-3:14b',
|
|
15305
14985
|
label: 'ministral-3:14b',
|