@llmgateway/models 1.79.0 → 1.82.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models/alibaba.d.ts +469 -469
- package/dist/models/alibaba.js +469 -469
- package/dist/models/alibaba.js.map +1 -1
- package/dist/models/anthropic.d.ts +266 -266
- package/dist/models/anthropic.js +266 -266
- package/dist/models/anthropic.js.map +1 -1
- package/dist/models/bytedance.d.ts +24 -24
- package/dist/models/bytedance.js +24 -24
- package/dist/models/bytedance.js.map +1 -1
- package/dist/models/deepseek.d.ts +62 -62
- package/dist/models/deepseek.js +62 -62
- package/dist/models/deepseek.js.map +1 -1
- package/dist/models/google.d.ts +402 -336
- package/dist/models/google.js +402 -336
- package/dist/models/google.js.map +1 -1
- package/dist/models/meta.d.ts +66 -66
- package/dist/models/meta.js +66 -66
- package/dist/models/meta.js.map +1 -1
- package/dist/models/minimax.d.ts +55 -55
- package/dist/models/minimax.js +55 -55
- package/dist/models/minimax.js.map +1 -1
- package/dist/models/mistral.d.ts +30 -30
- package/dist/models/mistral.js +30 -30
- package/dist/models/mistral.js.map +1 -1
- package/dist/models/moonshot.d.ts +70 -70
- package/dist/models/moonshot.js +70 -70
- package/dist/models/moonshot.js.map +1 -1
- package/dist/models/nousresearch.d.ts +6 -6
- package/dist/models/nousresearch.js +6 -6
- package/dist/models/nousresearch.js.map +1 -1
- package/dist/models/openai.d.ts +335 -327
- package/dist/models/openai.js +335 -327
- package/dist/models/openai.js.map +1 -1
- package/dist/models/perplexity.d.ts +12 -12
- package/dist/models/perplexity.js +12 -12
- package/dist/models/perplexity.js.map +1 -1
- package/dist/models/xai.d.ts +211 -188
- package/dist/models/xai.js +211 -188
- package/dist/models/xai.js.map +1 -1
- package/dist/models/xiaomi.d.ts +38 -38
- package/dist/models/xiaomi.js +38 -38
- package/dist/models/xiaomi.js.map +1 -1
- package/dist/models/zai.d.ts +177 -177
- package/dist/models/zai.js +177 -177
- package/dist/models/zai.js.map +1 -1
- package/dist/models.d.ts +2253 -2151
- package/dist/models.js.map +1 -1
- package/dist/providers.d.ts +62 -0
- package/dist/providers.js +60 -0
- package/dist/providers.js.map +1 -1
- package/dist/types.d.ts +13 -5
- package/dist/types.js +3 -0
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/models/alibaba.js
CHANGED
|
@@ -10,18 +10,18 @@ export const alibabaModels = [
|
|
|
10
10
|
test: "skip",
|
|
11
11
|
providerId: "alibaba",
|
|
12
12
|
modelName: "qwen-max",
|
|
13
|
-
discount: 0.2,
|
|
14
|
-
inputPrice: 1.6
|
|
15
|
-
outputPrice: 6.
|
|
13
|
+
discount: "0.2",
|
|
14
|
+
inputPrice: "1.6e-6",
|
|
15
|
+
outputPrice: "6.4e-6",
|
|
16
16
|
regions: [
|
|
17
17
|
{ id: "singapore" },
|
|
18
18
|
{
|
|
19
19
|
id: "cn-beijing",
|
|
20
|
-
inputPrice: 0.
|
|
21
|
-
outputPrice: 1.
|
|
20
|
+
inputPrice: "0.345e-6",
|
|
21
|
+
outputPrice: "1.377e-6",
|
|
22
22
|
},
|
|
23
23
|
],
|
|
24
|
-
requestPrice: 0,
|
|
24
|
+
requestPrice: "0",
|
|
25
25
|
contextSize: 32768,
|
|
26
26
|
maxOutput: 8192,
|
|
27
27
|
streaming: true,
|
|
@@ -42,19 +42,19 @@ export const alibabaModels = [
|
|
|
42
42
|
test: "skip",
|
|
43
43
|
providerId: "alibaba",
|
|
44
44
|
modelName: "qwen-max-latest",
|
|
45
|
-
discount: 0.2,
|
|
46
|
-
inputPrice: 1.6
|
|
47
|
-
outputPrice: 6.
|
|
45
|
+
discount: "0.2",
|
|
46
|
+
inputPrice: "1.6e-6",
|
|
47
|
+
outputPrice: "6.4e-6",
|
|
48
48
|
regions: [
|
|
49
49
|
{ id: "singapore" },
|
|
50
50
|
{
|
|
51
51
|
id: "cn-beijing",
|
|
52
|
-
inputPrice: 0.
|
|
53
|
-
outputPrice: 1.
|
|
52
|
+
inputPrice: "0.345e-6",
|
|
53
|
+
outputPrice: "1.377e-6",
|
|
54
54
|
contextSize: 131072,
|
|
55
55
|
},
|
|
56
56
|
],
|
|
57
|
-
requestPrice: 0,
|
|
57
|
+
requestPrice: "0",
|
|
58
58
|
contextSize: 32768,
|
|
59
59
|
maxOutput: 8192,
|
|
60
60
|
streaming: true,
|
|
@@ -74,81 +74,81 @@ export const alibabaModels = [
|
|
|
74
74
|
{
|
|
75
75
|
providerId: "alibaba",
|
|
76
76
|
modelName: "qwen-plus",
|
|
77
|
-
discount: 0.2,
|
|
78
|
-
inputPrice: 0.
|
|
79
|
-
outputPrice: 1.
|
|
80
|
-
cachedInputPrice: 0.
|
|
77
|
+
discount: "0.2",
|
|
78
|
+
inputPrice: "0.4e-6",
|
|
79
|
+
outputPrice: "1.2e-6",
|
|
80
|
+
cachedInputPrice: "0.08e-6",
|
|
81
81
|
pricingTiers: [
|
|
82
82
|
{
|
|
83
83
|
name: "Up to 256K",
|
|
84
84
|
upToTokens: 256000,
|
|
85
|
-
inputPrice: 0.
|
|
86
|
-
outputPrice: 1.
|
|
87
|
-
cachedInputPrice: 0.
|
|
85
|
+
inputPrice: "0.4e-6",
|
|
86
|
+
outputPrice: "1.2e-6",
|
|
87
|
+
cachedInputPrice: "0.08e-6",
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
name: "Over 256K",
|
|
91
91
|
upToTokens: Infinity,
|
|
92
|
-
inputPrice: 1.
|
|
93
|
-
outputPrice: 3.6
|
|
94
|
-
cachedInputPrice: 0.
|
|
92
|
+
inputPrice: "1.2e-6",
|
|
93
|
+
outputPrice: "3.6e-6",
|
|
94
|
+
cachedInputPrice: "0.24e-6",
|
|
95
95
|
},
|
|
96
96
|
],
|
|
97
97
|
regions: [
|
|
98
98
|
{ id: "singapore" },
|
|
99
99
|
{
|
|
100
100
|
id: "us-virginia",
|
|
101
|
-
inputPrice: 0.
|
|
102
|
-
outputPrice: 0.
|
|
103
|
-
cachedInputPrice: 0.
|
|
101
|
+
inputPrice: "0.115e-6",
|
|
102
|
+
outputPrice: "0.287e-6",
|
|
103
|
+
cachedInputPrice: "0.023e-6",
|
|
104
104
|
pricingTiers: [
|
|
105
105
|
{
|
|
106
106
|
name: "Up to 256K",
|
|
107
107
|
upToTokens: 256000,
|
|
108
|
-
inputPrice: 0.
|
|
109
|
-
outputPrice: 0.
|
|
110
|
-
cachedInputPrice: 0.
|
|
108
|
+
inputPrice: "0.115e-6",
|
|
109
|
+
outputPrice: "0.287e-6",
|
|
110
|
+
cachedInputPrice: "0.023e-6",
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
name: "Over 256K",
|
|
114
114
|
upToTokens: Infinity,
|
|
115
|
-
inputPrice: 0.
|
|
116
|
-
outputPrice: 0.
|
|
117
|
-
cachedInputPrice: 0.
|
|
115
|
+
inputPrice: "0.345e-6",
|
|
116
|
+
outputPrice: "0.861e-6",
|
|
117
|
+
cachedInputPrice: "0.069e-6",
|
|
118
118
|
},
|
|
119
119
|
],
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
id: "cn-beijing",
|
|
123
|
-
inputPrice: 0.
|
|
124
|
-
outputPrice: 0.
|
|
125
|
-
cachedInputPrice: 0.
|
|
123
|
+
inputPrice: "0.115e-6",
|
|
124
|
+
outputPrice: "0.287e-6",
|
|
125
|
+
cachedInputPrice: "0.023e-6",
|
|
126
126
|
pricingTiers: [
|
|
127
127
|
{
|
|
128
128
|
name: "Up to 128K",
|
|
129
129
|
upToTokens: 128000,
|
|
130
|
-
inputPrice: 0.
|
|
131
|
-
outputPrice: 0.
|
|
132
|
-
cachedInputPrice: 0.
|
|
130
|
+
inputPrice: "0.115e-6",
|
|
131
|
+
outputPrice: "0.287e-6",
|
|
132
|
+
cachedInputPrice: "0.023e-6",
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
135
|
name: "128K-256K",
|
|
136
136
|
upToTokens: 256000,
|
|
137
|
-
inputPrice: 0.
|
|
138
|
-
outputPrice: 2.
|
|
139
|
-
cachedInputPrice: 0.
|
|
137
|
+
inputPrice: "0.345e-6",
|
|
138
|
+
outputPrice: "2.868e-6",
|
|
139
|
+
cachedInputPrice: "0.069e-6",
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
name: "256K-1M",
|
|
143
143
|
upToTokens: 1000000,
|
|
144
|
-
inputPrice: 0.
|
|
145
|
-
outputPrice: 6.
|
|
146
|
-
cachedInputPrice: 0.
|
|
144
|
+
inputPrice: "0.689e-6",
|
|
145
|
+
outputPrice: "6.881e-6",
|
|
146
|
+
cachedInputPrice: "0.138e-6",
|
|
147
147
|
},
|
|
148
148
|
],
|
|
149
149
|
},
|
|
150
150
|
],
|
|
151
|
-
requestPrice: 0,
|
|
151
|
+
requestPrice: "0",
|
|
152
152
|
contextSize: 131072,
|
|
153
153
|
maxOutput: 32000,
|
|
154
154
|
streaming: true,
|
|
@@ -168,59 +168,59 @@ export const alibabaModels = [
|
|
|
168
168
|
{
|
|
169
169
|
providerId: "alibaba",
|
|
170
170
|
modelName: "qwen-plus-latest",
|
|
171
|
-
discount: 0.2,
|
|
172
|
-
inputPrice: 0.
|
|
173
|
-
outputPrice: 1.
|
|
174
|
-
cachedInputPrice: 0.
|
|
171
|
+
discount: "0.2",
|
|
172
|
+
inputPrice: "0.4e-6",
|
|
173
|
+
outputPrice: "1.2e-6",
|
|
174
|
+
cachedInputPrice: "0.08e-6",
|
|
175
175
|
pricingTiers: [
|
|
176
176
|
{
|
|
177
177
|
name: "Up to 256K",
|
|
178
178
|
upToTokens: 256000,
|
|
179
|
-
inputPrice: 0.
|
|
180
|
-
outputPrice: 1.
|
|
181
|
-
cachedInputPrice: 0.
|
|
179
|
+
inputPrice: "0.4e-6",
|
|
180
|
+
outputPrice: "1.2e-6",
|
|
181
|
+
cachedInputPrice: "0.08e-6",
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
184
|
name: "Over 256K",
|
|
185
185
|
upToTokens: Infinity,
|
|
186
|
-
inputPrice: 1.
|
|
187
|
-
outputPrice: 3.6
|
|
188
|
-
cachedInputPrice: 0.
|
|
186
|
+
inputPrice: "1.2e-6",
|
|
187
|
+
outputPrice: "3.6e-6",
|
|
188
|
+
cachedInputPrice: "0.24e-6",
|
|
189
189
|
},
|
|
190
190
|
],
|
|
191
191
|
regions: [
|
|
192
192
|
{ id: "singapore" },
|
|
193
193
|
{
|
|
194
194
|
id: "cn-beijing",
|
|
195
|
-
inputPrice: 0.
|
|
196
|
-
outputPrice: 0.
|
|
197
|
-
cachedInputPrice: 0.
|
|
195
|
+
inputPrice: "0.115e-6",
|
|
196
|
+
outputPrice: "0.287e-6",
|
|
197
|
+
cachedInputPrice: "0.023e-6",
|
|
198
198
|
pricingTiers: [
|
|
199
199
|
{
|
|
200
200
|
name: "Up to 128K",
|
|
201
201
|
upToTokens: 128000,
|
|
202
|
-
inputPrice: 0.
|
|
203
|
-
outputPrice: 0.
|
|
204
|
-
cachedInputPrice: 0.
|
|
202
|
+
inputPrice: "0.115e-6",
|
|
203
|
+
outputPrice: "0.287e-6",
|
|
204
|
+
cachedInputPrice: "0.023e-6",
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
name: "128K-256K",
|
|
208
208
|
upToTokens: 256000,
|
|
209
|
-
inputPrice: 0.
|
|
210
|
-
outputPrice: 2.
|
|
211
|
-
cachedInputPrice: 0.
|
|
209
|
+
inputPrice: "0.345e-6",
|
|
210
|
+
outputPrice: "2.868e-6",
|
|
211
|
+
cachedInputPrice: "0.069e-6",
|
|
212
212
|
},
|
|
213
213
|
{
|
|
214
214
|
name: "256K-1M",
|
|
215
215
|
upToTokens: 1000000,
|
|
216
|
-
inputPrice: 0.
|
|
217
|
-
outputPrice: 6.
|
|
218
|
-
cachedInputPrice: 0.
|
|
216
|
+
inputPrice: "0.689e-6",
|
|
217
|
+
outputPrice: "6.881e-6",
|
|
218
|
+
cachedInputPrice: "0.138e-6",
|
|
219
219
|
},
|
|
220
220
|
],
|
|
221
221
|
},
|
|
222
222
|
],
|
|
223
|
-
requestPrice: 0,
|
|
223
|
+
requestPrice: "0",
|
|
224
224
|
contextSize: 1000000,
|
|
225
225
|
maxOutput: 32000,
|
|
226
226
|
streaming: true,
|
|
@@ -240,10 +240,10 @@ export const alibabaModels = [
|
|
|
240
240
|
{
|
|
241
241
|
providerId: "alibaba",
|
|
242
242
|
modelName: "qwen-flash",
|
|
243
|
-
discount: 0.2,
|
|
244
|
-
inputPrice: 0.
|
|
245
|
-
outputPrice: 0.
|
|
246
|
-
cachedInputPrice: 0.
|
|
243
|
+
discount: "0.2",
|
|
244
|
+
inputPrice: "0.05e-6",
|
|
245
|
+
outputPrice: "0.4e-6",
|
|
246
|
+
cachedInputPrice: "0.01e-6",
|
|
247
247
|
regions: [
|
|
248
248
|
{
|
|
249
249
|
id: "singapore",
|
|
@@ -251,50 +251,50 @@ export const alibabaModels = [
|
|
|
251
251
|
{
|
|
252
252
|
name: "Up to 256K",
|
|
253
253
|
upToTokens: 256000,
|
|
254
|
-
inputPrice: 0.
|
|
255
|
-
outputPrice: 0.
|
|
256
|
-
cachedInputPrice: 0.
|
|
254
|
+
inputPrice: "0.05e-6",
|
|
255
|
+
outputPrice: "0.4e-6",
|
|
256
|
+
cachedInputPrice: "0.01e-6",
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
name: "Over 256K",
|
|
260
260
|
upToTokens: Infinity,
|
|
261
|
-
inputPrice: 0.
|
|
262
|
-
outputPrice: 2.
|
|
263
|
-
cachedInputPrice: 0.
|
|
261
|
+
inputPrice: "0.25e-6",
|
|
262
|
+
outputPrice: "2.0e-6",
|
|
263
|
+
cachedInputPrice: "0.05e-6",
|
|
264
264
|
},
|
|
265
265
|
],
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
268
|
id: "cn-beijing",
|
|
269
|
-
inputPrice: 0.
|
|
270
|
-
outputPrice: 0.
|
|
271
|
-
cachedInputPrice: 0.
|
|
269
|
+
inputPrice: "0.022e-6",
|
|
270
|
+
outputPrice: "0.216e-6",
|
|
271
|
+
cachedInputPrice: "0.0044e-6",
|
|
272
272
|
pricingTiers: [
|
|
273
273
|
{
|
|
274
274
|
name: "Up to 128K",
|
|
275
275
|
upToTokens: 128000,
|
|
276
|
-
inputPrice: 0.
|
|
277
|
-
outputPrice: 0.
|
|
278
|
-
cachedInputPrice: 0.
|
|
276
|
+
inputPrice: "0.022e-6",
|
|
277
|
+
outputPrice: "0.216e-6",
|
|
278
|
+
cachedInputPrice: "0.0044e-6",
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
name: "128K-256K",
|
|
282
282
|
upToTokens: 256000,
|
|
283
|
-
inputPrice: 0.
|
|
284
|
-
outputPrice: 0.
|
|
285
|
-
cachedInputPrice: 0.
|
|
283
|
+
inputPrice: "0.087e-6",
|
|
284
|
+
outputPrice: "0.861e-6",
|
|
285
|
+
cachedInputPrice: "0.017e-6",
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
288
|
name: "256K-1M",
|
|
289
289
|
upToTokens: 1000000,
|
|
290
|
-
inputPrice: 0.
|
|
291
|
-
outputPrice: 1.
|
|
292
|
-
cachedInputPrice: 0.
|
|
290
|
+
inputPrice: "0.173e-6",
|
|
291
|
+
outputPrice: "1.721e-6",
|
|
292
|
+
cachedInputPrice: "0.035e-6",
|
|
293
293
|
},
|
|
294
294
|
],
|
|
295
295
|
},
|
|
296
296
|
],
|
|
297
|
-
requestPrice: 0,
|
|
297
|
+
requestPrice: "0",
|
|
298
298
|
contextSize: 1000000,
|
|
299
299
|
maxOutput: 32000,
|
|
300
300
|
streaming: true,
|
|
@@ -314,10 +314,10 @@ export const alibabaModels = [
|
|
|
314
314
|
{
|
|
315
315
|
providerId: "alibaba",
|
|
316
316
|
modelName: "qwen-omni-turbo",
|
|
317
|
-
discount: 0.2,
|
|
318
|
-
inputPrice: 0.
|
|
319
|
-
outputPrice: 0.
|
|
320
|
-
requestPrice: 0,
|
|
317
|
+
discount: "0.2",
|
|
318
|
+
inputPrice: "0.2e-6",
|
|
319
|
+
outputPrice: "0.8e-6",
|
|
320
|
+
requestPrice: "0",
|
|
321
321
|
contextSize: 32768,
|
|
322
322
|
maxOutput: 8192,
|
|
323
323
|
streaming: true,
|
|
@@ -337,18 +337,18 @@ export const alibabaModels = [
|
|
|
337
337
|
{
|
|
338
338
|
providerId: "alibaba",
|
|
339
339
|
modelName: "qwen-turbo",
|
|
340
|
-
discount: 0.2,
|
|
341
|
-
inputPrice: 0.
|
|
342
|
-
outputPrice: 0.
|
|
340
|
+
discount: "0.2",
|
|
341
|
+
inputPrice: "0.05e-6",
|
|
342
|
+
outputPrice: "0.2e-6",
|
|
343
343
|
regions: [
|
|
344
344
|
{ id: "singapore" },
|
|
345
345
|
{
|
|
346
346
|
id: "cn-beijing",
|
|
347
|
-
inputPrice: 0.
|
|
348
|
-
outputPrice: 0.
|
|
347
|
+
inputPrice: "0.044e-6",
|
|
348
|
+
outputPrice: "0.087e-6",
|
|
349
349
|
},
|
|
350
350
|
],
|
|
351
|
-
requestPrice: 0,
|
|
351
|
+
requestPrice: "0",
|
|
352
352
|
contextSize: 1000000,
|
|
353
353
|
maxOutput: 8192,
|
|
354
354
|
streaming: true,
|
|
@@ -369,10 +369,10 @@ export const alibabaModels = [
|
|
|
369
369
|
test: "skip",
|
|
370
370
|
providerId: "alibaba",
|
|
371
371
|
modelName: "qwen3-coder-plus",
|
|
372
|
-
discount: 0.2,
|
|
373
|
-
inputPrice: 6
|
|
374
|
-
outputPrice:
|
|
375
|
-
requestPrice: 0,
|
|
372
|
+
discount: "0.2",
|
|
373
|
+
inputPrice: "6e-6",
|
|
374
|
+
outputPrice: "60e-6",
|
|
375
|
+
requestPrice: "0",
|
|
376
376
|
contextSize: 1000000,
|
|
377
377
|
maxOutput: 66000,
|
|
378
378
|
streaming: true,
|
|
@@ -392,9 +392,9 @@ export const alibabaModels = [
|
|
|
392
392
|
{
|
|
393
393
|
providerId: "nebius",
|
|
394
394
|
modelName: "Qwen/QwQ-32B",
|
|
395
|
-
inputPrice: 0.
|
|
396
|
-
outputPrice: 0.
|
|
397
|
-
requestPrice: 0,
|
|
395
|
+
inputPrice: "0.15e-6",
|
|
396
|
+
outputPrice: "0.45e-6",
|
|
397
|
+
requestPrice: "0",
|
|
398
398
|
contextSize: 32768,
|
|
399
399
|
maxOutput: 8192,
|
|
400
400
|
streaming: true,
|
|
@@ -416,9 +416,9 @@ export const alibabaModels = [
|
|
|
416
416
|
providerId: "nebius",
|
|
417
417
|
stability: "unstable",
|
|
418
418
|
modelName: "Qwen/Qwen3-235B-A22B-Instruct-2507",
|
|
419
|
-
inputPrice: 0.
|
|
420
|
-
outputPrice: 0.6
|
|
421
|
-
requestPrice: 0,
|
|
419
|
+
inputPrice: "0.2e-6",
|
|
420
|
+
outputPrice: "0.6e-6",
|
|
421
|
+
requestPrice: "0",
|
|
422
422
|
contextSize: 262000,
|
|
423
423
|
maxOutput: 8192,
|
|
424
424
|
reasoning: false,
|
|
@@ -431,9 +431,9 @@ export const alibabaModels = [
|
|
|
431
431
|
providerId: "cerebras",
|
|
432
432
|
test: "skip",
|
|
433
433
|
modelName: "qwen-3-235b-a22b-instruct-2507",
|
|
434
|
-
inputPrice: 0.6
|
|
435
|
-
outputPrice: 1.
|
|
436
|
-
requestPrice: 0,
|
|
434
|
+
inputPrice: "0.6e-6",
|
|
435
|
+
outputPrice: "1.2e-6",
|
|
436
|
+
requestPrice: "0",
|
|
437
437
|
contextSize: 262000,
|
|
438
438
|
maxOutput: 8192,
|
|
439
439
|
reasoning: false,
|
|
@@ -453,9 +453,9 @@ export const alibabaModels = [
|
|
|
453
453
|
{
|
|
454
454
|
providerId: "novita",
|
|
455
455
|
modelName: "qwen/qwen3-235b-a22b-instruct-2507",
|
|
456
|
-
inputPrice: 0.
|
|
457
|
-
outputPrice: 0.
|
|
458
|
-
requestPrice: 0,
|
|
456
|
+
inputPrice: "0.09e-6",
|
|
457
|
+
outputPrice: "0.58e-6",
|
|
458
|
+
requestPrice: "0",
|
|
459
459
|
contextSize: 131072,
|
|
460
460
|
maxOutput: 16384,
|
|
461
461
|
reasoning: false,
|
|
@@ -476,9 +476,9 @@ export const alibabaModels = [
|
|
|
476
476
|
{
|
|
477
477
|
providerId: "nebius",
|
|
478
478
|
modelName: "Qwen/Qwen3-235B-A22B-Thinking-2507",
|
|
479
|
-
inputPrice: 0.
|
|
480
|
-
outputPrice: 0.6
|
|
481
|
-
requestPrice: 0,
|
|
479
|
+
inputPrice: "0.2e-6",
|
|
480
|
+
outputPrice: "0.6e-6",
|
|
481
|
+
requestPrice: "0",
|
|
482
482
|
contextSize: 262000,
|
|
483
483
|
maxOutput: 8192,
|
|
484
484
|
reasoning: true,
|
|
@@ -502,9 +502,9 @@ export const alibabaModels = [
|
|
|
502
502
|
{
|
|
503
503
|
providerId: "novita",
|
|
504
504
|
modelName: "qwen/qwen3-235b-a22b-thinking-2507",
|
|
505
|
-
inputPrice: 0.
|
|
506
|
-
outputPrice:
|
|
507
|
-
requestPrice: 0,
|
|
505
|
+
inputPrice: "0.3e-6",
|
|
506
|
+
outputPrice: "3e-6",
|
|
507
|
+
requestPrice: "0",
|
|
508
508
|
contextSize: 131072,
|
|
509
509
|
maxOutput: 32768,
|
|
510
510
|
reasoning: false,
|
|
@@ -537,9 +537,9 @@ export const alibabaModels = [
|
|
|
537
537
|
stability: "unstable",
|
|
538
538
|
providerId: "novita",
|
|
539
539
|
modelName: "qwen/qwen3-235b-a22b-fp8",
|
|
540
|
-
inputPrice: 0.
|
|
541
|
-
outputPrice: 0.
|
|
542
|
-
requestPrice: 0,
|
|
540
|
+
inputPrice: "0.2e-6",
|
|
541
|
+
outputPrice: "0.8e-6",
|
|
542
|
+
requestPrice: "0",
|
|
543
543
|
contextSize: 40960,
|
|
544
544
|
maxOutput: 20000,
|
|
545
545
|
reasoning: false,
|
|
@@ -560,9 +560,9 @@ export const alibabaModels = [
|
|
|
560
560
|
{
|
|
561
561
|
providerId: "nebius",
|
|
562
562
|
modelName: "Qwen/Qwen3-14B",
|
|
563
|
-
inputPrice: 0.
|
|
564
|
-
outputPrice: 0.
|
|
565
|
-
requestPrice: 0,
|
|
563
|
+
inputPrice: "0.08e-6",
|
|
564
|
+
outputPrice: "0.24e-6",
|
|
565
|
+
requestPrice: "0",
|
|
566
566
|
contextSize: 32768,
|
|
567
567
|
maxOutput: 8192,
|
|
568
568
|
streaming: true,
|
|
@@ -583,9 +583,9 @@ export const alibabaModels = [
|
|
|
583
583
|
{
|
|
584
584
|
providerId: "nebius",
|
|
585
585
|
modelName: "Qwen/Qwen3-32B",
|
|
586
|
-
inputPrice: 0.
|
|
587
|
-
outputPrice: 0.
|
|
588
|
-
requestPrice: 0,
|
|
586
|
+
inputPrice: "0.1e-6",
|
|
587
|
+
outputPrice: "0.3e-6",
|
|
588
|
+
requestPrice: "0",
|
|
589
589
|
contextSize: 32768,
|
|
590
590
|
maxOutput: 8192,
|
|
591
591
|
streaming: true,
|
|
@@ -596,9 +596,9 @@ export const alibabaModels = [
|
|
|
596
596
|
{
|
|
597
597
|
providerId: "cerebras",
|
|
598
598
|
modelName: "qwen-3-32b",
|
|
599
|
-
inputPrice: 0.
|
|
600
|
-
outputPrice: 0.
|
|
601
|
-
requestPrice: 0,
|
|
599
|
+
inputPrice: "0.4e-6",
|
|
600
|
+
outputPrice: "0.8e-6",
|
|
601
|
+
requestPrice: "0",
|
|
602
602
|
contextSize: 32768,
|
|
603
603
|
maxOutput: 8192,
|
|
604
604
|
streaming: true,
|
|
@@ -627,9 +627,9 @@ export const alibabaModels = [
|
|
|
627
627
|
{
|
|
628
628
|
providerId: "nebius",
|
|
629
629
|
modelName: "Qwen/Qwen3-30B-A3B",
|
|
630
|
-
inputPrice: 0.
|
|
631
|
-
outputPrice: 0.
|
|
632
|
-
requestPrice: 0,
|
|
630
|
+
inputPrice: "0.1e-6",
|
|
631
|
+
outputPrice: "0.3e-6",
|
|
632
|
+
requestPrice: "0",
|
|
633
633
|
contextSize: 32768,
|
|
634
634
|
maxOutput: 8192,
|
|
635
635
|
streaming: true,
|
|
@@ -650,9 +650,9 @@ export const alibabaModels = [
|
|
|
650
650
|
{
|
|
651
651
|
providerId: "nebius",
|
|
652
652
|
modelName: "Qwen/Qwen2.5-Coder-7B-fast",
|
|
653
|
-
inputPrice: 0.
|
|
654
|
-
outputPrice: 0.
|
|
655
|
-
requestPrice: 0,
|
|
653
|
+
inputPrice: "0.01e-6",
|
|
654
|
+
outputPrice: "0.03e-6",
|
|
655
|
+
requestPrice: "0",
|
|
656
656
|
contextSize: 32768,
|
|
657
657
|
maxOutput: 8192,
|
|
658
658
|
streaming: true,
|
|
@@ -673,9 +673,9 @@ export const alibabaModels = [
|
|
|
673
673
|
{
|
|
674
674
|
providerId: "nebius",
|
|
675
675
|
modelName: "Qwen/Qwen2.5-32B-Instruct",
|
|
676
|
-
inputPrice: 0.
|
|
677
|
-
outputPrice: 0.
|
|
678
|
-
requestPrice: 0,
|
|
676
|
+
inputPrice: "0.06e-6",
|
|
677
|
+
outputPrice: "0.2e-6",
|
|
678
|
+
requestPrice: "0",
|
|
679
679
|
contextSize: 32768,
|
|
680
680
|
maxOutput: 8192,
|
|
681
681
|
streaming: true,
|
|
@@ -696,9 +696,9 @@ export const alibabaModels = [
|
|
|
696
696
|
{
|
|
697
697
|
providerId: "nebius",
|
|
698
698
|
modelName: "Qwen/Qwen2.5-72B-Instruct",
|
|
699
|
-
inputPrice: 0.
|
|
700
|
-
outputPrice: 0.
|
|
701
|
-
requestPrice: 0,
|
|
699
|
+
inputPrice: "0.13e-6",
|
|
700
|
+
outputPrice: "0.4e-6",
|
|
701
|
+
requestPrice: "0",
|
|
702
702
|
contextSize: 32768,
|
|
703
703
|
maxOutput: 8192,
|
|
704
704
|
streaming: true,
|
|
@@ -719,9 +719,9 @@ export const alibabaModels = [
|
|
|
719
719
|
{
|
|
720
720
|
providerId: "nebius",
|
|
721
721
|
modelName: "Qwen/Qwen2-VL-72B-Instruct",
|
|
722
|
-
inputPrice: 0.
|
|
723
|
-
outputPrice: 0.
|
|
724
|
-
requestPrice: 0,
|
|
722
|
+
inputPrice: "0.13e-6",
|
|
723
|
+
outputPrice: "0.4e-6",
|
|
724
|
+
requestPrice: "0",
|
|
725
725
|
contextSize: 32768,
|
|
726
726
|
maxOutput: 8192,
|
|
727
727
|
streaming: true,
|
|
@@ -742,9 +742,9 @@ export const alibabaModels = [
|
|
|
742
742
|
{
|
|
743
743
|
providerId: "nebius",
|
|
744
744
|
modelName: "Qwen/Qwen2.5-VL-72B-Instruct",
|
|
745
|
-
inputPrice: 0.
|
|
746
|
-
outputPrice: 0.
|
|
747
|
-
requestPrice: 0,
|
|
745
|
+
inputPrice: "0.13e-6",
|
|
746
|
+
outputPrice: "0.4e-6",
|
|
747
|
+
requestPrice: "0",
|
|
748
748
|
contextSize: 32768,
|
|
749
749
|
maxOutput: 8192,
|
|
750
750
|
streaming: true,
|
|
@@ -764,9 +764,9 @@ export const alibabaModels = [
|
|
|
764
764
|
{
|
|
765
765
|
providerId: "novita",
|
|
766
766
|
modelName: "qwen/qwen3-vl-8b-instruct",
|
|
767
|
-
inputPrice: 0.
|
|
768
|
-
outputPrice: 0.
|
|
769
|
-
requestPrice: 0,
|
|
767
|
+
inputPrice: "0.08e-6",
|
|
768
|
+
outputPrice: "0.5e-6",
|
|
769
|
+
requestPrice: "0",
|
|
770
770
|
contextSize: 131072,
|
|
771
771
|
maxOutput: 8192,
|
|
772
772
|
streaming: true,
|
|
@@ -787,9 +787,9 @@ export const alibabaModels = [
|
|
|
787
787
|
providerId: "nebius",
|
|
788
788
|
stability: "unstable",
|
|
789
789
|
modelName: "Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
|
790
|
-
inputPrice: 0.
|
|
791
|
-
outputPrice: 1.
|
|
792
|
-
requestPrice: 0,
|
|
790
|
+
inputPrice: "0.4e-6",
|
|
791
|
+
outputPrice: "1.8e-6",
|
|
792
|
+
requestPrice: "0",
|
|
793
793
|
contextSize: 262000,
|
|
794
794
|
maxOutput: 8192,
|
|
795
795
|
streaming: true,
|
|
@@ -812,9 +812,9 @@ export const alibabaModels = [
|
|
|
812
812
|
providerId: "novita",
|
|
813
813
|
stability: "unstable",
|
|
814
814
|
modelName: "qwen/qwen3-coder-480b-a35b-instruct",
|
|
815
|
-
inputPrice: 0.
|
|
816
|
-
outputPrice: 1.
|
|
817
|
-
requestPrice: 0,
|
|
815
|
+
inputPrice: "0.3e-6",
|
|
816
|
+
outputPrice: "1.3e-6",
|
|
817
|
+
requestPrice: "0",
|
|
818
818
|
contextSize: 262144,
|
|
819
819
|
maxOutput: 65536,
|
|
820
820
|
streaming: true,
|
|
@@ -834,9 +834,9 @@ export const alibabaModels = [
|
|
|
834
834
|
{
|
|
835
835
|
providerId: "nebius",
|
|
836
836
|
modelName: "Qwen/Qwen3-Coder-30B-A3B-Instruct",
|
|
837
|
-
inputPrice: 0.
|
|
838
|
-
outputPrice: 0.
|
|
839
|
-
requestPrice: 0,
|
|
837
|
+
inputPrice: "0.1e-6",
|
|
838
|
+
outputPrice: "0.3e-6",
|
|
839
|
+
requestPrice: "0",
|
|
840
840
|
contextSize: 262000,
|
|
841
841
|
maxOutput: 8192,
|
|
842
842
|
streaming: true,
|
|
@@ -848,9 +848,9 @@ export const alibabaModels = [
|
|
|
848
848
|
{
|
|
849
849
|
providerId: "novita",
|
|
850
850
|
modelName: "qwen/qwen3-coder-30b-a3b-instruct",
|
|
851
|
-
inputPrice: 0.
|
|
852
|
-
outputPrice: 0.
|
|
853
|
-
requestPrice: 0,
|
|
851
|
+
inputPrice: "0.07e-6",
|
|
852
|
+
outputPrice: "0.27e-6",
|
|
853
|
+
requestPrice: "0",
|
|
854
854
|
contextSize: 160000,
|
|
855
855
|
maxOutput: 32768,
|
|
856
856
|
streaming: true,
|
|
@@ -870,9 +870,9 @@ export const alibabaModels = [
|
|
|
870
870
|
{
|
|
871
871
|
providerId: "nebius",
|
|
872
872
|
modelName: "Qwen/Qwen3-30B-A3B-Instruct-2507",
|
|
873
|
-
inputPrice: 0.
|
|
874
|
-
outputPrice: 0.
|
|
875
|
-
requestPrice: 0,
|
|
873
|
+
inputPrice: "0.1e-6",
|
|
874
|
+
outputPrice: "0.3e-6",
|
|
875
|
+
requestPrice: "0",
|
|
876
876
|
contextSize: 262000,
|
|
877
877
|
maxOutput: 8192,
|
|
878
878
|
streaming: true,
|
|
@@ -903,9 +903,9 @@ export const alibabaModels = [
|
|
|
903
903
|
{
|
|
904
904
|
providerId: "nebius",
|
|
905
905
|
modelName: "Qwen/Qwen3-30B-A3B-Thinking-2507",
|
|
906
|
-
inputPrice: 0.
|
|
907
|
-
outputPrice: 0.
|
|
908
|
-
requestPrice: 0,
|
|
906
|
+
inputPrice: "0.1e-6",
|
|
907
|
+
outputPrice: "0.3e-6",
|
|
908
|
+
requestPrice: "0",
|
|
909
909
|
contextSize: 262000,
|
|
910
910
|
maxOutput: 8192,
|
|
911
911
|
streaming: true,
|
|
@@ -938,10 +938,10 @@ export const alibabaModels = [
|
|
|
938
938
|
{
|
|
939
939
|
providerId: "alibaba",
|
|
940
940
|
modelName: "qwen-vl-max",
|
|
941
|
-
discount: 0.2,
|
|
942
|
-
inputPrice: 0.
|
|
943
|
-
outputPrice: 3.
|
|
944
|
-
requestPrice: 0,
|
|
941
|
+
discount: "0.2",
|
|
942
|
+
inputPrice: "0.8e-6",
|
|
943
|
+
outputPrice: "3.2e-6",
|
|
944
|
+
requestPrice: "0",
|
|
945
945
|
contextSize: 131072,
|
|
946
946
|
maxOutput: 32000,
|
|
947
947
|
streaming: true,
|
|
@@ -961,10 +961,10 @@ export const alibabaModels = [
|
|
|
961
961
|
{
|
|
962
962
|
providerId: "alibaba",
|
|
963
963
|
modelName: "qwen-vl-plus",
|
|
964
|
-
discount: 0.2,
|
|
965
|
-
inputPrice: 0.
|
|
966
|
-
outputPrice: 0.
|
|
967
|
-
requestPrice: 0,
|
|
964
|
+
discount: "0.2",
|
|
965
|
+
inputPrice: "0.21e-6",
|
|
966
|
+
outputPrice: "0.64e-6",
|
|
967
|
+
requestPrice: "0",
|
|
968
968
|
contextSize: 131072,
|
|
969
969
|
maxOutput: 32000,
|
|
970
970
|
streaming: true,
|
|
@@ -985,10 +985,10 @@ export const alibabaModels = [
|
|
|
985
985
|
providerId: "alibaba",
|
|
986
986
|
stability: "unstable",
|
|
987
987
|
modelName: "qwen3-next-80b-a3b-thinking",
|
|
988
|
-
discount: 0.2,
|
|
989
|
-
inputPrice: 0.
|
|
990
|
-
outputPrice: 6
|
|
991
|
-
requestPrice: 0,
|
|
988
|
+
discount: "0.2",
|
|
989
|
+
inputPrice: "0.5e-6",
|
|
990
|
+
outputPrice: "6e-6",
|
|
991
|
+
requestPrice: "0",
|
|
992
992
|
contextSize: 131072,
|
|
993
993
|
maxOutput: 32768,
|
|
994
994
|
reasoning: true,
|
|
@@ -1012,9 +1012,9 @@ export const alibabaModels = [
|
|
|
1012
1012
|
{
|
|
1013
1013
|
providerId: "novita",
|
|
1014
1014
|
modelName: "qwen/qwen3-next-80b-a3b-thinking",
|
|
1015
|
-
inputPrice: 0.
|
|
1016
|
-
outputPrice: 1.
|
|
1017
|
-
requestPrice: 0,
|
|
1015
|
+
inputPrice: "0.15e-6",
|
|
1016
|
+
outputPrice: "1.5e-6",
|
|
1017
|
+
requestPrice: "0",
|
|
1018
1018
|
contextSize: 131072,
|
|
1019
1019
|
maxOutput: 32768,
|
|
1020
1020
|
reasoning: true,
|
|
@@ -1037,9 +1037,9 @@ export const alibabaModels = [
|
|
|
1037
1037
|
{
|
|
1038
1038
|
providerId: "nebius",
|
|
1039
1039
|
modelName: "Qwen/Qwen3-Next-80B-A3B-Thinking",
|
|
1040
|
-
inputPrice: 0.
|
|
1041
|
-
outputPrice: 1.
|
|
1042
|
-
requestPrice: 0,
|
|
1040
|
+
inputPrice: "0.15e-6",
|
|
1041
|
+
outputPrice: "1.2e-6",
|
|
1042
|
+
requestPrice: "0",
|
|
1043
1043
|
contextSize: 131072,
|
|
1044
1044
|
maxOutput: 32768,
|
|
1045
1045
|
reasoning: true,
|
|
@@ -1071,10 +1071,10 @@ export const alibabaModels = [
|
|
|
1071
1071
|
{
|
|
1072
1072
|
providerId: "alibaba",
|
|
1073
1073
|
modelName: "qwen3-next-80b-a3b-instruct",
|
|
1074
|
-
discount: 0.2,
|
|
1075
|
-
inputPrice: 0.
|
|
1076
|
-
outputPrice:
|
|
1077
|
-
requestPrice: 0,
|
|
1074
|
+
discount: "0.2",
|
|
1075
|
+
inputPrice: "0.5e-6",
|
|
1076
|
+
outputPrice: "2e-6",
|
|
1077
|
+
requestPrice: "0",
|
|
1078
1078
|
contextSize: 129024,
|
|
1079
1079
|
maxOutput: 32768,
|
|
1080
1080
|
streaming: true,
|
|
@@ -1085,9 +1085,9 @@ export const alibabaModels = [
|
|
|
1085
1085
|
{
|
|
1086
1086
|
providerId: "novita",
|
|
1087
1087
|
modelName: "qwen/qwen3-next-80b-a3b-instruct",
|
|
1088
|
-
inputPrice: 0.
|
|
1089
|
-
outputPrice: 1.
|
|
1090
|
-
requestPrice: 0,
|
|
1088
|
+
inputPrice: "0.15e-6",
|
|
1089
|
+
outputPrice: "1.5e-6",
|
|
1090
|
+
requestPrice: "0",
|
|
1091
1091
|
contextSize: 131072,
|
|
1092
1092
|
maxOutput: 32768,
|
|
1093
1093
|
streaming: true,
|
|
@@ -1108,11 +1108,11 @@ export const alibabaModels = [
|
|
|
1108
1108
|
test: "skip",
|
|
1109
1109
|
providerId: "alibaba",
|
|
1110
1110
|
modelName: "qwen3-max-preview",
|
|
1111
|
-
discount: 0.2,
|
|
1112
|
-
inputPrice:
|
|
1113
|
-
outputPrice:
|
|
1114
|
-
cachedInputPrice: 0.6
|
|
1115
|
-
requestPrice: 0,
|
|
1111
|
+
discount: "0.2",
|
|
1112
|
+
inputPrice: "3e-6",
|
|
1113
|
+
outputPrice: "15e-6",
|
|
1114
|
+
cachedInputPrice: "0.6e-6",
|
|
1115
|
+
requestPrice: "0",
|
|
1116
1116
|
contextSize: 256000,
|
|
1117
1117
|
maxOutput: 32800,
|
|
1118
1118
|
reasoning: true,
|
|
@@ -1125,9 +1125,9 @@ export const alibabaModels = [
|
|
|
1125
1125
|
{
|
|
1126
1126
|
providerId: "novita",
|
|
1127
1127
|
modelName: "qwen/qwen3-max",
|
|
1128
|
-
inputPrice: 0.
|
|
1129
|
-
outputPrice: 3.
|
|
1130
|
-
requestPrice: 0,
|
|
1128
|
+
inputPrice: "0.845e-6",
|
|
1129
|
+
outputPrice: "3.38e-6",
|
|
1130
|
+
requestPrice: "0",
|
|
1131
1131
|
contextSize: 262144,
|
|
1132
1132
|
maxOutput: 65536,
|
|
1133
1133
|
streaming: true,
|
|
@@ -1146,10 +1146,10 @@ export const alibabaModels = [
|
|
|
1146
1146
|
{
|
|
1147
1147
|
providerId: "embercloud",
|
|
1148
1148
|
modelName: "qwen3-coder-next",
|
|
1149
|
-
inputPrice: 0.
|
|
1150
|
-
outputPrice: 0.
|
|
1151
|
-
cachedInputPrice: 0.
|
|
1152
|
-
requestPrice: 0,
|
|
1149
|
+
inputPrice: "0.108e-6",
|
|
1150
|
+
outputPrice: "0.675e-6",
|
|
1151
|
+
cachedInputPrice: "0.06e-6",
|
|
1152
|
+
requestPrice: "0",
|
|
1153
1153
|
contextSize: 262144,
|
|
1154
1154
|
maxOutput: 262144,
|
|
1155
1155
|
streaming: true,
|
|
@@ -1184,9 +1184,9 @@ export const alibabaModels = [
|
|
|
1184
1184
|
{
|
|
1185
1185
|
providerId: "novita",
|
|
1186
1186
|
modelName: "qwen/qwen3-vl-30b-a3b-instruct",
|
|
1187
|
-
inputPrice: 0.
|
|
1188
|
-
outputPrice: 0.
|
|
1189
|
-
requestPrice: 0,
|
|
1187
|
+
inputPrice: "0.2e-6",
|
|
1188
|
+
outputPrice: "0.7e-6",
|
|
1189
|
+
requestPrice: "0",
|
|
1190
1190
|
contextSize: 131072,
|
|
1191
1191
|
maxOutput: 32768,
|
|
1192
1192
|
streaming: true,
|
|
@@ -1215,9 +1215,9 @@ export const alibabaModels = [
|
|
|
1215
1215
|
{
|
|
1216
1216
|
providerId: "novita",
|
|
1217
1217
|
modelName: "qwen/qwen3-vl-30b-a3b-thinking",
|
|
1218
|
-
inputPrice: 0.
|
|
1219
|
-
outputPrice:
|
|
1220
|
-
requestPrice: 0,
|
|
1218
|
+
inputPrice: "0.2e-6",
|
|
1219
|
+
outputPrice: "1e-6",
|
|
1220
|
+
requestPrice: "0",
|
|
1221
1221
|
contextSize: 131072,
|
|
1222
1222
|
maxOutput: 32768,
|
|
1223
1223
|
reasoning: true,
|
|
@@ -1238,9 +1238,9 @@ export const alibabaModels = [
|
|
|
1238
1238
|
{
|
|
1239
1239
|
providerId: "novita",
|
|
1240
1240
|
modelName: "qwen/qwen3-32b-fp8",
|
|
1241
|
-
inputPrice: 0.
|
|
1242
|
-
outputPrice: 0.
|
|
1243
|
-
requestPrice: 0,
|
|
1241
|
+
inputPrice: "0.1e-6",
|
|
1242
|
+
outputPrice: "0.45e-6",
|
|
1243
|
+
requestPrice: "0",
|
|
1244
1244
|
contextSize: 40960,
|
|
1245
1245
|
maxOutput: 20000,
|
|
1246
1246
|
reasoning: false,
|
|
@@ -1261,9 +1261,9 @@ export const alibabaModels = [
|
|
|
1261
1261
|
{
|
|
1262
1262
|
providerId: "novita",
|
|
1263
1263
|
modelName: "qwen/qwen3-30b-a3b-fp8",
|
|
1264
|
-
inputPrice: 0.
|
|
1265
|
-
outputPrice: 0.
|
|
1266
|
-
requestPrice: 0,
|
|
1264
|
+
inputPrice: "0.09e-6",
|
|
1265
|
+
outputPrice: "0.45e-6",
|
|
1266
|
+
requestPrice: "0",
|
|
1267
1267
|
contextSize: 40960,
|
|
1268
1268
|
maxOutput: 20000,
|
|
1269
1269
|
reasoning: false,
|
|
@@ -1284,9 +1284,9 @@ export const alibabaModels = [
|
|
|
1284
1284
|
{
|
|
1285
1285
|
providerId: "novita",
|
|
1286
1286
|
modelName: "qwen/qwen3-4b-fp8",
|
|
1287
|
-
inputPrice: 0.
|
|
1288
|
-
outputPrice: 0.
|
|
1289
|
-
requestPrice: 0,
|
|
1287
|
+
inputPrice: "0.03e-6",
|
|
1288
|
+
outputPrice: "0.03e-6",
|
|
1289
|
+
requestPrice: "0",
|
|
1290
1290
|
contextSize: 128000,
|
|
1291
1291
|
maxOutput: 20000,
|
|
1292
1292
|
reasoning: false,
|
|
@@ -1307,32 +1307,32 @@ export const alibabaModels = [
|
|
|
1307
1307
|
{
|
|
1308
1308
|
providerId: "alibaba",
|
|
1309
1309
|
modelName: "qwen3.5-397b-a17b",
|
|
1310
|
-
discount: 0.2,
|
|
1311
|
-
inputPrice: 0.6
|
|
1312
|
-
outputPrice: 3.6
|
|
1310
|
+
discount: "0.2",
|
|
1311
|
+
inputPrice: "0.6e-6",
|
|
1312
|
+
outputPrice: "3.6e-6",
|
|
1313
1313
|
regions: [
|
|
1314
1314
|
{ id: "singapore" },
|
|
1315
1315
|
{
|
|
1316
1316
|
id: "cn-beijing",
|
|
1317
|
-
inputPrice: 0.
|
|
1318
|
-
outputPrice: 1.
|
|
1317
|
+
inputPrice: "0.172e-6",
|
|
1318
|
+
outputPrice: "1.032e-6",
|
|
1319
1319
|
pricingTiers: [
|
|
1320
1320
|
{
|
|
1321
1321
|
name: "Up to 128K",
|
|
1322
1322
|
upToTokens: 128000,
|
|
1323
|
-
inputPrice: 0.
|
|
1324
|
-
outputPrice: 1.
|
|
1323
|
+
inputPrice: "0.172e-6",
|
|
1324
|
+
outputPrice: "1.032e-6",
|
|
1325
1325
|
},
|
|
1326
1326
|
{
|
|
1327
1327
|
name: "128K-256K",
|
|
1328
1328
|
upToTokens: 256000,
|
|
1329
|
-
inputPrice: 0.
|
|
1330
|
-
outputPrice: 2.
|
|
1329
|
+
inputPrice: "0.43e-6",
|
|
1330
|
+
outputPrice: "2.58e-6",
|
|
1331
1331
|
},
|
|
1332
1332
|
],
|
|
1333
1333
|
},
|
|
1334
1334
|
],
|
|
1335
|
-
requestPrice: 0,
|
|
1335
|
+
requestPrice: "0",
|
|
1336
1336
|
contextSize: 262144,
|
|
1337
1337
|
maxOutput: 65536,
|
|
1338
1338
|
reasoning: true,
|
|
@@ -1340,7 +1340,7 @@ export const alibabaModels = [
|
|
|
1340
1340
|
vision: true,
|
|
1341
1341
|
tools: true,
|
|
1342
1342
|
webSearch: true,
|
|
1343
|
-
webSearchPrice: 0.01,
|
|
1343
|
+
webSearchPrice: "0.01",
|
|
1344
1344
|
jsonOutput: true,
|
|
1345
1345
|
supportedParameters: [
|
|
1346
1346
|
"temperature",
|
|
@@ -1357,9 +1357,9 @@ export const alibabaModels = [
|
|
|
1357
1357
|
{
|
|
1358
1358
|
providerId: "novita",
|
|
1359
1359
|
modelName: "qwen/qwen3.5-397b-a17b",
|
|
1360
|
-
inputPrice: 0.6
|
|
1361
|
-
outputPrice: 3.6
|
|
1362
|
-
requestPrice: 0,
|
|
1360
|
+
inputPrice: "0.6e-6",
|
|
1361
|
+
outputPrice: "3.6e-6",
|
|
1362
|
+
requestPrice: "0",
|
|
1363
1363
|
contextSize: 262144,
|
|
1364
1364
|
maxOutput: 64000,
|
|
1365
1365
|
reasoning: true,
|
|
@@ -1382,9 +1382,9 @@ export const alibabaModels = [
|
|
|
1382
1382
|
{
|
|
1383
1383
|
providerId: "nebius",
|
|
1384
1384
|
modelName: "Qwen/Qwen3.5-397B-A17B",
|
|
1385
|
-
inputPrice: 0.6
|
|
1386
|
-
outputPrice: 3.6
|
|
1387
|
-
requestPrice: 0,
|
|
1385
|
+
inputPrice: "0.6e-6",
|
|
1386
|
+
outputPrice: "3.6e-6",
|
|
1387
|
+
requestPrice: "0",
|
|
1388
1388
|
contextSize: 262144,
|
|
1389
1389
|
maxOutput: 32768,
|
|
1390
1390
|
reasoning: true,
|
|
@@ -1418,10 +1418,10 @@ export const alibabaModels = [
|
|
|
1418
1418
|
test: "skip",
|
|
1419
1419
|
providerId: "alibaba",
|
|
1420
1420
|
modelName: "qwen-image-plus",
|
|
1421
|
-
discount: 0.2,
|
|
1422
|
-
inputPrice: 0,
|
|
1423
|
-
outputPrice: 0,
|
|
1424
|
-
requestPrice: 0.03,
|
|
1421
|
+
discount: "0.2",
|
|
1422
|
+
inputPrice: "0",
|
|
1423
|
+
outputPrice: "0",
|
|
1424
|
+
requestPrice: "0.03",
|
|
1425
1425
|
contextSize: 2000,
|
|
1426
1426
|
maxOutput: 4096,
|
|
1427
1427
|
streaming: false,
|
|
@@ -1444,9 +1444,9 @@ export const alibabaModels = [
|
|
|
1444
1444
|
test: "skip",
|
|
1445
1445
|
providerId: "alibaba",
|
|
1446
1446
|
modelName: "qwen-image-max",
|
|
1447
|
-
inputPrice: 0,
|
|
1448
|
-
outputPrice: 0,
|
|
1449
|
-
requestPrice: 0.075,
|
|
1447
|
+
inputPrice: "0",
|
|
1448
|
+
outputPrice: "0",
|
|
1449
|
+
requestPrice: "0.075",
|
|
1450
1450
|
contextSize: 2000,
|
|
1451
1451
|
maxOutput: 4096,
|
|
1452
1452
|
streaming: false,
|
|
@@ -1469,10 +1469,10 @@ export const alibabaModels = [
|
|
|
1469
1469
|
test: "skip",
|
|
1470
1470
|
providerId: "alibaba",
|
|
1471
1471
|
modelName: "qwen-image",
|
|
1472
|
-
discount: 0.2,
|
|
1473
|
-
inputPrice: 0,
|
|
1474
|
-
outputPrice: 0,
|
|
1475
|
-
requestPrice: 0.035,
|
|
1472
|
+
discount: "0.2",
|
|
1473
|
+
inputPrice: "0",
|
|
1474
|
+
outputPrice: "0",
|
|
1475
|
+
requestPrice: "0.035",
|
|
1476
1476
|
contextSize: 2000,
|
|
1477
1477
|
maxOutput: 4096,
|
|
1478
1478
|
streaming: false,
|
|
@@ -1495,9 +1495,9 @@ export const alibabaModels = [
|
|
|
1495
1495
|
test: "skip",
|
|
1496
1496
|
providerId: "alibaba",
|
|
1497
1497
|
modelName: "qwen-image-max-2025-12-30",
|
|
1498
|
-
inputPrice: 0,
|
|
1499
|
-
outputPrice: 0,
|
|
1500
|
-
requestPrice: 0.075,
|
|
1498
|
+
inputPrice: "0",
|
|
1499
|
+
outputPrice: "0",
|
|
1500
|
+
requestPrice: "0.075",
|
|
1501
1501
|
contextSize: 2000,
|
|
1502
1502
|
maxOutput: 4096,
|
|
1503
1503
|
streaming: false,
|
|
@@ -1518,19 +1518,19 @@ export const alibabaModels = [
|
|
|
1518
1518
|
{
|
|
1519
1519
|
providerId: "alibaba",
|
|
1520
1520
|
modelName: "qwq-plus",
|
|
1521
|
-
discount: 0.2,
|
|
1522
|
-
inputPrice: 0.
|
|
1523
|
-
outputPrice: 2.
|
|
1521
|
+
discount: "0.2",
|
|
1522
|
+
inputPrice: "0.8e-6",
|
|
1523
|
+
outputPrice: "2.4e-6",
|
|
1524
1524
|
regions: [
|
|
1525
1525
|
{ id: "singapore" },
|
|
1526
1526
|
{
|
|
1527
1527
|
id: "cn-beijing",
|
|
1528
|
-
inputPrice: 0.
|
|
1529
|
-
outputPrice: 0.
|
|
1528
|
+
inputPrice: "0.23e-6",
|
|
1529
|
+
outputPrice: "0.574e-6",
|
|
1530
1530
|
streaming: "only",
|
|
1531
1531
|
},
|
|
1532
1532
|
],
|
|
1533
|
-
requestPrice: 0,
|
|
1533
|
+
requestPrice: "0",
|
|
1534
1534
|
contextSize: 131072,
|
|
1535
1535
|
maxOutput: 8192,
|
|
1536
1536
|
reasoning: true,
|
|
@@ -1553,11 +1553,11 @@ export const alibabaModels = [
|
|
|
1553
1553
|
test: "skip",
|
|
1554
1554
|
providerId: "alibaba",
|
|
1555
1555
|
modelName: "qwen-coder-plus",
|
|
1556
|
-
discount: 0.2,
|
|
1557
|
-
inputPrice: 0.
|
|
1558
|
-
outputPrice: 1.
|
|
1556
|
+
discount: "0.2",
|
|
1557
|
+
inputPrice: "0.502e-6",
|
|
1558
|
+
outputPrice: "1.004e-6",
|
|
1559
1559
|
regions: [{ id: "cn-beijing" }],
|
|
1560
|
-
requestPrice: 0,
|
|
1560
|
+
requestPrice: "0",
|
|
1561
1561
|
contextSize: 131072,
|
|
1562
1562
|
maxOutput: 8192,
|
|
1563
1563
|
streaming: true,
|
|
@@ -1577,10 +1577,10 @@ export const alibabaModels = [
|
|
|
1577
1577
|
{
|
|
1578
1578
|
providerId: "alibaba",
|
|
1579
1579
|
modelName: "qwen3-coder-flash",
|
|
1580
|
-
discount: 0.2,
|
|
1581
|
-
inputPrice: 0.
|
|
1582
|
-
outputPrice: 1.
|
|
1583
|
-
cachedInputPrice: 0.
|
|
1580
|
+
discount: "0.2",
|
|
1581
|
+
inputPrice: "0.3e-6",
|
|
1582
|
+
outputPrice: "1.5e-6",
|
|
1583
|
+
cachedInputPrice: "0.06e-6",
|
|
1584
1584
|
regions: [
|
|
1585
1585
|
{
|
|
1586
1586
|
id: "singapore",
|
|
@@ -1588,107 +1588,107 @@ export const alibabaModels = [
|
|
|
1588
1588
|
{
|
|
1589
1589
|
name: "Up to 32K",
|
|
1590
1590
|
upToTokens: 32000,
|
|
1591
|
-
inputPrice: 0.
|
|
1592
|
-
outputPrice: 1.
|
|
1593
|
-
cachedInputPrice: 0.
|
|
1591
|
+
inputPrice: "0.3e-6",
|
|
1592
|
+
outputPrice: "1.5e-6",
|
|
1593
|
+
cachedInputPrice: "0.06e-6",
|
|
1594
1594
|
},
|
|
1595
1595
|
{
|
|
1596
1596
|
name: "32K-128K",
|
|
1597
1597
|
upToTokens: 128000,
|
|
1598
|
-
inputPrice: 0.
|
|
1599
|
-
outputPrice: 2.
|
|
1600
|
-
cachedInputPrice: 0.
|
|
1598
|
+
inputPrice: "0.5e-6",
|
|
1599
|
+
outputPrice: "2.5e-6",
|
|
1600
|
+
cachedInputPrice: "0.1e-6",
|
|
1601
1601
|
},
|
|
1602
1602
|
{
|
|
1603
1603
|
name: "128K-256K",
|
|
1604
1604
|
upToTokens: 256000,
|
|
1605
|
-
inputPrice: 0.
|
|
1606
|
-
outputPrice: 4.
|
|
1607
|
-
cachedInputPrice: 0.
|
|
1605
|
+
inputPrice: "0.8e-6",
|
|
1606
|
+
outputPrice: "4.0e-6",
|
|
1607
|
+
cachedInputPrice: "0.16e-6",
|
|
1608
1608
|
},
|
|
1609
1609
|
{
|
|
1610
1610
|
name: "Over 256K",
|
|
1611
1611
|
upToTokens: Infinity,
|
|
1612
|
-
inputPrice: 1.6
|
|
1613
|
-
outputPrice: 9.6
|
|
1614
|
-
cachedInputPrice: 0.
|
|
1612
|
+
inputPrice: "1.6e-6",
|
|
1613
|
+
outputPrice: "9.6e-6",
|
|
1614
|
+
cachedInputPrice: "0.32e-6",
|
|
1615
1615
|
},
|
|
1616
1616
|
],
|
|
1617
1617
|
},
|
|
1618
1618
|
{
|
|
1619
1619
|
id: "us-virginia",
|
|
1620
|
-
inputPrice: 0.
|
|
1621
|
-
outputPrice: 0.
|
|
1622
|
-
cachedInputPrice: 0.
|
|
1620
|
+
inputPrice: "0.144e-6",
|
|
1621
|
+
outputPrice: "0.574e-6",
|
|
1622
|
+
cachedInputPrice: "0.029e-6",
|
|
1623
1623
|
pricingTiers: [
|
|
1624
1624
|
{
|
|
1625
1625
|
name: "Up to 32K",
|
|
1626
1626
|
upToTokens: 32000,
|
|
1627
|
-
inputPrice: 0.
|
|
1628
|
-
outputPrice: 0.
|
|
1629
|
-
cachedInputPrice: 0.
|
|
1627
|
+
inputPrice: "0.144e-6",
|
|
1628
|
+
outputPrice: "0.574e-6",
|
|
1629
|
+
cachedInputPrice: "0.029e-6",
|
|
1630
1630
|
},
|
|
1631
1631
|
{
|
|
1632
1632
|
name: "32K-128K",
|
|
1633
1633
|
upToTokens: 128000,
|
|
1634
|
-
inputPrice: 0.
|
|
1635
|
-
outputPrice: 0.
|
|
1636
|
-
cachedInputPrice: 0.
|
|
1634
|
+
inputPrice: "0.24e-6",
|
|
1635
|
+
outputPrice: "0.957e-6",
|
|
1636
|
+
cachedInputPrice: "0.048e-6",
|
|
1637
1637
|
},
|
|
1638
1638
|
{
|
|
1639
1639
|
name: "128K-256K",
|
|
1640
1640
|
upToTokens: 256000,
|
|
1641
|
-
inputPrice: 0.
|
|
1642
|
-
outputPrice: 1.
|
|
1643
|
-
cachedInputPrice: 0.
|
|
1641
|
+
inputPrice: "0.384e-6",
|
|
1642
|
+
outputPrice: "1.53e-6",
|
|
1643
|
+
cachedInputPrice: "0.077e-6",
|
|
1644
1644
|
},
|
|
1645
1645
|
{
|
|
1646
1646
|
name: "Over 256K",
|
|
1647
1647
|
upToTokens: Infinity,
|
|
1648
|
-
inputPrice: 0.
|
|
1649
|
-
outputPrice: 3.
|
|
1650
|
-
cachedInputPrice: 0.
|
|
1648
|
+
inputPrice: "0.768e-6",
|
|
1649
|
+
outputPrice: "3.67e-6",
|
|
1650
|
+
cachedInputPrice: "0.154e-6",
|
|
1651
1651
|
},
|
|
1652
1652
|
],
|
|
1653
1653
|
},
|
|
1654
1654
|
{
|
|
1655
1655
|
id: "cn-beijing",
|
|
1656
|
-
inputPrice: 0.
|
|
1657
|
-
outputPrice: 0.
|
|
1658
|
-
cachedInputPrice: 0.
|
|
1656
|
+
inputPrice: "0.144e-6",
|
|
1657
|
+
outputPrice: "0.574e-6",
|
|
1658
|
+
cachedInputPrice: "0.029e-6",
|
|
1659
1659
|
pricingTiers: [
|
|
1660
1660
|
{
|
|
1661
1661
|
name: "Up to 32K",
|
|
1662
1662
|
upToTokens: 32000,
|
|
1663
|
-
inputPrice: 0.
|
|
1664
|
-
outputPrice: 0.
|
|
1665
|
-
cachedInputPrice: 0.
|
|
1663
|
+
inputPrice: "0.144e-6",
|
|
1664
|
+
outputPrice: "0.574e-6",
|
|
1665
|
+
cachedInputPrice: "0.029e-6",
|
|
1666
1666
|
},
|
|
1667
1667
|
{
|
|
1668
1668
|
name: "32K-128K",
|
|
1669
1669
|
upToTokens: 128000,
|
|
1670
|
-
inputPrice: 0.
|
|
1671
|
-
outputPrice: 0.
|
|
1672
|
-
cachedInputPrice: 0.
|
|
1670
|
+
inputPrice: "0.216e-6",
|
|
1671
|
+
outputPrice: "0.861e-6",
|
|
1672
|
+
cachedInputPrice: "0.043e-6",
|
|
1673
1673
|
},
|
|
1674
1674
|
{
|
|
1675
1675
|
name: "128K-256K",
|
|
1676
1676
|
upToTokens: 256000,
|
|
1677
|
-
inputPrice: 0.
|
|
1678
|
-
outputPrice: 1.
|
|
1679
|
-
cachedInputPrice: 0.
|
|
1677
|
+
inputPrice: "0.359e-6",
|
|
1678
|
+
outputPrice: "1.434e-6",
|
|
1679
|
+
cachedInputPrice: "0.072e-6",
|
|
1680
1680
|
},
|
|
1681
1681
|
{
|
|
1682
1682
|
name: "256K-1M",
|
|
1683
1683
|
upToTokens: 1000000,
|
|
1684
|
-
inputPrice: 0.
|
|
1685
|
-
outputPrice: 3.
|
|
1686
|
-
cachedInputPrice: 0.
|
|
1684
|
+
inputPrice: "0.717e-6",
|
|
1685
|
+
outputPrice: "3.584e-6",
|
|
1686
|
+
cachedInputPrice: "0.143e-6",
|
|
1687
1687
|
},
|
|
1688
1688
|
],
|
|
1689
1689
|
},
|
|
1690
1690
|
],
|
|
1691
|
-
requestPrice: 0,
|
|
1691
|
+
requestPrice: "0",
|
|
1692
1692
|
contextSize: 1000000,
|
|
1693
1693
|
maxOutput: 65536,
|
|
1694
1694
|
streaming: true,
|
|
@@ -1708,10 +1708,10 @@ export const alibabaModels = [
|
|
|
1708
1708
|
{
|
|
1709
1709
|
providerId: "alibaba",
|
|
1710
1710
|
modelName: "qwen3-vl-plus",
|
|
1711
|
-
discount: 0.2,
|
|
1712
|
-
inputPrice: 0.
|
|
1713
|
-
outputPrice: 1.6
|
|
1714
|
-
cachedInputPrice: 0.
|
|
1711
|
+
discount: "0.2",
|
|
1712
|
+
inputPrice: "0.2e-6",
|
|
1713
|
+
outputPrice: "1.6e-6",
|
|
1714
|
+
cachedInputPrice: "0.04e-6",
|
|
1715
1715
|
regions: [
|
|
1716
1716
|
{
|
|
1717
1717
|
id: "singapore",
|
|
@@ -1719,86 +1719,86 @@ export const alibabaModels = [
|
|
|
1719
1719
|
{
|
|
1720
1720
|
name: "Up to 32K",
|
|
1721
1721
|
upToTokens: 32000,
|
|
1722
|
-
inputPrice: 0.
|
|
1723
|
-
outputPrice: 1.6
|
|
1724
|
-
cachedInputPrice: 0.
|
|
1722
|
+
inputPrice: "0.2e-6",
|
|
1723
|
+
outputPrice: "1.6e-6",
|
|
1724
|
+
cachedInputPrice: "0.04e-6",
|
|
1725
1725
|
},
|
|
1726
1726
|
{
|
|
1727
1727
|
name: "32K-128K",
|
|
1728
1728
|
upToTokens: 128000,
|
|
1729
|
-
inputPrice: 0.
|
|
1730
|
-
outputPrice: 2.
|
|
1731
|
-
cachedInputPrice: 0.
|
|
1729
|
+
inputPrice: "0.3e-6",
|
|
1730
|
+
outputPrice: "2.4e-6",
|
|
1731
|
+
cachedInputPrice: "0.06e-6",
|
|
1732
1732
|
},
|
|
1733
1733
|
{
|
|
1734
1734
|
name: "128K-256K",
|
|
1735
1735
|
upToTokens: 256000,
|
|
1736
|
-
inputPrice: 0.6
|
|
1737
|
-
outputPrice: 4.
|
|
1738
|
-
cachedInputPrice: 0.
|
|
1736
|
+
inputPrice: "0.6e-6",
|
|
1737
|
+
outputPrice: "4.8e-6",
|
|
1738
|
+
cachedInputPrice: "0.12e-6",
|
|
1739
1739
|
},
|
|
1740
1740
|
],
|
|
1741
1741
|
},
|
|
1742
1742
|
{
|
|
1743
1743
|
id: "us-virginia",
|
|
1744
|
-
inputPrice: 0.
|
|
1745
|
-
outputPrice: 1.
|
|
1746
|
-
cachedInputPrice: 0.
|
|
1744
|
+
inputPrice: "0.143e-6",
|
|
1745
|
+
outputPrice: "1.434e-6",
|
|
1746
|
+
cachedInputPrice: "0.029e-6",
|
|
1747
1747
|
pricingTiers: [
|
|
1748
1748
|
{
|
|
1749
1749
|
name: "Up to 32K",
|
|
1750
1750
|
upToTokens: 32000,
|
|
1751
|
-
inputPrice: 0.
|
|
1752
|
-
outputPrice: 1.
|
|
1753
|
-
cachedInputPrice: 0.
|
|
1751
|
+
inputPrice: "0.143e-6",
|
|
1752
|
+
outputPrice: "1.434e-6",
|
|
1753
|
+
cachedInputPrice: "0.029e-6",
|
|
1754
1754
|
},
|
|
1755
1755
|
{
|
|
1756
1756
|
name: "32K-128K",
|
|
1757
1757
|
upToTokens: 128000,
|
|
1758
|
-
inputPrice: 0.
|
|
1759
|
-
outputPrice: 2.
|
|
1760
|
-
cachedInputPrice: 0.
|
|
1758
|
+
inputPrice: "0.215e-6",
|
|
1759
|
+
outputPrice: "2.151e-6",
|
|
1760
|
+
cachedInputPrice: "0.043e-6",
|
|
1761
1761
|
},
|
|
1762
1762
|
{
|
|
1763
1763
|
name: "Over 128K",
|
|
1764
1764
|
upToTokens: Infinity,
|
|
1765
|
-
inputPrice: 0.
|
|
1766
|
-
outputPrice: 4.
|
|
1767
|
-
cachedInputPrice: 0.
|
|
1765
|
+
inputPrice: "0.429e-6",
|
|
1766
|
+
outputPrice: "4.302e-6",
|
|
1767
|
+
cachedInputPrice: "0.086e-6",
|
|
1768
1768
|
},
|
|
1769
1769
|
],
|
|
1770
1770
|
},
|
|
1771
1771
|
{
|
|
1772
1772
|
id: "cn-beijing",
|
|
1773
|
-
inputPrice: 0.
|
|
1774
|
-
outputPrice: 1.
|
|
1775
|
-
cachedInputPrice: 0.
|
|
1773
|
+
inputPrice: "0.143e-6",
|
|
1774
|
+
outputPrice: "1.434e-6",
|
|
1775
|
+
cachedInputPrice: "0.029e-6",
|
|
1776
1776
|
pricingTiers: [
|
|
1777
1777
|
{
|
|
1778
1778
|
name: "Up to 32K",
|
|
1779
1779
|
upToTokens: 32000,
|
|
1780
|
-
inputPrice: 0.
|
|
1781
|
-
outputPrice: 1.
|
|
1782
|
-
cachedInputPrice: 0.
|
|
1780
|
+
inputPrice: "0.143e-6",
|
|
1781
|
+
outputPrice: "1.434e-6",
|
|
1782
|
+
cachedInputPrice: "0.029e-6",
|
|
1783
1783
|
},
|
|
1784
1784
|
{
|
|
1785
1785
|
name: "32K-128K",
|
|
1786
1786
|
upToTokens: 128000,
|
|
1787
|
-
inputPrice: 0.
|
|
1788
|
-
outputPrice: 2.
|
|
1789
|
-
cachedInputPrice: 0.
|
|
1787
|
+
inputPrice: "0.215e-6",
|
|
1788
|
+
outputPrice: "2.15e-6",
|
|
1789
|
+
cachedInputPrice: "0.043e-6",
|
|
1790
1790
|
},
|
|
1791
1791
|
{
|
|
1792
1792
|
name: "128K-256K",
|
|
1793
1793
|
upToTokens: 256000,
|
|
1794
|
-
inputPrice: 0.
|
|
1795
|
-
outputPrice: 4.
|
|
1796
|
-
cachedInputPrice: 0.
|
|
1794
|
+
inputPrice: "0.43e-6",
|
|
1795
|
+
outputPrice: "4.301e-6",
|
|
1796
|
+
cachedInputPrice: "0.086e-6",
|
|
1797
1797
|
},
|
|
1798
1798
|
],
|
|
1799
1799
|
},
|
|
1800
1800
|
],
|
|
1801
|
-
requestPrice: 0,
|
|
1801
|
+
requestPrice: "0",
|
|
1802
1802
|
contextSize: 262144,
|
|
1803
1803
|
maxOutput: 32768,
|
|
1804
1804
|
streaming: true,
|
|
@@ -1818,10 +1818,10 @@ export const alibabaModels = [
|
|
|
1818
1818
|
{
|
|
1819
1819
|
providerId: "alibaba",
|
|
1820
1820
|
modelName: "qwen3-vl-flash",
|
|
1821
|
-
discount: 0.2,
|
|
1822
|
-
inputPrice: 0.
|
|
1823
|
-
outputPrice: 0.
|
|
1824
|
-
cachedInputPrice: 0.
|
|
1821
|
+
discount: "0.2",
|
|
1822
|
+
inputPrice: "0.05e-6",
|
|
1823
|
+
outputPrice: "0.4e-6",
|
|
1824
|
+
cachedInputPrice: "0.01e-6",
|
|
1825
1825
|
regions: [
|
|
1826
1826
|
{
|
|
1827
1827
|
id: "singapore",
|
|
@@ -1829,86 +1829,86 @@ export const alibabaModels = [
|
|
|
1829
1829
|
{
|
|
1830
1830
|
name: "Up to 32K",
|
|
1831
1831
|
upToTokens: 32000,
|
|
1832
|
-
inputPrice: 0.
|
|
1833
|
-
outputPrice: 0.
|
|
1834
|
-
cachedInputPrice: 0.
|
|
1832
|
+
inputPrice: "0.05e-6",
|
|
1833
|
+
outputPrice: "0.4e-6",
|
|
1834
|
+
cachedInputPrice: "0.01e-6",
|
|
1835
1835
|
},
|
|
1836
1836
|
{
|
|
1837
1837
|
name: "32K-128K",
|
|
1838
1838
|
upToTokens: 128000,
|
|
1839
|
-
inputPrice: 0.
|
|
1840
|
-
outputPrice: 0.6
|
|
1841
|
-
cachedInputPrice: 0.
|
|
1839
|
+
inputPrice: "0.075e-6",
|
|
1840
|
+
outputPrice: "0.6e-6",
|
|
1841
|
+
cachedInputPrice: "0.015e-6",
|
|
1842
1842
|
},
|
|
1843
1843
|
{
|
|
1844
1844
|
name: "128K-256K",
|
|
1845
1845
|
upToTokens: 256000,
|
|
1846
|
-
inputPrice: 0.
|
|
1847
|
-
outputPrice: 0.
|
|
1848
|
-
cachedInputPrice: 0.
|
|
1846
|
+
inputPrice: "0.12e-6",
|
|
1847
|
+
outputPrice: "0.96e-6",
|
|
1848
|
+
cachedInputPrice: "0.024e-6",
|
|
1849
1849
|
},
|
|
1850
1850
|
],
|
|
1851
1851
|
},
|
|
1852
1852
|
{
|
|
1853
1853
|
id: "us-virginia",
|
|
1854
|
-
inputPrice: 0.
|
|
1855
|
-
outputPrice: 0.
|
|
1856
|
-
cachedInputPrice: 0.
|
|
1854
|
+
inputPrice: "0.022e-6",
|
|
1855
|
+
outputPrice: "0.215e-6",
|
|
1856
|
+
cachedInputPrice: "0.0044e-6",
|
|
1857
1857
|
pricingTiers: [
|
|
1858
1858
|
{
|
|
1859
1859
|
name: "Up to 32K",
|
|
1860
1860
|
upToTokens: 32000,
|
|
1861
|
-
inputPrice: 0.
|
|
1862
|
-
outputPrice: 0.
|
|
1863
|
-
cachedInputPrice: 0.
|
|
1861
|
+
inputPrice: "0.022e-6",
|
|
1862
|
+
outputPrice: "0.215e-6",
|
|
1863
|
+
cachedInputPrice: "0.0044e-6",
|
|
1864
1864
|
},
|
|
1865
1865
|
{
|
|
1866
1866
|
name: "32K-128K",
|
|
1867
1867
|
upToTokens: 128000,
|
|
1868
|
-
inputPrice: 0.
|
|
1869
|
-
outputPrice: 0.
|
|
1870
|
-
cachedInputPrice: 0.
|
|
1868
|
+
inputPrice: "0.033e-6",
|
|
1869
|
+
outputPrice: "0.323e-6",
|
|
1870
|
+
cachedInputPrice: "0.0066e-6",
|
|
1871
1871
|
},
|
|
1872
1872
|
{
|
|
1873
1873
|
name: "Over 128K",
|
|
1874
1874
|
upToTokens: Infinity,
|
|
1875
|
-
inputPrice: 0.
|
|
1876
|
-
outputPrice: 0.
|
|
1877
|
-
cachedInputPrice: 0.
|
|
1875
|
+
inputPrice: "0.053e-6",
|
|
1876
|
+
outputPrice: "0.516e-6",
|
|
1877
|
+
cachedInputPrice: "0.0106e-6",
|
|
1878
1878
|
},
|
|
1879
1879
|
],
|
|
1880
1880
|
},
|
|
1881
1881
|
{
|
|
1882
1882
|
id: "cn-beijing",
|
|
1883
|
-
inputPrice: 0.
|
|
1884
|
-
outputPrice: 0.
|
|
1885
|
-
cachedInputPrice: 0.
|
|
1883
|
+
inputPrice: "0.022e-6",
|
|
1884
|
+
outputPrice: "0.215e-6",
|
|
1885
|
+
cachedInputPrice: "0.0044e-6",
|
|
1886
1886
|
pricingTiers: [
|
|
1887
1887
|
{
|
|
1888
1888
|
name: "Up to 32K",
|
|
1889
1889
|
upToTokens: 32000,
|
|
1890
|
-
inputPrice: 0.
|
|
1891
|
-
outputPrice: 0.
|
|
1892
|
-
cachedInputPrice: 0.
|
|
1890
|
+
inputPrice: "0.022e-6",
|
|
1891
|
+
outputPrice: "0.215e-6",
|
|
1892
|
+
cachedInputPrice: "0.0044e-6",
|
|
1893
1893
|
},
|
|
1894
1894
|
{
|
|
1895
1895
|
name: "32K-128K",
|
|
1896
1896
|
upToTokens: 128000,
|
|
1897
|
-
inputPrice: 0.
|
|
1898
|
-
outputPrice: 0.
|
|
1899
|
-
cachedInputPrice: 0.
|
|
1897
|
+
inputPrice: "0.043e-6",
|
|
1898
|
+
outputPrice: "0.43e-6",
|
|
1899
|
+
cachedInputPrice: "0.0086e-6",
|
|
1900
1900
|
},
|
|
1901
1901
|
{
|
|
1902
1902
|
name: "128K-256K",
|
|
1903
1903
|
upToTokens: 256000,
|
|
1904
|
-
inputPrice: 0.
|
|
1905
|
-
outputPrice: 0.
|
|
1906
|
-
cachedInputPrice: 0.
|
|
1904
|
+
inputPrice: "0.086e-6",
|
|
1905
|
+
outputPrice: "0.859e-6",
|
|
1906
|
+
cachedInputPrice: "0.017e-6",
|
|
1907
1907
|
},
|
|
1908
1908
|
],
|
|
1909
1909
|
},
|
|
1910
1910
|
],
|
|
1911
|
-
requestPrice: 0,
|
|
1911
|
+
requestPrice: "0",
|
|
1912
1912
|
contextSize: 262144,
|
|
1913
1913
|
maxOutput: 32768,
|
|
1914
1914
|
streaming: true,
|
|
@@ -1928,10 +1928,10 @@ export const alibabaModels = [
|
|
|
1928
1928
|
{
|
|
1929
1929
|
providerId: "alibaba",
|
|
1930
1930
|
modelName: "qwen3-vl-235b-a22b-instruct",
|
|
1931
|
-
discount: 0.2,
|
|
1932
|
-
inputPrice: 0.
|
|
1933
|
-
outputPrice: 2.
|
|
1934
|
-
requestPrice: 0,
|
|
1931
|
+
discount: "0.2",
|
|
1932
|
+
inputPrice: "0.5e-6",
|
|
1933
|
+
outputPrice: "2.0e-6",
|
|
1934
|
+
requestPrice: "0",
|
|
1935
1935
|
contextSize: 131072,
|
|
1936
1936
|
maxOutput: 32768,
|
|
1937
1937
|
streaming: true,
|
|
@@ -1942,9 +1942,9 @@ export const alibabaModels = [
|
|
|
1942
1942
|
{
|
|
1943
1943
|
providerId: "novita",
|
|
1944
1944
|
modelName: "qwen/qwen3-vl-235b-a22b-instruct",
|
|
1945
|
-
inputPrice: 0.
|
|
1946
|
-
outputPrice: 1.
|
|
1947
|
-
requestPrice: 0,
|
|
1945
|
+
inputPrice: "0.3e-6",
|
|
1946
|
+
outputPrice: "1.5e-6",
|
|
1947
|
+
requestPrice: "0",
|
|
1948
1948
|
contextSize: 131072,
|
|
1949
1949
|
maxOutput: 32768,
|
|
1950
1950
|
streaming: true,
|
|
@@ -1964,10 +1964,10 @@ export const alibabaModels = [
|
|
|
1964
1964
|
{
|
|
1965
1965
|
providerId: "alibaba",
|
|
1966
1966
|
modelName: "qwen3-vl-235b-a22b-thinking",
|
|
1967
|
-
discount: 0.2,
|
|
1968
|
-
inputPrice: 0.
|
|
1969
|
-
outputPrice: 2.
|
|
1970
|
-
requestPrice: 0,
|
|
1967
|
+
discount: "0.2",
|
|
1968
|
+
inputPrice: "0.5e-6",
|
|
1969
|
+
outputPrice: "2.0e-6",
|
|
1970
|
+
requestPrice: "0",
|
|
1971
1971
|
contextSize: 131072,
|
|
1972
1972
|
maxOutput: 32768,
|
|
1973
1973
|
reasoning: true,
|
|
@@ -1980,9 +1980,9 @@ export const alibabaModels = [
|
|
|
1980
1980
|
{
|
|
1981
1981
|
providerId: "novita",
|
|
1982
1982
|
modelName: "qwen/qwen3-vl-235b-a22b-thinking",
|
|
1983
|
-
inputPrice: 0.
|
|
1984
|
-
outputPrice: 3.
|
|
1985
|
-
requestPrice: 0,
|
|
1983
|
+
inputPrice: "0.98e-6",
|
|
1984
|
+
outputPrice: "3.95e-6",
|
|
1985
|
+
requestPrice: "0",
|
|
1986
1986
|
contextSize: 131072,
|
|
1987
1987
|
maxOutput: 32768,
|
|
1988
1988
|
reasoning: true,
|
|
@@ -2004,10 +2004,10 @@ export const alibabaModels = [
|
|
|
2004
2004
|
test: "skip",
|
|
2005
2005
|
providerId: "alibaba",
|
|
2006
2006
|
modelName: "qwen2.5-vl-32b-instruct",
|
|
2007
|
-
discount: 0.2,
|
|
2008
|
-
inputPrice: 1.
|
|
2009
|
-
outputPrice: 4.
|
|
2010
|
-
requestPrice: 0,
|
|
2007
|
+
discount: "0.2",
|
|
2008
|
+
inputPrice: "1.4e-6",
|
|
2009
|
+
outputPrice: "4.2e-6",
|
|
2010
|
+
requestPrice: "0",
|
|
2011
2011
|
contextSize: 131072,
|
|
2012
2012
|
maxOutput: 32768,
|
|
2013
2013
|
streaming: true,
|
|
@@ -2028,10 +2028,10 @@ export const alibabaModels = [
|
|
|
2028
2028
|
test: "skip",
|
|
2029
2029
|
providerId: "alibaba",
|
|
2030
2030
|
modelName: "qwen3-max-2026-01-23",
|
|
2031
|
-
discount: 0.2,
|
|
2032
|
-
inputPrice: 1.
|
|
2033
|
-
outputPrice: 6.
|
|
2034
|
-
cachedInputPrice: 0.
|
|
2031
|
+
discount: "0.2",
|
|
2032
|
+
inputPrice: "1.2e-6",
|
|
2033
|
+
outputPrice: "6.0e-6",
|
|
2034
|
+
cachedInputPrice: "0.24e-6",
|
|
2035
2035
|
regions: [
|
|
2036
2036
|
{
|
|
2037
2037
|
id: "singapore",
|
|
@@ -2039,86 +2039,86 @@ export const alibabaModels = [
|
|
|
2039
2039
|
{
|
|
2040
2040
|
name: "Up to 32K",
|
|
2041
2041
|
upToTokens: 32000,
|
|
2042
|
-
inputPrice: 1.
|
|
2043
|
-
outputPrice: 6.
|
|
2044
|
-
cachedInputPrice: 0.
|
|
2042
|
+
inputPrice: "1.2e-6",
|
|
2043
|
+
outputPrice: "6.0e-6",
|
|
2044
|
+
cachedInputPrice: "0.24e-6",
|
|
2045
2045
|
},
|
|
2046
2046
|
{
|
|
2047
2047
|
name: "32K-128K",
|
|
2048
2048
|
upToTokens: 128000,
|
|
2049
|
-
inputPrice: 2.
|
|
2050
|
-
outputPrice: 12.
|
|
2051
|
-
cachedInputPrice: 0.
|
|
2049
|
+
inputPrice: "2.4e-6",
|
|
2050
|
+
outputPrice: "12.0e-6",
|
|
2051
|
+
cachedInputPrice: "0.48e-6",
|
|
2052
2052
|
},
|
|
2053
2053
|
{
|
|
2054
2054
|
name: "128K-252K",
|
|
2055
2055
|
upToTokens: 252000,
|
|
2056
|
-
inputPrice: 3.
|
|
2057
|
-
outputPrice: 15.
|
|
2058
|
-
cachedInputPrice: 0.6
|
|
2056
|
+
inputPrice: "3.0e-6",
|
|
2057
|
+
outputPrice: "15.0e-6",
|
|
2058
|
+
cachedInputPrice: "0.6e-6",
|
|
2059
2059
|
},
|
|
2060
2060
|
],
|
|
2061
2061
|
},
|
|
2062
2062
|
{
|
|
2063
2063
|
id: "us-virginia",
|
|
2064
|
-
inputPrice: 0.
|
|
2065
|
-
outputPrice: 1.
|
|
2066
|
-
cachedInputPrice: 0.
|
|
2064
|
+
inputPrice: "0.359e-6",
|
|
2065
|
+
outputPrice: "1.434e-6",
|
|
2066
|
+
cachedInputPrice: "0.072e-6",
|
|
2067
2067
|
pricingTiers: [
|
|
2068
2068
|
{
|
|
2069
2069
|
name: "Up to 32K",
|
|
2070
2070
|
upToTokens: 32000,
|
|
2071
|
-
inputPrice: 0.
|
|
2072
|
-
outputPrice: 1.
|
|
2073
|
-
cachedInputPrice: 0.
|
|
2071
|
+
inputPrice: "0.359e-6",
|
|
2072
|
+
outputPrice: "1.434e-6",
|
|
2073
|
+
cachedInputPrice: "0.072e-6",
|
|
2074
2074
|
},
|
|
2075
2075
|
{
|
|
2076
2076
|
name: "32K-128K",
|
|
2077
2077
|
upToTokens: 128000,
|
|
2078
|
-
inputPrice: 0.
|
|
2079
|
-
outputPrice: 2.
|
|
2080
|
-
cachedInputPrice: 0.
|
|
2078
|
+
inputPrice: "0.718e-6",
|
|
2079
|
+
outputPrice: "2.868e-6",
|
|
2080
|
+
cachedInputPrice: "0.144e-6",
|
|
2081
2081
|
},
|
|
2082
2082
|
{
|
|
2083
2083
|
name: "Over 128K",
|
|
2084
2084
|
upToTokens: Infinity,
|
|
2085
|
-
inputPrice: 0.
|
|
2086
|
-
outputPrice: 3.
|
|
2087
|
-
cachedInputPrice: 0.
|
|
2085
|
+
inputPrice: "0.898e-6",
|
|
2086
|
+
outputPrice: "3.585e-6",
|
|
2087
|
+
cachedInputPrice: "0.18e-6",
|
|
2088
2088
|
},
|
|
2089
2089
|
],
|
|
2090
2090
|
},
|
|
2091
2091
|
{
|
|
2092
2092
|
id: "cn-beijing",
|
|
2093
|
-
inputPrice: 0.
|
|
2094
|
-
outputPrice: 1.
|
|
2095
|
-
cachedInputPrice: 0.
|
|
2093
|
+
inputPrice: "0.359e-6",
|
|
2094
|
+
outputPrice: "1.434e-6",
|
|
2095
|
+
cachedInputPrice: "0.072e-6",
|
|
2096
2096
|
pricingTiers: [
|
|
2097
2097
|
{
|
|
2098
2098
|
name: "Up to 32K",
|
|
2099
2099
|
upToTokens: 32000,
|
|
2100
|
-
inputPrice: 0.
|
|
2101
|
-
outputPrice: 1.
|
|
2102
|
-
cachedInputPrice: 0.
|
|
2100
|
+
inputPrice: "0.359e-6",
|
|
2101
|
+
outputPrice: "1.434e-6",
|
|
2102
|
+
cachedInputPrice: "0.072e-6",
|
|
2103
2103
|
},
|
|
2104
2104
|
{
|
|
2105
2105
|
name: "32K-128K",
|
|
2106
2106
|
upToTokens: 128000,
|
|
2107
|
-
inputPrice: 0.
|
|
2108
|
-
outputPrice: 2.
|
|
2109
|
-
cachedInputPrice: 0.
|
|
2107
|
+
inputPrice: "0.574e-6",
|
|
2108
|
+
outputPrice: "2.294e-6",
|
|
2109
|
+
cachedInputPrice: "0.115e-6",
|
|
2110
2110
|
},
|
|
2111
2111
|
{
|
|
2112
2112
|
name: "128K-252K",
|
|
2113
2113
|
upToTokens: 252000,
|
|
2114
|
-
inputPrice: 1.
|
|
2115
|
-
outputPrice: 4.
|
|
2116
|
-
cachedInputPrice: 0.
|
|
2114
|
+
inputPrice: "1.004e-6",
|
|
2115
|
+
outputPrice: "4.014e-6",
|
|
2116
|
+
cachedInputPrice: "0.201e-6",
|
|
2117
2117
|
},
|
|
2118
2118
|
],
|
|
2119
2119
|
},
|
|
2120
2120
|
],
|
|
2121
|
-
requestPrice: 0,
|
|
2121
|
+
requestPrice: "0",
|
|
2122
2122
|
contextSize: 262144,
|
|
2123
2123
|
maxOutput: 65536,
|
|
2124
2124
|
reasoning: true,
|
|
@@ -2143,10 +2143,10 @@ export const alibabaModels = [
|
|
|
2143
2143
|
test: "skip",
|
|
2144
2144
|
providerId: "alibaba",
|
|
2145
2145
|
modelName: "qwen-image-edit-plus",
|
|
2146
|
-
discount: 0.2,
|
|
2147
|
-
inputPrice: 0,
|
|
2148
|
-
outputPrice: 0,
|
|
2149
|
-
requestPrice: 0.04,
|
|
2146
|
+
discount: "0.2",
|
|
2147
|
+
inputPrice: "0",
|
|
2148
|
+
outputPrice: "0",
|
|
2149
|
+
requestPrice: "0.04",
|
|
2150
2150
|
contextSize: 2000,
|
|
2151
2151
|
maxOutput: 4096,
|
|
2152
2152
|
streaming: false,
|
|
@@ -2170,10 +2170,10 @@ export const alibabaModels = [
|
|
|
2170
2170
|
test: "skip",
|
|
2171
2171
|
providerId: "alibaba",
|
|
2172
2172
|
modelName: "qwen-image-edit-max",
|
|
2173
|
-
discount: 0.2,
|
|
2174
|
-
inputPrice: 0,
|
|
2175
|
-
outputPrice: 0,
|
|
2176
|
-
requestPrice: 0.08,
|
|
2173
|
+
discount: "0.2",
|
|
2174
|
+
inputPrice: "0",
|
|
2175
|
+
outputPrice: "0",
|
|
2176
|
+
requestPrice: "0.08",
|
|
2177
2177
|
contextSize: 2000,
|
|
2178
2178
|
maxOutput: 4096,
|
|
2179
2179
|
streaming: false,
|
|
@@ -2194,12 +2194,12 @@ export const alibabaModels = [
|
|
|
2194
2194
|
{
|
|
2195
2195
|
providerId: "alibaba",
|
|
2196
2196
|
modelName: "qwen3.6-max-preview",
|
|
2197
|
-
discount: 0.2,
|
|
2198
|
-
inputPrice: 1.
|
|
2199
|
-
outputPrice: 7.
|
|
2200
|
-
cachedInputPrice: 0.
|
|
2197
|
+
discount: "0.2",
|
|
2198
|
+
inputPrice: "1.3e-6",
|
|
2199
|
+
outputPrice: "7.8e-6",
|
|
2200
|
+
cachedInputPrice: "0.13e-6",
|
|
2201
2201
|
regions: [{ id: "singapore" }],
|
|
2202
|
-
requestPrice: 0,
|
|
2202
|
+
requestPrice: "0",
|
|
2203
2203
|
contextSize: 262144,
|
|
2204
2204
|
maxOutput: 65536,
|
|
2205
2205
|
reasoning: true,
|
|
@@ -2231,12 +2231,12 @@ export const alibabaModels = [
|
|
|
2231
2231
|
{
|
|
2232
2232
|
providerId: "alibaba",
|
|
2233
2233
|
modelName: "qwen3.6-plus",
|
|
2234
|
-
discount: 0.2,
|
|
2235
|
-
inputPrice: 0.
|
|
2236
|
-
outputPrice:
|
|
2237
|
-
cachedInputPrice: 0.
|
|
2234
|
+
discount: "0.2",
|
|
2235
|
+
inputPrice: "0.5e-6",
|
|
2236
|
+
outputPrice: "3e-6",
|
|
2237
|
+
cachedInputPrice: "0.05e-6",
|
|
2238
2238
|
regions: [{ id: "singapore" }],
|
|
2239
|
-
requestPrice: 0,
|
|
2239
|
+
requestPrice: "0",
|
|
2240
2240
|
contextSize: 262144,
|
|
2241
2241
|
maxOutput: 65536,
|
|
2242
2242
|
reasoning: true,
|
|
@@ -2244,7 +2244,7 @@ export const alibabaModels = [
|
|
|
2244
2244
|
vision: true,
|
|
2245
2245
|
tools: true,
|
|
2246
2246
|
webSearch: true,
|
|
2247
|
-
webSearchPrice: 0.01,
|
|
2247
|
+
webSearchPrice: "0.01",
|
|
2248
2248
|
jsonOutput: true,
|
|
2249
2249
|
supportedParameters: [
|
|
2250
2250
|
"temperature",
|
|
@@ -2270,11 +2270,11 @@ export const alibabaModels = [
|
|
|
2270
2270
|
{
|
|
2271
2271
|
providerId: "alibaba",
|
|
2272
2272
|
modelName: "qwen3.6-35b-a3b",
|
|
2273
|
-
discount: 0.2,
|
|
2274
|
-
inputPrice: 0.
|
|
2275
|
-
outputPrice: 1.
|
|
2273
|
+
discount: "0.2",
|
|
2274
|
+
inputPrice: "0.248e-6",
|
|
2275
|
+
outputPrice: "1.485e-6",
|
|
2276
2276
|
regions: [{ id: "singapore" }],
|
|
2277
|
-
requestPrice: 0,
|
|
2277
|
+
requestPrice: "0",
|
|
2278
2278
|
contextSize: 262144,
|
|
2279
2279
|
maxOutput: 65536,
|
|
2280
2280
|
reasoning: true,
|
|
@@ -2282,7 +2282,7 @@ export const alibabaModels = [
|
|
|
2282
2282
|
vision: true,
|
|
2283
2283
|
tools: true,
|
|
2284
2284
|
webSearch: true,
|
|
2285
|
-
webSearchPrice: 0.01,
|
|
2285
|
+
webSearchPrice: "0.01",
|
|
2286
2286
|
jsonOutput: true,
|
|
2287
2287
|
supportedParameters: [
|
|
2288
2288
|
"temperature",
|