github-actions[bot] commited on
Commit
ef9e2e7
·
1 Parent(s): b80db95

chore: update provider data [skip ci]

Browse files
Files changed (1) hide show
  1. data/providers.json +47 -2547
data/providers.json CHANGED
@@ -981,2510 +981,7 @@
981
  "region": "Global",
982
  "gdpr_compliant": true,
983
  "eu_endpoints": true,
984
- "models": [
985
- {
986
- "name": "deepinfra/meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
987
- "type": "chat",
988
- "input_price_per_1m": 0.02,
989
- "output_price_per_1m": 0.05,
990
- "currency": "USD",
991
- "context_window": 131072,
992
- "size_b": 8
993
- },
994
- {
995
- "name": "novita/meta-llama/llama-3.2-1b-instruct",
996
- "type": "chat",
997
- "input_price_per_1m": 0.02,
998
- "output_price_per_1m": 0.02,
999
- "currency": "USD",
1000
- "context_window": 131000,
1001
- "size_b": 1
1002
- },
1003
- {
1004
- "name": "openai/gpt-5-nano",
1005
- "type": "vision",
1006
- "input_price_per_1m": 0.025,
1007
- "output_price_per_1m": 0.2,
1008
- "currency": "USD",
1009
- "capabilities": [
1010
- "vision",
1011
- "reasoning"
1012
- ],
1013
- "context_window": 400000
1014
- },
1015
- {
1016
- "name": "novita/meta-llama/llama-3.2-3b-instruct",
1017
- "type": "chat",
1018
- "input_price_per_1m": 0.03,
1019
- "output_price_per_1m": 0.05,
1020
- "currency": "USD",
1021
- "context_window": 32768,
1022
- "size_b": 3
1023
- },
1024
- {
1025
- "name": "novita/meta-llama/llama-3-8b-instruct",
1026
- "type": "chat",
1027
- "input_price_per_1m": 0.04,
1028
- "output_price_per_1m": 0.04,
1029
- "currency": "USD",
1030
- "context_window": 8192,
1031
- "size_b": 8,
1032
- "capabilities": [
1033
- "tools"
1034
- ]
1035
- },
1036
- {
1037
- "name": "azure/gpt-5-nano",
1038
- "type": "chat",
1039
- "input_price_per_1m": 0.05,
1040
- "output_price_per_1m": 0.4,
1041
- "currency": "USD",
1042
- "capabilities": [
1043
- "reasoning"
1044
- ],
1045
- "context_window": 200000
1046
- },
1047
- {
1048
- "name": "openai-responses/gpt-5-nano",
1049
- "type": "vision",
1050
- "input_price_per_1m": 0.05,
1051
- "output_price_per_1m": 0.4,
1052
- "currency": "USD",
1053
- "capabilities": [
1054
- "vision",
1055
- "reasoning"
1056
- ],
1057
- "context_window": 400000
1058
- },
1059
- {
1060
- "name": "novita/Sao10K/L3-8B-Stheno-v3.2",
1061
- "type": "chat",
1062
- "input_price_per_1m": 0.05,
1063
- "output_price_per_1m": 0.05,
1064
- "currency": "USD",
1065
- "context_window": 8192,
1066
- "size_b": 8
1067
- },
1068
- {
1069
- "name": "novita/sao10k/l3-8b-lunaris",
1070
- "type": "chat",
1071
- "input_price_per_1m": 0.05,
1072
- "output_price_per_1m": 0.05,
1073
- "currency": "USD",
1074
- "context_window": 8192,
1075
- "size_b": 8
1076
- },
1077
- {
1078
- "name": "novita/meta-llama/llama-3.1-8b-instruct",
1079
- "type": "chat",
1080
- "input_price_per_1m": 0.05,
1081
- "output_price_per_1m": 0.05,
1082
- "currency": "USD",
1083
- "context_window": 16384,
1084
- "size_b": 8,
1085
- "capabilities": [
1086
- "tools"
1087
- ]
1088
- },
1089
- {
1090
- "name": "alibaba/qwen-turbo",
1091
- "type": "chat",
1092
- "input_price_per_1m": 0.05,
1093
- "output_price_per_1m": 0.2,
1094
- "currency": "USD",
1095
- "context_window": 1000000,
1096
- "capabilities": [
1097
- "tools"
1098
- ]
1099
- },
1100
- {
1101
- "name": "together/meta-llama/Llama-3.2-3B-Instruct-Turbo",
1102
- "type": "chat",
1103
- "input_price_per_1m": 0.06,
1104
- "output_price_per_1m": 0.06,
1105
- "currency": "USD",
1106
- "context_window": 131072,
1107
- "size_b": 3
1108
- },
1109
- {
1110
- "name": "deepinfra/Qwen/Qwen2.5-Coder-32B-Instruct",
1111
- "type": "chat",
1112
- "input_price_per_1m": 0.07,
1113
- "output_price_per_1m": 0.16,
1114
- "currency": "USD",
1115
- "context_window": 16384,
1116
- "size_b": 32
1117
- },
1118
- {
1119
- "name": "deepinfra/microsoft/phi-4",
1120
- "type": "chat",
1121
- "input_price_per_1m": 0.07,
1122
- "output_price_per_1m": 0.14,
1123
- "currency": "USD",
1124
- "context_window": 16384
1125
- },
1126
- {
1127
- "name": "novita/gryphe/mythomax-l2-13b",
1128
- "type": "chat",
1129
- "input_price_per_1m": 0.09,
1130
- "output_price_per_1m": 0.09,
1131
- "currency": "USD",
1132
- "context_window": 4096,
1133
- "size_b": 13
1134
- },
1135
- {
1136
- "name": "openai/gpt-4.1-nano",
1137
- "type": "vision",
1138
- "input_price_per_1m": 0.1,
1139
- "output_price_per_1m": 0.4,
1140
- "currency": "USD",
1141
- "capabilities": [
1142
- "vision"
1143
- ],
1144
- "context_window": 1047576
1145
- },
1146
- {
1147
- "name": "deepinfra/Qwen/Qwen3-32B",
1148
- "type": "chat",
1149
- "input_price_per_1m": 0.1,
1150
- "output_price_per_1m": 0.3,
1151
- "currency": "USD",
1152
- "context_window": 40000,
1153
- "size_b": 32,
1154
- "capabilities": [
1155
- "tools",
1156
- "reasoning"
1157
- ]
1158
- },
1159
- {
1160
- "name": "groq/openai/gpt-oss-20b",
1161
- "type": "chat",
1162
- "input_price_per_1m": 0.1,
1163
- "output_price_per_1m": 0.5,
1164
- "currency": "USD",
1165
- "context_window": 131072,
1166
- "size_b": 20,
1167
- "capabilities": [
1168
- "tools",
1169
- "reasoning"
1170
- ]
1171
- },
1172
- {
1173
- "name": "azure/gpt-4.1-nano",
1174
- "type": "vision",
1175
- "input_price_per_1m": 0.1,
1176
- "output_price_per_1m": 0.4,
1177
- "currency": "USD",
1178
- "capabilities": [
1179
- "vision"
1180
- ],
1181
- "context_window": 1047576
1182
- },
1183
- {
1184
- "name": "azure/openai-responses/gpt-4.1-nano",
1185
- "type": "vision",
1186
- "input_price_per_1m": 0.1,
1187
- "output_price_per_1m": 0.4,
1188
- "currency": "USD",
1189
- "capabilities": [
1190
- "vision"
1191
- ],
1192
- "context_window": 1047576
1193
- },
1194
- {
1195
- "name": "openai-responses/gpt-4.1-nano",
1196
- "type": "vision",
1197
- "input_price_per_1m": 0.1,
1198
- "output_price_per_1m": 0.4,
1199
- "currency": "USD",
1200
- "capabilities": [
1201
- "vision"
1202
- ],
1203
- "context_window": 1047576
1204
- },
1205
- {
1206
- "name": "google/gemini-2.0-flash-001",
1207
- "type": "vision",
1208
- "input_price_per_1m": 0.1,
1209
- "output_price_per_1m": 0.4,
1210
- "currency": "USD",
1211
- "capabilities": [
1212
- "vision"
1213
- ],
1214
- "context_window": 1048576
1215
- },
1216
- {
1217
- "name": "google/gemini-2.5-flash-lite",
1218
- "type": "vision",
1219
- "input_price_per_1m": 0.1,
1220
- "output_price_per_1m": 0.4,
1221
- "currency": "USD",
1222
- "capabilities": [
1223
- "vision",
1224
- "reasoning"
1225
- ],
1226
- "context_window": 1048576
1227
- },
1228
- {
1229
- "name": "mistral/devstral-small-latest",
1230
- "type": "chat",
1231
- "input_price_per_1m": 0.1,
1232
- "output_price_per_1m": 0.3,
1233
- "currency": "USD",
1234
- "context_window": 131072,
1235
- "capabilities": [
1236
- "tools"
1237
- ]
1238
- },
1239
- {
1240
- "name": "mistral/mistral-small-latest",
1241
- "type": "chat",
1242
- "input_price_per_1m": 0.1,
1243
- "output_price_per_1m": 0.3,
1244
- "currency": "USD",
1245
- "context_window": 32768
1246
- },
1247
- {
1248
- "name": "mistral/devstral-small-2507",
1249
- "type": "chat",
1250
- "input_price_per_1m": 0.1,
1251
- "output_price_per_1m": 0.3,
1252
- "currency": "USD",
1253
- "context_window": 131072,
1254
- "capabilities": [
1255
- "tools"
1256
- ]
1257
- },
1258
- {
1259
- "name": "vertex/gemini-2.5-flash-lite",
1260
- "type": "vision",
1261
- "input_price_per_1m": 0.1,
1262
- "output_price_per_1m": 0.4,
1263
- "currency": "USD",
1264
- "capabilities": [
1265
- "vision",
1266
- "reasoning"
1267
- ],
1268
- "context_window": 1048576
1269
- },
1270
- {
1271
- "name": "together/meta-llama/Meta-Llama-3-8B-Instruct-Lite",
1272
- "type": "chat",
1273
- "input_price_per_1m": 0.1,
1274
- "output_price_per_1m": 0.1,
1275
- "currency": "USD",
1276
- "context_window": 8192,
1277
- "size_b": 8
1278
- },
1279
- {
1280
- "name": "deepinfra/meta-llama/Llama-3.3-70B-Instruct-Turbo",
1281
- "type": "chat",
1282
- "input_price_per_1m": 0.12,
1283
- "output_price_per_1m": 0.3,
1284
- "currency": "USD",
1285
- "context_window": 131072,
1286
- "size_b": 70,
1287
- "capabilities": [
1288
- "tools"
1289
- ]
1290
- },
1291
- {
1292
- "name": "openai/gpt-5-mini",
1293
- "type": "vision",
1294
- "input_price_per_1m": 0.125,
1295
- "output_price_per_1m": 1,
1296
- "currency": "USD",
1297
- "capabilities": [
1298
- "vision",
1299
- "reasoning"
1300
- ],
1301
- "context_window": 400000
1302
- },
1303
- {
1304
- "name": "nebius/meta-llama/Llama-3.3-70B-Instruct",
1305
- "type": "chat",
1306
- "input_price_per_1m": 0.13,
1307
- "output_price_per_1m": 0.4,
1308
- "currency": "USD",
1309
- "context_window": 128000,
1310
- "size_b": 70,
1311
- "capabilities": [
1312
- "tools"
1313
- ]
1314
- },
1315
- {
1316
- "name": "novita/nousresearch/hermes-2-pro-llama-3-8b",
1317
- "type": "chat",
1318
- "input_price_per_1m": 0.14,
1319
- "output_price_per_1m": 0.14,
1320
- "currency": "USD",
1321
- "context_window": 8192,
1322
- "size_b": 8
1323
- },
1324
- {
1325
- "name": "openai/gpt-4o-mini",
1326
- "type": "vision",
1327
- "input_price_per_1m": 0.15,
1328
- "output_price_per_1m": 0.6,
1329
- "currency": "USD",
1330
- "capabilities": [
1331
- "vision"
1332
- ],
1333
- "context_window": 128000
1334
- },
1335
- {
1336
- "name": "groq/openai/gpt-oss-120b",
1337
- "type": "chat",
1338
- "input_price_per_1m": 0.15,
1339
- "output_price_per_1m": 0.75,
1340
- "currency": "USD",
1341
- "context_window": 131072,
1342
- "size_b": 120,
1343
- "capabilities": [
1344
- "tools",
1345
- "reasoning"
1346
- ]
1347
- },
1348
- {
1349
- "name": "novita/deepseek/deepseek-r1-distill-qwen-14b",
1350
- "type": "chat",
1351
- "input_price_per_1m": 0.15,
1352
- "output_price_per_1m": 0.15,
1353
- "currency": "USD",
1354
- "context_window": 128000,
1355
- "size_b": 14,
1356
- "capabilities": [
1357
- "tools",
1358
- "reasoning"
1359
- ]
1360
- },
1361
- {
1362
- "name": "parasail/parasail-qwen3-235b-a22b-instruct-2507",
1363
- "type": "chat",
1364
- "input_price_per_1m": 0.15,
1365
- "output_price_per_1m": 0.85,
1366
- "currency": "USD",
1367
- "context_window": 262144,
1368
- "size_b": 235
1369
- },
1370
- {
1371
- "name": "novita/mistralai/mistral-nemo",
1372
- "type": "chat",
1373
- "input_price_per_1m": 0.17,
1374
- "output_price_per_1m": 0.17,
1375
- "currency": "USD",
1376
- "context_window": 131072,
1377
- "capabilities": [
1378
- "tools"
1379
- ]
1380
- },
1381
- {
1382
- "name": "together/meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
1383
- "type": "chat",
1384
- "input_price_per_1m": 0.18,
1385
- "output_price_per_1m": 0.18,
1386
- "currency": "USD",
1387
- "context_window": 131072,
1388
- "size_b": 8
1389
- },
1390
- {
1391
- "name": "deepinfra/zai-org/GLM-4.5-Air",
1392
- "type": "chat",
1393
- "input_price_per_1m": 0.2,
1394
- "output_price_per_1m": 1.1,
1395
- "currency": "USD",
1396
- "context_window": 131072,
1397
- "capabilities": [
1398
- "tools",
1399
- "reasoning"
1400
- ]
1401
- },
1402
- {
1403
- "name": "deepinfra/Qwen/Qwen3-235B-A22B",
1404
- "type": "chat",
1405
- "input_price_per_1m": 0.2,
1406
- "output_price_per_1m": 0.6,
1407
- "currency": "USD",
1408
- "context_window": 40000,
1409
- "size_b": 235,
1410
- "capabilities": [
1411
- "tools",
1412
- "reasoning"
1413
- ]
1414
- },
1415
- {
1416
- "name": "novita/qwen/qwen3-235b-a22b-fp8",
1417
- "type": "chat",
1418
- "input_price_per_1m": 0.2,
1419
- "output_price_per_1m": 0.8,
1420
- "currency": "USD",
1421
- "context_window": 128000,
1422
- "size_b": 235,
1423
- "capabilities": [
1424
- "tools",
1425
- "reasoning"
1426
- ]
1427
- },
1428
- {
1429
- "name": "novita/meta-llama/llama-4-maverick-17b-128e-instruct-fp8",
1430
- "type": "vision",
1431
- "input_price_per_1m": 0.2,
1432
- "output_price_per_1m": 0.85,
1433
- "currency": "USD",
1434
- "context_window": 1048576,
1435
- "size_b": 17,
1436
- "capabilities": [
1437
- "vision",
1438
- "tools"
1439
- ]
1440
- },
1441
- {
1442
- "name": "alibaba/qwen3-30b-a3b-instruct-2507",
1443
- "type": "vision",
1444
- "input_price_per_1m": 0.2,
1445
- "output_price_per_1m": 0.8,
1446
- "currency": "USD",
1447
- "capabilities": [
1448
- "vision"
1449
- ],
1450
- "context_window": 131072,
1451
- "size_b": 30
1452
- },
1453
- {
1454
- "name": "xai/grok-code-fast-1",
1455
- "type": "vision",
1456
- "input_price_per_1m": 0.2,
1457
- "output_price_per_1m": 1.5,
1458
- "currency": "USD",
1459
- "capabilities": [
1460
- "vision"
1461
- ],
1462
- "context_window": 256000
1463
- },
1464
- {
1465
- "name": "xai/grok-4-1-fast-reasoning",
1466
- "type": "vision",
1467
- "input_price_per_1m": 0.2,
1468
- "output_price_per_1m": 0.5,
1469
- "currency": "USD",
1470
- "capabilities": [
1471
- "vision"
1472
- ],
1473
- "context_window": 2000000
1474
- },
1475
- {
1476
- "name": "xai/grok-4-fast-non-reasoning",
1477
- "type": "vision",
1478
- "input_price_per_1m": 0.2,
1479
- "output_price_per_1m": 0.5,
1480
- "currency": "USD",
1481
- "context_window": 2000000,
1482
- "capabilities": [
1483
- "vision",
1484
- "tools",
1485
- "reasoning"
1486
- ]
1487
- },
1488
- {
1489
- "name": "xai/grok-4-fast",
1490
- "type": "vision",
1491
- "input_price_per_1m": 0.2,
1492
- "output_price_per_1m": 0.5,
1493
- "currency": "USD",
1494
- "context_window": 2000000,
1495
- "capabilities": [
1496
- "vision",
1497
- "tools",
1498
- "reasoning"
1499
- ]
1500
- },
1501
- {
1502
- "name": "xai/grok-4-1-fast-non-reasoning",
1503
- "type": "vision",
1504
- "input_price_per_1m": 0.2,
1505
- "output_price_per_1m": 0.5,
1506
- "currency": "USD",
1507
- "capabilities": [
1508
- "vision"
1509
- ],
1510
- "context_window": 2000000
1511
- },
1512
- {
1513
- "name": "together/meta-llama/LlamaGuard-2-8b",
1514
- "type": "chat",
1515
- "input_price_per_1m": 0.2,
1516
- "output_price_per_1m": 0.2,
1517
- "currency": "USD",
1518
- "context_window": 8192,
1519
- "size_b": 8
1520
- },
1521
- {
1522
- "name": "deepinfra/meta-llama/Meta-Llama-3.1-70B-Instruct",
1523
- "type": "chat",
1524
- "input_price_per_1m": 0.23,
1525
- "output_price_per_1m": 0.4,
1526
- "currency": "USD",
1527
- "context_window": 130815,
1528
- "size_b": 70
1529
- },
1530
- {
1531
- "name": "deepinfra/meta-llama/Llama-3.3-70B-Instruct",
1532
- "type": "chat",
1533
- "input_price_per_1m": 0.23,
1534
- "output_price_per_1m": 0.4,
1535
- "currency": "USD",
1536
- "context_window": 131072,
1537
- "size_b": 70,
1538
- "capabilities": [
1539
- "tools"
1540
- ]
1541
- },
1542
- {
1543
- "name": "deepinfra/Qwen/Qwen2.5-72B-Instruct",
1544
- "type": "vision",
1545
- "input_price_per_1m": 0.23,
1546
- "output_price_per_1m": 0.4,
1547
- "currency": "USD",
1548
- "context_window": 131072,
1549
- "size_b": 72,
1550
- "capabilities": [
1551
- "vision"
1552
- ]
1553
- },
1554
- {
1555
- "name": "deepinfra/deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
1556
- "type": "chat",
1557
- "input_price_per_1m": 0.23,
1558
- "output_price_per_1m": 0.69,
1559
- "currency": "USD",
1560
- "context_window": 64000,
1561
- "size_b": 70,
1562
- "capabilities": [
1563
- "reasoning"
1564
- ]
1565
- },
1566
- {
1567
- "name": "azure/gpt-5-mini",
1568
- "type": "chat",
1569
- "input_price_per_1m": 0.25,
1570
- "output_price_per_1m": 2,
1571
- "currency": "USD",
1572
- "capabilities": [
1573
- "reasoning"
1574
- ],
1575
- "context_window": 200000
1576
- },
1577
- {
1578
- "name": "openai-responses/gpt-5-mini",
1579
- "type": "vision",
1580
- "input_price_per_1m": 0.25,
1581
- "output_price_per_1m": 2,
1582
- "currency": "USD",
1583
- "capabilities": [
1584
- "vision",
1585
- "reasoning"
1586
- ],
1587
- "context_window": 400000
1588
- },
1589
- {
1590
- "name": "mistral/open-mistral-7b",
1591
- "type": "chat",
1592
- "input_price_per_1m": 0.25,
1593
- "output_price_per_1m": 0.25,
1594
- "currency": "USD",
1595
- "context_window": 32768,
1596
- "size_b": 7
1597
- },
1598
- {
1599
- "name": "novita/deepseek/deepseek-v3.2",
1600
- "type": "chat",
1601
- "input_price_per_1m": 0.269,
1602
- "output_price_per_1m": 0.4,
1603
- "currency": "USD",
1604
- "capabilities": [
1605
- "reasoning"
1606
- ],
1607
- "context_window": 163840
1608
- },
1609
- {
1610
- "name": "deepseek/deepseek-chat",
1611
- "type": "chat",
1612
- "input_price_per_1m": 0.28,
1613
- "output_price_per_1m": 0.42,
1614
- "currency": "USD",
1615
- "context_window": 128000,
1616
- "capabilities": [
1617
- "tools"
1618
- ]
1619
- },
1620
- {
1621
- "name": "deepseek/deepseek-reasoner",
1622
- "type": "chat",
1623
- "input_price_per_1m": 0.28,
1624
- "output_price_per_1m": 0.42,
1625
- "currency": "USD",
1626
- "context_window": 128000
1627
- },
1628
- {
1629
- "name": "deepinfra/deepseek-ai/DeepSeek-V3.1",
1630
- "type": "chat",
1631
- "input_price_per_1m": 0.3,
1632
- "output_price_per_1m": 1,
1633
- "currency": "USD",
1634
- "context_window": 163840,
1635
- "capabilities": [
1636
- "tools",
1637
- "reasoning"
1638
- ]
1639
- },
1640
- {
1641
- "name": "minimaxi/MiniMax-M2",
1642
- "type": "chat",
1643
- "input_price_per_1m": 0.3,
1644
- "output_price_per_1m": 1.2,
1645
- "currency": "USD",
1646
- "context_window": 200000,
1647
- "capabilities": [
1648
- "tools",
1649
- "reasoning"
1650
- ]
1651
- },
1652
- {
1653
- "name": "minimaxi/MiniMax-M2.5",
1654
- "type": "vision",
1655
- "input_price_per_1m": 0.3,
1656
- "output_price_per_1m": 1.2,
1657
- "currency": "USD",
1658
- "capabilities": [
1659
- "vision",
1660
- "reasoning"
1661
- ],
1662
- "context_window": 200000
1663
- },
1664
- {
1665
- "name": "nebius/deepseek-ai/DeepSeek-V3.2",
1666
- "type": "chat",
1667
- "input_price_per_1m": 0.3,
1668
- "output_price_per_1m": 0.45,
1669
- "currency": "USD",
1670
- "capabilities": [
1671
- "reasoning"
1672
- ],
1673
- "context_window": 164000
1674
- },
1675
- {
1676
- "name": "nebius/minimax/minimax-m2.1",
1677
- "type": "chat",
1678
- "input_price_per_1m": 0.3,
1679
- "output_price_per_1m": 1.2,
1680
- "currency": "USD",
1681
- "capabilities": [
1682
- "reasoning"
1683
- ],
1684
- "context_window": 200000
1685
- },
1686
- {
1687
- "name": "novita/deepseek/deepseek-r1-distill-qwen-32b",
1688
- "type": "chat",
1689
- "input_price_per_1m": 0.3,
1690
- "output_price_per_1m": 0.3,
1691
- "currency": "USD",
1692
- "context_window": 12800,
1693
- "size_b": 32,
1694
- "capabilities": [
1695
- "reasoning"
1696
- ]
1697
- },
1698
- {
1699
- "name": "parasail/parasail-gemma3-27b-it",
1700
- "type": "chat",
1701
- "input_price_per_1m": 0.3,
1702
- "output_price_per_1m": 0.5,
1703
- "currency": "USD",
1704
- "context_window": 128000,
1705
- "size_b": 27
1706
- },
1707
- {
1708
- "name": "alibaba/qwen3-coder-flash",
1709
- "type": "vision",
1710
- "input_price_per_1m": 0.3,
1711
- "output_price_per_1m": 1.5,
1712
- "currency": "USD",
1713
- "capabilities": [
1714
- "vision"
1715
- ],
1716
- "context_window": 1048576
1717
- },
1718
- {
1719
- "name": "google/gemini-2.5-flash",
1720
- "type": "vision",
1721
- "input_price_per_1m": 0.3,
1722
- "output_price_per_1m": 2.5,
1723
- "currency": "USD",
1724
- "capabilities": [
1725
- "vision",
1726
- "reasoning"
1727
- ],
1728
- "context_window": 1048576
1729
- },
1730
- {
1731
- "name": "mistral/codestral-latest",
1732
- "type": "chat",
1733
- "input_price_per_1m": 0.3,
1734
- "output_price_per_1m": 0.9,
1735
- "currency": "USD",
1736
- "context_window": 131072
1737
- },
1738
- {
1739
- "name": "vertex/gemini-2.5-flash",
1740
- "type": "vision",
1741
- "input_price_per_1m": 0.3,
1742
- "output_price_per_1m": 2.5,
1743
- "currency": "USD",
1744
- "capabilities": [
1745
- "vision",
1746
- "reasoning"
1747
- ],
1748
- "context_window": 1048576
1749
- },
1750
- {
1751
- "name": "vertex/gemini-2.5-flash-image-preview",
1752
- "type": "vision",
1753
- "input_price_per_1m": 0.3,
1754
- "output_price_per_1m": 2.5,
1755
- "currency": "USD",
1756
- "capabilities": [
1757
- "vision",
1758
- "reasoning"
1759
- ],
1760
- "context_window": 1048576
1761
- },
1762
- {
1763
- "name": "coding/gemini-2.5-flash",
1764
- "type": "vision",
1765
- "input_price_per_1m": 0.3,
1766
- "output_price_per_1m": 2.5,
1767
- "currency": "USD",
1768
- "capabilities": [
1769
- "vision",
1770
- "reasoning"
1771
- ],
1772
- "context_window": 1048576
1773
- },
1774
- {
1775
- "name": "xai/grok-3-mini",
1776
- "type": "chat",
1777
- "input_price_per_1m": 0.3,
1778
- "output_price_per_1m": 0.5,
1779
- "currency": "USD",
1780
- "capabilities": [
1781
- "reasoning"
1782
- ],
1783
- "context_window": 131072
1784
- },
1785
- {
1786
- "name": "together/Qwen/Qwen2.5-7B-Instruct-Turbo",
1787
- "type": "chat",
1788
- "input_price_per_1m": 0.3,
1789
- "output_price_per_1m": 0.3,
1790
- "currency": "USD",
1791
- "context_window": 32768,
1792
- "size_b": 7
1793
- },
1794
- {
1795
- "name": "deepinfra/meta-llama/Llama-3.2-90B-Vision-Instruct",
1796
- "type": "chat",
1797
- "input_price_per_1m": 0.35,
1798
- "output_price_per_1m": 0.4,
1799
- "currency": "USD",
1800
- "context_window": 131072,
1801
- "size_b": 90
1802
- },
1803
- {
1804
- "name": "novita/qwen/qwen-2.5-72b-instruct",
1805
- "type": "chat",
1806
- "input_price_per_1m": 0.38,
1807
- "output_price_per_1m": 0.4,
1808
- "currency": "USD",
1809
- "context_window": 32000,
1810
- "size_b": 72,
1811
- "capabilities": [
1812
- "tools"
1813
- ]
1814
- },
1815
- {
1816
- "name": "novita/meta-llama/llama-3.3-70b-instruct",
1817
- "type": "chat",
1818
- "input_price_per_1m": 0.39,
1819
- "output_price_per_1m": 0.39,
1820
- "currency": "USD",
1821
- "context_window": 131072,
1822
- "size_b": 70,
1823
- "capabilities": [
1824
- "tools"
1825
- ]
1826
- },
1827
- {
1828
- "name": "openai/gpt-4.1-mini",
1829
- "type": "vision",
1830
- "input_price_per_1m": 0.4,
1831
- "output_price_per_1m": 1.6,
1832
- "currency": "USD",
1833
- "capabilities": [
1834
- "vision"
1835
- ],
1836
- "context_window": 1047576
1837
- },
1838
- {
1839
- "name": "deepinfra/Qwen/Qwen3-Coder-480B-A35B-Instruct",
1840
- "type": "chat",
1841
- "input_price_per_1m": 0.4,
1842
- "output_price_per_1m": 1.6,
1843
- "currency": "USD",
1844
- "context_window": 262144,
1845
- "size_b": 480,
1846
- "capabilities": [
1847
- "tools"
1848
- ]
1849
- },
1850
- {
1851
- "name": "azure/openai-responses/gpt-4.1-mini",
1852
- "type": "vision",
1853
- "input_price_per_1m": 0.4,
1854
- "output_price_per_1m": 1.6,
1855
- "currency": "USD",
1856
- "capabilities": [
1857
- "vision"
1858
- ],
1859
- "context_window": 1047576
1860
- },
1861
- {
1862
- "name": "azure/gpt-4.1-mini",
1863
- "type": "vision",
1864
- "input_price_per_1m": 0.4,
1865
- "output_price_per_1m": 1.6,
1866
- "currency": "USD",
1867
- "capabilities": [
1868
- "vision"
1869
- ],
1870
- "context_window": 1047576
1871
- },
1872
- {
1873
- "name": "openai-responses/gpt-4.1-mini",
1874
- "type": "vision",
1875
- "input_price_per_1m": 0.4,
1876
- "output_price_per_1m": 1.6,
1877
- "currency": "USD",
1878
- "capabilities": [
1879
- "vision"
1880
- ],
1881
- "context_window": 1047576
1882
- },
1883
- {
1884
- "name": "nebius/zai-org/GLM-4.7",
1885
- "type": "chat",
1886
- "input_price_per_1m": 0.4,
1887
- "output_price_per_1m": 2,
1888
- "currency": "USD",
1889
- "capabilities": [
1890
- "reasoning"
1891
- ],
1892
- "context_window": 200000
1893
- },
1894
- {
1895
- "name": "nebius/Qwen/Qwen3-Coder-480B-A35B-Instruct",
1896
- "type": "chat",
1897
- "input_price_per_1m": 0.4,
1898
- "output_price_per_1m": 1.8,
1899
- "currency": "USD",
1900
- "context_window": 262000,
1901
- "size_b": 480,
1902
- "capabilities": [
1903
- "tools"
1904
- ]
1905
- },
1906
- {
1907
- "name": "novita/deepseek/deepseek-v3-turbo",
1908
- "type": "chat",
1909
- "input_price_per_1m": 0.4,
1910
- "output_price_per_1m": 1.3,
1911
- "currency": "USD",
1912
- "context_window": 128000
1913
- },
1914
- {
1915
- "name": "novita/deepseek/deepseek-v3-0324",
1916
- "type": "chat",
1917
- "input_price_per_1m": 0.4,
1918
- "output_price_per_1m": 1.3,
1919
- "currency": "USD",
1920
- "context_window": 128000,
1921
- "capabilities": [
1922
- "tools",
1923
- "reasoning"
1924
- ]
1925
- },
1926
- {
1927
- "name": "alibaba/qwen-plus",
1928
- "type": "chat",
1929
- "input_price_per_1m": 0.4,
1930
- "output_price_per_1m": 1.2,
1931
- "currency": "USD",
1932
- "context_window": 131072,
1933
- "capabilities": [
1934
- "tools"
1935
- ]
1936
- },
1937
- {
1938
- "name": "mistral/mistral-medium-latest",
1939
- "type": "chat",
1940
- "input_price_per_1m": 0.4,
1941
- "output_price_per_1m": 2,
1942
- "currency": "USD",
1943
- "context_window": 131072
1944
- },
1945
- {
1946
- "name": "mistral/devstral-medium-2507",
1947
- "type": "chat",
1948
- "input_price_per_1m": 0.4,
1949
- "output_price_per_1m": 2,
1950
- "currency": "USD",
1951
- "context_window": 131072,
1952
- "capabilities": [
1953
- "tools"
1954
- ]
1955
- },
1956
- {
1957
- "name": "nebius/deepseek-ai/DeepSeek-V3-0324",
1958
- "type": "chat",
1959
- "input_price_per_1m": 0.5,
1960
- "output_price_per_1m": 1.5,
1961
- "currency": "USD",
1962
- "context_window": 128000,
1963
- "capabilities": [
1964
- "tools",
1965
- "reasoning"
1966
- ]
1967
- },
1968
- {
1969
- "name": "nebius/moonshotai/Kimi-K2-Instruct",
1970
- "type": "chat",
1971
- "input_price_per_1m": 0.5,
1972
- "output_price_per_1m": 2.4,
1973
- "currency": "USD",
1974
- "context_window": 131000,
1975
- "capabilities": [
1976
- "tools"
1977
- ]
1978
- },
1979
- {
1980
- "name": "nebius/moonshotai/kimi-k2.5",
1981
- "type": "vision",
1982
- "input_price_per_1m": 0.5,
1983
- "output_price_per_1m": 2.5,
1984
- "currency": "USD",
1985
- "capabilities": [
1986
- "vision",
1987
- "reasoning"
1988
- ],
1989
- "context_window": 256000
1990
- },
1991
- {
1992
- "name": "google/gemini-3.1-flash-image-preview",
1993
- "type": "vision",
1994
- "input_price_per_1m": 0.5,
1995
- "output_price_per_1m": 2,
1996
- "currency": "USD",
1997
- "capabilities": [
1998
- "vision",
1999
- "reasoning"
2000
- ],
2001
- "context_window": 131072
2002
- },
2003
- {
2004
- "name": "google/gemini-3-flash-preview",
2005
- "type": "vision",
2006
- "input_price_per_1m": 0.5,
2007
- "output_price_per_1m": 3,
2008
- "currency": "USD",
2009
- "capabilities": [
2010
- "vision",
2011
- "reasoning"
2012
- ],
2013
- "context_window": 1048576
2014
- },
2015
- {
2016
- "name": "mistral/mistral-large-latest",
2017
- "type": "chat",
2018
- "input_price_per_1m": 0.5,
2019
- "output_price_per_1m": 1.5,
2020
- "currency": "USD",
2021
- "context_window": 131072,
2022
- "capabilities": [
2023
- "tools"
2024
- ]
2025
- },
2026
- {
2027
- "name": "vertex/gemini-3.1-flash-image-preview",
2028
- "type": "vision",
2029
- "input_price_per_1m": 0.5,
2030
- "output_price_per_1m": 2,
2031
- "currency": "USD",
2032
- "capabilities": [
2033
- "vision",
2034
- "reasoning"
2035
- ],
2036
- "context_window": 131072
2037
- },
2038
- {
2039
- "name": "vertex/gemini-3-flash-preview",
2040
- "type": "vision",
2041
- "input_price_per_1m": 0.5,
2042
- "output_price_per_1m": 3,
2043
- "currency": "USD",
2044
- "capabilities": [
2045
- "vision",
2046
- "reasoning"
2047
- ],
2048
- "context_window": 1048576
2049
- },
2050
- {
2051
- "name": "novita/meta-llama/llama-3-70b-instruct",
2052
- "type": "chat",
2053
- "input_price_per_1m": 0.51,
2054
- "output_price_per_1m": 0.74,
2055
- "currency": "USD",
2056
- "context_window": 8192,
2057
- "size_b": 70,
2058
- "capabilities": [
2059
- "tools"
2060
- ]
2061
- },
2062
- {
2063
- "name": "openai/o4-mini",
2064
- "type": "chat",
2065
- "input_price_per_1m": 0.55,
2066
- "output_price_per_1m": 2.2,
2067
- "currency": "USD",
2068
- "capabilities": [
2069
- "reasoning"
2070
- ],
2071
- "context_window": 200000
2072
- },
2073
- {
2074
- "name": "novita/moonshotai/kimi-k2-instruct",
2075
- "type": "chat",
2076
- "input_price_per_1m": 0.57,
2077
- "output_price_per_1m": 2.3,
2078
- "currency": "USD",
2079
- "context_window": 131072,
2080
- "capabilities": [
2081
- "tools"
2082
- ]
2083
- },
2084
- {
2085
- "name": "deepinfra/zai-org/GLM-4.5",
2086
- "type": "chat",
2087
- "input_price_per_1m": 0.6,
2088
- "output_price_per_1m": 2.2,
2089
- "currency": "USD",
2090
- "context_window": 131072,
2091
- "capabilities": [
2092
- "tools",
2093
- "reasoning"
2094
- ]
2095
- },
2096
- {
2097
- "name": "minimaxi/MiniMax-M2.5-highspeed",
2098
- "type": "vision",
2099
- "input_price_per_1m": 0.6,
2100
- "output_price_per_1m": 2.4,
2101
- "currency": "USD",
2102
- "capabilities": [
2103
- "vision",
2104
- "reasoning"
2105
- ],
2106
- "context_window": 200000
2107
- },
2108
- {
2109
- "name": "zai/GLM-4.7",
2110
- "type": "chat",
2111
- "input_price_per_1m": 0.6,
2112
- "output_price_per_1m": 2.2,
2113
- "currency": "USD",
2114
- "capabilities": [
2115
- "reasoning"
2116
- ],
2117
- "context_window": 200000
2118
- },
2119
- {
2120
- "name": "zai/GLM-4.5",
2121
- "type": "chat",
2122
- "input_price_per_1m": 0.6,
2123
- "output_price_per_1m": 2.2,
2124
- "currency": "USD",
2125
- "capabilities": [
2126
- "reasoning"
2127
- ],
2128
- "context_window": 131072
2129
- },
2130
- {
2131
- "name": "zai/GLM-4.6",
2132
- "type": "chat",
2133
- "input_price_per_1m": 0.6,
2134
- "output_price_per_1m": 2.2,
2135
- "currency": "USD",
2136
- "capabilities": [
2137
- "reasoning"
2138
- ],
2139
- "context_window": 200000
2140
- },
2141
- {
2142
- "name": "nebius/zai-org/GLM-4.5",
2143
- "type": "chat",
2144
- "input_price_per_1m": 0.6,
2145
- "output_price_per_1m": 2.2,
2146
- "currency": "USD",
2147
- "context_window": 128000,
2148
- "capabilities": [
2149
- "tools",
2150
- "reasoning"
2151
- ]
2152
- },
2153
- {
2154
- "name": "novita/zai-org/glm-4.6",
2155
- "type": "chat",
2156
- "input_price_per_1m": 0.6,
2157
- "output_price_per_1m": 2.2,
2158
- "currency": "USD",
2159
- "context_window": 204800,
2160
- "capabilities": [
2161
- "tools",
2162
- "reasoning"
2163
- ]
2164
- },
2165
- {
2166
- "name": "novita/zai-org/glm-4.5",
2167
- "type": "chat",
2168
- "input_price_per_1m": 0.6,
2169
- "output_price_per_1m": 2.2,
2170
- "currency": "USD",
2171
- "context_window": 131072,
2172
- "capabilities": [
2173
- "tools",
2174
- "reasoning"
2175
- ]
2176
- },
2177
- {
2178
- "name": "alibaba/qwen3.5",
2179
- "type": "vision",
2180
- "input_price_per_1m": 0.6,
2181
- "output_price_per_1m": 3.6,
2182
- "currency": "USD",
2183
- "capabilities": [
2184
- "vision",
2185
- "reasoning"
2186
- ],
2187
- "context_window": 256000
2188
- },
2189
- {
2190
- "name": "moonshot/kimi-k2-0711-preview",
2191
- "type": "chat",
2192
- "input_price_per_1m": 0.6,
2193
- "output_price_per_1m": 2.5,
2194
- "currency": "USD",
2195
- "context_window": 131072,
2196
- "capabilities": [
2197
- "tools"
2198
- ]
2199
- },
2200
- {
2201
- "name": "moonshot/kimi-k2.5",
2202
- "type": "vision",
2203
- "input_price_per_1m": 0.6,
2204
- "output_price_per_1m": 3,
2205
- "currency": "USD",
2206
- "capabilities": [
2207
- "vision",
2208
- "reasoning"
2209
- ],
2210
- "context_window": 262144
2211
- },
2212
- {
2213
- "name": "moonshot/kimi-k2-thinking-turbo",
2214
- "type": "chat",
2215
- "input_price_per_1m": 0.6,
2216
- "output_price_per_1m": 2.5,
2217
- "currency": "USD",
2218
- "context_window": 131072,
2219
- "capabilities": [
2220
- "tools",
2221
- "reasoning"
2222
- ]
2223
- },
2224
- {
2225
- "name": "moonshot/kimi-k2-0905-preview",
2226
- "type": "chat",
2227
- "input_price_per_1m": 0.6,
2228
- "output_price_per_1m": 2.5,
2229
- "currency": "USD",
2230
- "context_window": 131072,
2231
- "capabilities": [
2232
- "tools"
2233
- ]
2234
- },
2235
- {
2236
- "name": "moonshot/kimi-k2-thinking",
2237
- "type": "chat",
2238
- "input_price_per_1m": 0.6,
2239
- "output_price_per_1m": 2.5,
2240
- "currency": "USD",
2241
- "context_window": 131072,
2242
- "capabilities": [
2243
- "tools"
2244
- ]
2245
- },
2246
- {
2247
- "name": "novita/microsoft/wizardlm-2-8x22b",
2248
- "type": "chat",
2249
- "input_price_per_1m": 0.62,
2250
- "output_price_per_1m": 0.62,
2251
- "currency": "USD",
2252
- "context_window": 65535,
2253
- "size_b": 22
2254
- },
2255
- {
2256
- "name": "openai/gpt-5",
2257
- "type": "vision",
2258
- "input_price_per_1m": 0.625,
2259
- "output_price_per_1m": 5,
2260
- "currency": "USD",
2261
- "capabilities": [
2262
- "vision",
2263
- "reasoning"
2264
- ],
2265
- "context_window": 400000
2266
- },
2267
- {
2268
- "name": "novita/deepseek/deepseek-prover-v2-671b",
2269
- "type": "chat",
2270
- "input_price_per_1m": 0.7,
2271
- "output_price_per_1m": 2.5,
2272
- "currency": "USD",
2273
- "context_window": 160000,
2274
- "size_b": 671
2275
- },
2276
- {
2277
- "name": "novita/deepseek/deepseek-r1-turbo",
2278
- "type": "chat",
2279
- "input_price_per_1m": 0.7,
2280
- "output_price_per_1m": 2.5,
2281
- "currency": "USD",
2282
- "context_window": 64000,
2283
- "capabilities": [
2284
- "tools",
2285
- "reasoning"
2286
- ]
2287
- },
2288
- {
2289
- "name": "parasail/parasail-qwen25-vl-72b-instruct",
2290
- "type": "vision",
2291
- "input_price_per_1m": 0.7,
2292
- "output_price_per_1m": 0.7,
2293
- "currency": "USD",
2294
- "capabilities": [
2295
- "vision"
2296
- ],
2297
- "context_window": 32768,
2298
- "size_b": 72
2299
- },
2300
- {
2301
- "name": "deepinfra/meta-llama/Meta-Llama-3.1-405B-Instruct",
2302
- "type": "chat",
2303
- "input_price_per_1m": 0.8,
2304
- "output_price_per_1m": 0.8,
2305
- "currency": "USD",
2306
- "context_window": 130815,
2307
- "size_b": 405
2308
- },
2309
- {
2310
- "name": "nebius/deepseek-ai/DeepSeek-R1-0528",
2311
- "type": "chat",
2312
- "input_price_per_1m": 0.8,
2313
- "output_price_per_1m": 2.4,
2314
- "currency": "USD",
2315
- "context_window": 164000,
2316
- "capabilities": [
2317
- "tools",
2318
- "reasoning"
2319
- ]
2320
- },
2321
- {
2322
- "name": "novita/deepseek/deepseek-r1-distill-llama-70b",
2323
- "type": "chat",
2324
- "input_price_per_1m": 0.8,
2325
- "output_price_per_1m": 0.8,
2326
- "currency": "USD",
2327
- "context_window": 32000,
2328
- "size_b": 70,
2329
- "capabilities": [
2330
- "reasoning"
2331
- ]
2332
- },
2333
- {
2334
- "name": "novita/qwen/qwen2.5-vl-72b-instruct",
2335
- "type": "vision",
2336
- "input_price_per_1m": 0.8,
2337
- "output_price_per_1m": 0.8,
2338
- "currency": "USD",
2339
- "context_window": 96000,
2340
- "size_b": 72,
2341
- "capabilities": [
2342
- "vision"
2343
- ]
2344
- },
2345
- {
2346
- "name": "deepinfra/deepseek-ai/DeepSeek-V3",
2347
- "type": "chat",
2348
- "input_price_per_1m": 0.85,
2349
- "output_price_per_1m": 0.9,
2350
- "currency": "USD",
2351
- "context_window": 128000,
2352
- "capabilities": [
2353
- "tools",
2354
- "reasoning"
2355
- ]
2356
- },
2357
- {
2358
- "name": "deepinfra/deepseek-ai/DeepSeek-R1",
2359
- "type": "chat",
2360
- "input_price_per_1m": 0.85,
2361
- "output_price_per_1m": 2.5,
2362
- "currency": "USD",
2363
- "context_window": 64000,
2364
- "capabilities": [
2365
- "tools",
2366
- "reasoning"
2367
- ]
2368
- },
2369
- {
2370
- "name": "alibaba/qwen3-max",
2371
- "type": "vision",
2372
- "input_price_per_1m": 0.861,
2373
- "output_price_per_1m": 3.441,
2374
- "currency": "USD",
2375
- "capabilities": [
2376
- "vision"
2377
- ],
2378
- "context_window": 262144
2379
- },
2380
- {
2381
- "name": "together/meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo",
2382
- "type": "chat",
2383
- "input_price_per_1m": 0.88,
2384
- "output_price_per_1m": 0.88,
2385
- "currency": "USD",
2386
- "context_window": 131072,
2387
- "size_b": 70
2388
- },
2389
- {
2390
- "name": "together/meta-llama/Llama-3.3-70B-Instruct-Turbo",
2391
- "type": "chat",
2392
- "input_price_per_1m": 0.88,
2393
- "output_price_per_1m": 0.88,
2394
- "currency": "USD",
2395
- "context_window": 131072,
2396
- "size_b": 70,
2397
- "capabilities": [
2398
- "tools"
2399
- ]
2400
- },
2401
- {
2402
- "name": "novita/deepseek/deepseek_v3",
2403
- "type": "chat",
2404
- "input_price_per_1m": 0.89,
2405
- "output_price_per_1m": 0.89,
2406
- "currency": "USD",
2407
- "context_window": 64000,
2408
- "capabilities": [
2409
- "tools",
2410
- "reasoning"
2411
- ]
2412
- },
2413
- {
2414
- "name": "parasail/parasail-kimi-k2-instruct",
2415
- "type": "chat",
2416
- "input_price_per_1m": 0.99,
2417
- "output_price_per_1m": 2.99,
2418
- "currency": "USD",
2419
- "context_window": 131072
2420
- },
2421
- {
2422
- "name": "openai/o3",
2423
- "type": "vision",
2424
- "input_price_per_1m": 1,
2425
- "output_price_per_1m": 4,
2426
- "currency": "USD",
2427
- "capabilities": [
2428
- "vision",
2429
- "reasoning"
2430
- ],
2431
- "context_window": 200000
2432
- },
2433
- {
2434
- "name": "anthropic/claude-haiku-4-5",
2435
- "type": "vision",
2436
- "input_price_per_1m": 1,
2437
- "output_price_per_1m": 5,
2438
- "currency": "USD",
2439
- "capabilities": [
2440
- "vision"
2441
- ],
2442
- "context_window": 200000
2443
- },
2444
- {
2445
- "name": "groq/moonshotai/kimi-k2-instruct",
2446
- "type": "chat",
2447
- "input_price_per_1m": 1,
2448
- "output_price_per_1m": 3,
2449
- "currency": "USD",
2450
- "context_window": 131072,
2451
- "capabilities": [
2452
- "tools"
2453
- ]
2454
- },
2455
- {
2456
- "name": "groq/moonshotai/Kimi-K2-Instruct-0905",
2457
- "type": "chat",
2458
- "input_price_per_1m": 1,
2459
- "output_price_per_1m": 3,
2460
- "currency": "USD",
2461
- "context_window": 256000,
2462
- "capabilities": [
2463
- "tools"
2464
- ]
2465
- },
2466
- {
2467
- "name": "zai/GLM-5",
2468
- "type": "vision",
2469
- "input_price_per_1m": 1,
2470
- "output_price_per_1m": 3.2,
2471
- "currency": "USD",
2472
- "capabilities": [
2473
- "vision",
2474
- "reasoning"
2475
- ],
2476
- "context_window": 200000
2477
- },
2478
- {
2479
- "name": "alibaba/qwen3-coder-plus",
2480
- "type": "vision",
2481
- "input_price_per_1m": 1,
2482
- "output_price_per_1m": 5,
2483
- "currency": "USD",
2484
- "capabilities": [
2485
- "vision"
2486
- ],
2487
- "context_window": 1048576
2488
- },
2489
- {
2490
- "name": "perplexity/sonar",
2491
- "type": "vision",
2492
- "input_price_per_1m": 1,
2493
- "output_price_per_1m": 1,
2494
- "currency": "USD",
2495
- "context_window": 131072,
2496
- "capabilities": [
2497
- "vision"
2498
- ]
2499
- },
2500
- {
2501
- "name": "vertex/claude-haiku-4-5",
2502
- "type": "vision",
2503
- "input_price_per_1m": 1,
2504
- "output_price_per_1m": 5,
2505
- "currency": "USD",
2506
- "capabilities": [
2507
- "vision"
2508
- ],
2509
- "context_window": 200000
2510
- },
2511
- {
2512
- "name": "bedrock/claude-haiku-4-5",
2513
- "type": "vision",
2514
- "input_price_per_1m": 1,
2515
- "output_price_per_1m": 5,
2516
- "currency": "USD",
2517
- "capabilities": [
2518
- "vision"
2519
- ],
2520
- "context_window": 200000
2521
- },
2522
- {
2523
- "name": "openai/o3-mini",
2524
- "type": "chat",
2525
- "input_price_per_1m": 1.1,
2526
- "output_price_per_1m": 4.4,
2527
- "currency": "USD",
2528
- "capabilities": [
2529
- "reasoning"
2530
- ],
2531
- "context_window": 200000
2532
- },
2533
- {
2534
- "name": "azure/o4-mini",
2535
- "type": "chat",
2536
- "input_price_per_1m": 1.1,
2537
- "output_price_per_1m": 4.4,
2538
- "currency": "USD",
2539
- "capabilities": [
2540
- "reasoning"
2541
- ],
2542
- "context_window": 200000
2543
- },
2544
- {
2545
- "name": "openai-responses/o4-mini",
2546
- "type": "chat",
2547
- "input_price_per_1m": 1.1,
2548
- "output_price_per_1m": 4.4,
2549
- "currency": "USD",
2550
- "capabilities": [
2551
- "reasoning"
2552
- ],
2553
- "context_window": 200000
2554
- },
2555
- {
2556
- "name": "openai-responses/o3-mini",
2557
- "type": "chat",
2558
- "input_price_per_1m": 1.1,
2559
- "output_price_per_1m": 4.4,
2560
- "currency": "USD",
2561
- "capabilities": [
2562
- "reasoning"
2563
- ],
2564
- "context_window": 200000
2565
- },
2566
- {
2567
- "name": "moonshot/kimi-k2-turbo-preview",
2568
- "type": "chat",
2569
- "input_price_per_1m": 1.2,
2570
- "output_price_per_1m": 5,
2571
- "currency": "USD",
2572
- "context_window": 131072,
2573
- "capabilities": [
2574
- "tools"
2575
- ]
2576
- },
2577
- {
2578
- "name": "together/Qwen/Qwen2.5-72B-Instruct-Turbo",
2579
- "type": "chat",
2580
- "input_price_per_1m": 1.2,
2581
- "output_price_per_1m": 1.2,
2582
- "currency": "USD",
2583
- "context_window": 32768,
2584
- "size_b": 72
2585
- },
2586
- {
2587
- "name": "openai/gpt-5.1-chat",
2588
- "type": "vision",
2589
- "input_price_per_1m": 1.25,
2590
- "output_price_per_1m": 10,
2591
- "currency": "USD",
2592
- "capabilities": [
2593
- "vision",
2594
- "reasoning"
2595
- ],
2596
- "context_window": 128000
2597
- },
2598
- {
2599
- "name": "openai/gpt-5.1",
2600
- "type": "vision",
2601
- "input_price_per_1m": 1.25,
2602
- "output_price_per_1m": 10,
2603
- "currency": "USD",
2604
- "capabilities": [
2605
- "vision",
2606
- "reasoning"
2607
- ],
2608
- "context_window": 400000
2609
- },
2610
- {
2611
- "name": "openai/gpt-5-chat",
2612
- "type": "vision",
2613
- "input_price_per_1m": 1.25,
2614
- "output_price_per_1m": 10,
2615
- "currency": "USD",
2616
- "capabilities": [
2617
- "vision",
2618
- "reasoning"
2619
- ],
2620
- "context_window": 128000
2621
- },
2622
- {
2623
- "name": "azure/gpt-5.1",
2624
- "type": "chat",
2625
- "input_price_per_1m": 1.25,
2626
- "output_price_per_1m": 10,
2627
- "currency": "USD",
2628
- "capabilities": [
2629
- "reasoning"
2630
- ],
2631
- "context_window": 200000
2632
- },
2633
- {
2634
- "name": "azure/gpt-5",
2635
- "type": "chat",
2636
- "input_price_per_1m": 1.25,
2637
- "output_price_per_1m": 10,
2638
- "currency": "USD",
2639
- "capabilities": [
2640
- "reasoning"
2641
- ],
2642
- "context_window": 200000
2643
- },
2644
- {
2645
- "name": "openai-responses/gpt-5.1-codex",
2646
- "type": "vision",
2647
- "input_price_per_1m": 1.25,
2648
- "output_price_per_1m": 10,
2649
- "currency": "USD",
2650
- "capabilities": [
2651
- "vision",
2652
- "reasoning"
2653
- ],
2654
- "context_window": 400000
2655
- },
2656
- {
2657
- "name": "openai-responses/gpt-5-codex",
2658
- "type": "vision",
2659
- "input_price_per_1m": 1.25,
2660
- "output_price_per_1m": 10,
2661
- "currency": "USD",
2662
- "capabilities": [
2663
- "vision",
2664
- "reasoning"
2665
- ],
2666
- "context_window": 400000
2667
- },
2668
- {
2669
- "name": "openai-responses/gpt-5",
2670
- "type": "vision",
2671
- "input_price_per_1m": 1.25,
2672
- "output_price_per_1m": 10,
2673
- "currency": "USD",
2674
- "capabilities": [
2675
- "vision",
2676
- "reasoning"
2677
- ],
2678
- "context_window": 400000
2679
- },
2680
- {
2681
- "name": "openai-responses/gpt-5.1",
2682
- "type": "vision",
2683
- "input_price_per_1m": 1.25,
2684
- "output_price_per_1m": 10,
2685
- "currency": "USD",
2686
- "capabilities": [
2687
- "vision",
2688
- "reasoning"
2689
- ],
2690
- "context_window": 400000
2691
- },
2692
- {
2693
- "name": "google/gemini-2.5-pro",
2694
- "type": "vision",
2695
- "input_price_per_1m": 1.25,
2696
- "output_price_per_1m": 10,
2697
- "currency": "USD",
2698
- "capabilities": [
2699
- "vision",
2700
- "reasoning"
2701
- ],
2702
- "context_window": 1048576
2703
- },
2704
- {
2705
- "name": "vertex/gemini-2.5-pro",
2706
- "type": "vision",
2707
- "input_price_per_1m": 1.25,
2708
- "output_price_per_1m": 10,
2709
- "currency": "USD",
2710
- "capabilities": [
2711
- "vision",
2712
- "reasoning"
2713
- ],
2714
- "context_window": 1048576
2715
- },
2716
- {
2717
- "name": "coding/gemini-2.5-pro",
2718
- "type": "vision",
2719
- "input_price_per_1m": 1.25,
2720
- "output_price_per_1m": 10,
2721
- "currency": "USD",
2722
- "capabilities": [
2723
- "vision",
2724
- "reasoning"
2725
- ],
2726
- "context_window": 1048576
2727
- },
2728
- {
2729
- "name": "together/deepseek-ai/DeepSeek-V3",
2730
- "type": "chat",
2731
- "input_price_per_1m": 1.25,
2732
- "output_price_per_1m": 1.25,
2733
- "currency": "USD",
2734
- "context_window": 131072,
2735
- "capabilities": [
2736
- "tools",
2737
- "reasoning"
2738
- ]
2739
- },
2740
- {
2741
- "name": "novita/sao10k/l31-70b-euryale-v2.2",
2742
- "type": "chat",
2743
- "input_price_per_1m": 1.48,
2744
- "output_price_per_1m": 1.48,
2745
- "currency": "USD",
2746
- "context_window": 16000,
2747
- "size_b": 70
2748
- },
2749
- {
2750
- "name": "novita/sao10k/l3-70b-euryale-v2.1",
2751
- "type": "chat",
2752
- "input_price_per_1m": 1.48,
2753
- "output_price_per_1m": 1.48,
2754
- "currency": "USD",
2755
- "context_window": 16000,
2756
- "size_b": 70
2757
- },
2758
- {
2759
- "name": "alibaba/qwen-max",
2760
- "type": "chat",
2761
- "input_price_per_1m": 1.6,
2762
- "output_price_per_1m": 6.4,
2763
- "currency": "USD",
2764
- "context_window": 32768,
2765
- "capabilities": [
2766
- "tools"
2767
- ]
2768
- },
2769
- {
2770
- "name": "openai/gpt-5.2",
2771
- "type": "vision",
2772
- "input_price_per_1m": 1.75,
2773
- "output_price_per_1m": 14,
2774
- "currency": "USD",
2775
- "capabilities": [
2776
- "vision",
2777
- "reasoning"
2778
- ],
2779
- "context_window": 400000
2780
- },
2781
- {
2782
- "name": "openai/gpt-5.2-chat",
2783
- "type": "vision",
2784
- "input_price_per_1m": 1.75,
2785
- "output_price_per_1m": 14,
2786
- "currency": "USD",
2787
- "capabilities": [
2788
- "vision",
2789
- "reasoning"
2790
- ],
2791
- "context_window": 128000
2792
- },
2793
- {
2794
- "name": "azure/gpt-5.2",
2795
- "type": "chat",
2796
- "input_price_per_1m": 1.75,
2797
- "output_price_per_1m": 14,
2798
- "currency": "USD",
2799
- "capabilities": [
2800
- "reasoning"
2801
- ],
2802
- "context_window": 200000
2803
- },
2804
- {
2805
- "name": "azure/openai-responses/gpt-5.2-codex",
2806
- "type": "vision",
2807
- "input_price_per_1m": 1.75,
2808
- "output_price_per_1m": 14,
2809
- "currency": "USD",
2810
- "capabilities": [
2811
- "vision",
2812
- "reasoning"
2813
- ],
2814
- "context_window": 400000
2815
- },
2816
- {
2817
- "name": "azure/gpt-5.3-codex",
2818
- "type": "vision",
2819
- "input_price_per_1m": 1.75,
2820
- "output_price_per_1m": 14,
2821
- "currency": "USD",
2822
- "capabilities": [
2823
- "vision",
2824
- "reasoning"
2825
- ],
2826
- "context_window": 400000
2827
- },
2828
- {
2829
- "name": "openai-responses/gpt-5.3-codex",
2830
- "type": "vision",
2831
- "input_price_per_1m": 1.75,
2832
- "output_price_per_1m": 14,
2833
- "currency": "USD",
2834
- "capabilities": [
2835
- "vision",
2836
- "reasoning"
2837
- ],
2838
- "context_window": 400000
2839
- },
2840
- {
2841
- "name": "openai-responses/gpt-5.2-codex",
2842
- "type": "vision",
2843
- "input_price_per_1m": 1.75,
2844
- "output_price_per_1m": 14,
2845
- "currency": "USD",
2846
- "capabilities": [
2847
- "vision",
2848
- "reasoning"
2849
- ],
2850
- "context_window": 400000
2851
- },
2852
- {
2853
- "name": "openai-responses/gpt-5.2",
2854
- "type": "vision",
2855
- "input_price_per_1m": 1.75,
2856
- "output_price_per_1m": 14,
2857
- "currency": "USD",
2858
- "capabilities": [
2859
- "vision",
2860
- "reasoning"
2861
- ],
2862
- "context_window": 400000
2863
- },
2864
- {
2865
- "name": "openai/o4-mini-deep-research",
2866
- "type": "vision",
2867
- "input_price_per_1m": 2,
2868
- "output_price_per_1m": 8,
2869
- "currency": "USD",
2870
- "capabilities": [
2871
- "vision",
2872
- "reasoning"
2873
- ],
2874
- "context_window": 100000
2875
- },
2876
- {
2877
- "name": "openai/gpt-4.1",
2878
- "type": "vision",
2879
- "input_price_per_1m": 2,
2880
- "output_price_per_1m": 8,
2881
- "currency": "USD",
2882
- "capabilities": [
2883
- "vision"
2884
- ],
2885
- "context_window": 1047576
2886
- },
2887
- {
2888
- "name": "azure/openai-responses/gpt-4.1",
2889
- "type": "vision",
2890
- "input_price_per_1m": 2,
2891
- "output_price_per_1m": 8,
2892
- "currency": "USD",
2893
- "capabilities": [
2894
- "vision"
2895
- ],
2896
- "context_window": 1047576
2897
- },
2898
- {
2899
- "name": "azure/gpt-4.1",
2900
- "type": "vision",
2901
- "input_price_per_1m": 2,
2902
- "output_price_per_1m": 8,
2903
- "currency": "USD",
2904
- "capabilities": [
2905
- "vision"
2906
- ],
2907
- "context_window": 1047576
2908
- },
2909
- {
2910
- "name": "openai-responses/gpt-4.1",
2911
- "type": "vision",
2912
- "input_price_per_1m": 2,
2913
- "output_price_per_1m": 8,
2914
- "currency": "USD",
2915
- "capabilities": [
2916
- "vision"
2917
- ],
2918
- "context_window": 1047576
2919
- },
2920
- {
2921
- "name": "nebius/deepseek-ai/DeepSeek-V3-0324-fast",
2922
- "type": "chat",
2923
- "input_price_per_1m": 2,
2924
- "output_price_per_1m": 6,
2925
- "currency": "USD",
2926
- "context_window": 128000
2927
- },
2928
- {
2929
- "name": "perplexity/sonar-reasoning-pro",
2930
- "type": "vision",
2931
- "input_price_per_1m": 2,
2932
- "output_price_per_1m": 8,
2933
- "currency": "USD",
2934
- "context_window": 131072,
2935
- "capabilities": [
2936
- "vision",
2937
- "reasoning"
2938
- ]
2939
- },
2940
- {
2941
- "name": "google/gemini-3-pro-preview",
2942
- "type": "vision",
2943
- "input_price_per_1m": 2,
2944
- "output_price_per_1m": 12,
2945
- "currency": "USD",
2946
- "capabilities": [
2947
- "vision",
2948
- "reasoning"
2949
- ],
2950
- "context_window": 1048576
2951
- },
2952
- {
2953
- "name": "google/gemini-3.1-pro-preview",
2954
- "type": "vision",
2955
- "input_price_per_1m": 2,
2956
- "output_price_per_1m": 12,
2957
- "currency": "USD",
2958
- "capabilities": [
2959
- "vision",
2960
- "reasoning"
2961
- ],
2962
- "context_window": 1048576
2963
- },
2964
- {
2965
- "name": "mistral/pixtral-large-latest",
2966
- "type": "chat",
2967
- "input_price_per_1m": 2,
2968
- "output_price_per_1m": 5,
2969
- "currency": "USD",
2970
- "context_window": 131072
2971
- },
2972
- {
2973
- "name": "vertex/gemini-3-pro-preview",
2974
- "type": "vision",
2975
- "input_price_per_1m": 2,
2976
- "output_price_per_1m": 12,
2977
- "currency": "USD",
2978
- "capabilities": [
2979
- "vision",
2980
- "reasoning"
2981
- ],
2982
- "context_window": 1048576
2983
- },
2984
- {
2985
- "name": "vertex/gemini-3.1-pro-preview",
2986
- "type": "vision",
2987
- "input_price_per_1m": 2,
2988
- "output_price_per_1m": 12,
2989
- "currency": "USD",
2990
- "capabilities": [
2991
- "vision",
2992
- "reasoning"
2993
- ],
2994
- "context_window": 1048576
2995
- },
2996
- {
2997
- "name": "vertex/gemini-3-pro-image-preview",
2998
- "type": "vision",
2999
- "input_price_per_1m": 2,
3000
- "output_price_per_1m": 12,
3001
- "currency": "USD",
3002
- "capabilities": [
3003
- "vision",
3004
- "reasoning"
3005
- ],
3006
- "context_window": 1048576
3007
- },
3008
- {
3009
- "name": "xai/grok-2-1212",
3010
- "type": "chat",
3011
- "input_price_per_1m": 2,
3012
- "output_price_per_1m": 10,
3013
- "currency": "USD",
3014
- "context_window": 131072
3015
- },
3016
- {
3017
- "name": "openai/gpt-4o-2024-11-20",
3018
- "type": "vision",
3019
- "input_price_per_1m": 2.5,
3020
- "output_price_per_1m": 10,
3021
- "currency": "USD",
3022
- "capabilities": [
3023
- "vision"
3024
- ],
3025
- "context_window": 128000
3026
- },
3027
- {
3028
- "name": "openai/gpt-4o-2024-08-06",
3029
- "type": "vision",
3030
- "input_price_per_1m": 2.5,
3031
- "output_price_per_1m": 10,
3032
- "currency": "USD",
3033
- "capabilities": [
3034
- "vision"
3035
- ],
3036
- "context_window": 128000
3037
- },
3038
- {
3039
- "name": "openai/gpt-4o-2024-05-13",
3040
- "type": "vision",
3041
- "input_price_per_1m": 2.5,
3042
- "output_price_per_1m": 10,
3043
- "currency": "USD",
3044
- "capabilities": [
3045
- "vision"
3046
- ],
3047
- "context_window": 128000
3048
- },
3049
- {
3050
- "name": "openai/gpt-4o",
3051
- "type": "vision",
3052
- "input_price_per_1m": 2.5,
3053
- "output_price_per_1m": 10,
3054
- "currency": "USD",
3055
- "capabilities": [
3056
- "vision"
3057
- ],
3058
- "context_window": 128000
3059
- },
3060
- {
3061
- "name": "anthropic/claude-sonnet-4-6",
3062
- "type": "vision",
3063
- "input_price_per_1m": 3,
3064
- "output_price_per_1m": 15,
3065
- "currency": "USD",
3066
- "capabilities": [
3067
- "vision",
3068
- "reasoning"
3069
- ],
3070
- "context_window": 1000000
3071
- },
3072
- {
3073
- "name": "anthropic/claude-sonnet-4",
3074
- "type": "vision",
3075
- "input_price_per_1m": 3,
3076
- "output_price_per_1m": 15,
3077
- "currency": "USD",
3078
- "capabilities": [
3079
- "vision",
3080
- "reasoning"
3081
- ],
3082
- "context_window": 1000000
3083
- },
3084
- {
3085
- "name": "anthropic/claude-sonnet-4-5",
3086
- "type": "vision",
3087
- "input_price_per_1m": 3,
3088
- "output_price_per_1m": 15,
3089
- "currency": "USD",
3090
- "capabilities": [
3091
- "vision",
3092
- "reasoning"
3093
- ],
3094
- "context_window": 1000000
3095
- },
3096
- {
3097
- "name": "perplexity/sonar-pro",
3098
- "type": "vision",
3099
- "input_price_per_1m": 3,
3100
- "output_price_per_1m": 15,
3101
- "currency": "USD",
3102
- "context_window": 204800,
3103
- "capabilities": [
3104
- "vision"
3105
- ]
3106
- },
3107
- {
3108
- "name": "vertex/claude-sonnet-4-5",
3109
- "type": "vision",
3110
- "input_price_per_1m": 3,
3111
- "output_price_per_1m": 15,
3112
- "currency": "USD",
3113
- "capabilities": [
3114
- "vision",
3115
- "reasoning"
3116
- ],
3117
- "context_window": 200000
3118
- },
3119
- {
3120
- "name": "vertex/claude-sonnet-4",
3121
- "type": "vision",
3122
- "input_price_per_1m": 3,
3123
- "output_price_per_1m": 15,
3124
- "currency": "USD",
3125
- "capabilities": [
3126
- "vision",
3127
- "reasoning"
3128
- ],
3129
- "context_window": 200000
3130
- },
3131
- {
3132
- "name": "vertex/claude-3-7-sonnet",
3133
- "type": "vision",
3134
- "input_price_per_1m": 3,
3135
- "output_price_per_1m": 15,
3136
- "currency": "USD",
3137
- "capabilities": [
3138
- "vision",
3139
- "reasoning"
3140
- ],
3141
- "context_window": 200000
3142
- },
3143
- {
3144
- "name": "vertex/claude-3-5-sonnet",
3145
- "type": "vision",
3146
- "input_price_per_1m": 3,
3147
- "output_price_per_1m": 15,
3148
- "currency": "USD",
3149
- "capabilities": [
3150
- "vision"
3151
- ],
3152
- "context_window": 200000
3153
- },
3154
- {
3155
- "name": "coding/claude-3-7-sonnet-20250219",
3156
- "type": "vision",
3157
- "input_price_per_1m": 3,
3158
- "output_price_per_1m": 15,
3159
- "currency": "USD",
3160
- "capabilities": [
3161
- "vision",
3162
- "reasoning"
3163
- ],
3164
- "context_window": 200000
3165
- },
3166
- {
3167
- "name": "coding/claude-sonnet-4-20250514",
3168
- "type": "vision",
3169
- "input_price_per_1m": 3,
3170
- "output_price_per_1m": 15,
3171
- "currency": "USD",
3172
- "capabilities": [
3173
- "vision",
3174
- "reasoning"
3175
- ],
3176
- "context_window": 200000
3177
- },
3178
- {
3179
- "name": "xai/grok-4",
3180
- "type": "vision",
3181
- "input_price_per_1m": 3,
3182
- "output_price_per_1m": 15,
3183
- "currency": "USD",
3184
- "capabilities": [
3185
- "vision"
3186
- ],
3187
- "context_window": 256000
3188
- },
3189
- {
3190
- "name": "together/deepseek-ai/DeepSeek-R1",
3191
- "type": "chat",
3192
- "input_price_per_1m": 3,
3193
- "output_price_per_1m": 7,
3194
- "currency": "USD",
3195
- "context_window": 64000,
3196
- "capabilities": [
3197
- "tools",
3198
- "reasoning"
3199
- ]
3200
- },
3201
- {
3202
- "name": "bedrock/claude-sonnet-4",
3203
- "type": "vision",
3204
- "input_price_per_1m": 3,
3205
- "output_price_per_1m": 15,
3206
- "currency": "USD",
3207
- "capabilities": [
3208
- "vision",
3209
- "reasoning"
3210
- ],
3211
- "context_window": 200000
3212
- },
3213
- {
3214
- "name": "bedrock/claude-3-7-sonnet",
3215
- "type": "vision",
3216
- "input_price_per_1m": 3,
3217
- "output_price_per_1m": 15,
3218
- "currency": "USD",
3219
- "capabilities": [
3220
- "vision",
3221
- "reasoning"
3222
- ],
3223
- "context_window": 200000
3224
- },
3225
- {
3226
- "name": "bedrock/claude-sonnet-4-5",
3227
- "type": "vision",
3228
- "input_price_per_1m": 3,
3229
- "output_price_per_1m": 15,
3230
- "currency": "USD",
3231
- "capabilities": [
3232
- "vision",
3233
- "reasoning"
3234
- ],
3235
- "context_window": 200000
3236
- },
3237
- {
3238
- "name": "bedrock/claude-sonnet-4-6",
3239
- "type": "vision",
3240
- "input_price_per_1m": 3,
3241
- "output_price_per_1m": 15,
3242
- "currency": "USD",
3243
- "capabilities": [
3244
- "vision",
3245
- "reasoning"
3246
- ],
3247
- "context_window": 1000000
3248
- },
3249
- {
3250
- "name": "novita/deepseek/deepseek-r1",
3251
- "type": "chat",
3252
- "input_price_per_1m": 4,
3253
- "output_price_per_1m": 4,
3254
- "currency": "USD",
3255
- "context_window": 64000,
3256
- "capabilities": [
3257
- "tools",
3258
- "reasoning"
3259
- ]
3260
- },
3261
- {
3262
- "name": "openai/chatgpt-4o",
3263
- "type": "vision",
3264
- "input_price_per_1m": 5,
3265
- "output_price_per_1m": 15,
3266
- "currency": "USD",
3267
- "capabilities": [
3268
- "vision"
3269
- ],
3270
- "context_window": 128000
3271
- },
3272
- {
3273
- "name": "anthropic/claude-opus-4-5",
3274
- "type": "vision",
3275
- "input_price_per_1m": 5,
3276
- "output_price_per_1m": 25,
3277
- "currency": "USD",
3278
- "capabilities": [
3279
- "vision",
3280
- "reasoning"
3281
- ],
3282
- "context_window": 200000
3283
- },
3284
- {
3285
- "name": "anthropic/claude-opus-4-6",
3286
- "type": "vision",
3287
- "input_price_per_1m": 5,
3288
- "output_price_per_1m": 25,
3289
- "currency": "USD",
3290
- "capabilities": [
3291
- "vision",
3292
- "reasoning"
3293
- ],
3294
- "context_window": 1000000
3295
- },
3296
- {
3297
- "name": "vertex/claude-opus-4-5",
3298
- "type": "vision",
3299
- "input_price_per_1m": 5,
3300
- "output_price_per_1m": 25,
3301
- "currency": "USD",
3302
- "capabilities": [
3303
- "vision",
3304
- "reasoning"
3305
- ],
3306
- "context_window": 200000
3307
- },
3308
- {
3309
- "name": "vertex/claude-opus-4-6",
3310
- "type": "vision",
3311
- "input_price_per_1m": 5,
3312
- "output_price_per_1m": 25,
3313
- "currency": "USD",
3314
- "capabilities": [
3315
- "vision",
3316
- "reasoning"
3317
- ],
3318
- "context_window": 1000000
3319
- },
3320
- {
3321
- "name": "xai/grok-3",
3322
- "type": "chat",
3323
- "input_price_per_1m": 5,
3324
- "output_price_per_1m": 25,
3325
- "currency": "USD",
3326
- "context_window": 131072,
3327
- "capabilities": [
3328
- "tools"
3329
- ]
3330
- },
3331
- {
3332
- "name": "bedrock/claude-opus-4-5",
3333
- "type": "vision",
3334
- "input_price_per_1m": 5,
3335
- "output_price_per_1m": 25,
3336
- "currency": "USD",
3337
- "capabilities": [
3338
- "vision",
3339
- "reasoning"
3340
- ],
3341
- "context_window": 200000
3342
- },
3343
- {
3344
- "name": "bedrock/claude-opus-4-6",
3345
- "type": "vision",
3346
- "input_price_per_1m": 5,
3347
- "output_price_per_1m": 25,
3348
- "currency": "USD",
3349
- "capabilities": [
3350
- "vision",
3351
- "reasoning"
3352
- ],
3353
- "context_window": 1000000
3354
- },
3355
- {
3356
- "name": "openai/o3-deep-research",
3357
- "type": "vision",
3358
- "input_price_per_1m": 10,
3359
- "output_price_per_1m": 40,
3360
- "currency": "USD",
3361
- "capabilities": [
3362
- "vision",
3363
- "reasoning"
3364
- ],
3365
- "context_window": 100000
3366
- },
3367
- {
3368
- "name": "openai/o1",
3369
- "type": "vision",
3370
- "input_price_per_1m": 15,
3371
- "output_price_per_1m": 60,
3372
- "currency": "USD",
3373
- "capabilities": [
3374
- "vision",
3375
- "reasoning"
3376
- ],
3377
- "context_window": 200000
3378
- },
3379
- {
3380
- "name": "anthropic/claude-opus-4",
3381
- "type": "vision",
3382
- "input_price_per_1m": 15,
3383
- "output_price_per_1m": 75,
3384
- "currency": "USD",
3385
- "capabilities": [
3386
- "vision",
3387
- "reasoning"
3388
- ],
3389
- "context_window": 200000
3390
- },
3391
- {
3392
- "name": "anthropic/claude-opus-4-1",
3393
- "type": "vision",
3394
- "input_price_per_1m": 15,
3395
- "output_price_per_1m": 75,
3396
- "currency": "USD",
3397
- "capabilities": [
3398
- "vision",
3399
- "reasoning"
3400
- ],
3401
- "context_window": 200000
3402
- },
3403
- {
3404
- "name": "openai-responses/gpt-5-pro",
3405
- "type": "vision",
3406
- "input_price_per_1m": 15,
3407
- "output_price_per_1m": 120,
3408
- "currency": "USD",
3409
- "capabilities": [
3410
- "vision",
3411
- "reasoning"
3412
- ],
3413
- "context_window": 400000
3414
- },
3415
- {
3416
- "name": "vertex/claude-opus-4",
3417
- "type": "vision",
3418
- "input_price_per_1m": 15,
3419
- "output_price_per_1m": 75,
3420
- "currency": "USD",
3421
- "capabilities": [
3422
- "vision",
3423
- "reasoning"
3424
- ],
3425
- "context_window": 200000
3426
- },
3427
- {
3428
- "name": "vertex/claude-opus-4-1",
3429
- "type": "vision",
3430
- "input_price_per_1m": 15,
3431
- "output_price_per_1m": 75,
3432
- "currency": "USD",
3433
- "capabilities": [
3434
- "vision",
3435
- "reasoning"
3436
- ],
3437
- "context_window": 200000
3438
- },
3439
- {
3440
- "name": "coding/claude-opus-4-20250514",
3441
- "type": "vision",
3442
- "input_price_per_1m": 15,
3443
- "output_price_per_1m": 75,
3444
- "currency": "USD",
3445
- "capabilities": [
3446
- "vision",
3447
- "reasoning"
3448
- ],
3449
- "context_window": 200000
3450
- },
3451
- {
3452
- "name": "bedrock/claude-opus-4",
3453
- "type": "vision",
3454
- "input_price_per_1m": 15,
3455
- "output_price_per_1m": 75,
3456
- "currency": "USD",
3457
- "capabilities": [
3458
- "vision",
3459
- "reasoning"
3460
- ],
3461
- "context_window": 200000
3462
- },
3463
- {
3464
- "name": "openai-responses/o3-pro",
3465
- "type": "vision",
3466
- "input_price_per_1m": 20,
3467
- "output_price_per_1m": 80,
3468
- "currency": "USD",
3469
- "capabilities": [
3470
- "vision",
3471
- "reasoning"
3472
- ],
3473
- "context_window": 200000
3474
- },
3475
- {
3476
- "name": "openai/o1-pro",
3477
- "type": "vision",
3478
- "input_price_per_1m": 150,
3479
- "output_price_per_1m": 600,
3480
- "currency": "USD",
3481
- "capabilities": [
3482
- "vision",
3483
- "reasoning"
3484
- ],
3485
- "context_window": 200000
3486
- }
3487
- ],
3488
  "lastUpdated": "2026-03-02T04:53:24.807Z"
