Commit
·
f46cd23
1
Parent(s):
06fa2ab
- src/lib/data.ts +4 -4
src/lib/data.ts
CHANGED
@@ -1114,22 +1114,22 @@ export const mockData: Provider[] = [
|
|
1114 |
uri: "https://deepinfra.com/models/text-generation/",
|
1115 |
models: [
|
1116 |
{
|
1117 |
-
name: "Qwen3
|
1118 |
inputPrice: 0.2,
|
1119 |
outputPrice: 0.6,
|
1120 |
},
|
1121 |
{
|
1122 |
-
name: "Qwen3
|
1123 |
inputPrice: 0.1,
|
1124 |
outputPrice: 0.3,
|
1125 |
},
|
1126 |
{
|
1127 |
-
name: "Qwen3
|
1128 |
inputPrice: 0.1,
|
1129 |
outputPrice: 0.3,
|
1130 |
},
|
1131 |
{
|
1132 |
-
name: "Qwen3
|
1133 |
inputPrice: 0.08,
|
1134 |
outputPrice: 0.24,
|
1135 |
},
|
|
|
1114 |
uri: "https://deepinfra.com/models/text-generation/",
|
1115 |
models: [
|
1116 |
{
|
1117 |
+
name: "Qwen3 A22B 235B",
|
1118 |
inputPrice: 0.2,
|
1119 |
outputPrice: 0.6,
|
1120 |
},
|
1121 |
{
|
1122 |
+
name: "Qwen3 30B A3B",
|
1123 |
inputPrice: 0.1,
|
1124 |
outputPrice: 0.3,
|
1125 |
},
|
1126 |
{
|
1127 |
+
name: "Qwen3 32B",
|
1128 |
inputPrice: 0.1,
|
1129 |
outputPrice: 0.3,
|
1130 |
},
|
1131 |
{
|
1132 |
+
name: "Qwen3 14B",
|
1133 |
inputPrice: 0.08,
|
1134 |
outputPrice: 0.24,
|
1135 |
},
|