aimodels 0.4.13 → 0.4.15

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 +1922 -522
  2. package/package.json +8 -3
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,358 +1297,894 @@ 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",
1347
- "license": "apache-2.0",
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",
1348
1576
  "providerIds": [
1349
- "mistral",
1350
- "groq"
1577
+ "google"
1351
1578
  ],
1352
1579
  "capabilities": [
1353
1580
  "chat",
1354
1581
  "txt-in",
1355
- "txt-out"
1582
+ "txt-out",
1583
+ "img-in",
1584
+ "json-out",
1585
+ "fn-out",
1586
+ "reason"
1356
1587
  ],
1357
1588
  "context": {
1358
1589
  "type": "token",
1359
- "total": 32768,
1360
- "maxOutput": 4096
1590
+ "total": 1048576,
1591
+ "maxOutput": 65536
1361
1592
  },
1362
- "creatorId": "mistral"
1593
+ "creatorId": "google"
1363
1594
  },
1364
- "open-mixtral-8x7b": {
1365
- "id": "open-mixtral-8x7b",
1366
- "name": "Open Mixtral 8x7B",
1367
- "license": "apache-2.0",
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",
1368
1615
  "providerIds": [
1369
- "mistral",
1370
- "groq"
1616
+ "google"
1371
1617
  ],
1372
1618
  "capabilities": [
1373
1619
  "chat",
1374
1620
  "txt-in",
1375
- "txt-out"
1621
+ "txt-out",
1622
+ "img-in",
1623
+ "json-out"
1376
1624
  ],
1377
1625
  "context": {
1378
1626
  "type": "token",
1379
- "total": 32768,
1380
- "maxOutput": 4096
1627
+ "total": 1048576,
1628
+ "maxOutput": 32768
1381
1629
  },
1382
- "creatorId": "mistral"
1630
+ "creatorId": "google"
1383
1631
  },
1384
- "gpt-4": {
1385
- "id": "gpt-4",
1386
- "name": "GPT-4",
1387
- "license": "proprietary",
1632
+ "gemma-3-1b-it": {
1633
+ "id": "gemma-3-1b-it",
1634
+ "name": "Gemma 3 1B",
1635
+ "license": "apache-2.0",
1388
1636
  "providerIds": [
1389
- "openai",
1390
- "azure"
1637
+ "google"
1391
1638
  ],
1392
1639
  "capabilities": [
1393
1640
  "chat",
1394
1641
  "txt-in",
1395
1642
  "txt-out",
1396
- "json-out",
1397
- "fn-out"
1643
+ "json-out"
1398
1644
  ],
1399
1645
  "context": {
1400
1646
  "type": "token",
1401
- "total": 8192,
1402
- "maxOutput": 4096
1647
+ "total": 32768,
1648
+ "maxOutput": 8192
1403
1649
  },
1404
- "creatorId": "openai"
1650
+ "creatorId": "google"
1405
1651
  },
1406
- "gpt-4-turbo-preview": {
1407
- "id": "gpt-4-turbo-preview",
1408
- "extends": "gpt-4",
1652
+ "gemma-3-4b-it": {
1653
+ "id": "gemma-3-4b-it",
1654
+ "extends": "gemma-3-1b-it",
1409
1655
  "overrides": {
1410
- "name": "GPT-4 Turbo",
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",
1411
1673
  "context": {
1412
1674
  "type": "token",
1413
- "total": 128e3,
1414
- "maxOutput": 4096
1675
+ "total": 131072,
1676
+ "maxOutput": 8192
1415
1677
  }
1416
1678
  },
1417
- "creatorId": "openai"
1679
+ "creatorId": "google"
1418
1680
  },
1419
- "gpt-3.5-turbo": {
1420
- "id": "gpt-3.5-turbo",
1421
- "name": "GPT-3.5 Turbo",
1422
- "license": "proprietary",
1681
+ "gemma-3n-e4b-it": {
1682
+ "id": "gemma-3n-e4b-it",
1683
+ "name": "Gemma 3n E4B",
1684
+ "license": "apache-2.0",
1423
1685
  "providerIds": [
1424
- "openai",
1425
- "azure"
1686
+ "google"
1426
1687
  ],
1427
1688
  "capabilities": [
1428
1689
  "chat",
1429
1690
  "txt-in",
1430
- "txt-out",
1431
- "json-out",
1432
- "fn-out"
1691
+ "txt-out"
1433
1692
  ],
1434
1693
  "context": {
1435
1694
  "type": "token",
1436
- "total": 16385,
1437
- "maxOutput": 4096
1695
+ "total": 8192,
1696
+ "maxOutput": 2048
1438
1697
  },
1439
- "creatorId": "openai"
1698
+ "creatorId": "google"
1440
1699
  },
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
- }
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
+ ]
1451
1718
  },
1452
- "creatorId": "openai"
1719
+ "creatorId": "google"
1453
1720
  },
