Commit
·
f5ab384
1
Parent(s):
b37b6ff
- src/lib/data.ts +10 -0
src/lib/data.ts
CHANGED
@@ -854,6 +854,16 @@ export const mockData: Provider[] = [
|
|
854 |
provider: "W&B",
|
855 |
uri: "https://wandb.ai/site/pricing/inference",
|
856 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
857 |
{ name: "Qwen 3 Coder 480B A35B", inputPrice: 1.00, outputPrice: 1.50 },
|
858 |
{ name: "Qwen 3 235B A22B 2507", inputPrice: 0.10, outputPrice: 0.10 },
|
859 |
{ name: "MoonshotAI Kimi K2", inputPrice: 1.35, outputPrice: 4.00 },
|
|
|
854 |
provider: "W&B",
|
855 |
uri: "https://wandb.ai/site/pricing/inference",
|
856 |
models: [
|
857 |
+
{
|
858 |
+
name: "GPT OSS 20B 128k",
|
859 |
+
inputPrice: 0.05,
|
860 |
+
outputPrice: 0.20,
|
861 |
+
},
|
862 |
+
{
|
863 |
+
name: "GPT OSS 120B 128k",
|
864 |
+
inputPrice: 0.15,
|
865 |
+
outputPrice: 0.60,
|
866 |
+
},
|
867 |
{ name: "Qwen 3 Coder 480B A35B", inputPrice: 1.00, outputPrice: 1.50 },
|
868 |
{ name: "Qwen 3 235B A22B 2507", inputPrice: 0.10, outputPrice: 0.10 },
|
869 |
{ name: "MoonshotAI Kimi K2", inputPrice: 1.35, outputPrice: 4.00 },
|