Presidentlin commited on
Commit
d3a793f
·
1 Parent(s): 23dc7b0
Files changed (1) hide show
  1. src/lib/data.ts +340 -25
src/lib/data.ts CHANGED
@@ -241,55 +241,370 @@ export const mockData: Provider[] = [
241
  provider: "Together.AI",
242
  uri: "https://www.together.ai/pricing",
243
  models: [
244
- { name: "Llama 3.1 8B Instruct Lite", inputPrice: 0.1, outputPrice: 0.1 },
245
  {
246
- name: "Llama 3.1 8B Instruct Turbo",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
247
  inputPrice: 0.18,
248
  outputPrice: 0.18,
249
  },
250
- { name: "Llama 3.1 8B Reference", inputPrice: 0.2, outputPrice: 0.2 },
251
  {
252
- name: "Llama 3.1 70B Instruct Turbo",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
253
  inputPrice: 0.88,
254
  outputPrice: 0.88,
255
  },
256
  {
257
- name: "Llama 3.1 70B Instruct Lite",
258
  inputPrice: 0.54,
259
  outputPrice: 0.54,
260
  },
261
- { name: "Llama 3.1 70B Reference", inputPrice: 0.9, outputPrice: 0.9 },
262
  {
263
- name: "Llama 3.1 405B Instruct Turbo",
264
- inputPrice: 5.0,
265
- outputPrice: 5.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
266
  },
267
- { name: "Gemma 2 Instruct 27B", inputPrice: 0.8, outputPrice: 0.8 },
268
- { name: "Gemma 2 Instruct 9B", inputPrice: 0.3, outputPrice: 0.3 },
269
- { name: "Mixtral 8x22B", inputPrice: 1.2, outputPrice: 1.2 },
270
- { name: "Mixtral 8x7B", inputPrice: 0.6, outputPrice: 0.6 },
271
- { name: "Mistral 7B", inputPrice: 0.2, outputPrice: 0.2 },
272
- { name: "Qwen 2 Instruct 72B", inputPrice: 0.9, outputPrice: 0.9 },
273
- { name: "Snowflake Arctic Instruct", inputPrice: 2.4, outputPrice: 2.4 },
274
- { name: "DBRX", inputPrice: 1.2, outputPrice: 1.2 },
275
  ],
276
  },
277
  {
278
  provider: "Fireworks",
279
  uri: "https://fireworks.ai/pricing",
280
  models: [
281
- { name: "Llama 3 70B", inputPrice: 0.9, outputPrice: 0.9 },
282
- { name: "Mixtral 8x7B", inputPrice: 0.5, outputPrice: 0.5 },
283
- { name: "Qwen 2.5-Coder 32B", inputPrice: 0.9, outputPrice: 0.9 },
284
- { name: "DeepSeek Coder V2 Instruct", inputPrice: 2.7, outputPrice: 2.7 },
285
  {
286
- name: "DeepSeek Coder V2 Lite Instruct",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
287
  inputPrice: 0.2,
288
  outputPrice: 0.2,
289
  },
290
- { name: "Llama 3.1 8B", inputPrice: 0.2, outputPrice: 0.2 },
291
- { name: "Llama 3.1 70B", inputPrice: 0.9, outputPrice: 0.9 },
292
- { name: "Llama 3.1 405B", inputPrice: 3.0, outputPrice: 3.0 },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
293
  ],
294
  },