3489
  },
3490
  {
@@ -4522,14 +2019,6 @@
4522
  "currency": "USD",
4523
  "size_b": 8
4524
  },
4525
- {
4526
- "name": "meta-llama/llama-3.2-3b-instruct",
4527
- "type": "chat",
4528
- "input_price_per_1m": 0.02,
4529
- "output_price_per_1m": 0.02,
4530
- "currency": "USD",
4531
- "size_b": 3
4532
- },
4533
  {
4534
  "name": "meta-llama/llama-3.1-8b-instruct",
4535
  "type": "chat",
@@ -4713,17 +2202,6 @@
4713
  "currency": "USD",
4714
  "size_b": 8
4715
  },
4716
- {
4717
- "name": "arcee-ai/trinity-mini",
4718
- "type": "chat",
4719
- "input_price_per_1m": 0.045,
4720
- "output_price_per_1m": 0.15,
4721
- "currency": "USD",
4722
- "capabilities": [
4723
- "tools",
4724
- "reasoning"
4725
- ]
4726
- },
4727
  {
4728
  "name": "meta-llama/llama-3.2-11b-vision-instruct",
4729
  "type": "vision",
@@ -4813,6 +2291,14 @@
4813
  ],
4814
  "size_b": 30
4815
  },
 
 
 
 
 
 
 
 
