github-actions[bot] commited on
Commit
bca6e94
·
1 Parent(s): 8f563e6

chore: update provider data [skip ci]

Browse files
Files changed (1) hide show
  1. data/providers.json +98 -40
data/providers.json CHANGED
@@ -603,7 +603,8 @@
603
  "provider_upstream": "OpenAI",
604
  "capabilities": [
605
  "files",
606
- "tools"
 
607
  ]
608
  },
609
  {
@@ -629,7 +630,8 @@
629
  "provider_upstream": "OpenAI",
630
  "capabilities": [
631
  "files",
632
- "tools"
 
633
  ]
634
  },
635
  {
@@ -642,7 +644,8 @@
642
  "capabilities": [
643
  "vision",
644
  "files",
645
- "tools"
 
646
  ]
647
  },
648
  {
@@ -1535,13 +1538,15 @@
1535
  "eu_endpoints": true,
1536
  "models": [
1537
  {
1538
- "name": "qwen3-235b-a22b-instruct-2507",
1539
- "type": "chat",
1540
- "input_price_per_1m": 0.75,
1541
- "output_price_per_1m": 2.25,
1542
  "currency": "EUR",
1543
- "size_b": 235,
1544
  "capabilities": [
 
 
1545
  "tools",
1546
  "reasoning"
1547
  ]
@@ -1604,6 +1609,18 @@
1604
  "tools"
1605
  ]
1606
  },
 
 
 
 
 
 
 
 
 
 
 
 
1607
  {
1608
  "name": "qwen3-coder-30b-a3b-instruct",
1609
  "type": "chat",
@@ -2349,13 +2366,6 @@
2349
  ],
2350
  "size_b": 14
2351
  },
2352
- {
2353
- "name": "microsoft/phi-4",
2354
- "type": "chat",
2355
- "input_price_per_1m": 0.06,
2356
- "output_price_per_1m": 0.14,
2357
- "currency": "USD"
2358
- },
2359
  {
2360
  "name": "amazon/nova-lite-v1",
2361
  "type": "vision",
@@ -2388,6 +2398,13 @@
2388
  "reasoning"
2389
  ]
2390
  },
 
 
 
 
 
 
 
2391
  {
2392
  "name": "baidu/ernie-4.5-21b-a3b-thinking",
2393
  "type": "chat",
@@ -2919,6 +2936,18 @@
2919
  "currency": "USD",
2920
  "size_b": 8
2921
  },
 
 
 
 
 
 
 
 
 
 
 
 
2922
  {
2923
  "name": "upstage/solar-pro-3",
2924
  "type": "chat",
@@ -3119,6 +3148,30 @@
3119
  "tools"
3120
  ]
3121
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3122
  {
3123
  "name": "allenai/molmo-2-8b",
3124
  "type": "vision",
@@ -3358,17 +3411,6 @@
3358
  "reasoning"
3359
  ]
3360
  },
3361
- {
3362
- "name": "minimax/minimax-m2.5",
3363
- "type": "chat",
3364
- "input_price_per_1m": 0.25,
3365
- "output_price_per_1m": 1.2,
3366
- "currency": "USD",
3367
- "capabilities": [
3368
- "tools",
3369
- "reasoning"
3370
- ]
3371
- },
3372
  {
3373
  "name": "bytedance-seed/seed-1.6",
3374
  "type": "vision",
@@ -3449,6 +3491,17 @@
3449
  "tools"
3450
  ]
3451
  },
 
 
 
 
 
 
 
 
 
 
 
3452
  {
3453
  "name": "minimax/minimax-m2",
3454
  "type": "chat",
@@ -3487,17 +3540,6 @@
3487
  "reasoning"
3488
  ]
3489
  },
3490
- {
3491
- "name": "deepseek/deepseek-v3.2",
3492
- "type": "chat",
3493
- "input_price_per_1m": 0.26,
3494
- "output_price_per_1m": 0.38,
3495
- "currency": "USD",
3496
- "capabilities": [
3497
- "tools",
3498
- "reasoning"
3499
- ]
3500
- },
3501
  {
3502
  "name": "qwen/qwen3-vl-235b-a22b-thinking",
3503
  "type": "vision",
@@ -4160,6 +4202,19 @@
4160
  "reasoning"
4161
  ]
4162
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
4163
  {
4164
  "name": "arcee-ai/virtuoso-large",
4165
  "type": "chat",
@@ -4430,7 +4485,8 @@
4430
  "currency": "USD",
4431
  "capabilities": [
4432
  "files",
4433
- "tools"
 
4434
  ]
4435
  },
4436
  {
@@ -4441,7 +4497,8 @@
4441
  "currency": "USD",
4442
  "capabilities": [
4443
  "files",
4444
- "tools"
 
4445
  ]
4446
  },
4447
  {
@@ -5347,7 +5404,8 @@
5347
  "capabilities": [
5348
  "vision",
5349
  "files",
5350
- "tools"
 
5351
  ]
5352
  },
5353
  {
 
603
  "provider_upstream": "OpenAI",
604
  "capabilities": [
605
  "files",
606
+ "tools",
607
+ "reasoning"
608
  ]
609
  },
610
  {
 
630
  "provider_upstream": "OpenAI",
631
  "capabilities": [
632
  "files",
633
+ "tools",
634
+ "reasoning"
635
  ]
636
  },
637
  {
 
644
  "capabilities": [
645
  "vision",
646
  "files",
647
+ "tools",
648
+ "reasoning"
649
  ]
650
  },
