Commit
·
3615d83
1
Parent(s):
27c2f1a
- src/lib/data.ts +3 -4
src/lib/data.ts
CHANGED
@@ -495,7 +495,6 @@ export const mockData: Provider[] = [
|
|
495 |
inputPrice: 0.2,
|
496 |
outputPrice: 0.2,
|
497 |
},
|
498 |
-
|
499 |
{
|
500 |
name: "Llama 3 8B Instruct (HF version)",
|
501 |
inputPrice: 0.2,
|
@@ -537,12 +536,12 @@ export const mockData: Provider[] = [
|
|
537 |
outputPrice: 0.2,
|
538 |
},
|
539 |
{
|
540 |
-
name: "Mixtral
|
541 |
inputPrice: 0.5,
|
542 |
outputPrice: 0.5,
|
543 |
},
|
544 |
{
|
545 |
-
name: "Mixtral
|
546 |
inputPrice: 0.5,
|
547 |
outputPrice: 0.5,
|
548 |
},
|
@@ -587,7 +586,7 @@ export const mockData: Provider[] = [
|
|
587 |
outputPrice: 0.9,
|
588 |
},
|
589 |
{
|
590 |
-
name: "Mixtral
|
591 |
inputPrice: 0.9,
|
592 |
outputPrice: 0.9,
|
593 |
},
|
|
|
495 |
inputPrice: 0.2,
|
496 |
outputPrice: 0.2,
|
497 |
},
|
|
|
498 |
{
|
499 |
name: "Llama 3 8B Instruct (HF version)",
|
500 |
inputPrice: 0.2,
|
|
|
536 |
outputPrice: 0.2,
|
537 |
},
|
538 |
{
|
539 |
+
name: "Mixtral 8x7B Instruct",
|
540 |
inputPrice: 0.5,
|
541 |
outputPrice: 0.5,
|
542 |
},
|
543 |
{
|
544 |
+
name: "Mixtral 8x7B Instruct (HF version)",
|
545 |
inputPrice: 0.5,
|
546 |
outputPrice: 0.5,
|
547 |
},
|
|
|
586 |
outputPrice: 0.9,
|
587 |
},
|
588 |
{
|
589 |
+
name: "Mixtral 8x22B Instruct",
|
590 |
inputPrice: 0.9,
|
591 |
outputPrice: 0.9,
|
592 |
},
|