Commit
·
30260a2
1
Parent(s):
8c8c776
- src/lib/data.ts +10 -0
src/lib/data.ts
CHANGED
@@ -1209,6 +1209,16 @@ export const mockData: Provider[] = [
|
|
1209 |
provider: "Groq",
|
1210 |
uri: "https://groq.com/pricing/",
|
1211 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1212 |
{
|
1213 |
name: "Qwen QwQ 32B",
|
1214 |
inputPrice: 0.29,
|
|
|
1209 |
provider: "Groq",
|
1210 |
uri: "https://groq.com/pricing/",
|
1211 |
models: [
|
1212 |
+
{
|
1213 |
+
name: "Llama 4 Scout Instruct (17Bx16E)",
|
1214 |
+
inputPrice: 0.11,
|
1215 |
+
outputPrice: 0.34,
|
1216 |
+
},
|
1217 |
+
{
|
1218 |
+
name: "Llama 4 Maverick Instruct (17Bx128E)",
|
1219 |
+
inputPrice: 0.5,
|
1220 |
+
outputPrice: 0.77,
|
1221 |
+
},
|
1222 |
{
|
1223 |
name: "Qwen QwQ 32B",
|
1224 |
inputPrice: 0.29,
|