Commit
·
37c0990
1
Parent(s):
15b3e7c
- src/lib/data.ts +20 -0
src/lib/data.ts
CHANGED
@@ -659,6 +659,26 @@ export const mockData: Provider[] = [
|
|
659 |
provider: "Nebius AI Studio",
|
660 |
uri: "https://nebius.com/prices-ai-studio",
|
661 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
662 |
{
|
663 |
name: "Meta/Llama-3.1-8B-Instruct (fast)",
|
664 |
inputPrice: 0.03,
|
|
|
659 |
provider: "Nebius AI Studio",
|
660 |
uri: "https://nebius.com/prices-ai-studio",
|
661 |
models: [
|
662 |
+
{
|
663 |
+
name: "deepseek-ai/DeepSeek-V3",
|
664 |
+
inputPrice: 0.5,
|
665 |
+
outputPrice: 1.5,
|
666 |
+
},
|
667 |
+
{
|
668 |
+
name: "deepseek-ai/DeepSeek-R1",
|
669 |
+
inputPrice: 0.8,
|
670 |
+
outputPrice: 2.4,
|
671 |
+
},
|
672 |
+
{
|
673 |
+
name: "Qwen/QwQ-32B-Preview",
|
674 |
+
inputPrice: 0.09,
|
675 |
+
outputPrice: 0.27,
|
676 |
+
},
|
677 |
+
{
|
678 |
+
name: "microsoft/phi-4",
|
679 |
+
inputPrice: 0.1,
|
680 |
+
outputPrice: 0.3,
|
681 |
+
},
|
682 |
{
|
683 |
name: "Meta/Llama-3.1-8B-Instruct (fast)",
|
684 |
inputPrice: 0.03,
|