Commit
·
4d3d02a
1
Parent(s):
f57e43d
- src/lib/data.ts +7 -2
src/lib/data.ts
CHANGED
@@ -1171,13 +1171,13 @@ export const mockData: Provider[] = [
|
|
1171 |
provider: "Fireworks",
|
1172 |
uri: "https://fireworks.ai/pricing",
|
1173 |
models: [
|
1174 |
-
|
1175 |
name: "Qwen 3 Coder 480B A35B",
|
1176 |
inputPrice: 0.45,
|
1177 |
outputPrice: 1.80,
|
1178 |
},
|
1179 |
|
1180 |
-
|
1181 |
name: "Qwen 3 235B A22B 2507",
|
1182 |
inputPrice: 0.22,
|
1183 |
outputPrice: 0.88,
|
@@ -1493,6 +1493,11 @@ export const mockData: Provider[] = [
|
|
1493 |
inputPrice: 0.90,
|
1494 |
outputPrice: 4.50,
|
1495 |
},
|
|
|
|
|
|
|
|
|
|
|
1496 |
{
|
1497 |
name: "kimi-k2-0711-preview",
|
1498 |
inputPrice: 0.55,
|
|
|
1171 |
provider: "Fireworks",
|
1172 |
uri: "https://fireworks.ai/pricing",
|
1173 |
models: [
|
1174 |
+
{
|
1175 |
name: "Qwen 3 Coder 480B A35B",
|
1176 |
inputPrice: 0.45,
|
1177 |
outputPrice: 1.80,
|
1178 |
},
|
1179 |
|
1180 |
+
{
|
1181 |
name: "Qwen 3 235B A22B 2507",
|
1182 |
inputPrice: 0.22,
|
1183 |
outputPrice: 0.88,
|
|
|
1493 |
inputPrice: 0.90,
|
1494 |
outputPrice: 4.50,
|
1495 |
},
|
1496 |
+
{
|
1497 |
+
name: "Qwen 3 235B A22B 2507",
|
1498 |
+
inputPrice: 0.13,
|
1499 |
+
outputPrice: 0.60,
|
1500 |
+
},
|
1501 |
{
|
1502 |
name: "kimi-k2-0711-preview",
|
1503 |
inputPrice: 0.55,
|