295
  {
 
241
  provider: "Together.AI",
242
  uri: "https://www.together.ai/pricing",
243
  models: [
 
244
  {
245
+ name: "Meta Llama 3.3 70B Instruct Turbo",
246
+ inputPrice: 0.88,
247
+ outputPrice: 0.88,
248
+ },
249
+ {
250
+ name: "Qwen QwQ-32B-Preview",
251
+
252
+ inputPrice: 1.2,
253
+ outputPrice: 1.2,
254
+ },
255
+ {
256
+ name: "Meta Llama 3.1 70B Instruct Turbo",
257
+ inputPrice: 0.88,
258
+ outputPrice: 0.88,
259
+ },
260
+ {
261
+ name: "Meta Llama 3.1 405B Instruct Turbo",
262
+ inputPrice: 3.5,
263
+ outputPrice: 3.5,
264
+ },
265
+ {
266
+ name: "Typhoon 1.5 8B Instruct",
267
+
268
+ inputPrice: 0.18,
269
+ outputPrice: 0.18,
270
+ },
271
+ {
272
+ name: "Meta Llama 3.1 8B Instruct Turbo",
273
+ inputPrice: 0.18,
274
+ outputPrice: 0.18,
275
+ },
276
+ {
277
+ name: "Typhoon 1.5X 70B-awq",
278
+
279
+ inputPrice: 0.88,
280
+ outputPrice: 0.88,
281
+ },
282
+ {
283
+ name: "Meta Llama 3.2 90B Vision Instruct Turbo",
284
+ inputPrice: 1.2,
285
+ outputPrice: 1.2,
286
+ },
287
+ {
288
+ name: "Qwen 2.5 Coder 32B Instruct",
289
+
290
+ inputPrice: 0.8,
291
+ outputPrice: 0.8,
292
+ },
293
+ {
294
+ name: "Qwen2.5 72B Instruct Turbo",
295
+
296
+ inputPrice: 1.2,
297
+ outputPrice: 1.2,
298
+ },
299
+ {
300
+ name: "Llama 3.1 Nemotron 70B Instruct HF",
301
+
302
+ inputPrice: 0.88,
303
+ outputPrice: 0.88,
304
+ },
305
+ {
306
+ name: "Meta Llama 3.2 11B Vision Instruct Turbo",
307
+ inputPrice: 0.18,
308
+ outputPrice: 0.18,
309
+ },
310
+ {
311
+ name: "Qwen2.5 7B Instruct Turbo",
312
+
313
+ inputPrice: 0.3,
314
+ outputPrice: 0.3,
315
+ },
316
+ {
317
+ name: "Meta Llama 3.2 3B Instruct Turbo",
318
+ inputPrice: 0.06,
319
+ outputPrice: 0.06,
320
+ },
321
+ {
322
+ name: "Meta Llama Vision Free",
323
+ inputPrice: 0.0,
324
+ outputPrice: 0.0,
325
+ },
326
+ {
327
+ name: "Meta Llama Guard 3 11B Vision Turbo",
328
  inputPrice: 0.18,
329
  outputPrice: 0.18,
330
  },
 
331
  {
332
+ name: "Mixtral-8x22B Instruct v0.1",
333
+ inputPrice: 1.2,
334
+ outputPrice: 1.2,
335
+ },
336
+ {
337
+ name: "Gryphe MythoMax L2 Lite (13B)",
338
+ inputPrice: 0.1,
339
+ outputPrice: 0.1,
340
+ },
341
+ {
342
+ name: "Meta Llama Guard 3 8B",
343
+ inputPrice: 0.2,
344
+ outputPrice: 0.2,
345
+ },
346
+ {
347
+ name: "Meta Llama 3 70B Instruct Turbo",
348
  inputPrice: 0.88,
349
  outputPrice: 0.88,
350
  },
351
  {
352
+ name: "Meta Llama 3 70B Instruct Lite",
353
  inputPrice: 0.54,
354
  outputPrice: 0.54,
355
  },
 
356
  {
357
+ name: "Meta Llama 3 8B Instruct Lite",
358
+ inputPrice: 0.1,
359
+ outputPrice: 0.1,
360
+ },
361
+ {
362
+ name: "Meta Llama 3 70B Instruct Reference",
363
+ inputPrice: 0.88,
364
+ outputPrice: 0.88,
365
+ },
366
+ {
367
+ name: "Meta Llama 3 8B Instruct Reference",
368
+ inputPrice: 0.2,
369
+ outputPrice: 0.2,
370
+ },
371
+ {
372
+ name: "Qwen 2 Instruct (72B)",
373
+
374
+ inputPrice: 0.9,
375
+ outputPrice: 0.9,
376
+ },
377
+ {
378
+ name: "Gemma-2 Instruct (27B)",
379
+ inputPrice: 0.8,
380
+ outputPrice: 0.8,
381
+ },
382
+ {
383
+ name: "Gemma-2 Instruct (9B)",
384
+ inputPrice: 0.3,
385
+ outputPrice: 0.3,
386
+ },
387
+ {
388
+ name: "Mistral (7B) Instruct v0.3",
389
+ inputPrice: 0.2,
390
+ outputPrice: 0.2,
391
+ },
392
+ {
393
+ name: "Meta Llama Guard 2 8B",
394
+ inputPrice: 0.2,
395
+ outputPrice: 0.2,
396
+ },
397
+ {
398
+ name: "WizardLM-2 (8x22B)",
399
+ inputPrice: 1.2,
400
+ outputPrice: 1.2,
401
+ },
402
+ {
403
+ name: "DBRX Instruct",
404
+ inputPrice: 1.2,
405
+ outputPrice: 1.2,
406
+ },
407
+ {
408
+ name: "DeepSeek LLM Chat (67B)",
409
+ inputPrice: 0.9,
410
+ outputPrice: 0.9,
411
+ },
412
+ {
413
+ name: "Gemma Instruct (2B)",
414
+ inputPrice: 0.1,
415
+ outputPrice: 0.1,
416
+ },
417
+ {
418
+ name: "Mistral (7B) Instruct v0.2",
419
+ inputPrice: 0.2,
420
+ outputPrice: 0.2,
421
+ },
422
+ {
423
+ name: "Mixtral-8x7B Instruct v0.1",
424
+ inputPrice: 0.6,
425
+ outputPrice: 0.6,
426
+ },
427
+ {
428
+ name: "Mixtral-8x7B v0.1",
429
+ inputPrice: 0.6,
430
+ outputPrice: 0.6,
431
+ },
432
+ {
433
+ name: "Llama Guard (7B)",
434
+ inputPrice: 0.2,
435
+ outputPrice: 0.2,
436
+ },
437
+ {
438
+ name: "Nous Hermes 2 - Mixtral 8x7B-DPO",
439
+ inputPrice: 0.6,
440
+ outputPrice: 0.6,
441
+ },
442
+ {
443
+ name: "Mistral (7B) Instruct",
444
+ inputPrice: 0.2,
445
+ outputPrice: 0.2,
446
+ },
447
+ {
448
+ name: "Mistral (7B)",
449
+ inputPrice: 0.2,
450
+ outputPrice: 0.2,
451
+ },
452
+ {
453
+ name: "LLaMA-2 Chat (13B)",
454
+ inputPrice: 0.22,
455
+ outputPrice: 0.22,
456
+ },
457
+ {
458
+ name: "LLaMA-2 Chat (7B)",
459
+ inputPrice: 0.2,
460
+ outputPrice: 0.2,
461
+ },
462
+ {
463
+ name: "LLaMA-2 (70B)",
464
+ inputPrice: 0.9,
465
+ outputPrice: 0.9,
466
+ },
467
+ {
468
+ name: "Code Llama Instruct (34B)",
469
+ inputPrice: 0.78,
470
+ outputPrice: 0.78,
471
+ },
472
+ {
473
+ name: "Upstage SOLAR Instruct v1 (11B)",
474
+ inputPrice: 0.3,
475
+ outputPrice: 0.3,
476
+ },
477
+ {
478
+ name: "MythoMax-L2 (13B)",
479
+ inputPrice: 0.3,
480
+ outputPrice: 0.3,
481
+ },
482
+ {
483
+ name: "Meta Llama 3.2 3B Instruct",
484
+ inputPrice: 0.06,
485
+ outputPrice: 0.06,
486
  },
 
 
 
 
 
 
 
 
487
  ],
488
  },