651
  {
 
1538
  "eu_endpoints": true,
1539
  "models": [
1540
  {
1541
+ "name": "qwen3.5-397b-a17b",
1542
+ "type": "vision",
1543
+ "input_price_per_1m": 0.6,
1544
+ "output_price_per_1m": 3.6,
1545
  "currency": "EUR",
1546
+ "size_b": 397,
1547
  "capabilities": [
1548
+ "vision",
1549
+ "video",
1550
  "tools",
1551
  "reasoning"
1552
  ]
 
1609
  "tools"
1610
  ]
1611
  },
1612
+ {
1613
+ "name": "qwen3-235b-a22b-instruct-2507",
1614
+ "type": "chat",
1615
+ "input_price_per_1m": 0.75,
1616
+ "output_price_per_1m": 2.25,
1617
+ "currency": "EUR",
1618
+ "size_b": 235,
1619
+ "capabilities": [
1620
+ "tools",
1621
+ "reasoning"
1622
+ ]
1623
+ },
1624
  {
1625
  "name": "qwen3-coder-30b-a3b-instruct",
1626
  "type": "chat",
 
2366
  ],
2367
  "size_b": 14
2368
  },
 
 
 
 
 
 
 
2369
  {
2370
  "name": "amazon/nova-lite-v1",
2371
  "type": "vision",
 
2398
  "reasoning"
2399
  ]
2400
  },
2401
+ {
2402
+ "name": "microsoft/phi-4",
2403
+ "type": "chat",
2404
+ "input_price_per_1m": 0.065,
2405
+ "output_price_per_1m": 0.14,
2406
+ "currency": "USD"
2407
+ },
2408
  {
2409
  "name": "baidu/ernie-4.5-21b-a3b-thinking",
2410
  "type": "chat",
 
2936
  "currency": "USD",
2937
  "size_b": 8
2938
  },
2939
+ {
2940
+ "name": "mistralai/mistral-small-2603",
2941
+ "type": "vision",
2942
+ "input_price_per_1m": 0.15,
2943
+ "output_price_per_1m": 0.6,
2944
+ "currency": "USD",
2945
+ "capabilities": [
2946
+ "vision",
2947
+ "tools",
2948
+ "reasoning"
2949
+ ]
2950
+ },
2951
  {
2952
  "name": "upstage/solar-pro-3",
2953
  "type": "chat",
 
3148
  "tools"
3149
  ]
3150
  },
3151
+ {
3152
+ "name": "openai/gpt-5.4-nano",
3153
+ "type": "vision",
3154
+ "input_price_per_1m": 0.2,
3155
+ "output_price_per_1m": 1.25,
3156
+ "currency": "USD",
3157
+ "capabilities": [
3158
+ "vision",
3159
+ "files",
3160
+ "tools",
3161
+ "reasoning"
3162
+ ]
3163
+ },
3164
+ {
3165
+ "name": "minimax/minimax-m2.5",
3166
+ "type": "chat",
3167
+ "input_price_per_1m": 0.2,
3168
+ "output_price_per_1m": 1.2,
3169
+ "currency": "USD",
3170
+ "capabilities": [
3171
+ "tools",
3172
+ "reasoning"
3173
+ ]
3174
+ },
3175
  {
3176
  "name": "allenai/molmo-2-8b",
3177
  "type": "vision",
 
3411
  "reasoning"
3412
  ]
3413
  },
 
 
 
 
 
 
 
 
 
 
 
3414
  {
3415
  "name": "bytedance-seed/seed-1.6",
3416
  "type": "vision",
 
3491
  "tools"
3492
  ]
3493
  },
3494
+ {
3495
+ "name": "deepseek/deepseek-v3.2",
3496
+ "type": "chat",
3497
+ "input_price_per_1m": 0.255,
3498
+ "output_price_per_1m": 0.4,
3499
+ "currency": "USD",
3500
+ "capabilities": [
3501
+ "tools",
3502
+ "reasoning"
3503
+ ]
3504
+ },
3505
  {
3506
  "name": "minimax/minimax-m2",
3507
  "type": "chat",
 
3540
  "reasoning"
3541
  ]
3542
  },
 
 
 
 
 
 
 
 
 
 
 
3543
  {
3544
  "name": "qwen/qwen3-vl-235b-a22b-thinking",
3545
  "type": "vision",
 
4202
  "reasoning"
4203
  ]
4204
  },
4205
+ {
4206
+ "name": "openai/gpt-5.4-mini",
4207
+ "type": "vision",
4208
+ "input_price_per_1m": 0.75,
4209
+ "output_price_per_1m": 4.5,
4210
+ "currency": "USD",
4211
+ "capabilities": [
4212
+ "vision",
4213
+ "files",
4214
+ "tools",
4215
+ "reasoning"
4216
+ ]
4217
+ },
4218
  {
4219
  "name": "arcee-ai/virtuoso-large",
4220
  "type": "chat",
 
4485
  "currency": "USD",
4486
  "capabilities": [
4487
  "files",
4488
+ "tools",
4489
+ "reasoning"
4490
  ]
4491
  },
4492
  {
 
4497
  "currency": "USD",
4498
  "capabilities": [
4499
  "files",
4500
+ "tools",
4501
+ "reasoning"
4502
  ]
4503
  },
4504
  {
 
5404
  "capabilities": [
5405
  "vision",
5406
  "files",
5407
+ "tools",
5408
+ "reasoning"
5409
  ]
5410
  },
5411
  {