Commit
·
0e59ea1
1
Parent(s):
6820aed
- src/lib/data.ts +3 -3
src/lib/data.ts
CHANGED
@@ -1011,17 +1011,17 @@ export const mockData: Provider[] = [
|
|
1011 |
uri: "https://nebius.com/prices-ai-studio",
|
1012 |
models: [
|
1013 |
{
|
1014 |
-
name: "
|
1015 |
inputPrice: 0.2,
|
1016 |
outputPrice: 0.6,
|
1017 |
},
|
1018 |
{
|
1019 |
-
name: "Qwen 3 30B
|
1020 |
inputPrice: 0.1,
|
1021 |
outputPrice: 0.3,
|
1022 |
},
|
1023 |
{
|
1024 |
-
name: "Qwen 3 30B
|
1025 |
inputPrice: 0.3,
|
1026 |
outputPrice: 0.9,
|
1027 |
},
|
|
|
1011 |
uri: "https://nebius.com/prices-ai-studio",
|
1012 |
models: [
|
1013 |
{
|
1014 |
+
name: "Qwen 3 235B A22B",
|
1015 |
inputPrice: 0.2,
|
1016 |
outputPrice: 0.6,
|
1017 |
},
|
1018 |
{
|
1019 |
+
name: "Qwen 3 30B A3B Base",
|
1020 |
inputPrice: 0.1,
|
1021 |
outputPrice: 0.3,
|
1022 |
},
|
1023 |
{
|
1024 |
+
name: "Qwen 3 30B A3B Fast",
|
1025 |
inputPrice: 0.3,
|
1026 |
outputPrice: 0.9,
|
1027 |
},
|