4816
  {
4817
  "name": "z-ai/glm-4.7-flash",
4818
  "type": "chat",
@@ -5379,12 +2865,37 @@
5379
  "currency": "USD",
5380
  "size_b": 8
5381
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5382
  {
5383
  "name": "essentialai/rnj-1-instruct",
5384
  "type": "chat",
5385
  "input_price_per_1m": 0.15,
5386
  "output_price_per_1m": 0.15,
5387
- "currency": "USD"
 
 
 
5388
  },
5389
  {
5390
  "name": "mistralai/ministral-8b-2512",
@@ -5807,7 +3318,7 @@
5807
  "name": "qwen/qwen3.5-35b-a3b",
5808
  "type": "vision",
5809
  "input_price_per_1m": 0.25,
5810
- "output_price_per_1m": 2,
5811
  "currency": "USD",
5812
  "capabilities": [
5813
  "vision",
@@ -6637,6 +4148,17 @@
6637
  "reasoning"
6638
  ]
6639
  },
 
 
 
 
 
 
 
 
 
 
 
6640
  {
6641
  "name": "morph/morph-v3-fast",
6642
  "type": "chat",
@@ -6743,17 +4265,6 @@
6743
  "output_price_per_1m": 3.3,
6744
  "currency": "USD"
6745
  },
6746
- {
6747
- "name": "z-ai/glm-5",
6748
- "type": "chat",
6749
- "input_price_per_1m": 0.95,
6750
- "output_price_per_1m": 2.55,
6751
- "currency": "USD",
6752
- "capabilities": [
6753
- "tools",
6754
- "reasoning"
6755
- ]
6756
- },
6757
  {
6758
  "name": "relace/relace-search",
6759
  "type": "chat",
@@ -7867,17 +5378,6 @@
7867
  "tools"
7868
  ]
7869
  },
