Commit
·
c0568f0
1
Parent(s):
30260a2
- src/lib/data.ts +10 -0
src/lib/data.ts
CHANGED
@@ -788,6 +788,16 @@ export const mockData: Provider[] = [
|
|
788 |
provider: "Fireworks",
|
789 |
uri: "https://fireworks.ai/pricing",
|
790 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
791 |
{
|
792 |
name: "Mistral Small 2501",
|
793 |
inputPrice: 0.9,
|
|
|
788 |
provider: "Fireworks",
|
789 |
uri: "https://fireworks.ai/pricing",
|
790 |
models: [
|
791 |
+
{
|
792 |
+
name: "Llama 4 Scout Instruct (17Bx16E)",
|
793 |
+
inputPrice: 0.15,
|
794 |
+
outputPrice: 0.6,
|
795 |
+
},
|
796 |
+
{
|
797 |
+
name: "Llama 4 Maverick Instruct (17Bx128E)",
|
798 |
+
inputPrice: 0.22,
|
799 |
+
outputPrice: 0.88,
|
800 |
+
},
|
801 |
{
|
802 |
name: "Mistral Small 2501",
|
803 |
inputPrice: 0.9,
|