Commit
·
8c8c776
1
Parent(s):
c1ec49c
- src/lib/data.ts +10 -0
src/lib/data.ts
CHANGED
@@ -514,6 +514,16 @@ export const mockData: Provider[] = [
|
|
514 |
provider: "Together.AI",
|
515 |
uri: "https://www.together.ai/pricing",
|
516 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
517 |
{
|
518 |
name: "Mistral Small 2501",
|
519 |
inputPrice: 0.8,
|
|
|
514 |
provider: "Together.AI",
|
515 |
uri: "https://www.together.ai/pricing",
|
516 |
models: [
|
517 |
+
{
|
518 |
+
name: "Llama 4 Maverick Instruct (17Bx128E)",
|
519 |
+
inputPrice: 0.55,
|
520 |
+
outputPrice: 2.19,
|
521 |
+
},
|
522 |
+
{
|
523 |
+
name: "Llama 4 Scout Instruct (17Bx16E)",
|
524 |
+
inputPrice: 0.48,
|
525 |
+
outputPrice: 1.92,
|
526 |
+
},
|
527 |
{
|
528 |
name: "Mistral Small 2501",
|
529 |
inputPrice: 0.8,
|