1454
- "gpt-3.5-turbo-instruct": {
1455
- "id": "gpt-3.5-turbo-instruct",
1456
- "name": "GPT-3.5 Turbo Instruct",
1721
+ "veo-2.0-generate-001": {
1722
+ "id": "veo-2.0-generate-001",
1723
+ "name": "Veo 2",
1457
1724
  "license": "proprietary",
1458
1725
  "providerIds": [
1459
- "openai",
1460
- "azure"
1726
+ "google"
1461
1727
  ],
1462
1728
  "capabilities": [
1463
1729
  "txt-in",
1464
- "txt-out"
1730
+ "video-out"
1465
1731
  ],
1466
1732
  "context": {
1467
1733
  "type": "token",
1468
- "total": 4096,
1469
- "maxOutput": 4096
1734
+ "total": 480,
1735
+ "maxOutput": 8192
1470
1736
  },
1471
- "creatorId": "openai"
1737
+ "creatorId": "google"
1472
1738
  },
1473
- "gpt-4o": {
1474
- "id": "gpt-4o",
1475
- "name": "GPT-4o",
1476
- "license": "proprietary",
1739
+ "llama-4-scout": {
1740
+ "id": "llama-4-scout",
1741
+ "name": "Llama 4 Scout",
1742
+ "license": "llama-4-community",
1477
1743
  "providerIds": [
1478
- "openai",
1479
- "azure"
1744
+ "groq"
1480
1745
  ],
1481
1746
  "capabilities": [
1482
1747
  "chat",
1483
1748
  "txt-in",
1484
1749
  "txt-out",
1485
- "img-in",
1486
1750
  "json-out",
1487
- "fn-out"
1751
+ "fn-out",
1752
+ "img-in",
1753
+ "reason"
1488
1754
  ],
1489
1755
  "context": {
1490
1756
  "type": "token",
1491
- "total": 128e3,
1492
- "maxOutput": 16384
1757
+ "total": 1e7,
1758
+ "maxOutput": 65536
1493
1759
  },
1494
1760
  "aliases": [
1495
- "chatgpt-4o-latest",
1496
- "gpt-4o-2024-08-06"
1761
+ "llama-4-scout-2025-04",
1762
+ "llama-4-scout-latest"
1497
1763
  ],
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"
1764
+ "creatorId": "meta"
1507
1765
  },
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)"
1766
+ "llama-4-maverick": {
1767
+ "id": "llama-4-maverick",
1768
+ "name": "Llama 4 Maverick",
1769
+ "license": "llama-4-community",
1770
+ "providerIds": [
1771
+ "groq"
1772
+ ],
1773
+ "capabilities": [
1774
+ "chat",
1775
+ "txt-in",
1776
+ "txt-out",
1777
+ "json-out",
1778
+ "fn-out",
1779
+ "img-in",
1780
+ "reason"
1781
+ ],
1782
+ "context": {
1783
+ "type": "token",
1784
+ "total": 1e6,
1785
+ "maxOutput": 65536
1513
1786
  },
1514
- "creatorId": "openai"
1787
+ "aliases": [
1788
+ "llama-4-maverick-2025-04",
1789
+ "llama-4-maverick-latest"
1790
+ ],
1791
+ "creatorId": "meta"
1515
1792
  },
1516
- "gpt-4o-2024-05-13": {
1517
- "id": "gpt-4o-2024-05-13",
1518
- "extends": "gpt-4o",
1519
- "overrides": {
1520
- "name": "GPT-4o (2024-05-13)",
1521
- "capabilities": [
1522
- "chat",
1523
- "txt-in",
1524
- "txt-out",
1525
- "img-in",
1526
- "fn-out"
1527
- ],
1528
- "context": {
1529
- "type": "token",
1530
- "total": 128e3,
1531
- "maxOutput": 4096
1532
- }
1793
+ "llama3-70b-8192": {
1794
+ "id": "llama3-70b-8192",
1795
+ "name": "Llama 3 70B",
1796
+ "license": "llama-3-community",
1797
+ "providerIds": [
1798
+ "groq"
1799
+ ],
1800
+ "capabilities": [
1801
+ "chat",
1802
+ "txt-in",
1803
+ "txt-out",
1804
+ "json-out",
1805
+ "fn-out"
1806
+ ],
1807
+ "context": {
1808
+ "type": "token",
1809
+ "total": 8192,
1810
+ "maxOutput": 4096
1533
1811
  },
1534
- "creatorId": "openai"
1812
+ "creatorId": "meta"
1535
1813
  },
1536
- "gpt-4o-mini": {
1537
- "id": "gpt-4o-mini",
1538
- "extends": "gpt-4o",
1539
- "overrides": {
1540
- "name": "GPT-4o Mini",
1541
- "context": {
1542
- "type": "token",
1543
- "total": 128e3,
1544
- "maxOutput": 16384
1545
- }
1814
+ "llama3-8b-8192": {
1815
+ "id": "llama3-8b-8192",
1816
+ "name": "Llama 3 8B",
1817
+ "license": "llama-3-community",
1818
+ "providerIds": [
1819
+ "groq"
1820
+ ],
1821
+ "capabilities": [
1822
+ "chat",
1823
+ "txt-in",
1824
+ "txt-out",
1825
+ "json-out",
1826
+ "fn-out"
1827
+ ],
1828
+ "context": {
1829
+ "type": "token",
1830
+ "total": 8192,
1831
+ "maxOutput": 4096
1546
1832
  },
1547
- "creatorId": "openai"
1833
+ "creatorId": "meta"
1834
+ },
1835
+ "llama-3.2-11b-vision-preview": {
1836
+ "id": "llama-3.2-11b-vision-preview",
1837
+ "name": "Llama 3.2 11B Vision",
1838
+ "license": "llama-3-community",
1839
+ "providerIds": [
1840
+ "groq"
1841
+ ],
1842
+ "capabilities": [
1843
+ "chat",
1844
+ "txt-in",
1845
+ "txt-out",
1846
+ "img-in"
1847
+ ],
1848
+ "context": {
1849
+ "type": "token",
1850
+ "total": 4096,
1851
+ "maxOutput": 4096
1852
+ },
1853
+ "creatorId": "meta"
1854
+ },
1855
+ "llama-3.2-90b-vision-preview": {
1856
+ "id": "llama-3.2-90b-vision-preview",
1857
+ "name": "Llama 3.2 90B Vision",
1858
+ "license": "llama-3-community",
1859
+ "providerIds": [
1860
+ "groq"
1861
+ ],
1862
+ "capabilities": [
1863
+ "chat",
1864
+ "txt-in",
1865
+ "txt-out",
1866
+ "img-in"
1867
+ ],
1868
+ "context": {
1869
+ "type": "token",
1870
+ "total": 4096,
1871
+ "maxOutput": 4096
1872
+ },
1873
+ "creatorId": "meta"
1874
+ },
1875
+ "llama-guard-3-8b": {
1876
+ "id": "llama-guard-3-8b",
1877
+ "name": "LlamaGuard 3 8B",
1878
+ "license": "llama-3-community",
1879
+ "providerIds": [
1880
+ "groq"
1881
+ ],
1882
+ "capabilities": [
1883
+ "chat",
1884
+ "txt-in",
1885
+ "txt-out"
1886
+ ],
1887
+ "context": {
1888
+ "type": "token",
1889
+ "total": 4096,
1890
+ "maxOutput": 4096
1891
+ },
1892
+ "creatorId": "meta"
1893
+ },
1894
+ "mistral-medium-3-2025-05-07": {
1895
+ "id": "mistral-medium-3-2025-05-07",
1896
+ "name": "Mistral Medium 3",
1897
+ "license": "proprietary",
1898
+ "providerIds": [
1899
+ "mistral",
1900
+ "azure"
1901
+ ],
1902
+ "capabilities": [
1903
+ "chat",
1904
+ "txt-in",
1905
+ "txt-out",
1906
+ "json-out",
1907
+ "fn-out",
1908
+ "reason"
1909
+ ],
1910
+ "context": {
1911
+ "type": "token",
1912
+ "total": 131072,
1913
+ "maxOutput": 8192
1914
+ },
1915
+ "aliases": [
1916
+ "mistral-medium-3",
1917
+ "mistral-medium-2025"
1918
+ ],
1919
+ "creatorId": "mistral"
1920
+ },
1921
+ "mistral-large-2402": {
1922
+ "id": "mistral-large-2402",
1923
+ "name": "Mistral Large",
1924
+ "license": "proprietary",
1925
+ "providerIds": [
1926
+ "mistral",
1927
+ "azure"
1928
+ ],
1929
+ "capabilities": [
1930
+ "chat",
1931
+ "txt-in",
1932
+ "txt-out",
1933
+ "json-out",
1934
+ "fn-out"
1935
+ ],
1936
+ "context": {
1937
+ "type": "token",
1938
+ "total": 32768,
1939
+ "maxOutput": 4096
1940
+ },
1941
+ "creatorId": "mistral"
1942
+ },
1943
+ "mistral-small-2402": {
1944
+ "id": "mistral-small-2402",
1945
+ "name": "Mistral Small",
1946
+ "license": "proprietary",
1947
+ "providerIds": [
1948
+ "mistral",
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": 32768,
1961
+ "maxOutput": 4096
1962
+ },
1963
+ "creatorId": "mistral"
1964
+ },
1965
+ "mistral-medium": {
1966
+ "id": "mistral-medium",
1967
+ "name": "Mistral Medium",
1968
+ "license": "proprietary",
1969
+ "providerIds": [
1970
+ "mistral"
1971
+ ],
1972
+ "capabilities": [
1973
+ "chat",
1974
+ "txt-in",
1975
+ "txt-out"
1976
+ ],
1977
+ "context": {
1978
+ "type": "token",
1979
+ "total": 32768,
1980
+ "maxOutput": 4096
1981
+ },
1982
+ "creatorId": "mistral"
1983
+ },
1984
+ "open-mistral-7b": {
1985
+ "id": "open-mistral-7b",
1986
+ "name": "Open Mistral 7B",
1987
+ "license": "apache-2.0",
1988
+ "providerIds": [
1989
+ "mistral",
1990
+ "groq"
1991
+ ],
1992
+ "capabilities": [
1993
+ "chat",
1994
+ "txt-in",
1995
+ "txt-out"
1996
+ ],
1997
+ "context": {
1998
+ "type": "token",
1999
+ "total": 32768,
2000
+ "maxOutput": 4096
2001
+ },
2002
+ "creatorId": "mistral"
2003
+ },
2004
+ "open-mixtral-8x7b": {
2005
+ "id": "open-mixtral-8x7b",
2006
+ "name": "Open Mixtral 8x7B",
2007
+ "license": "apache-2.0",
2008
+ "providerIds": [
2009
+ "mistral",
2010
+ "groq"
2011
+ ],
2012
+ "capabilities": [
2013
+ "chat",
2014
+ "txt-in",
2015
+ "txt-out"
2016
+ ],
2017
+ "context": {
2018
+ "type": "token",
2019
+ "total": 32768,
2020
+ "maxOutput": 4096
2021
+ },
2022
+ "creatorId": "mistral"
2023
+ },
2024
+ "gpt-4": {
2025
+ "id": "gpt-4",
2026
+ "name": "GPT-4",
2027
+ "license": "proprietary",
2028
+ "providerIds": [
2029
+ "openai",
2030
+ "azure"
2031
+ ],
2032
+ "capabilities": [
2033
+ "chat",
2034
+ "txt-in",
2035
+ "txt-out",
2036
+ "json-out",
2037
+ "fn-out"
2038
+ ],
2039
+ "context": {
2040
+ "type": "token",
2041
+ "total": 8192,
2042
+ "maxOutput": 4096
2043
+ },
2044
+ "creatorId": "openai"
2045
+ },
2046
+ "gpt-4-turbo-preview": {
2047
+ "id": "gpt-4-turbo-preview",
2048
+ "extends": "gpt-4",
2049
+ "overrides": {
2050
+ "name": "GPT-4 Turbo",
2051
+ "context": {
2052
+ "type": "token",
2053
+ "total": 128e3,
2054
+ "maxOutput": 4096
2055
+ }
2056
+ },
2057
+ "creatorId": "openai"
2058
+ },
2059
+ "gpt-3.5-turbo": {
2060
+ "id": "gpt-3.5-turbo",
2061
+ "name": "GPT-3.5 Turbo",
2062
+ "license": "proprietary",
2063
+ "providerIds": [
2064
+ "openai",
2065
+ "azure"
2066
+ ],
2067
+ "capabilities": [
2068
+ "chat",
2069
+ "txt-in",
2070
+ "txt-out",
2071
+ "json-out",
2072
+ "fn-out"
2073
+ ],
2074
+ "context": {
2075
+ "type": "token",
2076
+ "total": 16385,
2077
+ "maxOutput": 4096
2078
+ },
2079
+ "creatorId": "openai"
2080
+ },
2081
+ "gpt-3.5-turbo-16k": {
2082
+ "id": "gpt-3.5-turbo-16k",
2083
+ "extends": "gpt-3.5-turbo",
2084
+ "overrides": {
2085
+ "name": "GPT-3.5 Turbo 16K",
2086
+ "context": {
2087
+ "type": "token",
2088
+ "total": 16385,
2089
+ "maxOutput": 4096
2090
+ }
2091
+ },
2092
+ "creatorId": "openai"
2093
+ },
2094
+ "gpt-3.5-turbo-instruct": {
2095
+ "id": "gpt-3.5-turbo-instruct",
2096
+ "name": "GPT-3.5 Turbo Instruct",
2097
+ "license": "proprietary",
2098
+ "providerIds": [
2099
+ "openai",
2100
+ "azure"
2101
+ ],
2102
+ "capabilities": [
2103
+ "txt-in",
2104
+ "txt-out"
2105
+ ],
2106
+ "context": {
2107
+ "type": "token",
2108
+ "total": 4096,
2109
+ "maxOutput": 4096
2110
+ },
2111
+ "creatorId": "openai"
2112
+ },
2113
+ "gpt-4o": {
2114
+ "id": "gpt-4o",
2115
+ "name": "GPT-4o",
2116
+ "license": "proprietary",
2117
+ "providerIds": [
2118
+ "openai",
2119
+ "azure"
2120
+ ],
2121
+ "capabilities": [
2122
+ "chat",
2123
+ "txt-in",
2124
+ "txt-out",
2125
+ "img-in",
2126
+ "json-out",
2127
+ "fn-out"
2128
+ ],
2129
+ "context": {
2130
+ "type": "token",
2131
+ "total": 128e3,
2132
+ "maxOutput": 16384
2133
+ },
2134
+ "aliases": [
2135
+ "chatgpt-4o-latest",
2136
+ "gpt-4o-2024-08-06"
2137
+ ],
2138
+ "creatorId": "openai"
2139
+ },
2140
+ "gpt-4o-2024-11-20": {
2141
+ "id": "gpt-4o-2024-11-20",
2142
+ "extends": "gpt-4o",
2143
+ "overrides": {
2144
+ "name": "GPT-4o (2024-11-20)"
2145
+ },
2146
+ "creatorId": "openai"
2147
+ },
2148
+ "gpt-4o-2024-08-06": {
2149
+ "id": "gpt-4o-2024-08-06",
2150
+ "extends": "gpt-4o",
2151
+ "overrides": {
2152
+ "name": "GPT-4o (2024-08-06)"
2153
+ },
2154
+ "creatorId": "openai"
2155
+ },
2156
+ "gpt-4o-2024-05-13": {
2157
+ "id": "gpt-4o-2024-05-13",
2158
+ "extends": "gpt-4o",
2159
+ "overrides": {
2160
+ "name": "GPT-4o (2024-05-13)",
2161
+ "capabilities": [
2162
+ "chat",
2163
+ "txt-in",
2164
+ "txt-out",
2165
+ "img-in",
2166
+ "fn-out"
2167
+ ],
2168
+ "context": {
2169
+ "type": "token",
2170
+ "total": 128e3,
2171
+ "maxOutput": 4096
2172
+ }
2173
+ },
2174
+ "creatorId": "openai"
2175
+ },
2176
+ "gpt-4o-mini": {
2177
+ "id": "gpt-4o-mini",
2178
+ "extends": "gpt-4o",
2179
+ "overrides": {
2180
+ "name": "GPT-4o Mini",
2181
+ "context": {
2182
+ "type": "token",
2183
+ "total": 128e3,
2184
+ "maxOutput": 16384
2185
+ }
2186
+ },
2187
+ "creatorId": "openai"
1548
2188
  },
1549
2189
  "gpt-4o-audio-preview": {
1550
2190
  "id": "gpt-4o-audio-preview",
@@ -1567,125 +2207,489 @@ var models = {
1567
2207
  },
1568
2208
  "creatorId": "openai"
1569
2209
  },
1570
- "gpt-4o-audio-preview-2024-12-17": {
1571
- "id": "gpt-4o-audio-preview-2024-12-17",
1572
- "extends": "gpt-4o-audio-preview",
2210
+ "gpt-4o-audio-preview-2024-12-17": {
2211
+ "id": "gpt-4o-audio-preview-2024-12-17",
2212
+ "extends": "gpt-4o-audio-preview",
2213
+ "overrides": {
2214
+ "name": "GPT-4o Audio (2024-12-17)"
2215
+ },
2216
+ "creatorId": "openai"
2217
+ },
2218
+ "gpt-4o-audio-preview-2024-10-01": {
2219
+ "id": "gpt-4o-audio-preview-2024-10-01",
2220
+ "extends": "gpt-4o-audio-preview",
2221
+ "overrides": {
2222
+ "name": "GPT-4o Audio (2024-10-01)"
2223
+ },
2224
+ "creatorId": "openai"
2225
+ },
2226
+ "gpt-4o-mini-audio-preview": {
2227
+ "id": "gpt-4o-mini-audio-preview",
2228
+ "extends": "gpt-4o-mini",
2229
+ "overrides": {
2230
+ "name": "GPT-4o Mini Audio",
2231
+ "capabilities": [
2232
+ "chat",
2233
+ "txt-in",
2234
+ "txt-out",
2235
+ "audio-in",
2236
+ "audio-out",
2237
+ "json-out",
2238
+ "fn-out"
2239
+ ],
2240
+ "context": {
2241
+ "type": "token",
2242
+ "total": 128e3,
2243
+ "maxOutput": 16384
2244
+ }
2245
+ },
2246
+ "creatorId": "openai"
2247
+ },
2248
+ "gpt-4o-mini-audio-preview-2024-12-17": {
2249
+ "id": "gpt-4o-mini-audio-preview-2024-12-17",
2250
+ "extends": "gpt-4o-mini-audio-preview",
2251
+ "overrides": {
2252
+ "name": "GPT-4o Mini Audio (2024-12-17)"
2253
+ },
2254
+ "creatorId": "openai"
2255
+ },
2256
+ "gpt-4o-realtime-preview": {
2257
+ "id": "gpt-4o-realtime-preview",
2258
+ "extends": "gpt-4o",
2259
+ "overrides": {
2260
+ "name": "GPT-4o Realtime",
2261
+ "capabilities": [
2262
+ "chat",
2263
+ "txt-in",
2264
+ "txt-out",
2265
+ "audio-in",
2266
+ "json-out",
2267
+ "fn-out"
2268
+ ],
2269
+ "context": {
2270
+ "type": "token",
2271
+ "total": 128e3,
2272
+ "maxOutput": 4096
2273
+ }
2274
+ },
2275
+ "creatorId": "openai"
2276
+ },
2277
+ "gpt-4o-realtime-preview-2024-12-17": {
2278
+ "id": "gpt-4o-realtime-preview-2024-12-17",
2279
+ "extends": "gpt-4o-realtime-preview",
2280
+ "overrides": {
2281
+ "name": "GPT-4o Realtime (2024-12-17)"
2282
+ },
2283
+ "creatorId": "openai"
2284
+ },
2285
+ "gpt-4o-realtime-preview-2024-10-01": {
2286
+ "id": "gpt-4o-realtime-preview-2024-10-01",
2287
+ "extends": "gpt-4o-realtime-preview",
2288
+ "overrides": {
2289
+ "name": "GPT-4o Realtime (2024-10-01)"
2290
+ },
2291
+ "creatorId": "openai"
2292
+ },
2293
+ "gpt-4o-mini-realtime-preview": {
2294
+ "id": "gpt-4o-mini-realtime-preview",
2295
+ "extends": "gpt-4o-mini",
2296
+ "overrides": {
2297
+ "name": "GPT-4o Mini Realtime",
2298
+ "capabilities": [
2299
+ "chat",
2300
+ "txt-in",
2301
+ "txt-out",
2302
+ "audio-in",
2303
+ "json-out",
2304
+ "fn-out"
2305
+ ],
2306
+ "context": {
2307
+ "type": "token",
2308
+ "total": 128e3,
2309
+ "maxOutput": 4096
2310
+ }
2311
+ },
2312
+ "creatorId": "openai"
2313
+ },
2314
+ "gpt-4o-mini-realtime-preview-2024-12-17": {
2315
+ "id": "gpt-4o-mini-realtime-preview-2024-12-17",
2316
+ "extends": "gpt-4o-mini-realtime-preview",
2317
+ "overrides": {
2318
+ "name": "GPT-4o Mini Realtime (2024-12-17)"
2319
+ },
2320
+ "creatorId": "openai"
2321
+ },
2322
+ "o1": {
2323
+ "id": "o1",
2324
+ "name": "OpenAI o1",
2325
+ "license": "proprietary",
2326
+ "providerIds": [
2327
+ "openai",
2328
+ "azure"
2329
+ ],
2330
+ "capabilities": [
2331
+ "chat",
2332
+ "txt-in",
2333
+ "txt-out",
2334
+ "img-in",
2335
+ "json-out",
2336
+ "fn-out",
2337
+ "reason"
2338
+ ],
2339
+ "context": {
2340
+ "type": "token",
2341
+ "total": 2e5,
2342
+ "maxOutput": 1e5
2343
+ },
2344
+ "creatorId": "openai"
2345
+ },
2346
+ "o1-2024-12-17": {
2347
+ "id": "o1-2024-12-17",
2348
+ "extends": "o1",
2349
+ "overrides": {
2350
+ "name": "OpenAI o1 (2024-12-17)"
2351
+ },
2352
+ "creatorId": "openai"
2353
+ },
2354
+ "o1-mini": {
2355
+ "id": "o1-mini",
2356
+ "extends": "o1",
2357
+ "overrides": {
2358
+ "name": "OpenAI o1 Mini",
2359
+ "capabilities": [
2360
+ "chat",
2361
+ "txt-in",
2362
+ "txt-out",
2363
+ "json-out",
2364
+ "fn-out",
2365
+ "reason"
2366
+ ],
2367
+ "context": {
2368
+ "type": "token",
2369
+ "total": 128e3,
2370
+ "maxOutput": 65536
2371
+ }
2372
+ },
2373
+ "creatorId": "openai"
2374
+ },
2375
+ "o1-mini-2024-09-12": {
2376
+ "id": "o1-mini-2024-09-12",
2377
+ "extends": "o1-mini",
2378
+ "overrides": {
2379
+ "name": "OpenAI o1 Mini (2024-09-12)"
2380
+ },
2381
+ "creatorId": "openai"
2382
+ },
2383
+ "o1-preview": {
2384
+ "id": "o1-preview",
2385
+ "extends": "o1",
2386
+ "overrides": {
2387
+ "name": "OpenAI o1 Preview",
2388
+ "context": {
2389
+ "type": "token",
2390
+ "total": 128e3,
2391
+ "maxOutput": 32768
2392
+ }
2393
+ },
2394
+ "creatorId": "openai"
2395
+ },
2396
+ "o1-preview-2024-09-12": {
2397
+ "id": "o1-preview-2024-09-12",
2398
+ "extends": "o1-preview",
2399
+ "overrides": {
2400
+ "name": "OpenAI o1 Preview (2024-09-12)"
2401
+ },
2402
+ "creatorId": "openai"
2403
+ },
2404
+ "o1-pro": {
2405
+ "id": "o1-pro",
2406
+ "extends": "o1",
1573
2407
  "overrides": {
1574
- "name": "GPT-4o Audio (2024-12-17)"
2408
+ "name": "OpenAI o1 Pro",
2409
+ "providerIds": [
2410
+ "openai"
2411
+ ]
1575
2412
  },
1576
2413
  "creatorId": "openai"
1577
2414
  },
1578
- "gpt-4o-audio-preview-2024-10-01": {
1579
- "id": "gpt-4o-audio-preview-2024-10-01",
1580
- "extends": "gpt-4o-audio-preview",
1581
- "overrides": {
1582
- "name": "GPT-4o Audio (2024-10-01)"
2415
+ "o3": {
2416
+ "id": "o3",
2417
+ "name": "OpenAI o3",
2418
+ "license": "proprietary",
2419
+ "providerIds": [
2420
+ "openai"
2421
+ ],
2422
+ "capabilities": [
2423
+ "chat",
2424
+ "txt-in",
2425
+ "txt-out",
2426
+ "img-in",
2427
+ "json-out",
2428
+ "fn-out",
2429
+ "reason"
2430
+ ],
2431
+ "context": {
2432
+ "type": "token",
2433
+ "total": 2e5,
2434
+ "maxOutput": 1e5
1583
2435
  },
1584
2436
  "creatorId": "openai"
1585
2437
  },
1586
- "gpt-4o-mini-audio-preview": {
1587
- "id": "gpt-4o-mini-audio-preview",
1588
- "extends": "gpt-4o-mini",
1589
- "overrides": {
1590
- "name": "GPT-4o Mini Audio",
1591
- "capabilities": [
1592
- "chat",
1593
- "txt-in",
1594
- "txt-out",
1595
- "audio-in",
1596
- "audio-out",
1597
- "json-out",
1598
- "fn-out"
1599
- ],
1600
- "context": {
1601
- "type": "token",
1602
- "total": 128e3,
1603
- "maxOutput": 16384
1604
- }
2438
+ "o3-mini": {
2439
+ "id": "o3-mini",
2440
+ "name": "OpenAI o3 Mini",
2441
+ "license": "proprietary",
2442
+ "providerIds": [
2443
+ "openai",
2444
+ "azure"
2445
+ ],
2446
+ "capabilities": [
2447
+ "chat",
2448
+ "txt-in",
2449
+ "txt-out",
2450
+ "json-out",
2451
+ "fn-out",
2452
+ "reason"
2453
+ ],
2454
+ "context": {
2455
+ "type": "token",
2456
+ "total": 2e5,
2457
+ "maxOutput": 1e5
1605
2458
  },
1606
2459
  "creatorId": "openai"
1607
2460
  },
1608
- "gpt-4o-mini-audio-preview-2024-12-17": {
1609
- "id": "gpt-4o-mini-audio-preview-2024-12-17",
1610
- "extends": "gpt-4o-mini-audio-preview",
2461
+ "o3-mini-2025-01-31": {
2462
+ "id": "o3-mini-2025-01-31",
2463
+ "extends": "o3-mini",
1611
2464
  "overrides": {
1612
- "name": "GPT-4o Mini Audio (2024-12-17)"
2465
+ "name": "OpenAI o3 Mini (2025-01-31)"
1613
2466
  },
1614
2467
  "creatorId": "openai"
1615
2468
  },
1616
- "gpt-4o-realtime-preview": {
1617
- "id": "gpt-4o-realtime-preview",
1618
- "extends": "gpt-4o",
2469
+ "gpt-4.5-preview": {
2470
+ "id": "gpt-4.5-preview",
2471
+ "name": "GPT-4.5 Preview",
2472
+ "license": "proprietary",
2473
+ "providerIds": [
2474
+ "openai",
2475
+ "azure"
2476
+ ],
2477
+ "capabilities": [
2478
+ "chat",
2479
+ "txt-in",
2480
+ "txt-out",
2481
+ "img-in",
2482
+ "json-out",
2483
+ "fn-out"
2484
+ ],
2485
+ "context": {
2486
+ "type": "token",
2487
+ "total": 128e3,
2488
+ "maxOutput": 16384
2489
+ },
2490
+ "aliases": [
2491
+ "gpt-4.5-preview-2025-02-27"
2492
+ ],
2493
+ "creatorId": "openai"
2494
+ },
2495
+ "gpt-5": {
2496
+ "id": "gpt-5",
2497
+ "name": "GPT-5",
2498
+ "license": "proprietary",
2499
+ "providerIds": [
2500
+ "openai",
2501
+ "azure"
2502
+ ],
2503
+ "capabilities": [
2504
+ "chat",
2505
+ "txt-in",
2506
+ "txt-out",
2507
+ "img-in",
2508
+ "audio-in",
2509
+ "json-out",
2510
+ "fn-out",
2511
+ "reason"
2512
+ ],
2513
+ "context": {
2514
+ "type": "token",
2515
+ "total": 4e5,
2516
+ "maxOutput": 65536
2517
+ },
2518
+ "aliases": [
2519
+ "gpt-5-2025-08-07",
2520
+ "gpt-5-latest"
2521
+ ],
2522
+ "creatorId": "openai"
2523
+ },
2524
+ "whisper-1": {
2525
+ "id": "whisper-1",
2526
+ "name": "Whisper",
2527
+ "license": "proprietary",
2528
+ "providerIds": [
2529
+ "openai",
2530
+ "azure"
2531
+ ],
2532
+ "capabilities": [
2533
+ "audio-in",
2534
+ "txt-out"
2535
+ ],
2536
+ "context": {
2537
+ "type": "audio-in",
2538
+ "total": null,
2539
+ "maxOutput": null
2540
+ },
2541
+ "creatorId": "openai"
2542
+ },
2543
+ "tts-1": {
2544
+ "id": "tts-1",
2545
+ "name": "TTS-1",
2546
+ "license": "proprietary",
2547
+ "providerIds": [
2548
+ "openai",
2549
+ "azure"
2550
+ ],
2551
+ "capabilities": [
2552
+ "txt-in",
2553
+ "audio-out"
2554
+ ],
2555
+ "context": {
2556
+ "type": "audio-out",
2557
+ "total": null,
2558
+ "maxOutput": null
2559
+ },
2560
+ "creatorId": "openai"
2561
+ },
2562
+ "tts-1-hd": {
2563
+ "id": "tts-1-hd",
2564
+ "extends": "tts-1",
1619
2565
  "overrides": {
1620
- "name": "GPT-4o Realtime",
1621
- "capabilities": [
1622
- "chat",
1623
- "txt-in",
1624
- "txt-out",
1625
- "audio-in",
1626
- "json-out",
1627
- "fn-out"
2566
+ "name": "TTS-1 HD"
2567
+ },
2568
+ "creatorId": "openai"
2569
+ },
2570
+ "dall-e-2": {
2571
+ "id": "dall-e-2",
2572
+ "name": "DALL-E 2",
2573
+ "license": "proprietary",
2574
+ "providerIds": [
2575
+ "openai",
2576
+ "azure"
2577
+ ],
2578
+ "capabilities": [
2579
+ "txt-in",
2580
+ "img-out"
2581
+ ],
2582
+ "context": {
2583
+ "maxOutput": 1,
2584
+ "sizes": [
2585
+ "256x256",
2586
+ "512x512",
2587
+ "1024x1024"
1628
2588
  ],
1629
- "context": {
1630
- "type": "token",
1631
- "total": 128e3,
1632
- "maxOutput": 4096
1633
- }
2589
+ "qualities": [
2590
+ "standard"
2591
+ ]
1634
2592
  },
1635
2593
  "creatorId": "openai"
1636
2594
  },
1637
- "gpt-4o-realtime-preview-2024-12-17": {
1638
- "id": "gpt-4o-realtime-preview-2024-12-17",
1639
- "extends": "gpt-4o-realtime-preview",
1640
- "overrides": {
1641
- "name": "GPT-4o Realtime (2024-12-17)"
2595
+ "dall-e-3": {
2596
+ "id": "dall-e-3",
2597
+ "name": "DALL-E 3",
2598
+ "license": "proprietary",
2599
+ "providerIds": [
2600
+ "openai",
2601
+ "azure"
2602
+ ],
2603
+ "capabilities": [
2604
+ "txt-in",
2605
+ "img-out"
2606
+ ],
2607
+ "context": {
2608
+ "maxOutput": 1,
2609
+ "sizes": [
2610
+ "1024x1024",
2611
+ "1024x1792",
2612
+ "1792x1024"
2613
+ ],
2614
+ "qualities": [
2615
+ "standard",
2616
+ "hd"
2617
+ ]
1642
2618
  },
1643
2619
  "creatorId": "openai"
1644
2620
  },
1645
- "gpt-4o-realtime-preview-2024-10-01": {
1646
- "id": "gpt-4o-realtime-preview-2024-10-01",
1647
- "extends": "gpt-4o-realtime-preview",
1648
- "overrides": {
1649
- "name": "GPT-4o Realtime (2024-10-01)"
2621
+ "text-embedding-ada-002": {
2622
+ "id": "text-embedding-ada-002",
2623
+ "name": "Text Embedding Ada 002",
2624
+ "license": "proprietary",
2625
+ "providerIds": [
2626
+ "openai",
2627
+ "azure"
2628
+ ],
2629
+ "capabilities": [
2630
+ "txt-in",
2631
+ "vec-out"
2632
+ ],
2633
+ "context": {
2634
+ "type": "embedding",
2635
+ "total": 8191,
2636
+ "unit": "tokens",
2637
+ "dimensions": 1536,
2638
+ "embeddingType": "text",
2639
+ "normalized": true
1650
2640
  },
1651
2641
  "creatorId": "openai"
1652
2642
  },
1653
- "gpt-4o-mini-realtime-preview": {
1654
- "id": "gpt-4o-mini-realtime-preview",
1655
- "extends": "gpt-4o-mini",
1656
- "overrides": {
1657
- "name": "GPT-4o Mini Realtime",
1658
- "capabilities": [
1659
- "chat",
1660
- "txt-in",
1661
- "txt-out",
1662
- "audio-in",
1663
- "json-out",
1664
- "fn-out"
1665
- ],
1666
- "context": {
1667
- "type": "token",
1668
- "total": 128e3,
1669
- "maxOutput": 4096
1670
- }
2643
+ "text-embedding-3-small": {
2644
+ "id": "text-embedding-3-small",
2645
+ "name": "Text Embedding 3 Small",
2646
+ "license": "proprietary",
2647
+ "providerIds": [
2648
+ "openai",
2649
+ "azure"
2650
+ ],
2651
+ "capabilities": [
2652
+ "txt-in",
2653
+ "vec-out"
2654
+ ],
2655
+ "context": {
2656
+ "type": "embedding",
2657
+ "total": 8191,
2658
+ "unit": "tokens",
2659
+ "dimensions": 1536,
2660
+ "embeddingType": "text",
2661
+ "normalized": true
1671
2662
  },
1672
2663
  "creatorId": "openai"
1673
2664
  },
1674
- "gpt-4o-mini-realtime-preview-2024-12-17": {
1675
- "id": "gpt-4o-mini-realtime-preview-2024-12-17",
1676
- "extends": "gpt-4o-mini-realtime-preview",
1677
- "overrides": {
1678
- "name": "GPT-4o Mini Realtime (2024-12-17)"
2665
+ "text-embedding-3-large": {
2666
+ "id": "text-embedding-3-large",
2667
+ "name": "Text Embedding 3 Large",
2668
+ "license": "proprietary",
2669
+ "providerIds": [
2670
+ "openai",
2671
+ "azure"
2672
+ ],
2673
+ "capabilities": [
2674
+ "txt-in",
2675
+ "vec-out"
2676
+ ],
2677
+ "context": {
2678
+ "type": "embedding",
2679
+ "total": 8191,
2680
+ "unit": "tokens",
2681
+ "dimensions": 3072,
2682
+ "embeddingType": "text",
2683
+ "normalized": true
1679
2684
  },
1680
2685
  "creatorId": "openai"
1681
2686
  },
1682
- "o1": {
1683
- "id": "o1",
1684
- "name": "OpenAI o1",
2687
+ "o4-mini": {
2688
+ "id": "o4-mini",
2689
+ "name": "OpenAI o4 Mini",
1685
2690
  "license": "proprietary",
1686
2691
  "providerIds": [
1687
- "openai",
1688
- "azure"
2692
+ "openai"
1689
2693
  ],
1690
2694
  "capabilities": [
1691
2695
  "chat",
@@ -1703,78 +2707,97 @@ var models = {
1703
2707
  },
1704
2708
  "creatorId": "openai"
1705
2709
  },
1706
- "o1-2024-12-17": {
1707
- "id": "o1-2024-12-17",
1708
- "extends": "o1",
1709
- "overrides": {
1710
- "name": "OpenAI o1 (2024-12-17)"
1711
- },
1712
- "creatorId": "openai"
1713
- },
1714
- "o1-mini": {
1715
- "id": "o1-mini",
1716
- "extends": "o1",
1717
- "overrides": {
1718
- "name": "OpenAI o1 Mini",
1719
- "capabilities": [
1720
- "chat",
1721
- "txt-in",
1722
- "txt-out",
1723
- "json-out",
1724
- "fn-out",
1725
- "reason"
1726
- ],
1727
- "context": {
1728
- "type": "token",
1729
- "total": 128e3,
1730
- "maxOutput": 65536
1731
- }
2710
+ "gpt-4.1": {
2711
+ "id": "gpt-4.1",
2712
+ "name": "GPT-4.1",
2713
+ "license": "proprietary",
2714
+ "providerIds": [
2715
+ "openai"
2716
+ ],
2717
+ "capabilities": [
2718
+ "chat",
2719
+ "txt-in",
2720
+ "txt-out",
2721
+ "img-in",
2722
+ "json-out",
2723
+ "fn-out"
2724
+ ],
2725
+ "context": {
2726
+ "type": "token",
2727
+ "total": 1048576,
2728
+ "maxOutput": 32768
1732
2729
  },
1733
2730
  "creatorId": "openai"
1734
2731
  },
1735
- "o1-mini-2024-09-12": {
1736
- "id": "o1-mini-2024-09-12",
1737
- "extends": "o1-mini",
2732
+ "gpt-4.1-mini": {
2733
+ "id": "gpt-4.1-mini",
2734
+ "extends": "gpt-4.1",
1738
2735
  "overrides": {
1739
- "name": "OpenAI o1 Mini (2024-09-12)"
2736
+ "name": "GPT-4.1 Mini"
1740
2737
  },
1741
2738
  "creatorId": "openai"
1742
2739
  },
1743
- "o1-preview": {
1744
- "id": "o1-preview",
1745
- "extends": "o1",
2740
+ "gpt-4.1-nano": {
2741
+ "id": "gpt-4.1-nano",
2742
+ "extends": "gpt-4.1",
1746
2743
  "overrides": {
1747
- "name": "OpenAI o1 Preview",
1748
- "context": {
1749
- "type": "token",
1750
- "total": 128e3,
1751
- "maxOutput": 32768
1752
- }
2744
+ "name": "GPT-4.1 Nano"
1753
2745
  },
1754
2746
  "creatorId": "openai"
1755
2747
  },
1756
- "o1-preview-2024-09-12": {
1757
- "id": "o1-preview-2024-09-12",
1758
- "extends": "o1-preview",
1759
- "overrides": {
1760
- "name": "OpenAI o1 Preview (2024-09-12)"
2748
+ "gpt-4.1-2025-04-14": {
2749
+ "id": "gpt-4.1-2025-04-14",
2750
+ "name": "GPT-4.1",
2751
+ "license": "proprietary",
2752
+ "providerIds": [
2753
+ "openai"
2754
+ ],
2755
+ "capabilities": [
2756
+ "chat",
2757
+ "txt-in",
2758
+ "txt-out",
2759
+ "img-in",
2760
+ "json-out",
2761
+ "fn-out"
2762
+ ],
2763
+ "context": {
2764
+ "type": "token",
2765
+ "total": 128e3,
2766
+ "maxOutput": 16384
1761
2767
  },
2768
+ "aliases": [
2769
+ "gpt-4.1"
2770
+ ],
1762
2771
  "creatorId": "openai"
1763
2772
  },
1764
- "o1-pro": {
1765
- "id": "o1-pro",
1766
- "extends": "o1",
1767
- "overrides": {
1768
- "name": "OpenAI o1 Pro",
1769
- "providerIds": [
1770
- "openai"
1771
- ]
2773
+ "gpt-4.1-mini-2025-04-14": {
2774
+ "id": "gpt-4.1-mini-2025-04-14",
2775
+ "name": "GPT-4.1 Mini",
2776
+ "license": "proprietary",
2777
+ "providerIds": [
2778
+ "openai"
2779
+ ],
2780
+ "capabilities": [
2781
+ "chat",
2782
+ "txt-in",
2783
+ "txt-out",
2784
+ "img-in",
2785
+ "json-out",
2786
+ "fn-out"
2787
+ ],
2788
+ "context": {
2789
+ "type": "token",
2790
+ "total": 128e3,
2791
+ "maxOutput": 16384
1772
2792
  },
2793
+ "aliases": [
2794
+ "gpt-4.1-mini"
2795
+ ],
1773
2796
  "creatorId": "openai"
1774
2797
  },
1775
- "o3": {
1776
- "id": "o3",
1777
- "name": "OpenAI o3",
2798
+ "gpt-4.1-nano-2025-04-14": {
2799
+ "id": "gpt-4.1-nano-2025-04-14",
2800
+ "name": "GPT-4.1 Nano",
1778
2801
  "license": "proprietary",
1779
2802
  "providerIds": [
1780
2803
  "openai"
@@ -1783,25 +2806,25 @@ var models = {
1783
2806
  "chat",
1784
2807
  "txt-in",
1785
2808
  "txt-out",
1786
- "img-in",
1787
2809
  "json-out",
1788
- "fn-out",
1789
- "reason"
2810
+ "fn-out"
1790
2811
  ],
1791
2812
  "context": {
1792
2813
  "type": "token",
1793
- "total": 2e5,
1794
- "maxOutput": 1e5
2814
+ "total": 128e3,
2815
+ "maxOutput": 8192
1795
2816
  },
2817
+ "aliases": [
2818
+ "gpt-4.1-nano"
2819
+ ],
1796
2820
  "creatorId": "openai"
1797
2821
  },
1798
- "o3-mini": {
1799
- "id": "o3-mini",
1800
- "name": "OpenAI o3 Mini",
2822
+ "o4-mini-2025-04-16": {
2823
+ "id": "o4-mini-2025-04-16",
2824
+ "name": "OpenAI o4 Mini",
1801
2825
  "license": "proprietary",
1802
2826
  "providerIds": [
1803
- "openai",
1804
- "azure"
2827
+ "openai"
1805
2828
  ],
1806
2829
  "capabilities": [
1807
2830
  "chat",
@@ -1816,23 +2839,17 @@ var models = {
1816
2839
  "total": 2e5,
1817
2840
  "maxOutput": 1e5
1818
2841
  },
2842
+ "aliases": [
2843
+ "o4-mini"
2844
+ ],
1819
2845
  "creatorId": "openai"
1820
2846
  },
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",
2847
+ "computer-use-preview-2025-03-11": {
2848
+ "id": "computer-use-preview-2025-03-11",
2849
+ "name": "Computer Use Preview",
1832
2850
  "license": "proprietary",
1833
2851
  "providerIds": [
1834
- "openai",
1835
- "azure"
2852
+ "openai"
1836
2853
  ],
1837
2854
  "capabilities": [
1838
2855
  "chat",
@@ -1848,99 +2865,102 @@ var models = {
1848
2865
  "maxOutput": 16384
1849
2866
  },
1850
2867
  "aliases": [
1851
- "gpt-4.5-preview-2025-02-27"
2868
+ "computer-use-preview"
1852
2869
  ],
1853
2870
  "creatorId": "openai"
1854
2871
  },
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"
2872
+ "gpt-4o-search-preview-2025-03-11": {
2873
+ "id": "gpt-4o-search-preview-2025-03-11",
2874
+ "name": "GPT-4o Search Preview",
2875
+ "extends": "gpt-4o",
2876
+ "overrides": {
2877
+ "name": "GPT-4o Search Preview"
2878
+ },
2879
+ "aliases": [
2880
+ "gpt-4o-search-preview"
1866
2881
  ],
1867
- "context": {
1868
- "type": "audio-in",
1869
- "total": null,
1870
- "maxOutput": null
2882
+ "creatorId": "openai"
2883
+ },
2884
+ "gpt-4o-mini-search-preview-2025-03-11": {
2885
+ "id": "gpt-4o-mini-search-preview-2025-03-11",
2886
+ "name": "GPT-4o Mini Search Preview",
2887
+ "extends": "gpt-4o-mini",
2888
+ "overrides": {
2889
+ "name": "GPT-4o Mini Search Preview"
1871
2890
  },
2891
+ "aliases": [
2892
+ "gpt-4o-mini-search-preview"
2893
+ ],
1872
2894
  "creatorId": "openai"
1873
2895
  },
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"
1885
- ],
1886
- "context": {
1887
- "type": "audio-out",
1888
- "total": null,
1889
- "maxOutput": null
2896
+ "gpt-4o-transcribe": {
2897
+ "id": "gpt-4o-transcribe",
2898
+ "name": "GPT-4o Transcribe",
2899
+ "extends": "gpt-4o",
2900
+ "overrides": {
2901
+ "name": "GPT-4o Transcribe",
2902
+ "capabilities": [
2903
+ "chat",
2904
+ "txt-in",
2905
+ "txt-out",
2906
+ "audio-in",
2907
+ "json-out",
2908
+ "fn-out"
2909
+ ]
1890
2910
  },
1891
2911
  "creatorId": "openai"
1892
2912
  },
1893
- "tts-1-hd": {
1894
- "id": "tts-1-hd",
1895
- "extends": "tts-1",
2913
+ "gpt-4o-mini-transcribe": {
2914
+ "id": "gpt-4o-mini-transcribe",
2915
+ "name": "GPT-4o Mini Transcribe",
2916
+ "extends": "gpt-4o-mini",
1896
2917
  "overrides": {
1897
- "name": "TTS-1 HD"
2918
+ "name": "GPT-4o Mini Transcribe",
2919
+ "capabilities": [
2920
+ "chat",
2921
+ "txt-in",
2922
+ "txt-out",
2923
+ "audio-in",
2924
+ "json-out",
2925
+ "fn-out"
2926
+ ]
1898
2927
  },
1899
2928
  "creatorId": "openai"
1900
2929
  },
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"
2930
+ "gpt-4o-mini-tts": {
2931
+ "id": "gpt-4o-mini-tts",
2932
+ "name": "GPT-4o Mini TTS",
2933
+ "extends": "gpt-4o-mini",
2934
+ "overrides": {
2935
+ "name": "GPT-4o Mini TTS",
2936
+ "capabilities": [
2937
+ "chat",
2938
+ "txt-in",
2939
+ "txt-out",
2940
+ "audio-out",
2941
+ "json-out",
2942
+ "fn-out"
1922
2943
  ]
1923
2944
  },
1924
2945
  "creatorId": "openai"
1925
2946
  },
1926
- "dall-e-3": {
1927
- "id": "dall-e-3",
1928
- "name": "DALL-E 3",
2947
+ "gpt-image-1": {
2948
+ "id": "gpt-image-1",
2949
+ "name": "GPT Image 1",
1929
2950
  "license": "proprietary",
1930
2951
  "providerIds": [
1931
- "openai",
1932
- "azure"
2952
+ "openai"
1933
2953
  ],
1934
2954
  "capabilities": [
1935
- "txt-in",
2955
+ "img-in",
1936
2956
  "img-out"
1937
2957
  ],
1938
2958
  "context": {
1939
2959
  "maxOutput": 1,
1940
2960
  "sizes": [
1941
2961
  "1024x1024",
1942
- "1024x1792",
1943
- "1792x1024"
2962
+ "1792x1024",
2963
+ "1024x1792"
1944
2964
  ],
1945
2965
  "qualities": [
1946
2966
  "standard",
@@ -1949,132 +2969,150 @@ var models = {
1949
2969
  },
1950
2970
  "creatorId": "openai"
1951
2971
  },
1952
- "text-embedding-ada-002": {
1953
- "id": "text-embedding-ada-002",
1954
- "name": "Text Embedding Ada 002",
2972
+ "omni-moderation-2024-09-26": {
2973
+ "id": "omni-moderation-2024-09-26",
2974
+ "name": "Omni Moderation",
1955
2975
  "license": "proprietary",
1956
2976
  "providerIds": [
1957
- "openai",
1958
- "azure"
2977
+ "openai"
1959
2978
  ],
1960
2979
  "capabilities": [
1961
2980
  "txt-in",
1962
- "vec-out"
2981
+ "img-in",
2982
+ "txt-out"
1963
2983
  ],
1964
2984
  "context": {
1965
- "type": "embedding",
1966
- "total": 8191,
1967
- "unit": "tokens",
1968
- "dimensions": 1536,
1969
- "embeddingType": "text",
1970
- "normalized": true
2985
+ "type": "token",
2986
+ "total": 32e3
1971
2987
  },
2988
+ "aliases": [
2989
+ "omni-moderation-latest"
2990
+ ],
1972
2991
  "creatorId": "openai"
1973
2992
  },
1974
- "text-embedding-3-small": {
1975
- "id": "text-embedding-3-small",
1976
- "name": "Text Embedding 3 Small",
1977
- "license": "proprietary",
2993
+ "o1-pro-2025-03-19": {
2994
+ "id": "o1-pro-2025-03-19",
2995
+ "name": "OpenAI o1 Pro (2025-03-19)",
2996
+ "extends": "o1-pro",
2997
+ "creatorId": "openai"
2998
+ },
2999
+ "gpt-4o-audio-preview-2025-06-03": {
3000
+ "id": "gpt-4o-audio-preview-2025-06-03",
3001
+ "extends": "gpt-4o-audio-preview",
3002
+ "overrides": {
3003
+ "name": "GPT-4o Audio (2025-06-03)"
3004
+ },
3005
+ "creatorId": "openai"
3006
+ },
3007
+ "gpt-4o-realtime-preview-2025-06-03": {
3008
+ "id": "gpt-4o-realtime-preview-2025-06-03",
3009
+ "extends": "gpt-4o-realtime-preview",
3010
+ "overrides": {
3011
+ "name": "GPT-4o Realtime (2025-06-03)"
3012
+ },
3013
+ "creatorId": "openai"
3014
+ },
3015
+ "qwen-3-235b-instruct": {
3016
+ "id": "qwen-3-235b-instruct",
3017
+ "name": "Qwen 3 235B Instruct",
3018
+ "license": "apache-2.0",
1978
3019
  "providerIds": [
1979
- "openai",
1980
- "azure"
3020
+ "qwen"
1981
3021
  ],
1982
3022
  "capabilities": [
3023
+ "chat",
1983
3024
  "txt-in",
1984
- "vec-out"
3025
+ "txt-out",
3026
+ "json-out",
3027
+ "fn-out",
3028
+ "reason"
1985
3029
  ],
1986
3030
  "context": {
1987
- "type": "embedding",
1988
- "total": 8191,
1989
- "unit": "tokens",
1990
- "dimensions": 1536,
1991
- "embeddingType": "text",
1992
- "normalized": true
3031
+ "type": "token",
3032
+ "total": 131072,
3033
+ "maxOutput": 8192
1993
3034
  },
1994
- "creatorId": "openai"
3035
+ "aliases": [
3036
+ "qwen-3-235b",
3037
+ "qwen-3-235b-instruct-latest"
3038
+ ],
3039
+ "creatorId": "qwen"
1995
3040
  },
1996
- "text-embedding-3-large": {
1997
- "id": "text-embedding-3-large",
1998
- "name": "Text Embedding 3 Large",
1999
- "license": "proprietary",
3041
+ "qwen-3-72b-instruct": {
3042
+ "id": "qwen-3-72b-instruct",
3043
+ "name": "Qwen 3 72B Instruct",
3044
+ "license": "apache-2.0",
2000
3045
  "providerIds": [
2001
- "openai",
2002
- "azure"
3046
+ "qwen"
2003
3047
  ],
2004
3048
  "capabilities": [
3049
+ "chat",
2005
3050
  "txt-in",
2006
- "vec-out"
3051
+ "txt-out",
3052
+ "json-out",
3053
+ "fn-out",
3054
+ "reason"
2007
3055
  ],
2008
3056
  "context": {
2009
- "type": "embedding",
2010
- "total": 8191,
2011
- "unit": "tokens",
2012
- "dimensions": 3072,
2013
- "embeddingType": "text",
2014
- "normalized": true
3057
+ "type": "token",
3058
+ "total": 131072,
3059
+ "maxOutput": 8192
2015
3060
  },
2016
- "creatorId": "openai"
3061
+ "aliases": [
3062
+ "qwen-3-72b",
3063
+ "qwen-3-72b-instruct-latest"
3064
+ ],
3065
+ "creatorId": "qwen"
2017
3066
  },
2018
- "o4-mini": {
2019
- "id": "o4-mini",
2020
- "name": "OpenAI o4 Mini",
2021
- "license": "proprietary",
3067
+ "qwen-3-32b-instruct": {
3068
+ "id": "qwen-3-32b-instruct",
3069
+ "name": "Qwen 3 32B Instruct",
3070
+ "license": "apache-2.0",
2022
3071
  "providerIds": [
2023
- "openai"
3072
+ "qwen"
2024
3073
  ],
2025
3074
  "capabilities": [
2026
3075
  "chat",
2027
3076
  "txt-in",
2028
3077
  "txt-out",
2029
- "img-in",
2030
3078
  "json-out",
2031
- "fn-out",
2032
- "reason"
3079
+ "fn-out"
2033
3080
  ],
2034
3081
  "context": {
2035
3082
  "type": "token",
2036
- "total": 2e5,
2037
- "maxOutput": 1e5
3083
+ "total": 131072,
3084
+ "maxOutput": 8192
2038
3085
  },
2039
- "creatorId": "openai"
3086
+ "aliases": [
3087
+ "qwen-3-32b",
3088
+ "qwen-3-32b-instruct-latest"
3089
+ ],
3090
+ "creatorId": "qwen"
2040
3091
  },
2041
- "gpt-4.1": {
2042
- "id": "gpt-4.1",
2043
- "name": "GPT-4.1",
2044
- "license": "proprietary",
3092
+ "qwen-3-7b-instruct": {
3093
+ "id": "qwen-3-7b-instruct",
3094
+ "name": "Qwen 3 7B Instruct",
3095
+ "license": "apache-2.0",
2045
3096
  "providerIds": [
2046
- "openai"
3097
+ "qwen"
2047
3098
  ],
2048
3099
  "capabilities": [
2049
3100
  "chat",
2050
3101
  "txt-in",
2051
3102
  "txt-out",
2052
- "img-in",
2053
3103
  "json-out",
2054
3104
  "fn-out"
2055
3105
  ],
2056
3106
  "context": {
2057
3107
  "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"
3108
+ "total": 131072,
3109
+ "maxOutput": 8192
2076
3110
  },
2077
- "creatorId": "openai"
3111
+ "aliases": [
3112
+ "qwen-3-7b",
3113
+ "qwen-3-7b-instruct-latest"
3114
+ ],
3115
+ "creatorId": "qwen"
2078
3116
  },
2079
3117
  "grok-3-beta": {
2080
3118
  "id": "grok-3-beta",
@@ -2226,18 +3264,63 @@ var models = {
2226
3264
  "context": {
2227
3265
  "type": "token",
2228
3266
  "total": 131072,
2229
- "maxOutput": 131072
3267
+ "maxOutput": 131072
3268
+ },
3269
+ "aliases": [
3270
+ "grok-2",
3271
+ "grok-2-latest"
3272
+ ],
3273
+ "releasedAt": "2024-12-12",
3274
+ "creatorId": "xai"
3275
+ },
3276
+ "grok-vision-beta": {
3277
+ "id": "grok-vision-beta",
3278
+ "name": "Grok Vision Beta",
3279
+ "creator": "xai",
3280
+ "license": "proprietary",
3281
+ "providerIds": [
3282
+ "xai"
3283
+ ],
3284
+ "capabilities": [
3285
+ "chat",
3286
+ "txt-in",
3287
+ "txt-out",
3288
+ "img-in",
3289
+ "fn-out",
3290
+ "json-out"
3291
+ ],
3292
+ "context": {
3293
+ "type": "token",
3294
+ "total": 8192,
3295
+ "maxOutput": 8192
3296
+ },
3297
+ "creatorId": "xai"
3298
+ },
3299
+ "grok-beta": {
3300
+ "id": "grok-beta",
3301
+ "name": "Grok Beta",
3302
+ "creator": "xai",
3303
+ "license": "proprietary",
3304
+ "providerIds": [
3305
+ "xai"
3306
+ ],
3307
+ "capabilities": [
3308
+ "chat",
3309
+ "txt-in",
3310
+ "txt-out",
3311
+ "fn-out",
3312
+ "json-out"
3313
+ ],
3314
+ "context": {
3315
+ "type": "token",
3316
+ "total": 131072,
3317
+ "maxOutput": 4096
2230
3318
  },
2231
- "aliases": [
2232
- "grok-2",
2233
- "grok-2-latest"
2234
- ],
2235
- "releasedAt": "2024-12-12",
2236
3319
  "creatorId": "xai"
2237
3320
  },
2238
- "grok-vision-beta": {
2239
- "id": "grok-vision-beta",
2240
- "name": "Grok Vision Beta",
3321
+ "grok-4": {
3322
+ "id": "grok-4",
3323
+ "name": "Grok 4",
2241
3324
  "creator": "xai",
2242
3325
  "license": "proprietary",
2243
3326
  "providerIds": [
@@ -2247,19 +3330,24 @@ var models = {
2247
3330
  "chat",
2248
3331
  "txt-in",
2249
3332
  "txt-out",
2250
- "img-in",
2251
- "fn-out"
3333
+ "reason",
3334
+ "fn-out",
3335
+ "json-out"
2252
3336
  ],
2253
3337
  "context": {
2254
3338
  "type": "token",
2255
- "total": 8192,
2256
- "maxOutput": 8192
3339
+ "total": 131072,
3340
+ "maxOutput": 65536
2257
3341
  },
3342
+ "aliases": [
3343
+ "grok-4-2025-07-09",
3344
+ "grok-4-latest"
3345
+ ],
2258
3346
  "creatorId": "xai"
2259
3347
  },
2260
- "grok-beta": {
2261
- "id": "grok-beta",
2262
- "name": "Grok Beta",
3348
+ "grok-4-heavy": {
3349
+ "id": "grok-4-heavy",
3350
+ "name": "Grok 4 Heavy",
2263
3351
  "creator": "xai",
2264
3352
  "license": "proprietary",
2265
3353
  "providerIds": [
@@ -2269,13 +3357,19 @@ var models = {
2269
3357
  "chat",
2270
3358
  "txt-in",
2271
3359
  "txt-out",
2272
- "fn-out"
3360
+ "reason",
3361
+ "fn-out",
3362
+ "json-out"
2273
3363
  ],
2274
3364
  "context": {
2275
3365
  "type": "token",
2276
3366
  "total": 131072,
2277
- "maxOutput": 131072
3367
+ "maxOutput": 65536
2278
3368
  },
3369
+ "aliases": [
3370
+ "grok-4-heavy-2025-07-09",
3371
+ "grok-4-heavy-latest"
3372
+ ],
2279
3373
  "creatorId": "xai"
2280
3374
  }
2281
3375
  };
@@ -2286,6 +3380,21 @@ var providers = {
2286
3380
  "apiUrl": "https://api.anthropic.com/v1",
2287
3381
  "apiDocsUrl": "https://docs.anthropic.com/en/api",
2288
3382
  "pricing": {
3383
+ "claude-opus-4-20250514": {
3384
+ "type": "token",
3385
+ "input": 15,
3386
+ "output": 75
3387
+ },
3388
+ "claude-sonnet-4-20250514": {
3389
+ "type": "token",
3390
+ "input": 3,
3391
+ "output": 15
3392
+ },
3393
+ "claude-3-7-sonnet-20250219": {
3394
+ "type": "token",
3395
+ "input": 3,
3396
+ "output": 15
3397
+ },
2289
3398
  "claude-3-opus-20240229": {
2290
3399
  "type": "token",
2291
3400
  "input": 15,
@@ -2489,6 +3598,21 @@ var providers = {
2489
3598
  "apiUrl": "https://generativelanguage.googleapis.com/v1",
2490
3599
  "apiDocsUrl": "https://ai.google.dev/docs",
2491
3600
  "pricing": {
3601
+ "gemini-2.5-pro-preview-03-25": {
3602
+ "type": "token",
3603
+ "input": 2.5,
3604
+ "output": 10
3605
+ },
3606
+ "gemini-2.5-pro-exp-03-25": {
3607
+ "type": "token",
3608
+ "input": 2.5,
3609
+ "output": 10
3610
+ },
3611
+ "gemini-2.5-flash-preview": {
3612
+ "type": "token",
3613
+ "input": 0.2,
3614
+ "output": 0.8
3615
+ },
2492
3616
  "gemini-2.0-flash": {
2493
3617
  "type": "token",
2494
3618
  "input": 0.1,
@@ -2514,10 +3638,162 @@ var providers = {
2514
3638
  "input": 1.25,
2515
3639
  "output": 5
2516
3640
  },
3641
+ "gemini-1.0-pro": {
3642
+ "type": "token",
3643
+ "input": 0.5,
3644
+ "output": 1.5
3645
+ },
3646
+ "gemini-1.0-pro-vision": {
3647
+ "type": "token",
3648
+ "input": 0.25,
3649
+ "output": 0.5
3650
+ },
2517
3651
  "text-embedding-004": {
2518
3652
  "type": "token",
2519
- "input": 0,
3653
+ "input": 625e-7,
2520
3654
  "output": 0
3655
+ },
3656
+ "aqa": {
3657
+ "type": "token",
3658
+ "input": 0.5,
3659
+ "output": 0.5
3660
+ },
3661
+ "text-embedding-ada-002": {
3662
+ "type": "token",
3663
+ "input": 0.1
3664
+ },
3665
+ "gemini-2.5-pro-preview-06-05": {
3666
+ "type": "token",
3667
+ "input": 2.5,
3668
+ "output": 10
3669
+ },
3670
+ "gemini-2.5-pro-preview-05-06": {
3671
+ "type": "token",
3672
+ "input": 2.5,
3673
+ "output": 10
3674
+ },
3675
+ "gemini-2.5-flash-preview-05-20": {
3676
+ "type": "token",
3677
+ "input": 0.2,
3678
+ "output": 0.8
3679
+ },
3680
+ "gemini-2.5-flash-preview-04-17-thinking": {
3681
+ "type": "token",
3682
+ "input": 0.2,
3683
+ "output": 0.8
3684
+ },
3685
+ "gemini-2.5-flash-preview-tts": {
3686
+ "type": "token",
3687
+ "input": 0.2,
3688
+ "output": 0.8
3689
+ },
3690
+ "gemini-2.5-pro-preview-tts": {
3691
+ "type": "token",
3692
+ "input": 2.5,
3693
+ "output": 10
3694
+ },
3695
+ "gemini-2.5-flash-preview-native-audio-dialog": {
3696
+ "type": "token",
3697
+ "input": 0.2,
3698
+ "output": 0.8
3699
+ },
3700
+ "gemini-2.0-flash-001": {
3701
+ "type": "token",
3702
+ "input": 0.1,
3703
+ "output": 0.4
3704
+ },
3705
+ "gemini-2.0-flash-exp": {
3706
+ "type": "token",
3707
+ "input": 0.1,
3708
+ "output": 0.4
3709
+ },
3710
+ "gemini-2.0-flash-exp-image-generation": {
3711
+ "type": "token",
3712
+ "input": 0.1,
3713
+ "output": 0.4
3714
+ },
3715
+ "gemini-2.0-flash-preview-image-generation": {
3716
+ "type": "token",
3717
+ "input": 0.1,
3718
+ "output": 0.4
3719
+ },
3720
+ "gemini-2.0-flash-lite-001": {
3721
+ "type": "token",
3722
+ "input": 0.075,
3723
+ "output": 0.3
3724
+ },
3725
+ "gemini-2.0-flash-lite-preview": {
3726
+ "type": "token",
3727
+ "input": 0.075,
3728
+ "output": 0.3
3729
+ },
3730
+ "gemini-2.0-flash-lite-preview-02-05": {
3731
+ "type": "token",
3732
+ "input": 0.075,
3733
+ "output": 0.3
3734
+ },
3735
+ "gemini-2.0-pro-exp": {
3736
+ "type": "token",
3737
+ "input": 1.25,
3738
+ "output": 5
3739
+ },
3740
+ "gemini-2.0-pro-exp-02-05": {
3741
+ "type": "token",
3742
+ "input": 1.25,
3743
+ "output": 5
3744
+ },
3745
+ "gemini-2.0-flash-thinking-exp": {
3746
+ "type": "token",
3747
+ "input": 0.1,
3748
+ "output": 0.4
3749
+ },
3750
+ "gemini-2.0-flash-thinking-exp-1219": {
3751
+ "type": "token",
3752
+ "input": 0.1,
3753
+ "output": 0.4
3754
+ },
3755
+ "gemini-2.0-flash-thinking-exp-01-21": {
3756
+ "type": "token",
3757
+ "input": 0.1,
3758
+ "output": 0.4
3759
+ },
3760
+ "learnlm-2.0-flash-experimental": {
3761
+ "type": "token",
3762
+ "input": 0.1,
3763
+ "output": 0.4
3764
+ },
3765
+ "gemma-3-1b-it": {
3766
+ "type": "token",
3767
+ "input": 0.1,
3768
+ "output": 0.1
3769
+ },
3770
+ "gemma-3-4b-it": {
3771
+ "type": "token",
3772
+ "input": 0.15,
3773
+ "output": 0.15
3774
+ },
3775
+ "gemma-3-12b-it": {
3776
+ "type": "token",
3777
+ "input": 0.25,
3778
+ "output": 0.25
3779
+ },
3780
+ "gemma-3-27b-it": {
3781
+ "type": "token",
3782
+ "input": 0.5,
3783
+ "output": 0.5
3784
+ },
3785
+ "gemma-3n-e4b-it": {
3786
+ "type": "token",
3787
+ "input": 0.05,
3788
+ "output": 0.05
3789
+ },
3790
+ "imagen-3.0-generate-002": {
3791
+ "type": "image",
3792
+ "price": 0.08
3793
+ },
3794
+ "veo-2.0-generate-001": {
3795
+ "type": "second",
3796
+ "price": 0.1
2521
3797
  }
2522
3798
  }
2523
3799
  },
@@ -2790,6 +4066,98 @@ var providers = {
2790
4066
  "price": 0.08,
2791
4067
  "size": "1024x1024",
2792
4068
  "unit": "per_image"
4069
+ },
4070
+ "text-embedding-ada-002": {
4071
+ "type": "token",
4072
+ "input": 0.1
4073
+ },
4074
+ "gpt-4.1-2025-04-14": {
4075
+ "type": "token",
4076
+ "input": 5,
4077
+ "input_cached": 2.5,
4078
+ "output": 15
4079
+ },
4080
+ "gpt-4.1-mini-2025-04-14": {
4081
+ "type": "token",
4082
+ "input": 0.3,
4083
+ "input_cached": 0.15,
4084
+ "output": 1.2
4085
+ },
4086
+ "gpt-4.1-nano-2025-04-14": {
4087
+ "type": "token",
4088
+ "input": 0.1,
4089
+ "input_cached": 0.05,
4090
+ "output": 0.4
4091
+ },
4092
+ "o4-mini-2025-04-16": {
4093
+ "type": "token",
4094
+ "input": 2.2,
4095
+ "input_cached": 1.1,
4096
+ "output": 8.8
4097
+ },
4098
+ "computer-use-preview-2025-03-11": {
4099
+ "type": "token",
4100
+ "input": 2.5,
4101
+ "input_cached": 1.25,
4102
+ "output": 10
4103
+ },
4104
+ "gpt-4o-search-preview-2025-03-11": {
4105
+ "type": "token",
4106
+ "input": 2.5,
4107
+ "input_cached": 1.25,
4108
+ "output": 10
4109
+ },
4110
+ "gpt-4o-mini-search-preview-2025-03-11": {
4111
+ "type": "token",
4112
+ "input": 0.15,
4113
+ "input_cached": 0.075,
4114
+ "output": 0.6
4115
+ },
4116
+ "gpt-4o-transcribe": {
4117
+ "type": "token",
4118
+ "input": 2.5,
4119
+ "input_cached": 1.25,
4120
+ "output": 10
4121
+ },
4122
+ "gpt-4o-mini-transcribe": {
4123
+ "type": "token",
4124
+ "input": 0.15,
4125
+ "input_cached": 0.075,
4126
+ "output": 0.6
4127
+ },
4128
+ "gpt-4o-mini-tts": {
4129
+ "type": "token",
4130
+ "input": 0.15,
4131
+ "input_cached": 0.075,
4132
+ "output": 0.6
4133
+ },
4134
+ "gpt-image-1": {
4135
+ "type": "image",
4136
+ "price": 0.02,
4137
+ "size": "1024x1024",
4138
+ "unit": "per_image"
4139
+ },
4140
+ "omni-moderation-2024-09-26": {
4141
+ "type": "token",
4142
+ "input": 0.5,
4143
+ "output": 0.5
4144
+ },
4145
+ "o1-pro-2025-03-19": {
4146
+ "type": "token",
4147
+ "input": 60,
4148
+ "input_cached": 30,
4149
+ "output": 240
4150
+ },
4151
+ "gpt-4o-audio-preview-2025-06-03": {
4152
+ "type": "token",
4153
+ "input": 2.5,
4154
+ "output": 10
4155
+ },
4156
+ "gpt-4o-realtime-preview-2025-06-03": {
4157
+ "type": "token",
4158
+ "input": 5,
4159
+ "input_cached": 2.5,
4160
+ "output": 20
2793
4161
  }
2794
4162
  }
2795
4163
  },
@@ -2806,12 +4174,38 @@ var providers = {
2806
4174
  }
2807
4175
  }
2808
4176
  },
4177
+ "qwen": {
4178
+ "id": "qwen",
4179
+ "apiUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
4180
+ "apiDocsUrl": "https://help.aliyun.com/zh/model-studio/developer-reference/",
4181
+ "pricing": {}
4182
+ },
2809
4183
  "xai": {
2810
4184
  "id": "xai",
2811
4185
  "name": "X.AI",
2812
4186
  "apiUrl": "https://x.ai/api",
2813
4187
  "apiDocsUrl": "https://x.ai/docs",
2814
4188
  "pricing": {
4189
+ "grok-3-beta": {
4190
+ "type": "token",
4191
+ "input": 2,
4192
+ "output": 10
4193
+ },
4194
+ "grok-3-fast-beta": {
4195
+ "type": "token",
4196
+ "input": 2,
4197
+ "output": 10
4198
+ },
4199
+ "grok-3-mini-beta": {
4200
+ "type": "token",
4201
+ "input": 1,
4202
+ "output": 5
4203
+ },
4204
+ "grok-3-mini-fast-beta": {
4205
+ "type": "token",
4206
+ "input": 1,
4207
+ "output": 5
4208
+ },
2815
4209
  "grok-2-vision-1212": {
2816
4210
  "type": "token",
2817
4211
  "input": 2,
@@ -2890,6 +4284,12 @@ var organizations = {
2890
4284
  "country": "USA",
2891
4285
  "founded": 2016
2892
4286
  },
4287
+ "qwen": {
4288
+ "name": "Qwen",
4289
+ "websiteUrl": "https://qwenlm.ai",
4290
+ "country": "CHN",
4291
+ "founded": 2023
4292
+ },
2893
4293
  "azure": {
2894
4294
  "name": "Azure",
2895
4295
  "websiteUrl": "https://azure.microsoft.com/en-us/products/ai-services/openai-service",