Commit
·
e7e1c56
1
Parent(s):
15019f8
- src/lib/data.ts +5 -0
src/lib/data.ts
CHANGED
@@ -594,6 +594,11 @@ export const mockData: Provider[] = [
|
|
594 |
provider: "Together.AI",
|
595 |
uri: "https://www.together.ai/pricing",
|
596 |
models: [
|
|
|
|
|
|
|
|
|
|
|
597 |
{
|
598 |
name: "Llama 4 Maverick Instruct (17Bx128E)",
|
599 |
inputPrice: 0.55,
|
|
|
594 |
provider: "Together.AI",
|
595 |
uri: "https://www.together.ai/pricing",
|
596 |
models: [
|
597 |
+
{
|
598 |
+
name: "Qwen 3 A22B 235B",
|
599 |
+
inputPrice: 0.2,
|
600 |
+
outputPrice: 0.6,
|
601 |
+
},
|
602 |
{
|
603 |
name: "Llama 4 Maverick Instruct (17Bx128E)",
|
604 |
inputPrice: 0.55,
|