Presidentlin commited on
Commit
083fff9
·
1 Parent(s): 3353a64
Files changed (1) hide show
  1. src/lib/data.ts +139 -21
src/lib/data.ts CHANGED
@@ -1335,32 +1335,150 @@ export const mockData: Provider[] = [
1335
  provider: "Novita AI",
1336
  uri: "https://novita.ai/model-api/pricing",
1337
  models: [
1338
- { name: "Llama 3 8B Instruct", inputPrice: 0.06, outputPrice: 0.06 },
1339
- { name: "Llama 3 70B Instruct", inputPrice: 0.55, outputPrice: 0.76 },
1340
- { name: "Llama 3.1 8B Instruct", inputPrice: 0.1, outputPrice: 0.1 },
1341
- { name: "Llama 3.1 70B Instruct", inputPrice: 0.55, outputPrice: 0.76 },
1342
- { name: "Llama 3.1 405B Instruct", inputPrice: 3.0, outputPrice: 5.0 },
1343
- { name: "Gemma 2 9B IT", inputPrice: 0.08, outputPrice: 0.08 },
1344
- { name: "Airoboros L2 70B", inputPrice: 0.5, outputPrice: 0.5 },
1345
- { name: "Hermes 2 Pro Llama 3 8B", inputPrice: 0.14, outputPrice: 0.14 },
1346
- { name: "Mistral 7B Instruct", inputPrice: 0.07, outputPrice: 0.07 },
1347
- { name: "Dolphin Mixtral 8x22B", inputPrice: 0.9, outputPrice: 0.9 },
1348
- { name: "L3 70B Euryale v2.1", inputPrice: 1.48, outputPrice: 1.48 },
1349
- { name: "Midnight Rose 70B", inputPrice: 0.8, outputPrice: 0.8 },
1350
- { name: "Mythomax L2 13B", inputPrice: 0.12, outputPrice: 0.12 },
1351
- { name: "Nous Hermes Llama2 13B", inputPrice: 0.17, outputPrice: 0.17 },
1352
- {
1353
- name: "Nous Hermes 2 Mixtral 8x7B DPO",
1354
- inputPrice: 0.27,
1355
- outputPrice: 0.27,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1356
  },
1357
- { name: "LZLV 70B", inputPrice: 0.58, outputPrice: 0.78 },
1358
  {
1359
- name: "OpenHermes 2.5 Mistral 7B",
 
 
 
 
 
 
 
 
 
 
 
1360
  inputPrice: 0.17,
1361
  outputPrice: 0.17,
1362
  },
1363
- { name: "WizardLM 2 8x22B", inputPrice: 0.64, outputPrice: 0.64 },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1364
  ],
1365
  },
