@llmgateway/models 1.242.0 → 1.243.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 +125 -0
- package/dist/models/alibaba.js +134 -2
- package/dist/models/alibaba.js.map +1 -1
- package/dist/models/deepseek.d.ts +4 -0
- package/dist/models/deepseek.js +2 -0
- package/dist/models/deepseek.js.map +1 -1
- package/dist/models/moonshot.d.ts +4 -0
- package/dist/models/moonshot.js +5 -1
- package/dist/models/moonshot.js.map +1 -1
- package/dist/models/zai.d.ts +6 -0
- package/dist/models/zai.js +6 -1
- package/dist/models/zai.js.map +1 -1
- package/dist/models.d.ts +139 -0
- package/dist/providers.js +1 -0
- package/dist/providers.js.map +1 -1
- package/package.json +1 -1
package/dist/models/alibaba.d.ts
CHANGED
|
@@ -52,6 +52,7 @@ export declare const alibabaModels: [{
|
|
|
52
52
|
readonly vision: true;
|
|
53
53
|
readonly tools: true;
|
|
54
54
|
readonly jsonOutput: true;
|
|
55
|
+
readonly deactivatedAt: Date;
|
|
55
56
|
}];
|
|
56
57
|
}, {
|
|
57
58
|
readonly id: "qwen-plus";
|
|
@@ -86,6 +87,8 @@ export declare const alibabaModels: [{
|
|
|
86
87
|
}];
|
|
87
88
|
readonly regions: [{
|
|
88
89
|
readonly id: "singapore";
|
|
90
|
+
}, {
|
|
91
|
+
readonly id: "eu-frankfurt";
|
|
89
92
|
}, {
|
|
90
93
|
readonly id: "us-virginia";
|
|
91
94
|
readonly inputPrice: "0.115e-6";
|
|
@@ -258,6 +261,44 @@ export declare const alibabaModels: [{
|
|
|
258
261
|
readonly cacheReadInputPrice: "0.025e-6";
|
|
259
262
|
readonly cacheWriteInputPrice: "0.3125e-6";
|
|
260
263
|
}];
|
|
264
|
+
}, {
|
|
265
|
+
readonly id: "eu-frankfurt";
|
|
266
|
+
readonly pricingTiers: [{
|
|
267
|
+
readonly name: "Up to 256K";
|
|
268
|
+
readonly upToTokens: 256000;
|
|
269
|
+
readonly inputPrice: "0.05e-6";
|
|
270
|
+
readonly outputPrice: "0.4e-6";
|
|
271
|
+
readonly cachedInputPrice: "0.01e-6";
|
|
272
|
+
readonly cacheReadInputPrice: "0.005e-6";
|
|
273
|
+
readonly cacheWriteInputPrice: "0.0625e-6";
|
|
274
|
+
}, {
|
|
275
|
+
readonly name: "Over 256K";
|
|
276
|
+
readonly upToTokens: number;
|
|
277
|
+
readonly inputPrice: "0.25e-6";
|
|
278
|
+
readonly outputPrice: "2.0e-6";
|
|
279
|
+
readonly cachedInputPrice: "0.05e-6";
|
|
280
|
+
readonly cacheReadInputPrice: "0.025e-6";
|
|
281
|
+
readonly cacheWriteInputPrice: "0.3125e-6";
|
|
282
|
+
}];
|
|
283
|
+
}, {
|
|
284
|
+
readonly id: "us-virginia";
|
|
285
|
+
readonly pricingTiers: [{
|
|
286
|
+
readonly name: "Up to 256K";
|
|
287
|
+
readonly upToTokens: 256000;
|
|
288
|
+
readonly inputPrice: "0.05e-6";
|
|
289
|
+
readonly outputPrice: "0.4e-6";
|
|
290
|
+
readonly cachedInputPrice: "0.01e-6";
|
|
291
|
+
readonly cacheReadInputPrice: "0.005e-6";
|
|
292
|
+
readonly cacheWriteInputPrice: "0.0625e-6";
|
|
293
|
+
}, {
|
|
294
|
+
readonly name: "Over 256K";
|
|
295
|
+
readonly upToTokens: number;
|
|
296
|
+
readonly inputPrice: "0.25e-6";
|
|
297
|
+
readonly outputPrice: "2.0e-6";
|
|
298
|
+
readonly cachedInputPrice: "0.05e-6";
|
|
299
|
+
readonly cacheReadInputPrice: "0.025e-6";
|
|
300
|
+
readonly cacheWriteInputPrice: "0.3125e-6";
|
|
301
|
+
}];
|
|
261
302
|
}, {
|
|
262
303
|
readonly id: "cn-beijing";
|
|
263
304
|
readonly inputPrice: "0.022e-6";
|
|
@@ -310,6 +351,11 @@ export declare const alibabaModels: [{
|
|
|
310
351
|
readonly externalId: "qwen-omni-turbo";
|
|
311
352
|
readonly inputPrice: "0.2e-6";
|
|
312
353
|
readonly outputPrice: "0.8e-6";
|
|
354
|
+
readonly regions: [{
|
|
355
|
+
readonly id: "singapore";
|
|
356
|
+
}, {
|
|
357
|
+
readonly id: "cn-beijing";
|
|
358
|
+
}];
|
|
313
359
|
readonly requestPrice: "0";
|
|
314
360
|
readonly contextSize: 32768;
|
|
315
361
|
readonly maxOutput: 8192;
|
|
@@ -1504,6 +1550,8 @@ export declare const alibabaModels: [{
|
|
|
1504
1550
|
readonly outputPrice: "3.6e-6";
|
|
1505
1551
|
readonly regions: [{
|
|
1506
1552
|
readonly id: "singapore";
|
|
1553
|
+
}, {
|
|
1554
|
+
readonly id: "us-virginia";
|
|
1507
1555
|
}, {
|
|
1508
1556
|
readonly id: "cn-beijing";
|
|
1509
1557
|
readonly inputPrice: "0.172e-6";
|
|
@@ -1745,6 +1793,8 @@ export declare const alibabaModels: [{
|
|
|
1745
1793
|
readonly inputPrice: "0.502e-6";
|
|
1746
1794
|
readonly outputPrice: "1.004e-6";
|
|
1747
1795
|
readonly regions: [{
|
|
1796
|
+
readonly id: "singapore";
|
|
1797
|
+
}, {
|
|
1748
1798
|
readonly id: "cn-beijing";
|
|
1749
1799
|
}];
|
|
1750
1800
|
readonly requestPrice: "0";
|
|
@@ -1804,6 +1854,41 @@ export declare const alibabaModels: [{
|
|
|
1804
1854
|
readonly cacheReadInputPrice: "0.16e-6";
|
|
1805
1855
|
readonly cacheWriteInputPrice: "2.0e-6";
|
|
1806
1856
|
}];
|
|
1857
|
+
}, {
|
|
1858
|
+
readonly id: "eu-frankfurt";
|
|
1859
|
+
readonly pricingTiers: [{
|
|
1860
|
+
readonly name: "Up to 32K";
|
|
1861
|
+
readonly upToTokens: 32000;
|
|
1862
|
+
readonly inputPrice: "0.3e-6";
|
|
1863
|
+
readonly outputPrice: "1.5e-6";
|
|
1864
|
+
readonly cachedInputPrice: "0.06e-6";
|
|
1865
|
+
readonly cacheReadInputPrice: "0.03e-6";
|
|
1866
|
+
readonly cacheWriteInputPrice: "0.375e-6";
|
|
1867
|
+
}, {
|
|
1868
|
+
readonly name: "32K-128K";
|
|
1869
|
+
readonly upToTokens: 128000;
|
|
1870
|
+
readonly inputPrice: "0.5e-6";
|
|
1871
|
+
readonly outputPrice: "2.5e-6";
|
|
1872
|
+
readonly cachedInputPrice: "0.1e-6";
|
|
1873
|
+
readonly cacheReadInputPrice: "0.05e-6";
|
|
1874
|
+
readonly cacheWriteInputPrice: "0.625e-6";
|
|
1875
|
+
}, {
|
|
1876
|
+
readonly name: "128K-256K";
|
|
1877
|
+
readonly upToTokens: 256000;
|
|
1878
|
+
readonly inputPrice: "0.8e-6";
|
|
1879
|
+
readonly outputPrice: "4.0e-6";
|
|
1880
|
+
readonly cachedInputPrice: "0.16e-6";
|
|
1881
|
+
readonly cacheReadInputPrice: "0.08e-6";
|
|
1882
|
+
readonly cacheWriteInputPrice: "1.0e-6";
|
|
1883
|
+
}, {
|
|
1884
|
+
readonly name: "Over 256K";
|
|
1885
|
+
readonly upToTokens: number;
|
|
1886
|
+
readonly inputPrice: "1.6e-6";
|
|
1887
|
+
readonly outputPrice: "9.6e-6";
|
|
1888
|
+
readonly cachedInputPrice: "0.32e-6";
|
|
1889
|
+
readonly cacheReadInputPrice: "0.16e-6";
|
|
1890
|
+
readonly cacheWriteInputPrice: "2.0e-6";
|
|
1891
|
+
}];
|
|
1807
1892
|
}, {
|
|
1808
1893
|
readonly id: "us-virginia";
|
|
1809
1894
|
readonly inputPrice: "0.144e-6";
|
|
@@ -1934,6 +2019,33 @@ export declare const alibabaModels: [{
|
|
|
1934
2019
|
readonly cacheReadInputPrice: "0.06e-6";
|
|
1935
2020
|
readonly cacheWriteInputPrice: "0.75e-6";
|
|
1936
2021
|
}];
|
|
2022
|
+
}, {
|
|
2023
|
+
readonly id: "eu-frankfurt";
|
|
2024
|
+
readonly pricingTiers: [{
|
|
2025
|
+
readonly name: "Up to 32K";
|
|
2026
|
+
readonly upToTokens: 32000;
|
|
2027
|
+
readonly inputPrice: "0.2e-6";
|
|
2028
|
+
readonly outputPrice: "1.6e-6";
|
|
2029
|
+
readonly cachedInputPrice: "0.04e-6";
|
|
2030
|
+
readonly cacheReadInputPrice: "0.02e-6";
|
|
2031
|
+
readonly cacheWriteInputPrice: "0.25e-6";
|
|
2032
|
+
}, {
|
|
2033
|
+
readonly name: "32K-128K";
|
|
2034
|
+
readonly upToTokens: 128000;
|
|
2035
|
+
readonly inputPrice: "0.3e-6";
|
|
2036
|
+
readonly outputPrice: "2.4e-6";
|
|
2037
|
+
readonly cachedInputPrice: "0.06e-6";
|
|
2038
|
+
readonly cacheReadInputPrice: "0.03e-6";
|
|
2039
|
+
readonly cacheWriteInputPrice: "0.375e-6";
|
|
2040
|
+
}, {
|
|
2041
|
+
readonly name: "128K-256K";
|
|
2042
|
+
readonly upToTokens: 256000;
|
|
2043
|
+
readonly inputPrice: "0.6e-6";
|
|
2044
|
+
readonly outputPrice: "4.8e-6";
|
|
2045
|
+
readonly cachedInputPrice: "0.12e-6";
|
|
2046
|
+
readonly cacheReadInputPrice: "0.06e-6";
|
|
2047
|
+
readonly cacheWriteInputPrice: "0.75e-6";
|
|
2048
|
+
}];
|
|
1937
2049
|
}, {
|
|
1938
2050
|
readonly id: "us-virginia";
|
|
1939
2051
|
readonly inputPrice: "0.143e-6";
|
|
@@ -2199,6 +2311,7 @@ export declare const alibabaModels: [{
|
|
|
2199
2311
|
readonly vision: true;
|
|
2200
2312
|
readonly tools: false;
|
|
2201
2313
|
readonly jsonOutput: true;
|
|
2314
|
+
readonly deactivatedAt: Date;
|
|
2202
2315
|
}];
|
|
2203
2316
|
}, {
|
|
2204
2317
|
readonly id: "qwen3-max-2026-01-23";
|
|
@@ -2410,6 +2523,10 @@ export declare const alibabaModels: [{
|
|
|
2410
2523
|
readonly inputPrice: "0.276e-6";
|
|
2411
2524
|
readonly outputPrice: "1.651e-6";
|
|
2412
2525
|
readonly cachedInputPrice: "0.0276e-6";
|
|
2526
|
+
}, {
|
|
2527
|
+
readonly id: "us-virginia";
|
|
2528
|
+
}, {
|
|
2529
|
+
readonly id: "cn-beijing";
|
|
2413
2530
|
}];
|
|
2414
2531
|
readonly requestPrice: "0";
|
|
2415
2532
|
readonly contextSize: 262144;
|
|
@@ -2438,6 +2555,12 @@ export declare const alibabaModels: [{
|
|
|
2438
2555
|
readonly outputPrice: "1.485e-6";
|
|
2439
2556
|
readonly regions: [{
|
|
2440
2557
|
readonly id: "singapore";
|
|
2558
|
+
}, {
|
|
2559
|
+
readonly id: "eu-frankfurt";
|
|
2560
|
+
}, {
|
|
2561
|
+
readonly id: "us-virginia";
|
|
2562
|
+
}, {
|
|
2563
|
+
readonly id: "cn-beijing";
|
|
2441
2564
|
}];
|
|
2442
2565
|
readonly requestPrice: "0";
|
|
2443
2566
|
readonly contextSize: 262144;
|
|
@@ -2500,6 +2623,8 @@ export declare const alibabaModels: [{
|
|
|
2500
2623
|
}];
|
|
2501
2624
|
readonly regions: [{
|
|
2502
2625
|
readonly id: "singapore";
|
|
2626
|
+
}, {
|
|
2627
|
+
readonly id: "eu-frankfurt";
|
|
2503
2628
|
}, {
|
|
2504
2629
|
readonly id: "us-virginia";
|
|
2505
2630
|
readonly inputPrice: "0.165e-6";
|
package/dist/models/alibaba.js
CHANGED
|
@@ -66,6 +66,7 @@ export const alibabaModels = [
|
|
|
66
66
|
vision: true,
|
|
67
67
|
tools: true,
|
|
68
68
|
jsonOutput: true,
|
|
69
|
+
deactivatedAt: new Date("2026-08-11"),
|
|
69
70
|
},
|
|
70
71
|
],
|
|
71
72
|
},
|
|
@@ -106,6 +107,7 @@ export const alibabaModels = [
|
|
|
106
107
|
],
|
|
107
108
|
regions: [
|
|
108
109
|
{ id: "singapore" },
|
|
110
|
+
{ id: "eu-frankfurt" },
|
|
109
111
|
{
|
|
110
112
|
id: "us-virginia",
|
|
111
113
|
inputPrice: "0.115e-6",
|
|
@@ -306,6 +308,52 @@ export const alibabaModels = [
|
|
|
306
308
|
},
|
|
307
309
|
],
|
|
308
310
|
},
|
|
311
|
+
{
|
|
312
|
+
id: "eu-frankfurt",
|
|
313
|
+
pricingTiers: [
|
|
314
|
+
{
|
|
315
|
+
name: "Up to 256K",
|
|
316
|
+
upToTokens: 256000,
|
|
317
|
+
inputPrice: "0.05e-6",
|
|
318
|
+
outputPrice: "0.4e-6",
|
|
319
|
+
cachedInputPrice: "0.01e-6",
|
|
320
|
+
cacheReadInputPrice: "0.005e-6",
|
|
321
|
+
cacheWriteInputPrice: "0.0625e-6",
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
name: "Over 256K",
|
|
325
|
+
upToTokens: Infinity,
|
|
326
|
+
inputPrice: "0.25e-6",
|
|
327
|
+
outputPrice: "2.0e-6",
|
|
328
|
+
cachedInputPrice: "0.05e-6",
|
|
329
|
+
cacheReadInputPrice: "0.025e-6",
|
|
330
|
+
cacheWriteInputPrice: "0.3125e-6",
|
|
331
|
+
},
|
|
332
|
+
],
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
id: "us-virginia",
|
|
336
|
+
pricingTiers: [
|
|
337
|
+
{
|
|
338
|
+
name: "Up to 256K",
|
|
339
|
+
upToTokens: 256000,
|
|
340
|
+
inputPrice: "0.05e-6",
|
|
341
|
+
outputPrice: "0.4e-6",
|
|
342
|
+
cachedInputPrice: "0.01e-6",
|
|
343
|
+
cacheReadInputPrice: "0.005e-6",
|
|
344
|
+
cacheWriteInputPrice: "0.0625e-6",
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
name: "Over 256K",
|
|
348
|
+
upToTokens: Infinity,
|
|
349
|
+
inputPrice: "0.25e-6",
|
|
350
|
+
outputPrice: "2.0e-6",
|
|
351
|
+
cachedInputPrice: "0.05e-6",
|
|
352
|
+
cacheReadInputPrice: "0.025e-6",
|
|
353
|
+
cacheWriteInputPrice: "0.3125e-6",
|
|
354
|
+
},
|
|
355
|
+
],
|
|
356
|
+
},
|
|
309
357
|
{
|
|
310
358
|
id: "cn-beijing",
|
|
311
359
|
inputPrice: "0.022e-6",
|
|
@@ -366,6 +414,7 @@ export const alibabaModels = [
|
|
|
366
414
|
externalId: "qwen-omni-turbo",
|
|
367
415
|
inputPrice: "0.2e-6",
|
|
368
416
|
outputPrice: "0.8e-6",
|
|
417
|
+
regions: [{ id: "singapore" }, { id: "cn-beijing" }],
|
|
369
418
|
requestPrice: "0",
|
|
370
419
|
contextSize: 32768,
|
|
371
420
|
maxOutput: 8192,
|
|
@@ -1925,6 +1974,7 @@ export const alibabaModels = [
|
|
|
1925
1974
|
outputPrice: "3.6e-6",
|
|
1926
1975
|
regions: [
|
|
1927
1976
|
{ id: "singapore" },
|
|
1977
|
+
{ id: "us-virginia" },
|
|
1928
1978
|
{
|
|
1929
1979
|
id: "cn-beijing",
|
|
1930
1980
|
inputPrice: "0.172e-6",
|
|
@@ -2235,7 +2285,7 @@ export const alibabaModels = [
|
|
|
2235
2285
|
externalId: "qwen-coder-plus",
|
|
2236
2286
|
inputPrice: "0.502e-6",
|
|
2237
2287
|
outputPrice: "1.004e-6",
|
|
2238
|
-
regions: [{ id: "cn-beijing" }],
|
|
2288
|
+
regions: [{ id: "singapore" }, { id: "cn-beijing" }],
|
|
2239
2289
|
requestPrice: "0",
|
|
2240
2290
|
contextSize: 131072,
|
|
2241
2291
|
maxOutput: 8192,
|
|
@@ -2303,6 +2353,47 @@ export const alibabaModels = [
|
|
|
2303
2353
|
},
|
|
2304
2354
|
],
|
|
2305
2355
|
},
|
|
2356
|
+
{
|
|
2357
|
+
id: "eu-frankfurt",
|
|
2358
|
+
pricingTiers: [
|
|
2359
|
+
{
|
|
2360
|
+
name: "Up to 32K",
|
|
2361
|
+
upToTokens: 32000,
|
|
2362
|
+
inputPrice: "0.3e-6",
|
|
2363
|
+
outputPrice: "1.5e-6",
|
|
2364
|
+
cachedInputPrice: "0.06e-6",
|
|
2365
|
+
cacheReadInputPrice: "0.03e-6",
|
|
2366
|
+
cacheWriteInputPrice: "0.375e-6",
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
name: "32K-128K",
|
|
2370
|
+
upToTokens: 128000,
|
|
2371
|
+
inputPrice: "0.5e-6",
|
|
2372
|
+
outputPrice: "2.5e-6",
|
|
2373
|
+
cachedInputPrice: "0.1e-6",
|
|
2374
|
+
cacheReadInputPrice: "0.05e-6",
|
|
2375
|
+
cacheWriteInputPrice: "0.625e-6",
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
name: "128K-256K",
|
|
2379
|
+
upToTokens: 256000,
|
|
2380
|
+
inputPrice: "0.8e-6",
|
|
2381
|
+
outputPrice: "4.0e-6",
|
|
2382
|
+
cachedInputPrice: "0.16e-6",
|
|
2383
|
+
cacheReadInputPrice: "0.08e-6",
|
|
2384
|
+
cacheWriteInputPrice: "1.0e-6",
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
name: "Over 256K",
|
|
2388
|
+
upToTokens: Infinity,
|
|
2389
|
+
inputPrice: "1.6e-6",
|
|
2390
|
+
outputPrice: "9.6e-6",
|
|
2391
|
+
cachedInputPrice: "0.32e-6",
|
|
2392
|
+
cacheReadInputPrice: "0.16e-6",
|
|
2393
|
+
cacheWriteInputPrice: "2.0e-6",
|
|
2394
|
+
},
|
|
2395
|
+
],
|
|
2396
|
+
},
|
|
2306
2397
|
{
|
|
2307
2398
|
id: "us-virginia",
|
|
2308
2399
|
inputPrice: "0.144e-6",
|
|
@@ -2454,6 +2545,38 @@ export const alibabaModels = [
|
|
|
2454
2545
|
},
|
|
2455
2546
|
],
|
|
2456
2547
|
},
|
|
2548
|
+
{
|
|
2549
|
+
id: "eu-frankfurt",
|
|
2550
|
+
pricingTiers: [
|
|
2551
|
+
{
|
|
2552
|
+
name: "Up to 32K",
|
|
2553
|
+
upToTokens: 32000,
|
|
2554
|
+
inputPrice: "0.2e-6",
|
|
2555
|
+
outputPrice: "1.6e-6",
|
|
2556
|
+
cachedInputPrice: "0.04e-6",
|
|
2557
|
+
cacheReadInputPrice: "0.02e-6",
|
|
2558
|
+
cacheWriteInputPrice: "0.25e-6",
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
name: "32K-128K",
|
|
2562
|
+
upToTokens: 128000,
|
|
2563
|
+
inputPrice: "0.3e-6",
|
|
2564
|
+
outputPrice: "2.4e-6",
|
|
2565
|
+
cachedInputPrice: "0.06e-6",
|
|
2566
|
+
cacheReadInputPrice: "0.03e-6",
|
|
2567
|
+
cacheWriteInputPrice: "0.375e-6",
|
|
2568
|
+
},
|
|
2569
|
+
{
|
|
2570
|
+
name: "128K-256K",
|
|
2571
|
+
upToTokens: 256000,
|
|
2572
|
+
inputPrice: "0.6e-6",
|
|
2573
|
+
outputPrice: "4.8e-6",
|
|
2574
|
+
cachedInputPrice: "0.12e-6",
|
|
2575
|
+
cacheReadInputPrice: "0.06e-6",
|
|
2576
|
+
cacheWriteInputPrice: "0.75e-6",
|
|
2577
|
+
},
|
|
2578
|
+
],
|
|
2579
|
+
},
|
|
2457
2580
|
{
|
|
2458
2581
|
id: "us-virginia",
|
|
2459
2582
|
inputPrice: "0.143e-6",
|
|
@@ -2767,6 +2890,7 @@ export const alibabaModels = [
|
|
|
2767
2890
|
vision: true,
|
|
2768
2891
|
tools: false,
|
|
2769
2892
|
jsonOutput: true,
|
|
2893
|
+
deactivatedAt: new Date("2026-08-11"),
|
|
2770
2894
|
},
|
|
2771
2895
|
],
|
|
2772
2896
|
},
|
|
@@ -3019,6 +3143,8 @@ export const alibabaModels = [
|
|
|
3019
3143
|
outputPrice: "1.651e-6",
|
|
3020
3144
|
cachedInputPrice: "0.0276e-6",
|
|
3021
3145
|
},
|
|
3146
|
+
{ id: "us-virginia" },
|
|
3147
|
+
{ id: "cn-beijing" },
|
|
3022
3148
|
],
|
|
3023
3149
|
requestPrice: "0",
|
|
3024
3150
|
contextSize: 262144,
|
|
@@ -3067,7 +3193,12 @@ export const alibabaModels = [
|
|
|
3067
3193
|
externalId: "qwen3.6-35b-a3b",
|
|
3068
3194
|
inputPrice: "0.248e-6",
|
|
3069
3195
|
outputPrice: "1.485e-6",
|
|
3070
|
-
regions: [
|
|
3196
|
+
regions: [
|
|
3197
|
+
{ id: "singapore" },
|
|
3198
|
+
{ id: "eu-frankfurt" },
|
|
3199
|
+
{ id: "us-virginia" },
|
|
3200
|
+
{ id: "cn-beijing" },
|
|
3201
|
+
],
|
|
3071
3202
|
requestPrice: "0",
|
|
3072
3203
|
contextSize: 262144,
|
|
3073
3204
|
maxOutput: 65536,
|
|
@@ -3165,6 +3296,7 @@ export const alibabaModels = [
|
|
|
3165
3296
|
],
|
|
3166
3297
|
regions: [
|
|
3167
3298
|
{ id: "singapore" },
|
|
3299
|
+
{ id: "eu-frankfurt" },
|
|
3168
3300
|
{
|
|
3169
3301
|
id: "us-virginia",
|
|
3170
3302
|
inputPrice: "0.165e-6",
|