aimodels 0.4.12 → 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 +1570 -336
  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,181 +1297,393 @@ 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"
1343
1563
  },
1344
- "open-mistral-7b": {
1345
- "id": "open-mistral-7b",
1346
- "name": "Open Mistral 7B",
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",
1347
1635
  "license": "apache-2.0",
1348
1636
  "providerIds": [
1349
- "mistral",
1350
- "groq"
1637
+ "google"
1351
1638
  ],
1352
1639
  "capabilities": [
1353
1640
  "chat",
1354
1641
  "txt-in",
1355
- "txt-out"
1642
+ "txt-out",
1643
+ "json-out"
1356
1644
  ],
1357
1645
  "context": {
1358
1646
  "type": "token",
1359
1647
  "total": 32768,
1360
- "maxOutput": 4096
1648
+ "maxOutput": 8192
1361
1649
  },
1362
- "creatorId": "mistral"
1650
+ "creatorId": "google"
1363
1651
  },
1364
- "open-mixtral-8x7b": {
1365
- "id": "open-mixtral-8x7b",
1366
- "name": "Open Mixtral 8x7B",
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",
1367
1684
  "license": "apache-2.0",
1368
1685
  "providerIds": [
1369
- "mistral",
1370
- "groq"
1686
+ "google"
1371
1687
  ],
1372
1688
  "capabilities": [
1373
1689
  "chat",
@@ -1376,18 +1692,56 @@ var models = {
1376
1692
  ],
1377
1693
  "context": {
1378
1694
  "type": "token",
1379
- "total": 32768,
1380
- "maxOutput": 4096
1695
+ "total": 8192,
1696
+ "maxOutput": 2048
1381
1697
  },
1382
- "creatorId": "mistral"
1698
+ "creatorId": "google"
1383
1699
  },
1384
- "gpt-4": {
1385
- "id": "gpt-4",
1386
- "name": "GPT-4",
1700
+ "imagen-3.0-generate-002": {
1701
+ "id": "imagen-3.0-generate-002",
1702
+ "name": "Imagen 3.0",
1387
1703
  "license": "proprietary",
1388
1704
  "providerIds": [
1389
- "openai",
1390
- "azure"
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"
1391
1745
  ],
1392
1746
  "capabilities": [
1393
1747
  "chat",
@@ -1401,28 +1755,14 @@ var models = {
1401
1755
  "total": 8192,
1402
1756
  "maxOutput": 4096
1403
1757
  },
1404
- "creatorId": "openai"
1405
- },
1406
- "gpt-4-turbo-preview": {
1407
- "id": "gpt-4-turbo-preview",
1408
- "extends": "gpt-4",
1409
- "overrides": {
1410
- "name": "GPT-4 Turbo",
1411
- "context": {
1412
- "type": "token",
1413
- "total": 128e3,
1414
- "maxOutput": 4096
1415
- }
1416
- },
1417
- "creatorId": "openai"
1758
+ "creatorId": "meta"
1418
1759
  },
1419
- "gpt-3.5-turbo": {
1420
- "id": "gpt-3.5-turbo",
1421
- "name": "GPT-3.5 Turbo",
1422
- "license": "proprietary",
1760
+ "llama3-8b-8192": {
1761
+ "id": "llama3-8b-8192",
1762
+ "name": "Llama 3 8B",
1763
+ "license": "llama-3-community",
1423
1764
  "providerIds": [
1424
- "openai",
1425
- "azure"
1765
+ "groq"
1426
1766
  ],
1427
1767
  "capabilities": [
1428
1768
  "chat",
@@ -1433,33 +1773,60 @@ var models = {
1433
1773
  ],
1434
1774
  "context": {
1435
1775
  "type": "token",
1436
- "total": 16385,
1776
+ "total": 8192,
1437
1777
  "maxOutput": 4096
1438
1778
  },
1439
- "creatorId": "openai"
1779
+ "creatorId": "meta"
1440
1780
  },
1441
- "gpt-3.5-turbo-16k": {
1442
- "id": "gpt-3.5-turbo-16k",
1443
- "extends": "gpt-3.5-turbo",
1444
- "overrides": {
1445
- "name": "GPT-3.5 Turbo 16K",
1446
- "context": {
1447
- "type": "token",
1448
- "total": 16385,
1449
- "maxOutput": 4096
1450
- }
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
1451
1798
  },
1452
- "creatorId": "openai"
1799
+ "creatorId": "meta"
1453
1800
  },
1454
- "gpt-3.5-turbo-instruct": {
1455
- "id": "gpt-3.5-turbo-instruct",
1456
- "name": "GPT-3.5 Turbo Instruct",
1457
- "license": "proprietary",
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",
1458
1805
  "providerIds": [
1459
- "openai",
1460
- "azure"
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"
1461
1827
  ],
1462
1828
  "capabilities": [
1829
+ "chat",
1463
1830
  "txt-in",
1464
1831
  "txt-out"
1465
1832
  ],
@@ -1468,53 +1835,245 @@ var models = {
1468
1835
  "total": 4096,
1469
1836
  "maxOutput": 4096
1470
1837
  },
1471
- "creatorId": "openai"
1838
+ "creatorId": "meta"
1472
1839
  },
1473
- "gpt-4o": {
1474
- "id": "gpt-4o",
1475
- "name": "GPT-4o",
1840
+ "mistral-large-2402": {
1841
+ "id": "mistral-large-2402",
1842
+ "name": "Mistral Large",
1476
1843
  "license": "proprietary",
1477
1844
  "providerIds": [
1478
- "openai",
1845
+ "mistral",
1479
1846
  "azure"
1480
1847
  ],
1481
1848
  "capabilities": [
1482
1849
  "chat",
1483
1850
  "txt-in",
1484
1851
  "txt-out",
1485
- "img-in",
1486
1852
  "json-out",
1487
1853
  "fn-out"
1488
1854
  ],
1489
1855
  "context": {
1490
1856
  "type": "token",
1491
- "total": 128e3,
1492
- "maxOutput": 16384
1493
- },
1494
- "aliases": [
1495
- "chatgpt-4o-latest",
1496
- "gpt-4o-2024-08-06"
1497
- ],
1498
- "creatorId": "openai"
1499
- },
1500
- "gpt-4o-2024-11-20": {
1501
- "id": "gpt-4o-2024-11-20",
1502
- "extends": "gpt-4o",
1503
- "overrides": {
1504
- "name": "GPT-4o (2024-11-20)"
1505
- },
1506
- "creatorId": "openai"
1507
- },
1508
- "gpt-4o-2024-08-06": {
1509
- "id": "gpt-4o-2024-08-06",
1510
- "extends": "gpt-4o",
1511
- "overrides": {
1512
- "name": "GPT-4o (2024-08-06)"
1857
+ "total": 32768,
1858
+ "maxOutput": 4096
1513
1859
  },
1514
- "creatorId": "openai"
1860
+ "creatorId": "mistral"
1515
1861
  },
1516
- "gpt-4o-2024-05-13": {
1517
- "id": "gpt-4o-2024-05-13",
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"
1902
+ },
1903
+ "open-mistral-7b": {
1904
+ "id": "open-mistral-7b",
1905
+ "name": "Open Mistral 7B",
1906
+ "license": "apache-2.0",
1907
+ "providerIds": [
1908
+ "mistral",
1909
+ "groq"
1910
+ ],
1911
+ "capabilities": [
1912
+ "chat",
1913
+ "txt-in",
1914
+ "txt-out"
1915
+ ],
1916
+ "context": {
1917
+ "type": "token",
1918
+ "total": 32768,
1919
+ "maxOutput": 4096
1920
+ },
1921
+ "creatorId": "mistral"
1922
+ },
1923
+ "open-mixtral-8x7b": {
1924
+ "id": "open-mixtral-8x7b",
1925
+ "name": "Open Mixtral 8x7B",
1926
+ "license": "apache-2.0",
1927
+ "providerIds": [
1928
+ "mistral",
1929
+ "groq"
1930
+ ],
1931
+ "capabilities": [
1932
+ "chat",
1933
+ "txt-in",
1934
+ "txt-out"
1935
+ ],
1936
+ "context": {
1937
+ "type": "token",
1938
+ "total": 32768,
1939
+ "maxOutput": 4096
1940
+ },
1941
+ "creatorId": "mistral"
1942
+ },
1943
+ "gpt-4": {
1944
+ "id": "gpt-4",
1945
+ "name": "GPT-4",
1946
+ "license": "proprietary",
1947
+ "providerIds": [
1948
+ "openai",
1949
+ "azure"
1950
+ ],
1951
+ "capabilities": [
1952
+ "chat",
1953
+ "txt-in",
1954
+ "txt-out",
1955
+ "json-out",
1956
+ "fn-out"
1957
+ ],
1958
+ "context": {
1959
+ "type": "token",
1960
+ "total": 8192,
1961
+ "maxOutput": 4096
1962
+ },
1963
+ "creatorId": "openai"
1964
+ },
1965
+ "gpt-4-turbo-preview": {
1966
+ "id": "gpt-4-turbo-preview",
1967
+ "extends": "gpt-4",
1968
+ "overrides": {
1969
+ "name": "GPT-4 Turbo",
1970
+ "context": {
1971
+ "type": "token",
1972
+ "total": 128e3,
1973
+ "maxOutput": 4096
1974
+ }
1975
+ },
1976
+ "creatorId": "openai"
1977
+ },
1978
+ "gpt-3.5-turbo": {
1979
+ "id": "gpt-3.5-turbo",
1980
+ "name": "GPT-3.5 Turbo",
1981
+ "license": "proprietary",
1982
+ "providerIds": [
1983
+ "openai",
1984
+ "azure"
1985
+ ],
1986
+ "capabilities": [
1987
+ "chat",
1988
+ "txt-in",
1989
+ "txt-out",
1990
+ "json-out",
1991
+ "fn-out"
1992
+ ],
1993
+ "context": {
1994
+ "type": "token",
1995
+ "total": 16385,
1996
+ "maxOutput": 4096
1997
+ },
1998
+ "creatorId": "openai"
1999
+ },
2000
+ "gpt-3.5-turbo-16k": {
2001
+ "id": "gpt-3.5-turbo-16k",
2002
+ "extends": "gpt-3.5-turbo",
2003
+ "overrides": {
2004
+ "name": "GPT-3.5 Turbo 16K",
2005
+ "context": {
2006
+ "type": "token",
2007
+ "total": 16385,
2008
+ "maxOutput": 4096
2009
+ }
2010
+ },
2011
+ "creatorId": "openai"
2012
+ },
2013
+ "gpt-3.5-turbo-instruct": {
2014
+ "id": "gpt-3.5-turbo-instruct",
2015
+ "name": "GPT-3.5 Turbo Instruct",
2016
+ "license": "proprietary",
2017
+ "providerIds": [
2018
+ "openai",
2019
+ "azure"
2020
+ ],
2021
+ "capabilities": [
2022
+ "txt-in",
2023
+ "txt-out"
2024
+ ],
2025
+ "context": {
2026
+ "type": "token",
2027
+ "total": 4096,
2028
+ "maxOutput": 4096
2029
+ },
2030
+ "creatorId": "openai"
2031
+ },
2032
+ "gpt-4o": {
2033
+ "id": "gpt-4o",
2034
+ "name": "GPT-4o",
2035
+ "license": "proprietary",
2036
+ "providerIds": [
2037
+ "openai",
2038
+ "azure"
2039
+ ],
2040
+ "capabilities": [
2041
+ "chat",
2042
+ "txt-in",
2043
+ "txt-out",
2044
+ "img-in",
2045
+ "json-out",
2046
+ "fn-out"
2047
+ ],
2048
+ "context": {
2049
+ "type": "token",
2050
+ "total": 128e3,
2051
+ "maxOutput": 16384
2052
+ },
2053
+ "aliases": [
2054
+ "chatgpt-4o-latest",
2055
+ "gpt-4o-2024-08-06"
2056
+ ],
2057
+ "creatorId": "openai"
2058
+ },
2059
+ "gpt-4o-2024-11-20": {
2060
+ "id": "gpt-4o-2024-11-20",
2061
+ "extends": "gpt-4o",
2062
+ "overrides": {
2063
+ "name": "GPT-4o (2024-11-20)"
2064
+ },
2065
+ "creatorId": "openai"
2066
+ },
2067
+ "gpt-4o-2024-08-06": {
2068
+ "id": "gpt-4o-2024-08-06",
2069
+ "extends": "gpt-4o",
2070
+ "overrides": {
2071
+ "name": "GPT-4o (2024-08-06)"
2072
+ },
2073
+ "creatorId": "openai"
2074
+ },
2075
+ "gpt-4o-2024-05-13": {
2076
+ "id": "gpt-4o-2024-05-13",
1518
2077
  "extends": "gpt-4o",
1519
2078
  "overrides": {
1520
2079
  "name": "GPT-4o (2024-05-13)",
@@ -1772,9 +2331,363 @@ var models = {
1772
2331
  },
1773
2332
  "creatorId": "openai"
1774
2333
  },
1775
- "o3": {
1776
- "id": "o3",
1777
- "name": "OpenAI o3",
2334
+ "o3": {
2335
+ "id": "o3",
2336
+ "name": "OpenAI o3",
2337
+ "license": "proprietary",
2338
+ "providerIds": [
2339
+ "openai"
2340
+ ],
2341
+ "capabilities": [
2342
+ "chat",
2343
+ "txt-in",
2344
+ "txt-out",
2345
+ "img-in",
2346
+ "json-out",
2347
+ "fn-out",
2348
+ "reason"
2349
+ ],
2350
+ "context": {
2351
+ "type": "token",
2352
+ "total": 2e5,
2353
+ "maxOutput": 1e5
2354
+ },
2355
+ "creatorId": "openai"
2356
+ },
2357
+ "o3-mini": {
2358
+ "id": "o3-mini",
2359
+ "name": "OpenAI o3 Mini",
2360
+ "license": "proprietary",
2361
+ "providerIds": [
2362
+ "openai",
2363
+ "azure"
2364
+ ],
2365
+ "capabilities": [
2366
+ "chat",
2367
+ "txt-in",
2368
+ "txt-out",
2369
+ "json-out",
2370
+ "fn-out",
2371
+ "reason"
2372
+ ],
2373
+ "context": {
2374
+ "type": "token",
2375
+ "total": 2e5,
2376
+ "maxOutput": 1e5
2377
+ },
2378
+ "creatorId": "openai"
2379
+ },
2380
+ "o3-mini-2025-01-31": {
2381
+ "id": "o3-mini-2025-01-31",
2382
+ "extends": "o3-mini",
2383
+ "overrides": {
2384
+ "name": "OpenAI o3 Mini (2025-01-31)"
2385
+ },
2386
+ "creatorId": "openai"
2387
+ },
2388
+ "gpt-4.5-preview": {
2389
+ "id": "gpt-4.5-preview",
2390
+ "name": "GPT-4.5 Preview",
2391
+ "license": "proprietary",
2392
+ "providerIds": [
2393
+ "openai",
2394
+ "azure"
2395
+ ],
2396
+ "capabilities": [
2397
+ "chat",
2398
+ "txt-in",
2399
+ "txt-out",
2400
+ "img-in",
2401
+ "json-out",
2402
+ "fn-out"
2403
+ ],
2404
+ "context": {
2405
+ "type": "token",
2406
+ "total": 128e3,
2407
+ "maxOutput": 16384
2408
+ },
2409
+ "aliases": [
2410
+ "gpt-4.5-preview-2025-02-27"
2411
+ ],
2412
+ "creatorId": "openai"
2413
+ },
2414
+ "whisper-1": {
2415
+ "id": "whisper-1",
2416
+ "name": "Whisper",
2417
+ "license": "proprietary",
2418
+ "providerIds": [
2419
+ "openai",
2420
+ "azure"
2421
+ ],
2422
+ "capabilities": [
2423
+ "audio-in",
2424
+ "txt-out"
2425
+ ],
2426
+ "context": {
2427
+ "type": "audio-in",
2428
+ "total": null,
2429
+ "maxOutput": null
2430
+ },
2431
+ "creatorId": "openai"
2432
+ },
2433
+ "tts-1": {
2434
+ "id": "tts-1",
2435
+ "name": "TTS-1",
2436
+ "license": "proprietary",
2437
+ "providerIds": [
2438
+ "openai",
2439
+ "azure"
2440
+ ],
2441
+ "capabilities": [
2442
+ "txt-in",
2443
+ "audio-out"
2444
+ ],
2445
+ "context": {
2446
+ "type": "audio-out",
2447
+ "total": null,
2448
+ "maxOutput": null
2449
+ },
2450
+ "creatorId": "openai"
2451
+ },
2452
+ "tts-1-hd": {
2453
+ "id": "tts-1-hd",
2454
+ "extends": "tts-1",
2455
+ "overrides": {
2456
+ "name": "TTS-1 HD"
2457
+ },
2458
+ "creatorId": "openai"
2459
+ },
2460
+ "dall-e-2": {
2461
+ "id": "dall-e-2",
2462
+ "name": "DALL-E 2",
2463
+ "license": "proprietary",
2464
+ "providerIds": [
2465
+ "openai",
2466
+ "azure"
2467
+ ],
2468
+ "capabilities": [
2469
+ "txt-in",
2470
+ "img-out"
2471
+ ],
2472
+ "context": {
2473
+ "maxOutput": 1,
2474
+ "sizes": [
2475
+ "256x256",
2476
+ "512x512",
2477
+ "1024x1024"
2478
+ ],
2479
+ "qualities": [
2480
+ "standard"
2481
+ ]
2482
+ },
2483
+ "creatorId": "openai"
2484
+ },
2485
+ "dall-e-3": {
2486
+ "id": "dall-e-3",
2487
+ "name": "DALL-E 3",
2488
+ "license": "proprietary",
2489
+ "providerIds": [
2490
+ "openai",
2491
+ "azure"
2492
+ ],
2493
+ "capabilities": [
2494
+ "txt-in",
2495
+ "img-out"
2496
+ ],
2497
+ "context": {
2498
+ "maxOutput": 1,
2499
+ "sizes": [
2500
+ "1024x1024",
2501
+ "1024x1792",
2502
+ "1792x1024"
2503
+ ],
2504
+ "qualities": [
2505
+ "standard",
2506
+ "hd"
2507
+ ]
2508
+ },
2509
+ "creatorId": "openai"
2510
+ },
2511
+ "text-embedding-ada-002": {
2512
+ "id": "text-embedding-ada-002",
2513
+ "name": "Text Embedding Ada 002",
2514
+ "license": "proprietary",
2515
+ "providerIds": [
2516
+ "openai",
2517
+ "azure"
2518
+ ],
2519
+ "capabilities": [
2520
+ "txt-in",
2521
+ "vec-out"
2522
+ ],
2523
+ "context": {
2524
+ "type": "embedding",
2525
+ "total": 8191,
2526
+ "unit": "tokens",
2527
+ "dimensions": 1536,
2528
+ "embeddingType": "text",
2529
+ "normalized": true
2530
+ },
2531
+ "creatorId": "openai"
2532
+ },
2533
+ "text-embedding-3-small": {
2534
+ "id": "text-embedding-3-small",
2535
+ "name": "Text Embedding 3 Small",
2536
+ "license": "proprietary",
2537
+ "providerIds": [
2538
+ "openai",
2539
+ "azure"
2540
+ ],
2541
+ "capabilities": [
2542
+ "txt-in",
2543
+ "vec-out"
2544
+ ],
2545
+ "context": {
2546
+ "type": "embedding",
2547
+ "total": 8191,
2548
+ "unit": "tokens",
2549
+ "dimensions": 1536,
2550
+ "embeddingType": "text",
2551
+ "normalized": true
2552
+ },
2553
+ "creatorId": "openai"
2554
+ },
2555
+ "text-embedding-3-large": {
2556
+ "id": "text-embedding-3-large",
2557
+ "name": "Text Embedding 3 Large",
2558
+ "license": "proprietary",
2559
+ "providerIds": [
2560
+ "openai",
2561
+ "azure"
2562
+ ],
2563
+ "capabilities": [
2564
+ "txt-in",
2565
+ "vec-out"
2566
+ ],
2567
+ "context": {
2568
+ "type": "embedding",
2569
+ "total": 8191,
2570
+ "unit": "tokens",
2571
+ "dimensions": 3072,
2572
+ "embeddingType": "text",
2573
+ "normalized": true
2574
+ },
2575
+ "creatorId": "openai"
2576
+ },
2577
+ "o4-mini": {
2578
+ "id": "o4-mini",
2579
+ "name": "OpenAI o4 Mini",
2580
+ "license": "proprietary",
2581
+ "providerIds": [
2582
+ "openai"
2583
+ ],
2584
+ "capabilities": [
2585
+ "chat",
2586
+ "txt-in",
2587
+ "txt-out",
2588
+ "img-in",
2589
+ "json-out",
2590
+ "fn-out",
2591
+ "reason"
2592
+ ],
2593
+ "context": {
2594
+ "type": "token",
2595
+ "total": 2e5,
2596
+ "maxOutput": 1e5
2597
+ },
2598
+ "creatorId": "openai"
2599
+ },
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",
1778
2691
  "license": "proprietary",
1779
2692
  "providerIds": [
1780
2693
  "openai"
@@ -1783,25 +2696,25 @@ var models = {
1783
2696
  "chat",
1784
2697
  "txt-in",
1785
2698
  "txt-out",
1786
- "img-in",
1787
2699
  "json-out",
1788
- "fn-out",
1789
- "reason"
2700
+ "fn-out"
1790
2701
  ],
1791
2702
  "context": {
1792
2703
  "type": "token",
1793
- "total": 2e5,
1794
- "maxOutput": 1e5
2704
+ "total": 128e3,
2705
+ "maxOutput": 8192
1795
2706
  },
2707
+ "aliases": [
2708
+ "gpt-4.1-nano"
2709
+ ],
1796
2710
  "creatorId": "openai"
1797
2711
  },
1798
- "o3-mini": {
1799
- "id": "o3-mini",
1800
- "name": "OpenAI o3 Mini",
2712
+ "o4-mini-2025-04-16": {
2713
+ "id": "o4-mini-2025-04-16",
2714
+ "name": "OpenAI o4 Mini",
1801
2715
  "license": "proprietary",
1802
2716
  "providerIds": [
1803
- "openai",
1804
- "azure"
2717
+ "openai"
1805
2718
  ],
1806
2719
  "capabilities": [
1807
2720
  "chat",
@@ -1816,23 +2729,17 @@ var models = {
1816
2729
  "total": 2e5,
1817
2730
  "maxOutput": 1e5
1818
2731
  },
2732
+ "aliases": [
2733
+ "o4-mini"
2734
+ ],
1819
2735
  "creatorId": "openai"
1820
2736
  },
1821
- "o3-mini-2025-01-31": {
1822
- "id": "o3-mini-2025-01-31",
1823
- "extends": "o3-mini",
1824
- "overrides": {
1825
- "name": "OpenAI o3 Mini (2025-01-31)"
1826
- },
1827
- "creatorId": "openai"
1828
- },
1829
- "gpt-4.5-preview": {
1830
- "id": "gpt-4.5-preview",
1831
- "name": "GPT-4.5 Preview",
2737
+ "computer-use-preview-2025-03-11": {
2738
+ "id": "computer-use-preview-2025-03-11",
2739
+ "name": "Computer Use Preview",
1832
2740
  "license": "proprietary",
1833
2741
  "providerIds": [
1834
- "openai",
1835
- "azure"
2742
+ "openai"
1836
2743
  ],
1837
2744
  "capabilities": [
1838
2745
  "chat",
@@ -1848,99 +2755,102 @@ var models = {
1848
2755
  "maxOutput": 16384
1849
2756
  },
1850
2757
  "aliases": [
1851
- "gpt-4.5-preview-2025-02-27"
2758
+ "computer-use-preview"
1852
2759
  ],
1853
2760
  "creatorId": "openai"
1854
2761
  },
1855
- "whisper-1": {
1856
- "id": "whisper-1",
1857
- "name": "Whisper",
1858
- "license": "proprietary",
1859
- "providerIds": [
1860
- "openai",
1861
- "azure"
1862
- ],
1863
- "capabilities": [
1864
- "audio-in",
1865
- "txt-out"
1866
- ],
1867
- "context": {
1868
- "type": "audio-in",
1869
- "total": null,
1870
- "maxOutput": null
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"
1871
2768
  },
2769
+ "aliases": [
2770
+ "gpt-4o-search-preview"
2771
+ ],
1872
2772
  "creatorId": "openai"
1873
2773
  },
1874
- "tts-1": {
1875
- "id": "tts-1",
1876
- "name": "TTS-1",
1877
- "license": "proprietary",
1878
- "providerIds": [
1879
- "openai",
1880
- "azure"
1881
- ],
1882
- "capabilities": [
1883
- "txt-in",
1884
- "audio-out"
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"
1885
2783
  ],
1886
- "context": {
1887
- "type": "audio-out",
1888
- "total": null,
1889
- "maxOutput": null
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
+ ]
1890
2800
  },
1891
2801
  "creatorId": "openai"
1892
2802
  },
1893
- "tts-1-hd": {
1894
- "id": "tts-1-hd",
1895
- "extends": "tts-1",
2803
+ "gpt-4o-mini-transcribe": {
2804
+ "id": "gpt-4o-mini-transcribe",
2805
+ "name": "GPT-4o Mini Transcribe",
2806
+ "extends": "gpt-4o-mini",
1896
2807
  "overrides": {
1897
- "name": "TTS-1 HD"
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
+ ]
1898
2817
  },
1899
2818
  "creatorId": "openai"
1900
2819
  },
1901
- "dall-e-2": {
1902
- "id": "dall-e-2",
1903
- "name": "DALL-E 2",
1904
- "license": "proprietary",
1905
- "providerIds": [
1906
- "openai",
1907
- "azure"
1908
- ],
1909
- "capabilities": [
1910
- "txt-in",
1911
- "img-out"
1912
- ],
1913
- "context": {
1914
- "maxOutput": 1,
1915
- "sizes": [
1916
- "256x256",
1917
- "512x512",
1918
- "1024x1024"
1919
- ],
1920
- "qualities": [
1921
- "standard"
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"
1922
2833
  ]
1923
2834
  },
1924
2835
  "creatorId": "openai"
1925
2836
  },
1926
- "dall-e-3": {
1927
- "id": "dall-e-3",
1928
- "name": "DALL-E 3",
2837
+ "gpt-image-1": {
2838
+ "id": "gpt-image-1",
2839
+ "name": "GPT Image 1",
1929
2840
  "license": "proprietary",
1930
2841
  "providerIds": [
1931
- "openai",
1932
- "azure"
2842
+ "openai"
1933
2843
  ],
1934
2844
  "capabilities": [
1935
- "txt-in",
2845
+ "img-in",
1936
2846
  "img-out"
1937
2847
  ],
1938
2848
  "context": {
1939
2849
  "maxOutput": 1,
1940
2850
  "sizes": [
1941
2851
  "1024x1024",
1942
- "1024x1792",
1943
- "1792x1024"
2852
+ "1792x1024",
2853
+ "1024x1792"
1944
2854
  ],
1945
2855
  "qualities": [
1946
2856
  "standard",
@@ -1949,132 +2859,152 @@ var models = {
1949
2859
  },
1950
2860
  "creatorId": "openai"
1951
2861
  },
1952
- "text-embedding-ada-002": {
1953
- "id": "text-embedding-ada-002",
1954
- "name": "Text Embedding Ada 002",
2862
+ "omni-moderation-2024-09-26": {
2863
+ "id": "omni-moderation-2024-09-26",
2864
+ "name": "Omni Moderation",
1955
2865
  "license": "proprietary",
1956
2866
  "providerIds": [
1957
- "openai",
1958
- "azure"
2867
+ "openai"
1959
2868
  ],
1960
2869
  "capabilities": [
1961
2870
  "txt-in",
1962
- "vec-out"
2871
+ "img-in",
2872
+ "txt-out"
1963
2873
  ],
1964
2874
  "context": {
1965
- "type": "embedding",
1966
- "total": 8191,
1967
- "unit": "tokens",
1968
- "dimensions": 1536,
1969
- "embeddingType": "text",
1970
- "normalized": true
2875
+ "type": "token",
2876
+ "total": 32e3
1971
2877
  },
2878
+ "aliases": [
2879
+ "omni-moderation-latest"
2880
+ ],
1972
2881
  "creatorId": "openai"
1973
2882
  },
1974
- "text-embedding-3-small": {
1975
- "id": "text-embedding-3-small",
1976
- "name": "Text Embedding 3 Small",
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",
2892
+ "overrides": {
2893
+ "name": "GPT-4o Audio (2025-06-03)"
2894
+ },
2895
+ "creatorId": "openai"
2896
+ },
2897
+ "gpt-4o-realtime-preview-2025-06-03": {
2898
+ "id": "gpt-4o-realtime-preview-2025-06-03",
2899
+ "extends": "gpt-4o-realtime-preview",
2900
+ "overrides": {
2901
+ "name": "GPT-4o Realtime (2025-06-03)"
2902
+ },
2903
+ "creatorId": "openai"
2904
+ },
2905
+ "grok-3-beta": {
2906
+ "id": "grok-3-beta",
2907
+ "name": "Grok 3 Beta",
2908
+ "creator": "xai",
1977
2909
  "license": "proprietary",
1978
2910
  "providerIds": [
1979
- "openai",
1980
- "azure"
2911
+ "xai"
1981
2912
  ],
1982
2913
  "capabilities": [
2914
+ "chat",
1983
2915
  "txt-in",
1984
- "vec-out"
2916
+ "txt-out",
2917
+ "reason",
2918
+ "fn-out",
2919
+ "json-out"
1985
2920
  ],
1986
2921
  "context": {
1987
- "type": "embedding",
1988
- "total": 8191,
1989
- "unit": "tokens",
1990
- "dimensions": 1536,
1991
- "embeddingType": "text",
1992
- "normalized": true
2922
+ "type": "token",
2923
+ "total": 131072,
2924
+ "maxOutput": 131072
1993
2925
  },
1994
- "creatorId": "openai"
2926
+ "aliases": [
2927
+ "grok-3",
2928
+ "grok-3-latest"
2929
+ ],
2930
+ "releasedAt": "2025-04-03",
2931
+ "creatorId": "xai"
1995
2932
  },
1996
- "text-embedding-3-large": {
1997
- "id": "text-embedding-3-large",
1998
- "name": "Text Embedding 3 Large",
2933
+ "grok-3-fast-beta": {
2934
+ "id": "grok-3-fast-beta",
2935
+ "name": "Grok 3 Beta (Fast mode)",
2936
+ "creator": "xai",
1999
2937
  "license": "proprietary",
2000
2938
  "providerIds": [
2001
- "openai",
2002
- "azure"
2939
+ "xai"
2003
2940
  ],
2004
2941
  "capabilities": [
2942
+ "chat",
2005
2943
  "txt-in",
2006
- "vec-out"
2944
+ "txt-out",
2945
+ "reason",
2946
+ "fn-out",
2947
+ "json-out"
2007
2948
  ],
2008
2949
  "context": {
2009
- "type": "embedding",
2010
- "total": 8191,
2011
- "unit": "tokens",
2012
- "dimensions": 3072,
2013
- "embeddingType": "text",
2014
- "normalized": true
2950
+ "type": "token",
2951
+ "total": 131072,
2952
+ "maxOutput": 131072
2015
2953
  },
2016
- "creatorId": "openai"
2954
+ "releasedAt": "2025-04-03",
2955
+ "creatorId": "xai"
2017
2956
  },
2018
- "o4-mini": {
2019
- "id": "o4-mini",
2020
- "name": "OpenAI o4 Mini",
2957
+ "grok-3-mini-beta": {
2958
+ "id": "grok-3-mini-beta",
2959
+ "name": "Grok 3 Mini Beta",
2960
+ "creator": "xai",
2021
2961
  "license": "proprietary",
2022
2962
  "providerIds": [
2023
- "openai"
2963
+ "xai"
2024
2964
  ],
2025
2965
  "capabilities": [
2026
2966
  "chat",
2027
2967
  "txt-in",
2028
2968
  "txt-out",
2029
- "img-in",
2030
- "json-out",
2969
+ "reason",
2031
2970
  "fn-out",
2032
- "reason"
2971
+ "json-out"
2033
2972
  ],
2034
2973
  "context": {
2035
2974
  "type": "token",
2036
- "total": 2e5,
2037
- "maxOutput": 1e5
2975
+ "total": 131072,
2976
+ "maxOutput": 131072
2038
2977
  },
2039
- "creatorId": "openai"
2978
+ "aliases": [
2979
+ "grok-3-mini",
2980
+ "grok-3-mini-latest"
2981
+ ],
2982
+ "releasedAt": "2025-04-03",
2983
+ "creatorId": "xai"
2040
2984
  },
2041
- "gpt-4.1": {
2042
- "id": "gpt-4.1",
2043
- "name": "GPT-4.1",
2985
+ "grok-3-mini-fast-beta": {
2986
+ "id": "grok-3-mini-fast-beta",
2987
+ "name": "Grok 3 Mini Beta (Fast mode)",
2988
+ "creator": "xai",
2044
2989
  "license": "proprietary",
2045
2990
  "providerIds": [
2046
- "openai"
2991
+ "xai"
2047
2992
  ],
2048
2993
  "capabilities": [
2049
2994
  "chat",
2050
2995
  "txt-in",
2051
2996
  "txt-out",
2052
- "img-in",
2053
- "json-out",
2054
- "fn-out"
2997
+ "reason",
2998
+ "fn-out",
2999
+ "json-out"
2055
3000
  ],
2056
3001
  "context": {
2057
3002
  "type": "token",
2058
- "total": 1048576,
2059
- "maxOutput": 32768
2060
- },
2061
- "creatorId": "openai"
2062
- },
2063
- "gpt-4.1-mini": {
2064
- "id": "gpt-4.1-mini",
2065
- "extends": "gpt-4.1",
2066
- "overrides": {
2067
- "name": "GPT-4.1 Mini"
2068
- },
2069
- "creatorId": "openai"
2070
- },
2071
- "gpt-4.1-nano": {
2072
- "id": "gpt-4.1-nano",
2073
- "extends": "gpt-4.1",
2074
- "overrides": {
2075
- "name": "GPT-4.1 Nano"
3003
+ "total": 131072,
3004
+ "maxOutput": 131072
2076
3005
  },
2077
- "creatorId": "openai"
3006
+ "releasedAt": "2025-04-03",
3007
+ "creatorId": "xai"
2078
3008
  },
2079
3009
  "grok-2-vision-1212": {
2080
3010
  "id": "grok-2-vision-1212",
@@ -2088,17 +3018,20 @@ var models = {
2088
3018
  "chat",
2089
3019
  "txt-in",
2090
3020
  "txt-out",
2091
- "img-in"
3021
+ "img-in",
3022
+ "fn-out",
3023
+ "json-out"
2092
3024
  ],
2093
3025
  "context": {
2094
3026
  "type": "token",
2095
3027
  "total": 32768,
2096
- "maxOutput": 4096
3028
+ "maxOutput": 32768
2097
3029
  },
2098
3030
  "aliases": [
2099
3031
  "grok-2-vision",
2100
3032
  "grok-2-vision-latest"
2101
3033
  ],
3034
+ "releasedAt": "2024-12-12",
2102
3035
  "creatorId": "xai"
2103
3036
  },
2104
3037
  "grok-2-1212": {
@@ -2112,17 +3045,20 @@ var models = {
2112
3045
  "capabilities": [
2113
3046
  "chat",
2114
3047
  "txt-in",
2115
- "txt-out"
3048
+ "txt-out",
3049
+ "fn-out",
3050
+ "json-out"
2116
3051
  ],
2117
3052
  "context": {
2118
3053
  "type": "token",
2119
3054
  "total": 131072,
2120
- "maxOutput": 4096
3055
+ "maxOutput": 131072
2121
3056
  },
2122
3057
  "aliases": [
2123
3058
  "grok-2",
2124
3059
  "grok-2-latest"
2125
3060
  ],
3061
+ "releasedAt": "2024-12-12",
2126
3062
  "creatorId": "xai"
2127
3063
  },
2128
3064
  "grok-vision-beta": {
@@ -2137,12 +3073,14 @@ var models = {
2137
3073
  "chat",
2138
3074
  "txt-in",
2139
3075
  "txt-out",
2140
- "img-in"
3076
+ "img-in",
3077
+ "fn-out",
3078
+ "json-out"
2141
3079
  ],
2142
3080
  "context": {
2143
3081
  "type": "token",
2144
3082
  "total": 8192,
2145
- "maxOutput": 4096
3083
+ "maxOutput": 8192
2146
3084
  },
2147
3085
  "creatorId": "xai"
2148
3086
  },
@@ -2157,7 +3095,9 @@ var models = {
2157
3095
  "capabilities": [
2158
3096
  "chat",
2159
3097
  "txt-in",
2160
- "txt-out"
3098
+ "txt-out",
3099
+ "fn-out",
3100
+ "json-out"
2161
3101
  ],
2162
3102
  "context": {
2163
3103
  "type": "token",
@@ -2174,6 +3114,21 @@ var providers = {
2174
3114
  "apiUrl": "https://api.anthropic.com/v1",
2175
3115
  "apiDocsUrl": "https://docs.anthropic.com/en/api",
2176
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
+ },
2177
3132
  "claude-3-opus-20240229": {
2178
3133
  "type": "token",
2179
3134
  "input": 15,
@@ -2377,6 +3332,21 @@ var providers = {
2377
3332
  "apiUrl": "https://generativelanguage.googleapis.com/v1",
2378
3333
  "apiDocsUrl": "https://ai.google.dev/docs",
2379
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
+ },
2380
3350
  "gemini-2.0-flash": {
2381
3351
  "type": "token",
2382
3352
  "input": 0.1,
@@ -2402,10 +3372,162 @@ var providers = {
2402
3372
  "input": 1.25,
2403
3373
  "output": 5
2404
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
+ },
2405
3385
  "text-embedding-004": {
2406
3386
  "type": "token",
2407
- "input": 0,
3387
+ "input": 625e-7,
2408
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
2409
3531
  }
2410
3532
  }
2411
3533
  },
@@ -2678,6 +3800,98 @@ var providers = {
2678
3800
  "price": 0.08,
2679
3801
  "size": "1024x1024",
2680
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
2681
3895
  }
2682
3896
  }
2683
3897
  },
@@ -2700,6 +3914,26 @@ var providers = {
2700
3914
  "apiUrl": "https://x.ai/api",
2701
3915
  "apiDocsUrl": "https://x.ai/docs",
2702
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
+ },
2703
3937
  "grok-2-vision-1212": {
2704
3938
  "type": "token",
2705
3939
  "input": 2,