7870
- {
7871
- "name": "upstage/solar-pro-3:free",
7872
- "type": "chat",
7873
- "input_price_per_1m": 0,
7874
- "output_price_per_1m": 0,
7875
- "currency": "USD",
7876
- "capabilities": [
7877
- "tools",
7878
- "reasoning"
7879
- ]
7880
- },
7881
  {
7882
  "name": "liquid/lfm-2.5-1.2b-thinking:free",
7883
  "type": "chat",
 
981
  "region": "Global",
982
  "gdpr_compliant": true,
983
  "eu_endpoints": true,
984
+ "models": [],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
985
  "lastUpdated": "2026-03-02T04:53:24.807Z"
986
  },
987
  {
 
2019
  "currency": "USD",
2020
  "size_b": 8
2021
  },
 
 
 
 
 
 
 
 
2022
  {
2023
  "name": "meta-llama/llama-3.1-8b-instruct",
2024
  "type": "chat",
 
2202
  "currency": "USD",
2203
  "size_b": 8
2204
  },
 
 
 
 
 
 
 
 
 
 
 
2205
  {
2206
  "name": "meta-llama/llama-3.2-11b-vision-instruct",
2207
  "type": "vision",
 
2291
  ],
2292
  "size_b": 30
2293
  },
2294
+ {
2295
+ "name": "meta-llama/llama-3.2-3b-instruct",
2296
+ "type": "chat",
2297
+ "input_price_per_1m": 0.051,
2298
+ "output_price_per_1m": 0.34,
2299
+ "currency": "USD",
2300
+ "size_b": 3
2301
+ },
2302
  {
2303
  "name": "z-ai/glm-4.7-flash",
2304
  "type": "chat",
 
2865
  "currency": "USD",
2866
  "size_b": 8
2867
  },
