Commit
·
0ab4d49
1
Parent(s):
1dc300e
- src/lib/data.ts +16 -0
src/lib/data.ts
CHANGED
@@ -814,6 +814,22 @@ export const mockData: Provider[] = [
|
|
814 |
},
|
815 |
],
|
816 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
817 |
{
|
818 |
provider: "Hyperbolic",
|
819 |
uri: "https://hyperbolic.xyz/pricing",
|
|
|
814 |
},
|
815 |
],
|
816 |
},
|
817 |
+
{
|
818 |
+
provider: "W&B",
|
819 |
+
uri: "https://wandb.ai/site/pricing/inference",
|
820 |
+
models: [
|
821 |
+
{ name: "Qwen3 Coder 480B A35B", inputPrice: 1.00, outputPrice: 1.50 },
|
822 |
+
{ name: "Qwen3 235B A22B-2507", inputPrice: 0.10, outputPrice: 0.10 },
|
823 |
+
{ name: "MoonshotAI Kimi K2", inputPrice: 1.35, outputPrice: 4.00 },
|
824 |
+
{ name: "DeepSeek R1-0528", inputPrice: 1.35, outputPrice: 5.40 },
|
825 |
+
{ name: "DeepSeek V3-0324", inputPrice: 1.14, outputPrice: 2.75 },
|
826 |
+
{ name: "Meta Llama 3.1 8B", inputPrice: 0.22, outputPrice: 0.22 },
|
827 |
+
{ name: "Meta Llama 3.3 70B", inputPrice: 0.71, outputPrice: 0.71 },
|
828 |
+
{ name: "Meta Llama 4 Scout 17Bx16E", inputPrice: 0.17, outputPrice: 0.66 },
|
829 |
+
{ name: "Microsoft Phi 4 Mini 3.8B", inputPrice: 0.08, outputPrice: 0.35 },
|
830 |
+
],
|
831 |
+
}
|
832 |
+
,
|
833 |
{
|
834 |
provider: "Hyperbolic",
|
835 |
uri: "https://hyperbolic.xyz/pricing",
|