Presidentlin commited on
Commit
b39c441
·
1 Parent(s): 587413e
Files changed (1) hide show
  1. src/lib/data.ts +69 -9
src/lib/data.ts CHANGED
@@ -380,21 +380,81 @@ export const mockData: Provider[] = [
380
  provider: "Groq",
381
  uri: "https://wow.groq.com/",
382
  models: [
383
- { name: "Llama 3 8B 8K", inputPrice: 0.05, outputPrice: 0.08 },
384
- { name: "Llama 3 70B 8K", inputPrice: 0.59, outputPrice: 0.79 },
385
- { name: "Llama 3 8B 8192 Tool Use", inputPrice: 0.19, outputPrice: 0.19 },
386
  {
387
- name: "Llama 3 70B 8192 Tool Use",
388
- inputPrice: 0.89,
389
- outputPrice: 0.89,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
390
  },
391
  {
392
- name: "Mixtral 8x7B 32k Instruct",
 
 
 
 
 
 
 
 
 
 
393
  inputPrice: 0.24,
394
  outputPrice: 0.24,
395
  },
396
- { name: "Gemma 7B Instruct", inputPrice: 0.07, outputPrice: 0.07 },
397
- { name: "Gemma 2 9B Instruct", inputPrice: 0.2, outputPrice: 0.2 },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
398
  ],
399
  },
400
  {
 
380
  provider: "Groq",
381
  uri: "https://wow.groq.com/",
382
  models: [
 
 
 
383
  {
384
+ name: "Llama 3.2 1B (Preview) 8k",
385
+ inputPrice: 0.04,
386
+ outputPrice: 0.04,
387
+ },
388
+ {
389
+ name: "Llama 3.2 3B (Preview) 8k",
390
+ inputPrice: 0.06,
391
+ outputPrice: 0.06,
392
+ },
393
+ {
394
+ name: "Llama 3.3 70B Versatile 128k",
395
+ inputPrice: 0.59,
396
+ outputPrice: 0.79,
397
+ },
398
+ {
399
+ name: "Llama 3.1 8B Instant 128k",
400
+ inputPrice: 0.05,
401
+ outputPrice: 0.08,
402
  },
403
  {
404
+ name: "Llama 3 70B 8k",
405
+ inputPrice: 0.59,
406
+ outputPrice: 0.79,
407
+ },
408
+ {
409
+ name: "Llama 3 8B 8k",
410
+ inputPrice: 0.05,
411
+ outputPrice: 0.08,
412
+ },
413
+ {
414
+ name: "Mixtral 8x7B Instruct 32k",
415
  inputPrice: 0.24,
416
  outputPrice: 0.24,
417
  },
418
+ {
419
+ name: "Gemma 7B 8k Instruct",
420
+ inputPrice: 0.07,
421
+ outputPrice: 0.07,
422
+ },
423
+ {
424
+ name: "Gemma 2 9B 8k",
425
+ inputPrice: 0.2,
426
+ outputPrice: 0.2,
427
+ },
428
+ {
429
+ name: "Llama 3 Groq 70B Tool Use Preview 8k",
430
+ inputPrice: 0.89,
431
+ outputPrice: 0.89,
432
+ },
433
+ {
434
+ name: "Llama 3 Groq 8B Tool Use Preview 8k",
435
+ inputPrice: 0.19,
436
+ outputPrice: 0.19,
437
+ },
438
+ {
439
+ name: "Llama Guard 3 8B 8k",
440
+ inputPrice: 0.2,
441
+ outputPrice: 0.2,
442
+ },
443
+ {
444
+ name: "Llama 3.3 70B SpecDec 8k",
445
+ inputPrice: 0.59,
446
+ outputPrice: 0.99,
447
+ },
448
+ {
449
+ name: "Llama 3.2 11B Vision 8k (Preview)",
450
+ inputPrice: 0.18,
451
+ outputPrice: 0.18,
452
+ },
453
+ {
454
+ name: "Llama 3.2 90B Vision 8k (Preview)",
455
+ inputPrice: 0.9,
456
+ outputPrice: 0.9,
457
+ },
458
  ],
459
  },
460
  {