489
  {
490
  provider: "Fireworks",
491
  uri: "https://fireworks.ai/pricing",
492
  models: [
 
 
 
 
493
  {
494
+ name: "Llama 3.2 1B Instruct",
495
+ inputPrice: 0.2,
496
+ outputPrice: 0.2,
497
+ },
498
+ {
499
+ name: "Llama 3 8B Instruct (HF version)",
500
+ inputPrice: 0.2,
501
+ outputPrice: 0.2,
502
+ },
503
+ {
504
+ name: "Llama 3 8B Instruct",
505
+ inputPrice: 0.2,
506
+ outputPrice: 0.2,
507
+ },
508
+ {
509
+ name: "Llama 3.2 3B Instruct",
510
+ inputPrice: 0.2,
511
+ outputPrice: 0.2,
512
+ },
513
+ {
514
+ name: "Llama 3.1 8B Instruct",
515
+ inputPrice: 0.2,
516
+ outputPrice: 0.2,
517
+ },
518
+ {
519
+ name: "Llama 3.2 11B Vision Instruct",
520
+ inputPrice: 0.2,
521
+ outputPrice: 0.2,
522
+ },
523
+ {
524
+ name: "StarCoder 15.5B",
525
+ inputPrice: 0.2,
526
+ outputPrice: 0.2,
527
+ },
528
+ {
529
+ name: "StarCoder 7B",
530
+ inputPrice: 0.2,
531
+ outputPrice: 0.2,
532
+ },
533
+ {
534
+ name: "Gemma 2 9B Instruct",
535
  inputPrice: 0.2,
536
  outputPrice: 0.2,
537
  },
538
+ {
539
+ name: "Mixtral MoE 8x7B Instruct",
540
+ inputPrice: 0.5,
541
+ outputPrice: 0.5,
542
+ },
543
+ {
544
+ name: "Mixtral MoE 8x7B Instruct (HF version)",
545
+ inputPrice: 0.5,
546
+ outputPrice: 0.5,
547
+ },
548
+ {
549
+ name: "Llama 3 70B Instruct",
550
+ inputPrice: 0.9,
551
+ outputPrice: 0.9,
552
+ },
553
+ {
554
+ name: "Llama 3.1 70B Instruct",
555
+ inputPrice: 0.9,
556
+ outputPrice: 0.9,
557
+ },
558
+ {
559
+ name: "Llama 3.3 70B Instruct",
560
+ inputPrice: 0.9,
561
+ outputPrice: 0.9,
562
+ },
563
+ {
564
+ name: "Llama 3 70B Instruct (HF version)",
565
+ inputPrice: 0.9,
566
+ outputPrice: 0.9,
567
+ },
568
+ {
569
+ name: "Qwen2.5 72B Instruct",
570
+ inputPrice: 0.9,
571
+ outputPrice: 0.9,
572
+ },
573
+ {
574
+ name: "Qwen2 VL 72B Instruct",
575
+ inputPrice: 0.9,
576
+ outputPrice: 0.9,
577
+ },
578
+ {
579
+ name: "Qwen2.5-Coder-32B-Instruct",
580
+ inputPrice: 0.9,
581
+ outputPrice: 0.9,
582
+ },
583
+ {
584
+ name: "Qwen Qwq 32b Preview",
585
+ inputPrice: 0.9,
586
+ outputPrice: 0.9,
587
+ },
588
+ {
589
+ name: "Mixtral MoE 8x22B Instruct",
590
+ inputPrice: 0.9,
591
+ outputPrice: 0.9,
592
+ },
593
+ {
594
+ name: "Llama 3.2 90B Vision Instruct",
595
+ inputPrice: 0.9,
596
+ outputPrice: 0.9,
597
+ },
598
+ {
599
+ name: "Yi-Large",
600
+ inputPrice: 3.0,
601
+ outputPrice: 3.0,
602
+ },
603
+ {
604
+ name: "Llama 3.1 405B Instruct",
605
+ inputPrice: 3.0,
606
+ outputPrice: 3.0,
607
+ },
608
  ],
609
  },
610
  {