1366
  {
 
1335
  provider: "Novita AI",
1336
  uri: "https://novita.ai/model-api/pricing",
1337
  models: [
1338
+ { name: "deepseek/deepseek-v3-0324", inputPrice: 0.4, outputPrice: 1.3 },
1339
+ { name: "deepseek/deepseek-r1-turbo", inputPrice: 0.7, outputPrice: 2.5 },
1340
+ { name: "deepseek/deepseek-v3-turbo", inputPrice: 0.4, outputPrice: 1.3 },
1341
+ { name: "qwen/qwq-32b", inputPrice: 0.18, outputPrice: 0.2 },
1342
+ {
1343
+ name: "meta-llama/llama-3.1-8b-instruct",
1344
+ inputPrice: 0.05,
1345
+ outputPrice: 0.05,
1346
+ },
1347
+ { name: "deepseek/deepseek-r1", inputPrice: 4.0, outputPrice: 4.0 },
1348
+ { name: "deepseek/deepseek_v3", inputPrice: 0.89, outputPrice: 0.89 },
1349
+ {
1350
+ name: "meta-llama/llama-3.1-70b-instruct",
1351
+ inputPrice: 0.34,
1352
+ outputPrice: 0.39,
1353
+ },
1354
+ {
1355
+ name: "meta-llama/llama-3.3-70b-instruct",
1356
+ inputPrice: 0.39,
1357
+ outputPrice: 0.39,
1358
+ },
1359
+ { name: "mistralai/mistral-nemo", inputPrice: 0.17, outputPrice: 0.17 },
1360
+ {
1361
+ name: "deepseek/deepseek-r1-distill-qwen-14b",
1362
+ inputPrice: 0.15,
1363
+ outputPrice: 0.15,
1364
+ },
1365
+ {
1366
+ name: "deepseek/deepseek-r1-distill-qwen-32b",
1367
+ inputPrice: 0.3,
1368
+ outputPrice: 0.3,
1369
+ },
1370
+ {
1371
+ name: "deepseek/deepseek-r1-distill-llama-70b",
1372
+ inputPrice: 0.8,
1373
+ outputPrice: 0.8,
1374
+ },
1375
+ { name: "Sao10K/L3-8B-Stheno-v3.2", inputPrice: 0.05, outputPrice: 0.05 },
1376
+ { name: "gryphe/mythomax-l2-13b", inputPrice: 0.09, outputPrice: 0.09 },
1377
+ {
1378
+ name: "deepseek/deepseek-r1-distill-llama-8b",
1379
+ inputPrice: 0.04,
1380
+ outputPrice: 0.04,
1381
+ },
1382
+ {
1383
+ name: "qwen/qwen-2.5-72b-instruct",
1384
+ inputPrice: 0.38,
1385
+ outputPrice: 0.4,
1386
+ },
1387
+ {
1388
+ name: "meta-llama/llama-3-8b-instruct",
1389
+ inputPrice: 0.04,
1390
+ outputPrice: 0.04,
1391
+ },
1392
+ {
1393
+ name: "microsoft/wizardlm-2-8x22b",
1394
+ inputPrice: 0.62,
1395
+ outputPrice: 0.62,
1396
+ },
1397
+ { name: "google/gemma-2-9b-it", inputPrice: 0.08, outputPrice: 0.08 },
1398
+ {
1399
+ name: "mistralai/mistral-7b-instruct",
1400
+ inputPrice: 0.059,
1401
+ outputPrice: 0.059,
1402
+ },
1403
+ {
1404
+ name: "meta-llama/llama-3-70b-instruct",
1405
+ inputPrice: 0.51,
1406
+ outputPrice: 0.74,
1407
+ },
1408
+ { name: "openchat/openchat-7b", inputPrice: 0.06, outputPrice: 0.06 },
1409
+ {
1410
+ name: "nousresearch/hermes-2-pro-llama-3-8b",
1411
+ inputPrice: 0.14,
1412
+ outputPrice: 0.14,
1413
  },
 
1414
  {
1415
+ name: "sao10k/l3-70b-euryale-v2.1",
1416
+ inputPrice: 1.48,
1417
+ outputPrice: 1.48,
1418
+ },
1419
+ {
1420
+ name: "cognitivecomputations/dolphin-mixtral-8x22b",
1421
+ inputPrice: 0.9,
1422
+ outputPrice: 0.9,
1423
+ },
1424
+ { name: "jondurbin/airoboros-l2-70b", inputPrice: 0.5, outputPrice: 0.5 },
1425
+ {
1426
+ name: "nousresearch/nous-hermes-llama2-13b",
1427
  inputPrice: 0.17,
1428
  outputPrice: 0.17,
1429
  },
1430
+ {
1431
+ name: "teknium/openhermes-2.5-mistral-7b",
1432
+ inputPrice: 0.17,
1433
+ outputPrice: 0.17,
1434
+ },
1435
+ {
1436
+ name: "sophosympatheia/midnight-rose-70b",
1437
+ inputPrice: 0.8,
1438
+ outputPrice: 0.8,
1439
+ },
1440
+ { name: "sao10k/l3-8b-lunaris", inputPrice: 0.05, outputPrice: 0.05 },
1441
+ { name: "google/gemma-3-27b-it", inputPrice: 0.2, outputPrice: 0.2 },
1442
+ {
1443
+ name: "qwen/qwen2.5-vl-72b-instruct",
1444
+ inputPrice: 0.8,
1445
+ outputPrice: 0.8,
1446
+ },
1447
+ {
1448
+ name: "qwen/qwen-2-vl-72b-instruct",
1449
+ inputPrice: 0.45,
1450
+ outputPrice: 0.45,
1451
+ },
1452
+ {
1453
+ name: "meta-llama/llama-3.2-1b-instruct",
1454
+ inputPrice: 0.02,
1455
+ outputPrice: 0.02,
1456
+ },
1457
+ {
1458
+ name: "meta-llama/llama-3.2-11b-vision-instruct",
1459
+ inputPrice: 0.06,
1460
+ outputPrice: 0.06,
1461
+ },
1462
+ {
1463
+ name: "meta-llama/llama-3.2-3b-instruct",
1464
+ inputPrice: 0.03,
1465
+ outputPrice: 0.05,
1466
+ },
1467
+ {
1468
+ name: "meta-llama/llama-3.1-8b-instruct-bf16",
1469
+ inputPrice: 0.06,
1470
+ outputPrice: 0.06,
1471
+ },
1472
+ {
1473
+ name: "sao10k/l31-70b-euryale-v2.2",
1474
+ inputPrice: 1.48,
1475
+ outputPrice: 1.48,
1476
+ },
1477
+ {
1478
+ name: "qwen/qwen-2-7b-instruct",
1479
+ inputPrice: 0.054,
1480
+ outputPrice: 0.054,
1481
+ },
1482
  ],
1483
  },
1484
  {