aimodels 0.4.13 → 0.4.14

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.
Files changed (2) hide show
  1. package/dist/index.js +1215 -93
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,61 @@
1
1
  // src/data.js
2
2
  var models = {
3
+ "claude-opus-4-20250514": {
4
+ "id": "claude-opus-4-20250514",
5
+ "name": "Claude Opus 4",
6
+ "license": "proprietary",
7
+ "providerIds": [
8
+ "anthropic",
9
+ "aws",
10
+ "google"
11
+ ],
12
+ "capabilities": [
13
+ "chat",
14
+ "txt-in",
15
+ "txt-out",
16
+ "img-in",
17
+ "fn-out",
18
+ "reason"
19
+ ],
20
+ "context": {
21
+ "type": "token",
22
+ "total": 2e5,
23
+ "maxOutput": 32e3,
24
+ "outputIsFixed": 1
25
+ },
26
+ "aliases": [
27
+ "claude-opus-4-0"
28
+ ],
29
+ "creatorId": "anthropic"
30
+ },
31
+ "claude-sonnet-4-20250514": {
32
+ "id": "claude-sonnet-4-20250514",
33
+ "name": "Claude Sonnet 4",
34
+ "license": "proprietary",
35
+ "providerIds": [
36
+ "anthropic",
37
+ "aws",
38
+ "google"
39
+ ],
40
+ "capabilities": [
41
+ "chat",
42
+ "txt-in",
43
+ "txt-out",
44
+ "img-in",
45
+ "fn-out",
46
+ "reason"
47
+ ],
48
+ "context": {
49
+ "type": "token",
50
+ "total": 2e5,
51
+ "maxOutput": 64e3,
52
+ "outputIsFixed": 1
53
+ },
54
+ "aliases": [
55
+ "claude-sonnet-4-0"
56
+ ],
57
+ "creatorId": "anthropic"
58
+ },
3
59
  "claude-3-7-sonnet-20250219": {
4
60
  "id": "claude-3-7-sonnet-20250219",
5
61
  "name": "Claude 3.7 Sonnet",
@@ -1177,12 +1233,60 @@ var models = {
1177
1233
  },
1178
1234
  "creatorId": "google"
1179
1235
  },
1180
- "llama3-70b-8192": {
1181
- "id": "llama3-70b-8192",
1182
- "name": "Llama 3 70B",
1183
- "license": "llama-3-community",
1236
+ "gemini-1.5-flash-001": {
1237
+ "id": "gemini-1.5-flash-001",
1238
+ "extends": "gemini-1.5-flash",
1239
+ "overrides": {
1240
+ "name": "Gemini 1.5 Flash (001)"
1241
+ },
1242
+ "creatorId": "google"
1243
+ },
1244
+ "gemini-1.5-flash-002": {
1245
+ "id": "gemini-1.5-flash-002",
1246
+ "extends": "gemini-1.5-flash",
1247
+ "overrides": {
1248
+ "name": "Gemini 1.5 Flash (002)"
1249
+ },
1250
+ "creatorId": "google"
1251
+ },
1252
+ "gemini-1.5-flash-8b-001": {
1253
+ "id": "gemini-1.5-flash-8b-001",
1254
+ "extends": "gemini-1.5-flash-8b",
1255
+ "overrides": {
1256
+ "name": "Gemini 1.5 Flash 8B (001)"
1257
+ },
1258
+ "creatorId": "google"
1259
+ },
1260
+ "gemini-1.5-flash-8b-exp-0827": {
1261
+ "id": "gemini-1.5-flash-8b-exp-0827",
1262
+ "extends": "gemini-1.5-flash-8b",
1263
+ "overrides": {
1264
+ "name": "Gemini 1.5 Flash 8B (Experimental 0827)"
1265
+ },
1266
+ "creatorId": "google"
1267
+ },
1268
+ "gemini-1.5-pro-exp-0801": {
1269
+ "id": "gemini-1.5-pro-exp-0801",
1270
+ "extends": "gemini-1.5-pro",
1271
+ "overrides": {
1272
+ "name": "Gemini 1.5 Pro (Experimental 0801)"
1273
+ },
1274
+ "creatorId": "google"
1275
+ },
1276
+ "gemini-1.5-pro-exp-0827": {
1277
+ "id": "gemini-1.5-pro-exp-0827",
1278
+ "extends": "gemini-1.5-pro",
1279
+ "overrides": {
1280
+ "name": "Gemini 1.5 Pro (Experimental 0827)"
1281
+ },
1282
+ "creatorId": "google"
1283
+ },
1284
+ "gemini-1.0-pro": {
1285
+ "id": "gemini-1.0-pro",
1286
+ "name": "Gemini 1.0 Pro",
1287
+ "license": "proprietary",
1184
1288
  "providerIds": [
1185
- "groq"
1289
+ "google"
1186
1290
  ],
1187
1291
  "capabilities": [
1188
1292
  "chat",
@@ -1193,153 +1297,608 @@ var models = {
1193
1297
  ],
1194
1298
  "context": {
1195
1299
  "type": "token",
1196
- "total": 8192,
1197
- "maxOutput": 4096
1300
+ "total": 30720,
1301
+ "maxOutput": 2048
1198
1302
  },
1199
- "creatorId": "meta"
1303
+ "aliases": [
1304
+ "gemini-1.0-pro-latest",
1305
+ "gemini-1.0-pro-001",
1306
+ "gemini-pro"
1307
+ ],
1308
+ "creatorId": "google"
1200
1309
  },
1201
- "llama3-8b-8192": {
1202
- "id": "llama3-8b-8192",
1203
- "name": "Llama 3 8B",
1204
- "license": "llama-3-community",
1310
+ "gemini-1.0-pro-vision": {
1311
+ "id": "gemini-1.0-pro-vision",
1312
+ "name": "Gemini 1.0 Pro Vision",
1313
+ "license": "proprietary",
1205
1314
  "providerIds": [
1206
- "groq"
1315
+ "google"
1207
1316
  ],
1208
1317
  "capabilities": [
1209
1318
  "chat",
1210
1319
  "txt-in",
1211
1320
  "txt-out",
1212
1321
  "json-out",
1213
- "fn-out"
1322
+ "fn-out",
1323
+ "img-in"
1214
1324
  ],
1215
1325
  "context": {
1216
1326
  "type": "token",
1217
- "total": 8192,
1327
+ "total": 12288,
1218
1328
  "maxOutput": 4096
1219
1329
  },
1220
- "creatorId": "meta"
1330
+ "aliases": [
1331
+ "gemini-pro-vision"
1332
+ ],
1333
+ "creatorId": "google"
1221
1334
  },
1222
- "llama-3.2-11b-vision-preview": {
1223
- "id": "llama-3.2-11b-vision-preview",
1224
- "name": "Llama 3.2 11B Vision",
1225
- "license": "llama-3-community",
1335
+ "aqa": {
1336
+ "id": "aqa",
1337
+ "name": "Attributed Question Answering",
1338
+ "license": "proprietary",
1226
1339
  "providerIds": [
1227
- "groq"
1340
+ "google"
1228
1341
  ],
1229
1342
  "capabilities": [
1230
- "chat",
1231
1343
  "txt-in",
1232
- "txt-out",
1233
- "img-in"
1344
+ "txt-out"
1234
1345
  ],
1235
1346
  "context": {
1236
1347
  "type": "token",
1237
- "total": 4096,
1238
- "maxOutput": 4096
1348
+ "total": 7168,
1349
+ "maxOutput": 1024
1239
1350
  },
1240
- "creatorId": "meta"
1351
+ "creatorId": "google"
1241
1352
  },
1242
- "llama-3.2-90b-vision-preview": {
1243
- "id": "llama-3.2-90b-vision-preview",
1244
- "name": "Llama 3.2 90B Vision",
1245
- "license": "llama-3-community",
1353
+ "gemini-2.5-pro-preview-06-05": {
1354
+ "id": "gemini-2.5-pro-preview-06-05",
1355
+ "name": "Gemini 2.5 Pro Preview",
1356
+ "license": "proprietary",
1246
1357
  "providerIds": [
1247
- "groq"
1358
+ "google"
1248
1359
  ],
1249
1360
  "capabilities": [
1250
1361
  "chat",
1251
1362
  "txt-in",
1252
1363
  "txt-out",
1253
- "img-in"
1364
+ "img-in",
1365
+ "json-out",
1366
+ "fn-out",
1367
+ "reason"
1254
1368
  ],
1255
1369
  "context": {
1256
1370
  "type": "token",
1257
- "total": 4096,
1258
- "maxOutput": 4096
1371
+ "total": 1048576,
1372
+ "maxOutput": 65536
1259
1373
  },
1260
- "creatorId": "meta"
1374
+ "creatorId": "google"
1261
1375
  },
1262
- "llama-guard-3-8b": {
1263
- "id": "llama-guard-3-8b",
1264
- "name": "LlamaGuard 3 8B",
1265
- "license": "llama-3-community",
1376
+ "gemini-2.5-pro-preview-05-06": {
1377
+ "id": "gemini-2.5-pro-preview-05-06",
1378
+ "extends": "gemini-2.5-pro-preview-06-05",
1379
+ "overrides": {
1380
+ "name": "Gemini 2.5 Pro Preview 05-06"
1381
+ },
1382
+ "creatorId": "google"
1383
+ },
1384
+ "gemini-2.5-flash-preview-05-20": {
1385
+ "id": "gemini-2.5-flash-preview-05-20",
1386
+ "extends": "gemini-2.5-flash-preview",
1387
+ "overrides": {
1388
+ "name": "Gemini 2.5 Flash Preview 05-20"
1389
+ },
1390
+ "creatorId": "google"
1391
+ },
1392
+ "gemini-2.5-flash-preview-04-17-thinking": {
1393
+ "id": "gemini-2.5-flash-preview-04-17-thinking",
1394
+ "extends": "gemini-2.5-flash-preview",
1395
+ "overrides": {
1396
+ "name": "Gemini 2.5 Flash Preview (Thinking)",
1397
+ "capabilities": [
1398
+ "chat",
1399
+ "txt-in",
1400
+ "txt-out",
1401
+ "img-in",
1402
+ "json-out",
1403
+ "fn-out",
1404
+ "reason"
1405
+ ],
1406
+ "context": {
1407
+ "type": "token",
1408
+ "total": 1048576,
1409
+ "maxOutput": 65536
1410
+ }
1411
+ },
1412
+ "creatorId": "google"
1413
+ },
1414
+ "gemini-2.5-flash-preview-tts": {
1415
+ "id": "gemini-2.5-flash-preview-tts",
1416
+ "name": "Gemini 2.5 Flash Preview TTS",
1417
+ "license": "proprietary",
1266
1418
  "providerIds": [
1267
- "groq"
1419
+ "google"
1268
1420
  ],
1269
1421
  "capabilities": [
1270
1422
  "chat",
1271
1423
  "txt-in",
1272
- "txt-out"
1424
+ "txt-out",
1425
+ "audio-out"
1273
1426
  ],
1274
1427
  "context": {
1275
1428
  "type": "token",
1276
- "total": 4096,
1277
- "maxOutput": 4096
1429
+ "total": 8192,
1430
+ "maxOutput": 16384
1278
1431
  },
1279
- "creatorId": "meta"
1432
+ "creatorId": "google"
1280
1433
  },
1281
- "mistral-large-2402": {
1282
- "id": "mistral-large-2402",
1283
- "name": "Mistral Large",
1434
+ "gemini-2.5-pro-preview-tts": {
1435
+ "id": "gemini-2.5-pro-preview-tts",
1436
+ "extends": "gemini-2.5-flash-preview-tts",
1437
+ "overrides": {
1438
+ "name": "Gemini 2.5 Pro Preview TTS"
1439
+ },
1440
+ "creatorId": "google"
1441
+ },
1442
+ "gemini-2.5-flash-preview-native-audio-dialog": {
1443
+ "id": "gemini-2.5-flash-preview-native-audio-dialog",
1444
+ "name": "Gemini 2.5 Flash Preview Native Audio Dialog",
1284
1445
  "license": "proprietary",
1285
1446
  "providerIds": [
1286
- "mistral",
1287
- "azure"
1447
+ "google"
1288
1448
  ],
1289
1449
  "capabilities": [
1290
1450
  "chat",
1291
1451
  "txt-in",
1292
1452
  "txt-out",
1293
- "json-out",
1294
- "fn-out"
1453
+ "audio-in",
1454
+ "audio-out"
1295
1455
  ],
1296
1456
  "context": {
1297
1457
  "type": "token",
1298
- "total": 32768,
1299
- "maxOutput": 4096
1458
+ "total": 131072,
1459
+ "maxOutput": 8192
1300
1460
  },
1301
- "creatorId": "mistral"
1461
+ "creatorId": "google"
1302
1462
  },
1303
- "mistral-small-2402": {
1304
- "id": "mistral-small-2402",
1305
- "name": "Mistral Small",
1463
+ "gemini-2.0-flash-001": {
1464
+ "id": "gemini-2.0-flash-001",
1465
+ "extends": "gemini-2.0-flash",
1466
+ "overrides": {
1467
+ "name": "Gemini 2.0 Flash 001"
1468
+ },
1469
+ "creatorId": "google"
1470
+ },
1471
+ "gemini-2.0-flash-exp": {
1472
+ "id": "gemini-2.0-flash-exp",
1473
+ "extends": "gemini-2.0-flash",
1474
+ "overrides": {
1475
+ "name": "Gemini 2.0 Flash Experimental"
1476
+ },
1477
+ "creatorId": "google"
1478
+ },
1479
+ "gemini-2.0-flash-exp-image-generation": {
1480
+ "id": "gemini-2.0-flash-exp-image-generation",
1481
+ "extends": "gemini-2.0-flash",
1482
+ "overrides": {
1483
+ "name": "Gemini 2.0 Flash Image Generation Experimental",
1484
+ "capabilities": [
1485
+ "chat",
1486
+ "txt-in",
1487
+ "txt-out",
1488
+ "img-in",
1489
+ "img-out",
1490
+ "json-out",
1491
+ "fn-out"
1492
+ ]
1493
+ },
1494
+ "creatorId": "google"
1495
+ },
1496
+ "gemini-2.0-flash-preview-image-generation": {
1497
+ "id": "gemini-2.0-flash-preview-image-generation",
1498
+ "name": "Gemini 2.0 Flash Preview Image Generation",
1306
1499
  "license": "proprietary",
1307
1500
  "providerIds": [
1308
- "mistral",
1309
- "azure"
1501
+ "google"
1310
1502
  ],
1311
1503
  "capabilities": [
1312
1504
  "chat",
1313
1505
  "txt-in",
1314
1506
  "txt-out",
1315
- "json-out",
1316
- "fn-out"
1507
+ "img-in",
1508
+ "img-out"
1317
1509
  ],
1318
1510
  "context": {
1319
1511
  "type": "token",
1320
1512
  "total": 32768,
1321
- "maxOutput": 4096
1513
+ "maxOutput": 8192
1322
1514
  },
1323
- "creatorId": "mistral"
1515
+ "creatorId": "google"
1324
1516
  },
1325
- "mistral-medium": {
1326
- "id": "mistral-medium",
1327
- "name": "Mistral Medium",
1517
+ "gemini-2.0-flash-lite-001": {
1518
+ "id": "gemini-2.0-flash-lite-001",
1519
+ "extends": "gemini-2.0-flash-lite",
1520
+ "overrides": {
1521
+ "name": "Gemini 2.0 Flash Lite 001"
1522
+ },
1523
+ "creatorId": "google"
1524
+ },
1525
+ "gemini-2.0-flash-lite-preview": {
1526
+ "id": "gemini-2.0-flash-lite-preview",
1527
+ "extends": "gemini-2.0-flash-lite",
1528
+ "overrides": {
1529
+ "name": "Gemini 2.0 Flash Lite Preview"
1530
+ },
1531
+ "creatorId": "google"
1532
+ },
1533
+ "gemini-2.0-flash-lite-preview-02-05": {
1534
+ "id": "gemini-2.0-flash-lite-preview-02-05",
1535
+ "extends": "gemini-2.0-flash-lite",
1536
+ "overrides": {
1537
+ "name": "Gemini 2.0 Flash Lite Preview 02-05"
1538
+ },
1539
+ "creatorId": "google"
1540
+ },
1541
+ "gemini-2.0-pro-exp": {
1542
+ "id": "gemini-2.0-pro-exp",
1543
+ "name": "Gemini 2.0 Pro Experimental",
1328
1544
  "license": "proprietary",
1329
1545
  "providerIds": [
1330
- "mistral"
1546
+ "google"
1331
1547
  ],
1332
1548
  "capabilities": [
1333
1549
  "chat",
1334
1550
  "txt-in",
1335
- "txt-out"
1551
+ "txt-out",
1552
+ "img-in",
1553
+ "json-out",
1554
+ "fn-out",
1555
+ "reason"
1336
1556
  ],
1337
1557
  "context": {
1338
1558
  "type": "token",
1339
- "total": 32768,
1340
- "maxOutput": 4096
1559
+ "total": 1048576,
1560
+ "maxOutput": 65536
1341
1561
  },
1342
- "creatorId": "mistral"
1562
+ "creatorId": "google"
1563
+ },
1564
+ "gemini-2.0-pro-exp-02-05": {
1565
+ "id": "gemini-2.0-pro-exp-02-05",
1566
+ "extends": "gemini-2.0-pro-exp",
1567
+ "overrides": {
1568
+ "name": "Gemini 2.0 Pro Experimental 02-05"
1569
+ },
1570
+ "creatorId": "google"
1571
+ },
1572
+ "gemini-2.0-flash-thinking-exp": {
1573
+ "id": "gemini-2.0-flash-thinking-exp",
1574
+ "name": "Gemini 2.0 Flash Thinking Experimental",
1575
+ "license": "proprietary",
1576
+ "providerIds": [
1577
+ "google"
1578
+ ],
1579
+ "capabilities": [
1580
+ "chat",
1581
+ "txt-in",
1582
+ "txt-out",
1583
+ "img-in",
1584
+ "json-out",
1585
+ "fn-out",
1586
+ "reason"
1587
+ ],
1588
+ "context": {
1589
+ "type": "token",
1590
+ "total": 1048576,
1591
+ "maxOutput": 65536
1592
+ },
1593
+ "creatorId": "google"
1594
+ },
1595
+ "gemini-2.0-flash-thinking-exp-1219": {
1596
+ "id": "gemini-2.0-flash-thinking-exp-1219",
1597
+ "extends": "gemini-2.0-flash-thinking-exp",
1598
+ "overrides": {
1599
+ "name": "Gemini 2.0 Flash Thinking Experimental 1219"
1600
+ },
1601
+ "creatorId": "google"
1602
+ },
1603
+ "gemini-2.0-flash-thinking-exp-01-21": {
1604
+ "id": "gemini-2.0-flash-thinking-exp-01-21",
1605
+ "extends": "gemini-2.0-flash-thinking-exp",
1606
+ "overrides": {
1607
+ "name": "Gemini 2.0 Flash Thinking Experimental 01-21"
1608
+ },
1609
+ "creatorId": "google"
1610
+ },
1611
+ "learnlm-2.0-flash-experimental": {
1612
+ "id": "learnlm-2.0-flash-experimental",
1613
+ "name": "LearnLM 2.0 Flash Experimental",
1614
+ "license": "proprietary",
1615
+ "providerIds": [
1616
+ "google"
1617
+ ],
1618
+ "capabilities": [
1619
+ "chat",
1620
+ "txt-in",
1621
+ "txt-out",
1622
+ "img-in",
1623
+ "json-out"
1624
+ ],
1625
+ "context": {
1626
+ "type": "token",
1627
+ "total": 1048576,
1628
+ "maxOutput": 32768
1629
+ },
1630
+ "creatorId": "google"
1631
+ },
1632
+ "gemma-3-1b-it": {
1633
+ "id": "gemma-3-1b-it",
1634
+ "name": "Gemma 3 1B",
1635
+ "license": "apache-2.0",
1636
+ "providerIds": [
1637
+ "google"
1638
+ ],
1639
+ "capabilities": [
1640
+ "chat",
1641
+ "txt-in",
1642
+ "txt-out",
1643
+ "json-out"
1644
+ ],
1645
+ "context": {
1646
+ "type": "token",
1647
+ "total": 32768,
1648
+ "maxOutput": 8192
1649
+ },
1650
+ "creatorId": "google"
1651
+ },
1652
+ "gemma-3-4b-it": {
1653
+ "id": "gemma-3-4b-it",
1654
+ "extends": "gemma-3-1b-it",
1655
+ "overrides": {
1656
+ "name": "Gemma 3 4B"
1657
+ },
1658
+ "creatorId": "google"
1659
+ },
1660
+ "gemma-3-12b-it": {
1661
+ "id": "gemma-3-12b-it",
1662
+ "extends": "gemma-3-1b-it",
1663
+ "overrides": {
1664
+ "name": "Gemma 3 12B"
1665
+ },
1666
+ "creatorId": "google"
1667
+ },
1668
+ "gemma-3-27b-it": {
1669
+ "id": "gemma-3-27b-it",
1670
+ "extends": "gemma-3-1b-it",
1671
+ "overrides": {
1672
+ "name": "Gemma 3 27B",
1673
+ "context": {
1674
+ "type": "token",
1675
+ "total": 131072,
1676
+ "maxOutput": 8192
1677
+ }
1678
+ },
1679
+ "creatorId": "google"
1680
+ },
1681
+ "gemma-3n-e4b-it": {
1682
+ "id": "gemma-3n-e4b-it",
1683
+ "name": "Gemma 3n E4B",
1684
+ "license": "apache-2.0",
1685
+ "providerIds": [
1686
+ "google"
1687
+ ],
1688
+ "capabilities": [
1689
+ "chat",
1690
+ "txt-in",
1691
+ "txt-out"
1692
+ ],
1693
+ "context": {
1694
+ "type": "token",
1695
+ "total": 8192,
1696
+ "maxOutput": 2048
1697
+ },
1698
+ "creatorId": "google"
1699
+ },
1700
+ "imagen-3.0-generate-002": {
1701
+ "id": "imagen-3.0-generate-002",
1702
+ "name": "Imagen 3.0",
1703
+ "license": "proprietary",
1704
+ "providerIds": [
1705
+ "google"
1706
+ ],
1707
+ "capabilities": [
1708
+ "txt-in",
1709
+ "img-out"
1710
+ ],
1711
+ "context": {
1712
+ "maxOutput": 1,
1713
+ "sizes": [
1714
+ "1024x1024",
1715
+ "1792x1024",
1716
+ "1024x1792"
1717
+ ]
1718
+ },
1719
+ "creatorId": "google"
1720
+ },
1721
+ "veo-2.0-generate-001": {
1722
+ "id": "veo-2.0-generate-001",
1723
+ "name": "Veo 2",
1724
+ "license": "proprietary",
1725
+ "providerIds": [
1726
+ "google"
1727
+ ],
1728
+ "capabilities": [
1729
+ "txt-in",
1730
+ "video-out"
1731
+ ],
1732
+ "context": {
1733
+ "type": "token",
1734
+ "total": 480,
1735
+ "maxOutput": 8192
1736
+ },
1737
+ "creatorId": "google"
1738
+ },
1739
+ "llama3-70b-8192": {
1740
+ "id": "llama3-70b-8192",
1741
+ "name": "Llama 3 70B",
1742
+ "license": "llama-3-community",
1743
+ "providerIds": [
1744
+ "groq"
1745
+ ],
1746
+ "capabilities": [
1747
+ "chat",
1748
+ "txt-in",
1749
+ "txt-out",
1750
+ "json-out",
1751
+ "fn-out"
1752
+ ],
1753
+ "context": {
1754
+ "type": "token",
1755
+ "total": 8192,
1756
+ "maxOutput": 4096
1757
+ },
1758
+ "creatorId": "meta"
1759
+ },
1760
+ "llama3-8b-8192": {
1761
+ "id": "llama3-8b-8192",
1762
+ "name": "Llama 3 8B",
1763
+ "license": "llama-3-community",
1764
+ "providerIds": [
1765
+ "groq"
1766
+ ],
1767
+ "capabilities": [
1768
+ "chat",
1769
+ "txt-in",
1770
+ "txt-out",
1771
+ "json-out",
1772
+ "fn-out"
1773
+ ],
1774
+ "context": {
1775
+ "type": "token",
1776
+ "total": 8192,
1777
+ "maxOutput": 4096
1778
+ },
1779
+ "creatorId": "meta"
1780
+ },
1781
+ "llama-3.2-11b-vision-preview": {
1782
+ "id": "llama-3.2-11b-vision-preview",
1783
+ "name": "Llama 3.2 11B Vision",
1784
+ "license": "llama-3-community",
1785
+ "providerIds": [
1786
+ "groq"
1787
+ ],
1788
+ "capabilities": [
1789
+ "chat",
1790
+ "txt-in",
1791
+ "txt-out",
1792
+ "img-in"
1793
+ ],
1794
+ "context": {
1795
+ "type": "token",
1796
+ "total": 4096,
1797
+ "maxOutput": 4096
1798
+ },
1799
+ "creatorId": "meta"
1800
+ },
1801
+ "llama-3.2-90b-vision-preview": {
1802
+ "id": "llama-3.2-90b-vision-preview",
1803
+ "name": "Llama 3.2 90B Vision",
1804
+ "license": "llama-3-community",
1805
+ "providerIds": [
1806
+ "groq"
1807
+ ],
1808
+ "capabilities": [
1809
+ "chat",
1810
+ "txt-in",
1811
+ "txt-out",
1812
+ "img-in"
1813
+ ],
1814
+ "context": {
1815
+ "type": "token",
1816
+ "total": 4096,
1817
+ "maxOutput": 4096
1818
+ },
1819
+ "creatorId": "meta"
1820
+ },
1821
+ "llama-guard-3-8b": {
1822
+ "id": "llama-guard-3-8b",
1823
+ "name": "LlamaGuard 3 8B",
1824
+ "license": "llama-3-community",
1825
+ "providerIds": [
1826
+ "groq"
1827
+ ],
1828
+ "capabilities": [
1829
+ "chat",
1830
+ "txt-in",
1831
+ "txt-out"
1832
+ ],
1833
+ "context": {
1834
+ "type": "token",
1835
+ "total": 4096,
1836
+ "maxOutput": 4096
1837
+ },
1838
+ "creatorId": "meta"
1839
+ },
1840
+ "mistral-large-2402": {
1841
+ "id": "mistral-large-2402",
1842
+ "name": "Mistral Large",
1843
+ "license": "proprietary",
1844
+ "providerIds": [
1845
+ "mistral",
1846
+ "azure"
1847
+ ],
1848
+ "capabilities": [
1849
+ "chat",
1850
+ "txt-in",
1851
+ "txt-out",
1852
+ "json-out",
1853
+ "fn-out"
1854
+ ],
1855
+ "context": {
1856
+ "type": "token",
1857
+ "total": 32768,
1858
+ "maxOutput": 4096
1859
+ },
1860
+ "creatorId": "mistral"
1861
+ },
1862
+ "mistral-small-2402": {
1863
+ "id": "mistral-small-2402",
1864
+ "name": "Mistral Small",
1865
+ "license": "proprietary",
1866
+ "providerIds": [
1867
+ "mistral",
1868
+ "azure"
1869
+ ],
1870
+ "capabilities": [
1871
+ "chat",
1872
+ "txt-in",
1873
+ "txt-out",
1874
+ "json-out",
1875
+ "fn-out"
1876
+ ],
1877
+ "context": {
1878
+ "type": "token",
1879
+ "total": 32768,
1880
+ "maxOutput": 4096
1881
+ },
1882
+ "creatorId": "mistral"
1883
+ },
1884
+ "mistral-medium": {
1885
+ "id": "mistral-medium",
1886
+ "name": "Mistral Medium",
1887
+ "license": "proprietary",
1888
+ "providerIds": [
1889
+ "mistral"
1890
+ ],
1891
+ "capabilities": [
1892
+ "chat",
1893
+ "txt-in",
1894
+ "txt-out"
1895
+ ],
1896
+ "context": {
1897
+ "type": "token",
1898
+ "total": 32768,
1899
+ "maxOutput": 4096
1900
+ },
1901
+ "creatorId": "mistral"
1343
1902
  },
1344
1903
  "open-mistral-7b": {
1345
1904
  "id": "open-mistral-7b",
@@ -2038,41 +2597,308 @@ var models = {
2038
2597
  },
2039
2598
  "creatorId": "openai"
2040
2599
  },
2041
- "gpt-4.1": {
2042
- "id": "gpt-4.1",
2043
- "name": "GPT-4.1",
2600
+ "gpt-4.1": {
2601
+ "id": "gpt-4.1",
2602
+ "name": "GPT-4.1",
2603
+ "license": "proprietary",
2604
+ "providerIds": [
2605
+ "openai"
2606
+ ],
2607
+ "capabilities": [
2608
+ "chat",
2609
+ "txt-in",
2610
+ "txt-out",
2611
+ "img-in",
2612
+ "json-out",
2613
+ "fn-out"
2614
+ ],
2615
+ "context": {
2616
+ "type": "token",
2617
+ "total": 1048576,
2618
+ "maxOutput": 32768
2619
+ },
2620
+ "creatorId": "openai"
2621
+ },
2622
+ "gpt-4.1-mini": {
2623
+ "id": "gpt-4.1-mini",
2624
+ "extends": "gpt-4.1",
2625
+ "overrides": {
2626
+ "name": "GPT-4.1 Mini"
2627
+ },
2628
+ "creatorId": "openai"
2629
+ },
2630
+ "gpt-4.1-nano": {
2631
+ "id": "gpt-4.1-nano",
2632
+ "extends": "gpt-4.1",
2633
+ "overrides": {
2634
+ "name": "GPT-4.1 Nano"
2635
+ },
2636
+ "creatorId": "openai"
2637
+ },
2638
+ "gpt-4.1-2025-04-14": {
2639
+ "id": "gpt-4.1-2025-04-14",
2640
+ "name": "GPT-4.1",
2641
+ "license": "proprietary",
2642
+ "providerIds": [
2643
+ "openai"
2644
+ ],
2645
+ "capabilities": [
2646
+ "chat",
2647
+ "txt-in",
2648
+ "txt-out",
2649
+ "img-in",
2650
+ "json-out",
2651
+ "fn-out"
2652
+ ],
2653
+ "context": {
2654
+ "type": "token",
2655
+ "total": 128e3,
2656
+ "maxOutput": 16384
2657
+ },
2658
+ "aliases": [
2659
+ "gpt-4.1"
2660
+ ],
2661
+ "creatorId": "openai"
2662
+ },
2663
+ "gpt-4.1-mini-2025-04-14": {
2664
+ "id": "gpt-4.1-mini-2025-04-14",
2665
+ "name": "GPT-4.1 Mini",
2666
+ "license": "proprietary",
2667
+ "providerIds": [
2668
+ "openai"
2669
+ ],
2670
+ "capabilities": [
2671
+ "chat",
2672
+ "txt-in",
2673
+ "txt-out",
2674
+ "img-in",
2675
+ "json-out",
2676
+ "fn-out"
2677
+ ],
2678
+ "context": {
2679
+ "type": "token",
2680
+ "total": 128e3,
2681
+ "maxOutput": 16384
2682
+ },
2683
+ "aliases": [
2684
+ "gpt-4.1-mini"
2685
+ ],
2686
+ "creatorId": "openai"
2687
+ },
2688
+ "gpt-4.1-nano-2025-04-14": {
2689
+ "id": "gpt-4.1-nano-2025-04-14",
2690
+ "name": "GPT-4.1 Nano",
2691
+ "license": "proprietary",
2692
+ "providerIds": [
2693
+ "openai"
2694
+ ],
2695
+ "capabilities": [
2696
+ "chat",
2697
+ "txt-in",
2698
+ "txt-out",
2699
+ "json-out",
2700
+ "fn-out"
2701
+ ],
2702
+ "context": {
2703
+ "type": "token",
2704
+ "total": 128e3,
2705
+ "maxOutput": 8192
2706
+ },
2707
+ "aliases": [
2708
+ "gpt-4.1-nano"
2709
+ ],
2710
+ "creatorId": "openai"
2711
+ },
2712
+ "o4-mini-2025-04-16": {
2713
+ "id": "o4-mini-2025-04-16",
2714
+ "name": "OpenAI o4 Mini",
2715
+ "license": "proprietary",
2716
+ "providerIds": [
2717
+ "openai"
2718
+ ],
2719
+ "capabilities": [
2720
+ "chat",
2721
+ "txt-in",
2722
+ "txt-out",
2723
+ "json-out",
2724
+ "fn-out",
2725
+ "reason"
2726
+ ],
2727
+ "context": {
2728
+ "type": "token",
2729
+ "total": 2e5,
2730
+ "maxOutput": 1e5
2731
+ },
2732
+ "aliases": [
2733
+ "o4-mini"
2734
+ ],
2735
+ "creatorId": "openai"
2736
+ },
2737
+ "computer-use-preview-2025-03-11": {
2738
+ "id": "computer-use-preview-2025-03-11",
2739
+ "name": "Computer Use Preview",
2740
+ "license": "proprietary",
2741
+ "providerIds": [
2742
+ "openai"
2743
+ ],
2744
+ "capabilities": [
2745
+ "chat",
2746
+ "txt-in",
2747
+ "txt-out",
2748
+ "img-in",
2749
+ "json-out",
2750
+ "fn-out"
2751
+ ],
2752
+ "context": {
2753
+ "type": "token",
2754
+ "total": 128e3,
2755
+ "maxOutput": 16384
2756
+ },
2757
+ "aliases": [
2758
+ "computer-use-preview"
2759
+ ],
2760
+ "creatorId": "openai"
2761
+ },
2762
+ "gpt-4o-search-preview-2025-03-11": {
2763
+ "id": "gpt-4o-search-preview-2025-03-11",
2764
+ "name": "GPT-4o Search Preview",
2765
+ "extends": "gpt-4o",
2766
+ "overrides": {
2767
+ "name": "GPT-4o Search Preview"
2768
+ },
2769
+ "aliases": [
2770
+ "gpt-4o-search-preview"
2771
+ ],
2772
+ "creatorId": "openai"
2773
+ },
2774
+ "gpt-4o-mini-search-preview-2025-03-11": {
2775
+ "id": "gpt-4o-mini-search-preview-2025-03-11",
2776
+ "name": "GPT-4o Mini Search Preview",
2777
+ "extends": "gpt-4o-mini",
2778
+ "overrides": {
2779
+ "name": "GPT-4o Mini Search Preview"
2780
+ },
2781
+ "aliases": [
2782
+ "gpt-4o-mini-search-preview"
2783
+ ],
2784
+ "creatorId": "openai"
2785
+ },
2786
+ "gpt-4o-transcribe": {
2787
+ "id": "gpt-4o-transcribe",
2788
+ "name": "GPT-4o Transcribe",
2789
+ "extends": "gpt-4o",
2790
+ "overrides": {
2791
+ "name": "GPT-4o Transcribe",
2792
+ "capabilities": [
2793
+ "chat",
2794
+ "txt-in",
2795
+ "txt-out",
2796
+ "audio-in",
2797
+ "json-out",
2798
+ "fn-out"
2799
+ ]
2800
+ },
2801
+ "creatorId": "openai"
2802
+ },
2803
+ "gpt-4o-mini-transcribe": {
2804
+ "id": "gpt-4o-mini-transcribe",
2805
+ "name": "GPT-4o Mini Transcribe",
2806
+ "extends": "gpt-4o-mini",
2807
+ "overrides": {
2808
+ "name": "GPT-4o Mini Transcribe",
2809
+ "capabilities": [
2810
+ "chat",
2811
+ "txt-in",
2812
+ "txt-out",
2813
+ "audio-in",
2814
+ "json-out",
2815
+ "fn-out"
2816
+ ]
2817
+ },
2818
+ "creatorId": "openai"
2819
+ },
2820
+ "gpt-4o-mini-tts": {
2821
+ "id": "gpt-4o-mini-tts",
2822
+ "name": "GPT-4o Mini TTS",
2823
+ "extends": "gpt-4o-mini",
2824
+ "overrides": {
2825
+ "name": "GPT-4o Mini TTS",
2826
+ "capabilities": [
2827
+ "chat",
2828
+ "txt-in",
2829
+ "txt-out",
2830
+ "audio-out",
2831
+ "json-out",
2832
+ "fn-out"
2833
+ ]
2834
+ },
2835
+ "creatorId": "openai"
2836
+ },
2837
+ "gpt-image-1": {
2838
+ "id": "gpt-image-1",
2839
+ "name": "GPT Image 1",
2840
+ "license": "proprietary",
2841
+ "providerIds": [
2842
+ "openai"
2843
+ ],
2844
+ "capabilities": [
2845
+ "img-in",
2846
+ "img-out"
2847
+ ],
2848
+ "context": {
2849
+ "maxOutput": 1,
2850
+ "sizes": [
2851
+ "1024x1024",
2852
+ "1792x1024",
2853
+ "1024x1792"
2854
+ ],
2855
+ "qualities": [
2856
+ "standard",
2857
+ "hd"
2858
+ ]
2859
+ },
2860
+ "creatorId": "openai"
2861
+ },
2862
+ "omni-moderation-2024-09-26": {
2863
+ "id": "omni-moderation-2024-09-26",
2864
+ "name": "Omni Moderation",
2044
2865
  "license": "proprietary",
2045
2866
  "providerIds": [
2046
2867
  "openai"
2047
2868
  ],
2048
2869
  "capabilities": [
2049
- "chat",
2050
2870
  "txt-in",
2051
- "txt-out",
2052
2871
  "img-in",
2053
- "json-out",
2054
- "fn-out"
2872
+ "txt-out"
2055
2873
  ],
2056
2874
  "context": {
2057
2875
  "type": "token",
2058
- "total": 1048576,
2059
- "maxOutput": 32768
2876
+ "total": 32e3
2060
2877
  },
2878
+ "aliases": [
2879
+ "omni-moderation-latest"
2880
+ ],
2061
2881
  "creatorId": "openai"
2062
2882
  },
2063
- "gpt-4.1-mini": {
2064
- "id": "gpt-4.1-mini",
2065
- "extends": "gpt-4.1",
2883
+ "o1-pro-2025-03-19": {
2884
+ "id": "o1-pro-2025-03-19",
2885
+ "name": "OpenAI o1 Pro (2025-03-19)",
2886
+ "extends": "o1-pro",
2887
+ "creatorId": "openai"
2888
+ },
2889
+ "gpt-4o-audio-preview-2025-06-03": {
2890
+ "id": "gpt-4o-audio-preview-2025-06-03",
2891
+ "extends": "gpt-4o-audio-preview",
2066
2892
  "overrides": {
2067
- "name": "GPT-4.1 Mini"
2893
+ "name": "GPT-4o Audio (2025-06-03)"
2068
2894
  },
2069
2895
  "creatorId": "openai"
2070
2896
  },
2071
- "gpt-4.1-nano": {
2072
- "id": "gpt-4.1-nano",
2073
- "extends": "gpt-4.1",
2897
+ "gpt-4o-realtime-preview-2025-06-03": {
2898
+ "id": "gpt-4o-realtime-preview-2025-06-03",
2899
+ "extends": "gpt-4o-realtime-preview",
2074
2900
  "overrides": {
2075
- "name": "GPT-4.1 Nano"
2901
+ "name": "GPT-4o Realtime (2025-06-03)"
2076
2902
  },
2077
2903
  "creatorId": "openai"
2078
2904
  },
@@ -2248,7 +3074,8 @@ var models = {
2248
3074
  "txt-in",
2249
3075
  "txt-out",
2250
3076
  "img-in",
2251
- "fn-out"
3077
+ "fn-out",
3078
+ "json-out"
2252
3079
  ],
2253
3080
  "context": {
2254
3081
  "type": "token",
@@ -2269,12 +3096,13 @@ var models = {
2269
3096
  "chat",
2270
3097
  "txt-in",
2271
3098
  "txt-out",
2272
- "fn-out"
3099
+ "fn-out",
3100
+ "json-out"
2273
3101
  ],
2274
3102
  "context": {
2275
3103
  "type": "token",
2276
3104
  "total": 131072,
2277
- "maxOutput": 131072
3105
+ "maxOutput": 4096
2278
3106
  },
2279
3107
  "creatorId": "xai"
2280
3108
  }
@@ -2286,6 +3114,21 @@ var providers = {
2286
3114
  "apiUrl": "https://api.anthropic.com/v1",
2287
3115
  "apiDocsUrl": "https://docs.anthropic.com/en/api",
2288
3116
  "pricing": {
3117
+ "claude-opus-4-20250514": {
3118
+ "type": "token",
3119
+ "input": 15,
3120
+ "output": 75
3121
+ },
3122
+ "claude-sonnet-4-20250514": {
3123
+ "type": "token",
3124
+ "input": 3,
3125
+ "output": 15
3126
+ },
3127
+ "claude-3-7-sonnet-20250219": {
3128
+ "type": "token",
3129
+ "input": 3,
3130
+ "output": 15
3131
+ },
2289
3132
  "claude-3-opus-20240229": {
2290
3133
  "type": "token",
2291
3134
  "input": 15,
@@ -2489,6 +3332,21 @@ var providers = {
2489
3332
  "apiUrl": "https://generativelanguage.googleapis.com/v1",
2490
3333
  "apiDocsUrl": "https://ai.google.dev/docs",
2491
3334
  "pricing": {
3335
+ "gemini-2.5-pro-preview-03-25": {
3336
+ "type": "token",
3337
+ "input": 2.5,
3338
+ "output": 10
3339
+ },
3340
+ "gemini-2.5-pro-exp-03-25": {
3341
+ "type": "token",
3342
+ "input": 2.5,
3343
+ "output": 10
3344
+ },
3345
+ "gemini-2.5-flash-preview": {
3346
+ "type": "token",
3347
+ "input": 0.2,
3348
+ "output": 0.8
3349
+ },
2492
3350
  "gemini-2.0-flash": {
2493
3351
  "type": "token",
2494
3352
  "input": 0.1,
@@ -2514,10 +3372,162 @@ var providers = {
2514
3372
  "input": 1.25,
2515
3373
  "output": 5
2516
3374
  },
3375
+ "gemini-1.0-pro": {
3376
+ "type": "token",
3377
+ "input": 0.5,
3378
+ "output": 1.5
3379
+ },
3380
+ "gemini-1.0-pro-vision": {
3381
+ "type": "token",
3382
+ "input": 0.25,
3383
+ "output": 0.5
3384
+ },
2517
3385
  "text-embedding-004": {
2518
3386
  "type": "token",
2519
- "input": 0,
3387
+ "input": 625e-7,
2520
3388
  "output": 0
3389
+ },
3390
+ "aqa": {
3391
+ "type": "token",
3392
+ "input": 0.5,
3393
+ "output": 0.5
3394
+ },
3395
+ "text-embedding-ada-002": {
3396
+ "type": "token",
3397
+ "input": 0.1
3398
+ },
3399
+ "gemini-2.5-pro-preview-06-05": {
3400
+ "type": "token",
3401
+ "input": 2.5,
3402
+ "output": 10
3403
+ },
3404
+ "gemini-2.5-pro-preview-05-06": {
3405
+ "type": "token",
3406
+ "input": 2.5,
3407
+ "output": 10
3408
+ },
3409
+ "gemini-2.5-flash-preview-05-20": {
3410
+ "type": "token",
3411
+ "input": 0.2,
3412
+ "output": 0.8
3413
+ },
3414
+ "gemini-2.5-flash-preview-04-17-thinking": {
3415
+ "type": "token",
3416
+ "input": 0.2,
3417
+ "output": 0.8
3418
+ },
3419
+ "gemini-2.5-flash-preview-tts": {
3420
+ "type": "token",
3421
+ "input": 0.2,
3422
+ "output": 0.8
3423
+ },
3424
+ "gemini-2.5-pro-preview-tts": {
3425
+ "type": "token",
3426
+ "input": 2.5,
3427
+ "output": 10
3428
+ },
3429
+ "gemini-2.5-flash-preview-native-audio-dialog": {
3430
+ "type": "token",
3431
+ "input": 0.2,
3432
+ "output": 0.8
3433
+ },
3434
+ "gemini-2.0-flash-001": {
3435
+ "type": "token",
3436
+ "input": 0.1,
3437
+ "output": 0.4
3438
+ },
3439
+ "gemini-2.0-flash-exp": {
3440
+ "type": "token",
3441
+ "input": 0.1,
3442
+ "output": 0.4
3443
+ },
3444
+ "gemini-2.0-flash-exp-image-generation": {
3445
+ "type": "token",
3446
+ "input": 0.1,
3447
+ "output": 0.4
3448
+ },
3449
+ "gemini-2.0-flash-preview-image-generation": {
3450
+ "type": "token",
3451
+ "input": 0.1,
3452
+ "output": 0.4
3453
+ },
3454
+ "gemini-2.0-flash-lite-001": {
3455
+ "type": "token",
3456
+ "input": 0.075,
3457
+ "output": 0.3
3458
+ },
3459
+ "gemini-2.0-flash-lite-preview": {
3460
+ "type": "token",
3461
+ "input": 0.075,
3462
+ "output": 0.3
3463
+ },
3464
+ "gemini-2.0-flash-lite-preview-02-05": {
3465
+ "type": "token",
3466
+ "input": 0.075,
3467
+ "output": 0.3
3468
+ },
3469
+ "gemini-2.0-pro-exp": {
3470
+ "type": "token",
3471
+ "input": 1.25,
3472
+ "output": 5
3473
+ },
3474
+ "gemini-2.0-pro-exp-02-05": {
3475
+ "type": "token",
3476
+ "input": 1.25,
3477
+ "output": 5
3478
+ },
3479
+ "gemini-2.0-flash-thinking-exp": {
3480
+ "type": "token",
3481
+ "input": 0.1,
3482
+ "output": 0.4
3483
+ },
3484
+ "gemini-2.0-flash-thinking-exp-1219": {
3485
+ "type": "token",
3486
+ "input": 0.1,
3487
+ "output": 0.4
3488
+ },
3489
+ "gemini-2.0-flash-thinking-exp-01-21": {
3490
+ "type": "token",
3491
+ "input": 0.1,
3492
+ "output": 0.4
3493
+ },
3494
+ "learnlm-2.0-flash-experimental": {
3495
+ "type": "token",
3496
+ "input": 0.1,
3497
+ "output": 0.4
3498
+ },
3499
+ "gemma-3-1b-it": {
3500
+ "type": "token",
3501
+ "input": 0.1,
3502
+ "output": 0.1
3503
+ },
3504
+ "gemma-3-4b-it": {
3505
+ "type": "token",
3506
+ "input": 0.15,
3507
+ "output": 0.15
3508
+ },
3509
+ "gemma-3-12b-it": {
3510
+ "type": "token",
3511
+ "input": 0.25,
3512
+ "output": 0.25
3513
+ },
3514
+ "gemma-3-27b-it": {
3515
+ "type": "token",
3516
+ "input": 0.5,
3517
+ "output": 0.5
3518
+ },
3519
+ "gemma-3n-e4b-it": {
3520
+ "type": "token",
3521
+ "input": 0.05,
3522
+ "output": 0.05
3523
+ },
3524
+ "imagen-3.0-generate-002": {
3525
+ "type": "image",
3526
+ "price": 0.08
3527
+ },
3528
+ "veo-2.0-generate-001": {
3529
+ "type": "second",
3530
+ "price": 0.1
2521
3531
  }
2522
3532
  }
2523
3533
  },
@@ -2790,6 +3800,98 @@ var providers = {
2790
3800
  "price": 0.08,
2791
3801
  "size": "1024x1024",
2792
3802
  "unit": "per_image"
3803
+ },
3804
+ "text-embedding-ada-002": {
3805
+ "type": "token",
3806
+ "input": 0.1
3807
+ },
3808
+ "gpt-4.1-2025-04-14": {
3809
+ "type": "token",
3810
+ "input": 5,
3811
+ "input_cached": 2.5,
3812
+ "output": 15
3813
+ },
3814
+ "gpt-4.1-mini-2025-04-14": {
3815
+ "type": "token",
3816
+ "input": 0.3,
3817
+ "input_cached": 0.15,
3818
+ "output": 1.2
3819
+ },
3820
+ "gpt-4.1-nano-2025-04-14": {
3821
+ "type": "token",
3822
+ "input": 0.1,
3823
+ "input_cached": 0.05,
3824
+ "output": 0.4
3825
+ },
3826
+ "o4-mini-2025-04-16": {
3827
+ "type": "token",
3828
+ "input": 2.2,
3829
+ "input_cached": 1.1,
3830
+ "output": 8.8
3831
+ },
3832
+ "computer-use-preview-2025-03-11": {
3833
+ "type": "token",
3834
+ "input": 2.5,
3835
+ "input_cached": 1.25,
3836
+ "output": 10
3837
+ },
3838
+ "gpt-4o-search-preview-2025-03-11": {
3839
+ "type": "token",
3840
+ "input": 2.5,
3841
+ "input_cached": 1.25,
3842
+ "output": 10
3843
+ },
3844
+ "gpt-4o-mini-search-preview-2025-03-11": {
3845
+ "type": "token",
3846
+ "input": 0.15,
3847
+ "input_cached": 0.075,
3848
+ "output": 0.6
3849
+ },
3850
+ "gpt-4o-transcribe": {
3851
+ "type": "token",
3852
+ "input": 2.5,
3853
+ "input_cached": 1.25,
3854
+ "output": 10
3855
+ },
3856
+ "gpt-4o-mini-transcribe": {
3857
+ "type": "token",
3858
+ "input": 0.15,
3859
+ "input_cached": 0.075,
3860
+ "output": 0.6
3861
+ },
3862
+ "gpt-4o-mini-tts": {
3863
+ "type": "token",
3864
+ "input": 0.15,
3865
+ "input_cached": 0.075,
3866
+ "output": 0.6
3867
+ },
3868
+ "gpt-image-1": {
3869
+ "type": "image",
3870
+ "price": 0.02,
3871
+ "size": "1024x1024",
3872
+ "unit": "per_image"
3873
+ },
3874
+ "omni-moderation-2024-09-26": {
3875
+ "type": "token",
3876
+ "input": 0.5,
3877
+ "output": 0.5
3878
+ },
3879
+ "o1-pro-2025-03-19": {
3880
+ "type": "token",
3881
+ "input": 60,
3882
+ "input_cached": 30,
3883
+ "output": 240
3884
+ },
3885
+ "gpt-4o-audio-preview-2025-06-03": {
3886
+ "type": "token",
3887
+ "input": 2.5,
3888
+ "output": 10
3889
+ },
3890
+ "gpt-4o-realtime-preview-2025-06-03": {
3891
+ "type": "token",
3892
+ "input": 5,
3893
+ "input_cached": 2.5,
3894
+ "output": 20
2793
3895
  }
2794
3896
  }
2795
3897
  },
@@ -2812,6 +3914,26 @@ var providers = {
2812
3914
  "apiUrl": "https://x.ai/api",
2813
3915
  "apiDocsUrl": "https://x.ai/docs",
2814
3916
  "pricing": {
3917
+ "grok-3-beta": {
3918
+ "type": "token",
3919
+ "input": 2,
3920
+ "output": 10
3921
+ },
3922
+ "grok-3-fast-beta": {
3923
+ "type": "token",
3924
+ "input": 2,
3925
+ "output": 10
3926
+ },
3927
+ "grok-3-mini-beta": {
3928
+ "type": "token",
3929
+ "input": 1,
3930
+ "output": 5
3931
+ },
3932
+ "grok-3-mini-fast-beta": {
3933
+ "type": "token",
3934
+ "input": 1,
3935
+ "output": 5
3936
+ },
2815
3937
  "grok-2-vision-1212": {
2816
3938
  "type": "token",
2817
3939
  "input": 2,