2868
+ {
2869
+ "name": "upstage/solar-pro-3",
2870
+ "type": "chat",
2871
+ "input_price_per_1m": 0.15,
2872
+ "output_price_per_1m": 0.6,
2873
+ "currency": "USD",
2874
+ "capabilities": [
2875
+ "tools",
2876
+ "reasoning"
2877
+ ]
2878
+ },
2879
+ {
2880
+ "name": "allenai/olmo-3.1-32b-think",
2881
+ "type": "chat",
2882
+ "input_price_per_1m": 0.15,
2883
+ "output_price_per_1m": 0.5,
2884
+ "currency": "USD",
2885
+ "capabilities": [
2886
+ "reasoning"
2887
+ ],
2888
+ "size_b": 32
2889
+ },
2890
  {
2891
  "name": "essentialai/rnj-1-instruct",
2892
  "type": "chat",
2893
  "input_price_per_1m": 0.15,
2894
  "output_price_per_1m": 0.15,
2895
+ "currency": "USD",
2896
+ "capabilities": [
2897
+ "tools"
2898
+ ]
2899
  },
2900
  {
2901
  "name": "mistralai/ministral-8b-2512",
 
3318
  "name": "qwen/qwen3.5-35b-a3b",
3319
  "type": "vision",
3320
  "input_price_per_1m": 0.25,
3321
+ "output_price_per_1m": 1,
3322
  "currency": "USD",
3323
  "capabilities": [
3324
  "vision",
 
4148
  "reasoning"
4149
  ]
4150
  },
4151
+ {
4152
+ "name": "z-ai/glm-5",
4153
+ "type": "chat",
4154
+ "input_price_per_1m": 0.8,
4155
+ "output_price_per_1m": 2.56,
4156
+ "currency": "USD",
4157
+ "capabilities": [
4158
+ "tools",
4159
+ "reasoning"
4160
+ ]
4161
+ },
4162
  {
4163
  "name": "morph/morph-v3-fast",
4164
  "type": "chat",
 
4265
  "output_price_per_1m": 3.3,
4266
  "currency": "USD"
4267
  },
 
 
 
 
 
 
 
 
 
 
 
4268
  {
4269
  "name": "relace/relace-search",
4270
  "type": "chat",
 
5378
  "tools"
5379
  ]
5380
  },
 
 
 
 
 
 
 
 
 
 
 
5381
  {
5382
  "name": "liquid/lfm-2.5-1.2b-thinking:free",
5383
  "type": "chat",