@llmgateway/models 1.16.0 → 1.16.2
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/anthropic.d.ts +58 -0
- package/dist/models/anthropic.js +63 -0
- package/dist/models/anthropic.js.map +1 -1
- package/dist/models/google.d.ts +63 -74
- package/dist/models/google.js +72 -89
- package/dist/models/google.js.map +1 -1
- package/dist/models.d.ts +121 -234
- package/dist/models.js +0 -2
- package/dist/models.js.map +1 -1
- package/dist/providers.d.ts +0 -14
- package/dist/providers.js +0 -15
- package/dist/providers.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/routeway.d.ts +0 -161
- package/dist/models/routeway.js +0 -187
- package/dist/models/routeway.js.map +0 -1
package/dist/models.d.ts
CHANGED
|
@@ -1396,6 +1396,64 @@ export declare const models: [{
|
|
|
1396
1396
|
readonly tools: true;
|
|
1397
1397
|
readonly jsonOutputSchema: true;
|
|
1398
1398
|
}];
|
|
1399
|
+
}, {
|
|
1400
|
+
readonly id: "claude-sonnet-4-6";
|
|
1401
|
+
readonly name: "Claude Sonnet 4.6";
|
|
1402
|
+
readonly description: "Claude Sonnet 4.6 with advanced reasoning and extended thinking capabilities.";
|
|
1403
|
+
readonly family: "anthropic";
|
|
1404
|
+
readonly releasedAt: Date;
|
|
1405
|
+
readonly providers: [{
|
|
1406
|
+
readonly providerId: "anthropic";
|
|
1407
|
+
readonly modelName: "claude-sonnet-4-6";
|
|
1408
|
+
readonly inputPrice: number;
|
|
1409
|
+
readonly outputPrice: number;
|
|
1410
|
+
readonly cachedInputPrice: number;
|
|
1411
|
+
readonly minCacheableTokens: 1024;
|
|
1412
|
+
readonly requestPrice: 0;
|
|
1413
|
+
readonly contextSize: 200000;
|
|
1414
|
+
readonly maxOutput: 64000;
|
|
1415
|
+
readonly reasoning: true;
|
|
1416
|
+
readonly reasoningMaxTokens: true;
|
|
1417
|
+
readonly streaming: true;
|
|
1418
|
+
readonly vision: false;
|
|
1419
|
+
readonly tools: true;
|
|
1420
|
+
readonly jsonOutputSchema: true;
|
|
1421
|
+
}, {
|
|
1422
|
+
readonly test: "skip";
|
|
1423
|
+
readonly providerId: "aws-bedrock";
|
|
1424
|
+
readonly modelName: "anthropic.claude-sonnet-4-6";
|
|
1425
|
+
readonly inputPrice: number;
|
|
1426
|
+
readonly outputPrice: number;
|
|
1427
|
+
readonly cachedInputPrice: number;
|
|
1428
|
+
readonly minCacheableTokens: 1024;
|
|
1429
|
+
readonly requestPrice: 0;
|
|
1430
|
+
readonly discount: 0.3;
|
|
1431
|
+
readonly contextSize: 200000;
|
|
1432
|
+
readonly maxOutput: 8192;
|
|
1433
|
+
readonly reasoning: true;
|
|
1434
|
+
readonly reasoningMaxTokens: true;
|
|
1435
|
+
readonly reasoningOutput: "omit";
|
|
1436
|
+
readonly streaming: true;
|
|
1437
|
+
readonly vision: false;
|
|
1438
|
+
readonly tools: true;
|
|
1439
|
+
readonly jsonOutputSchema: true;
|
|
1440
|
+
}, {
|
|
1441
|
+
readonly test: "skip";
|
|
1442
|
+
readonly providerId: "google-vertex";
|
|
1443
|
+
readonly modelName: "claude-sonnet-4-6";
|
|
1444
|
+
readonly inputPrice: number;
|
|
1445
|
+
readonly outputPrice: number;
|
|
1446
|
+
readonly cachedInputPrice: number;
|
|
1447
|
+
readonly minCacheableTokens: 1024;
|
|
1448
|
+
readonly requestPrice: 0;
|
|
1449
|
+
readonly contextSize: 200000;
|
|
1450
|
+
readonly maxOutput: 64000;
|
|
1451
|
+
readonly reasoning: true;
|
|
1452
|
+
readonly reasoningMaxTokens: true;
|
|
1453
|
+
readonly streaming: true;
|
|
1454
|
+
readonly vision: false;
|
|
1455
|
+
readonly tools: true;
|
|
1456
|
+
}];
|
|
1399
1457
|
}, {
|
|
1400
1458
|
readonly id: "claude-haiku-4-5";
|
|
1401
1459
|
readonly name: "Claude Haiku 4.5";
|
|
@@ -1751,20 +1809,23 @@ export declare const models: [{
|
|
|
1751
1809
|
readonly modelName: "gemini-2.5-pro";
|
|
1752
1810
|
readonly inputPrice: number;
|
|
1753
1811
|
readonly outputPrice: number;
|
|
1812
|
+
readonly cachedInputPrice: number;
|
|
1754
1813
|
readonly pricingTiers: [{
|
|
1755
1814
|
readonly name: "Up to 200K";
|
|
1756
1815
|
readonly upToTokens: 200000;
|
|
1757
1816
|
readonly inputPrice: number;
|
|
1758
1817
|
readonly outputPrice: number;
|
|
1818
|
+
readonly cachedInputPrice: number;
|
|
1759
1819
|
}, {
|
|
1760
1820
|
readonly name: "Over 200K";
|
|
1761
1821
|
readonly upToTokens: number;
|
|
1762
1822
|
readonly inputPrice: number;
|
|
1763
1823
|
readonly outputPrice: number;
|
|
1824
|
+
readonly cachedInputPrice: number;
|
|
1764
1825
|
}];
|
|
1765
1826
|
readonly requestPrice: 0;
|
|
1766
|
-
readonly contextSize:
|
|
1767
|
-
readonly maxOutput:
|
|
1827
|
+
readonly contextSize: 1048576;
|
|
1828
|
+
readonly maxOutput: 65536;
|
|
1768
1829
|
readonly reasoning: true;
|
|
1769
1830
|
readonly reasoningMaxTokens: true;
|
|
1770
1831
|
readonly streaming: true;
|
|
@@ -1779,20 +1840,23 @@ export declare const models: [{
|
|
|
1779
1840
|
readonly modelName: "gemini-2.5-pro";
|
|
1780
1841
|
readonly inputPrice: number;
|
|
1781
1842
|
readonly outputPrice: number;
|
|
1843
|
+
readonly cachedInputPrice: number;
|
|
1782
1844
|
readonly pricingTiers: [{
|
|
1783
1845
|
readonly name: "Up to 200K";
|
|
1784
1846
|
readonly upToTokens: 200000;
|
|
1785
1847
|
readonly inputPrice: number;
|
|
1786
1848
|
readonly outputPrice: number;
|
|
1849
|
+
readonly cachedInputPrice: number;
|
|
1787
1850
|
}, {
|
|
1788
1851
|
readonly name: "Over 200K";
|
|
1789
1852
|
readonly upToTokens: number;
|
|
1790
1853
|
readonly inputPrice: number;
|
|
1791
1854
|
readonly outputPrice: number;
|
|
1855
|
+
readonly cachedInputPrice: number;
|
|
1792
1856
|
}];
|
|
1793
1857
|
readonly requestPrice: 0;
|
|
1794
|
-
readonly contextSize:
|
|
1795
|
-
readonly maxOutput:
|
|
1858
|
+
readonly contextSize: 1048576;
|
|
1859
|
+
readonly maxOutput: 65536;
|
|
1796
1860
|
readonly reasoning: true;
|
|
1797
1861
|
readonly reasoningMaxTokens: true;
|
|
1798
1862
|
readonly streaming: true;
|
|
@@ -2016,12 +2080,13 @@ export declare const models: [{
|
|
|
2016
2080
|
readonly providers: [{
|
|
2017
2081
|
readonly providerId: "google-ai-studio";
|
|
2018
2082
|
readonly modelName: "gemini-2.5-flash-preview-09-2025";
|
|
2083
|
+
readonly deactivatedAt: Date;
|
|
2019
2084
|
readonly inputPrice: number;
|
|
2020
2085
|
readonly outputPrice: number;
|
|
2021
2086
|
readonly cachedInputPrice: number;
|
|
2022
2087
|
readonly requestPrice: 0;
|
|
2023
|
-
readonly contextSize:
|
|
2024
|
-
readonly maxOutput:
|
|
2088
|
+
readonly contextSize: 1048576;
|
|
2089
|
+
readonly maxOutput: 65536;
|
|
2025
2090
|
readonly reasoning: true;
|
|
2026
2091
|
readonly reasoningMaxTokens: true;
|
|
2027
2092
|
readonly streaming: true;
|
|
@@ -2037,8 +2102,8 @@ export declare const models: [{
|
|
|
2037
2102
|
readonly outputPrice: number;
|
|
2038
2103
|
readonly cachedInputPrice: number;
|
|
2039
2104
|
readonly requestPrice: 0;
|
|
2040
|
-
readonly contextSize:
|
|
2041
|
-
readonly maxOutput:
|
|
2105
|
+
readonly contextSize: 1048576;
|
|
2106
|
+
readonly maxOutput: 65536;
|
|
2042
2107
|
readonly reasoning: true;
|
|
2043
2108
|
readonly reasoningMaxTokens: true;
|
|
2044
2109
|
readonly streaming: true;
|
|
@@ -2060,8 +2125,8 @@ export declare const models: [{
|
|
|
2060
2125
|
readonly outputPrice: number;
|
|
2061
2126
|
readonly cachedInputPrice: number;
|
|
2062
2127
|
readonly requestPrice: 0;
|
|
2063
|
-
readonly contextSize:
|
|
2064
|
-
readonly maxOutput:
|
|
2128
|
+
readonly contextSize: 1048576;
|
|
2129
|
+
readonly maxOutput: 65535;
|
|
2065
2130
|
readonly reasoning: true;
|
|
2066
2131
|
readonly reasoningMaxTokens: true;
|
|
2067
2132
|
readonly streaming: true;
|
|
@@ -2078,8 +2143,8 @@ export declare const models: [{
|
|
|
2078
2143
|
readonly outputPrice: number;
|
|
2079
2144
|
readonly cachedInputPrice: number;
|
|
2080
2145
|
readonly requestPrice: 0;
|
|
2081
|
-
readonly contextSize:
|
|
2082
|
-
readonly maxOutput:
|
|
2146
|
+
readonly contextSize: 1048576;
|
|
2147
|
+
readonly maxOutput: 65535;
|
|
2083
2148
|
readonly reasoning: true;
|
|
2084
2149
|
readonly reasoningMaxTokens: true;
|
|
2085
2150
|
readonly streaming: true;
|
|
@@ -2103,8 +2168,8 @@ export declare const models: [{
|
|
|
2103
2168
|
readonly outputPrice: number;
|
|
2104
2169
|
readonly cachedInputPrice: number;
|
|
2105
2170
|
readonly requestPrice: 0;
|
|
2106
|
-
readonly contextSize:
|
|
2107
|
-
readonly maxOutput:
|
|
2171
|
+
readonly contextSize: 1048576;
|
|
2172
|
+
readonly maxOutput: 65535;
|
|
2108
2173
|
readonly streaming: true;
|
|
2109
2174
|
readonly vision: true;
|
|
2110
2175
|
readonly tools: true;
|
|
@@ -2117,8 +2182,8 @@ export declare const models: [{
|
|
|
2117
2182
|
readonly outputPrice: number;
|
|
2118
2183
|
readonly cachedInputPrice: number;
|
|
2119
2184
|
readonly requestPrice: 0;
|
|
2120
|
-
readonly contextSize:
|
|
2121
|
-
readonly maxOutput:
|
|
2185
|
+
readonly contextSize: 1048576;
|
|
2186
|
+
readonly maxOutput: 65535;
|
|
2122
2187
|
readonly streaming: true;
|
|
2123
2188
|
readonly vision: true;
|
|
2124
2189
|
readonly tools: true;
|
|
@@ -2138,8 +2203,8 @@ export declare const models: [{
|
|
|
2138
2203
|
readonly outputPrice: number;
|
|
2139
2204
|
readonly cachedInputPrice: number;
|
|
2140
2205
|
readonly requestPrice: 0;
|
|
2141
|
-
readonly contextSize:
|
|
2142
|
-
readonly maxOutput:
|
|
2206
|
+
readonly contextSize: 1048576;
|
|
2207
|
+
readonly maxOutput: 65535;
|
|
2143
2208
|
readonly streaming: true;
|
|
2144
2209
|
readonly vision: true;
|
|
2145
2210
|
readonly tools: true;
|
|
@@ -2152,8 +2217,8 @@ export declare const models: [{
|
|
|
2152
2217
|
readonly outputPrice: number;
|
|
2153
2218
|
readonly cachedInputPrice: number;
|
|
2154
2219
|
readonly requestPrice: 0;
|
|
2155
|
-
readonly contextSize:
|
|
2156
|
-
readonly maxOutput:
|
|
2220
|
+
readonly contextSize: 1048576;
|
|
2221
|
+
readonly maxOutput: 65535;
|
|
2157
2222
|
readonly streaming: true;
|
|
2158
2223
|
readonly vision: true;
|
|
2159
2224
|
readonly tools: true;
|
|
@@ -2186,8 +2251,8 @@ export declare const models: [{
|
|
|
2186
2251
|
readonly cachedInputPrice: number;
|
|
2187
2252
|
}];
|
|
2188
2253
|
readonly requestPrice: 0;
|
|
2189
|
-
readonly contextSize:
|
|
2190
|
-
readonly maxOutput:
|
|
2254
|
+
readonly contextSize: 1048576;
|
|
2255
|
+
readonly maxOutput: 65536;
|
|
2191
2256
|
readonly reasoning: true;
|
|
2192
2257
|
readonly reasoningMaxTokens: true;
|
|
2193
2258
|
readonly streaming: true;
|
|
@@ -2217,8 +2282,8 @@ export declare const models: [{
|
|
|
2217
2282
|
readonly cachedInputPrice: number;
|
|
2218
2283
|
}];
|
|
2219
2284
|
readonly requestPrice: 0;
|
|
2220
|
-
readonly contextSize:
|
|
2221
|
-
readonly maxOutput:
|
|
2285
|
+
readonly contextSize: 1048576;
|
|
2286
|
+
readonly maxOutput: 65536;
|
|
2222
2287
|
readonly reasoning: true;
|
|
2223
2288
|
readonly reasoningMaxTokens: true;
|
|
2224
2289
|
readonly streaming: true;
|
|
@@ -2241,22 +2306,9 @@ export declare const models: [{
|
|
|
2241
2306
|
readonly inputPrice: number;
|
|
2242
2307
|
readonly outputPrice: number;
|
|
2243
2308
|
readonly cachedInputPrice: number;
|
|
2244
|
-
readonly pricingTiers: [{
|
|
2245
|
-
readonly name: "Up to 200K";
|
|
2246
|
-
readonly upToTokens: 200000;
|
|
2247
|
-
readonly inputPrice: number;
|
|
2248
|
-
readonly outputPrice: number;
|
|
2249
|
-
readonly cachedInputPrice: number;
|
|
2250
|
-
}, {
|
|
2251
|
-
readonly name: "Over 200K";
|
|
2252
|
-
readonly upToTokens: number;
|
|
2253
|
-
readonly inputPrice: number;
|
|
2254
|
-
readonly outputPrice: number;
|
|
2255
|
-
readonly cachedInputPrice: number;
|
|
2256
|
-
}];
|
|
2257
2309
|
readonly requestPrice: 0;
|
|
2258
|
-
readonly contextSize:
|
|
2259
|
-
readonly maxOutput:
|
|
2310
|
+
readonly contextSize: 1048576;
|
|
2311
|
+
readonly maxOutput: 65535;
|
|
2260
2312
|
readonly reasoning: true;
|
|
2261
2313
|
readonly reasoningMaxTokens: true;
|
|
2262
2314
|
readonly streaming: true;
|
|
@@ -2272,22 +2324,9 @@ export declare const models: [{
|
|
|
2272
2324
|
readonly inputPrice: number;
|
|
2273
2325
|
readonly outputPrice: number;
|
|
2274
2326
|
readonly cachedInputPrice: number;
|
|
2275
|
-
readonly pricingTiers: [{
|
|
2276
|
-
readonly name: "Up to 200K";
|
|
2277
|
-
readonly upToTokens: 200000;
|
|
2278
|
-
readonly inputPrice: number;
|
|
2279
|
-
readonly outputPrice: number;
|
|
2280
|
-
readonly cachedInputPrice: number;
|
|
2281
|
-
}, {
|
|
2282
|
-
readonly name: "Over 200K";
|
|
2283
|
-
readonly upToTokens: number;
|
|
2284
|
-
readonly inputPrice: number;
|
|
2285
|
-
readonly outputPrice: number;
|
|
2286
|
-
readonly cachedInputPrice: number;
|
|
2287
|
-
}];
|
|
2288
2327
|
readonly requestPrice: 0;
|
|
2289
|
-
readonly contextSize:
|
|
2290
|
-
readonly maxOutput:
|
|
2328
|
+
readonly contextSize: 1048576;
|
|
2329
|
+
readonly maxOutput: 65535;
|
|
2291
2330
|
readonly reasoning: true;
|
|
2292
2331
|
readonly reasoningMaxTokens: true;
|
|
2293
2332
|
readonly streaming: true;
|
|
@@ -2312,9 +2351,10 @@ export declare const models: [{
|
|
|
2312
2351
|
readonly modelName: "gemini-2.5-flash-image-preview";
|
|
2313
2352
|
readonly inputPrice: number;
|
|
2314
2353
|
readonly outputPrice: number;
|
|
2354
|
+
readonly imageOutputPrice: number;
|
|
2315
2355
|
readonly requestPrice: 0;
|
|
2316
|
-
readonly contextSize:
|
|
2317
|
-
readonly maxOutput:
|
|
2356
|
+
readonly contextSize: 32768;
|
|
2357
|
+
readonly maxOutput: 32768;
|
|
2318
2358
|
readonly streaming: true;
|
|
2319
2359
|
readonly vision: true;
|
|
2320
2360
|
readonly tools: false;
|
|
@@ -2326,9 +2366,10 @@ export declare const models: [{
|
|
|
2326
2366
|
readonly modelName: "gemini-2.5-flash-image-preview";
|
|
2327
2367
|
readonly inputPrice: number;
|
|
2328
2368
|
readonly outputPrice: number;
|
|
2369
|
+
readonly imageOutputPrice: number;
|
|
2329
2370
|
readonly requestPrice: 0;
|
|
2330
|
-
readonly contextSize:
|
|
2331
|
-
readonly maxOutput:
|
|
2371
|
+
readonly contextSize: 32768;
|
|
2372
|
+
readonly maxOutput: 32768;
|
|
2332
2373
|
readonly streaming: true;
|
|
2333
2374
|
readonly vision: true;
|
|
2334
2375
|
readonly tools: false;
|
|
@@ -2340,10 +2381,11 @@ export declare const models: [{
|
|
|
2340
2381
|
readonly modelName: "gemini-2.5-flash-image-preview";
|
|
2341
2382
|
readonly inputPrice: number;
|
|
2342
2383
|
readonly outputPrice: number;
|
|
2384
|
+
readonly imageOutputPrice: number;
|
|
2343
2385
|
readonly requestPrice: 0;
|
|
2344
2386
|
readonly discount: 0.2;
|
|
2345
|
-
readonly contextSize:
|
|
2346
|
-
readonly maxOutput:
|
|
2387
|
+
readonly contextSize: 32768;
|
|
2388
|
+
readonly maxOutput: 32768;
|
|
2347
2389
|
readonly streaming: true;
|
|
2348
2390
|
readonly vision: true;
|
|
2349
2391
|
readonly tools: false;
|
|
@@ -2364,9 +2406,10 @@ export declare const models: [{
|
|
|
2364
2406
|
readonly modelName: "gemini-2.5-flash-image";
|
|
2365
2407
|
readonly inputPrice: number;
|
|
2366
2408
|
readonly outputPrice: number;
|
|
2409
|
+
readonly cachedInputPrice: number;
|
|
2367
2410
|
readonly requestPrice: 0;
|
|
2368
|
-
readonly contextSize:
|
|
2369
|
-
readonly maxOutput:
|
|
2411
|
+
readonly contextSize: 32768;
|
|
2412
|
+
readonly maxOutput: 32768;
|
|
2370
2413
|
readonly streaming: true;
|
|
2371
2414
|
readonly vision: true;
|
|
2372
2415
|
readonly tools: false;
|
|
@@ -2378,9 +2421,10 @@ export declare const models: [{
|
|
|
2378
2421
|
readonly modelName: "gemini-2.5-flash-image";
|
|
2379
2422
|
readonly inputPrice: number;
|
|
2380
2423
|
readonly outputPrice: number;
|
|
2424
|
+
readonly cachedInputPrice: number;
|
|
2381
2425
|
readonly requestPrice: 0;
|
|
2382
|
-
readonly contextSize:
|
|
2383
|
-
readonly maxOutput:
|
|
2426
|
+
readonly contextSize: 32768;
|
|
2427
|
+
readonly maxOutput: 32768;
|
|
2384
2428
|
readonly streaming: true;
|
|
2385
2429
|
readonly vision: true;
|
|
2386
2430
|
readonly tools: false;
|
|
@@ -2392,10 +2436,11 @@ export declare const models: [{
|
|
|
2392
2436
|
readonly modelName: "gemini-2.5-flash-image";
|
|
2393
2437
|
readonly inputPrice: number;
|
|
2394
2438
|
readonly outputPrice: number;
|
|
2439
|
+
readonly cachedInputPrice: number;
|
|
2395
2440
|
readonly requestPrice: 0;
|
|
2396
2441
|
readonly discount: 0.2;
|
|
2397
|
-
readonly contextSize:
|
|
2398
|
-
readonly maxOutput:
|
|
2442
|
+
readonly contextSize: 32768;
|
|
2443
|
+
readonly maxOutput: 32768;
|
|
2399
2444
|
readonly streaming: true;
|
|
2400
2445
|
readonly vision: true;
|
|
2401
2446
|
readonly tools: false;
|
|
@@ -2631,8 +2676,8 @@ export declare const models: [{
|
|
|
2631
2676
|
readonly inputPrice: number;
|
|
2632
2677
|
readonly outputPrice: number;
|
|
2633
2678
|
readonly requestPrice: 0;
|
|
2634
|
-
readonly contextSize:
|
|
2635
|
-
readonly maxOutput:
|
|
2679
|
+
readonly contextSize: 1048576;
|
|
2680
|
+
readonly maxOutput: 8192;
|
|
2636
2681
|
readonly streaming: true;
|
|
2637
2682
|
readonly vision: false;
|
|
2638
2683
|
readonly tools: true;
|
|
@@ -2644,8 +2689,8 @@ export declare const models: [{
|
|
|
2644
2689
|
readonly inputPrice: number;
|
|
2645
2690
|
readonly outputPrice: number;
|
|
2646
2691
|
readonly requestPrice: 0;
|
|
2647
|
-
readonly contextSize:
|
|
2648
|
-
readonly maxOutput:
|
|
2692
|
+
readonly contextSize: 1048576;
|
|
2693
|
+
readonly maxOutput: 8192;
|
|
2649
2694
|
readonly streaming: true;
|
|
2650
2695
|
readonly vision: false;
|
|
2651
2696
|
readonly tools: true;
|
|
@@ -2663,9 +2708,10 @@ export declare const models: [{
|
|
|
2663
2708
|
readonly modelName: "gemini-2.0-flash";
|
|
2664
2709
|
readonly inputPrice: number;
|
|
2665
2710
|
readonly outputPrice: number;
|
|
2711
|
+
readonly cachedInputPrice: number;
|
|
2666
2712
|
readonly requestPrice: 0;
|
|
2667
|
-
readonly contextSize:
|
|
2668
|
-
readonly maxOutput:
|
|
2713
|
+
readonly contextSize: 1048576;
|
|
2714
|
+
readonly maxOutput: 8192;
|
|
2669
2715
|
readonly streaming: true;
|
|
2670
2716
|
readonly vision: false;
|
|
2671
2717
|
readonly tools: true;
|
|
@@ -2677,9 +2723,10 @@ export declare const models: [{
|
|
|
2677
2723
|
readonly modelName: "gemini-2.0-flash";
|
|
2678
2724
|
readonly inputPrice: number;
|
|
2679
2725
|
readonly outputPrice: number;
|
|
2726
|
+
readonly cachedInputPrice: number;
|
|
2680
2727
|
readonly requestPrice: 0;
|
|
2681
|
-
readonly contextSize:
|
|
2682
|
-
readonly maxOutput:
|
|
2728
|
+
readonly contextSize: 1048576;
|
|
2729
|
+
readonly maxOutput: 8192;
|
|
2683
2730
|
readonly streaming: true;
|
|
2684
2731
|
readonly vision: false;
|
|
2685
2732
|
readonly tools: true;
|
|
@@ -5710,166 +5757,6 @@ export declare const models: [{
|
|
|
5710
5757
|
readonly tools: false;
|
|
5711
5758
|
readonly jsonOutput: false;
|
|
5712
5759
|
}];
|
|
5713
|
-
}, {
|
|
5714
|
-
readonly id: "deepseek-r1t2-chimera-free";
|
|
5715
|
-
readonly name: "DeepSeek R1T2 Chimera (Free)";
|
|
5716
|
-
readonly description: "Free DeepSeek R1T2 Chimera for testing.";
|
|
5717
|
-
readonly family: "deepseek";
|
|
5718
|
-
readonly free: true;
|
|
5719
|
-
readonly releasedAt: Date;
|
|
5720
|
-
readonly providers: [{
|
|
5721
|
-
readonly providerId: "routeway";
|
|
5722
|
-
readonly modelName: "deepseek-r1t2-chimera:free";
|
|
5723
|
-
readonly inputPrice: number;
|
|
5724
|
-
readonly outputPrice: number;
|
|
5725
|
-
readonly requestPrice: 0;
|
|
5726
|
-
readonly contextSize: 163840;
|
|
5727
|
-
readonly maxOutput: undefined;
|
|
5728
|
-
readonly streaming: true;
|
|
5729
|
-
readonly vision: false;
|
|
5730
|
-
readonly tools: false;
|
|
5731
|
-
readonly jsonOutput: true;
|
|
5732
|
-
}];
|
|
5733
|
-
}, {
|
|
5734
|
-
readonly id: "glm-4.5-air-free";
|
|
5735
|
-
readonly name: "GLM-4.5 Air (Free)";
|
|
5736
|
-
readonly description: "Free GLM-4.5 Air model.";
|
|
5737
|
-
readonly family: "glm";
|
|
5738
|
-
readonly free: true;
|
|
5739
|
-
readonly releasedAt: Date;
|
|
5740
|
-
readonly providers: [{
|
|
5741
|
-
readonly providerId: "routeway";
|
|
5742
|
-
readonly modelName: "glm-4.5-air:free";
|
|
5743
|
-
readonly inputPrice: number;
|
|
5744
|
-
readonly outputPrice: number;
|
|
5745
|
-
readonly requestPrice: 0;
|
|
5746
|
-
readonly contextSize: 131072;
|
|
5747
|
-
readonly maxOutput: undefined;
|
|
5748
|
-
readonly streaming: true;
|
|
5749
|
-
readonly vision: false;
|
|
5750
|
-
readonly tools: false;
|
|
5751
|
-
readonly jsonOutput: true;
|
|
5752
|
-
}];
|
|
5753
|
-
}, {
|
|
5754
|
-
readonly id: "kimi-k2-0905-free";
|
|
5755
|
-
readonly name: "Kimi Dev 0905 (Free)";
|
|
5756
|
-
readonly description: "Free Kimi K2 0905";
|
|
5757
|
-
readonly family: "kimi";
|
|
5758
|
-
readonly free: true;
|
|
5759
|
-
readonly releasedAt: Date;
|
|
5760
|
-
readonly providers: [{
|
|
5761
|
-
readonly providerId: "routeway";
|
|
5762
|
-
readonly modelName: "kimi-k2-0905:free";
|
|
5763
|
-
readonly inputPrice: number;
|
|
5764
|
-
readonly outputPrice: number;
|
|
5765
|
-
readonly requestPrice: 0;
|
|
5766
|
-
readonly contextSize: 131000;
|
|
5767
|
-
readonly maxOutput: undefined;
|
|
5768
|
-
readonly streaming: true;
|
|
5769
|
-
readonly vision: false;
|
|
5770
|
-
readonly tools: false;
|
|
5771
|
-
readonly jsonOutput: true;
|
|
5772
|
-
}];
|
|
5773
|
-
}, {
|
|
5774
|
-
readonly id: "gpt-oss-20b-free";
|
|
5775
|
-
readonly name: "GPT OSS 20B (Free)";
|
|
5776
|
-
readonly description: "Free GPT OSS 20B model.";
|
|
5777
|
-
readonly family: "gpt-oss";
|
|
5778
|
-
readonly free: true;
|
|
5779
|
-
readonly releasedAt: Date;
|
|
5780
|
-
readonly providers: [{
|
|
5781
|
-
readonly providerId: "routeway";
|
|
5782
|
-
readonly modelName: "gpt-oss-20b:free";
|
|
5783
|
-
readonly inputPrice: number;
|
|
5784
|
-
readonly outputPrice: number;
|
|
5785
|
-
readonly requestPrice: 0;
|
|
5786
|
-
readonly contextSize: 131072;
|
|
5787
|
-
readonly maxOutput: undefined;
|
|
5788
|
-
readonly streaming: true;
|
|
5789
|
-
readonly vision: false;
|
|
5790
|
-
readonly tools: false;
|
|
5791
|
-
readonly jsonOutput: true;
|
|
5792
|
-
}];
|
|
5793
|
-
}, {
|
|
5794
|
-
readonly id: "llama-3.3-70b-instruct-free";
|
|
5795
|
-
readonly name: "Meta Llama 3.3 70B Instruct (Free)";
|
|
5796
|
-
readonly description: "Free Llama 3.3 70B.";
|
|
5797
|
-
readonly family: "meta";
|
|
5798
|
-
readonly free: true;
|
|
5799
|
-
readonly releasedAt: Date;
|
|
5800
|
-
readonly providers: [{
|
|
5801
|
-
readonly providerId: "routeway";
|
|
5802
|
-
readonly modelName: "llama-3.3-70b-instruct:free";
|
|
5803
|
-
readonly inputPrice: number;
|
|
5804
|
-
readonly outputPrice: number;
|
|
5805
|
-
readonly requestPrice: 0;
|
|
5806
|
-
readonly contextSize: 131072;
|
|
5807
|
-
readonly maxOutput: undefined;
|
|
5808
|
-
readonly streaming: true;
|
|
5809
|
-
readonly vision: false;
|
|
5810
|
-
readonly tools: false;
|
|
5811
|
-
readonly jsonOutput: false;
|
|
5812
|
-
}];
|
|
5813
|
-
}, {
|
|
5814
|
-
readonly id: "llama-4-scout-free";
|
|
5815
|
-
readonly name: "Meta Llama 4 Scout (Free)";
|
|
5816
|
-
readonly description: "Free Llama 4 Scout.";
|
|
5817
|
-
readonly family: "meta";
|
|
5818
|
-
readonly free: true;
|
|
5819
|
-
readonly releasedAt: Date;
|
|
5820
|
-
readonly providers: [{
|
|
5821
|
-
readonly providerId: "routeway";
|
|
5822
|
-
readonly modelName: "llama-4-scout:free";
|
|
5823
|
-
readonly inputPrice: number;
|
|
5824
|
-
readonly outputPrice: number;
|
|
5825
|
-
readonly requestPrice: 0;
|
|
5826
|
-
readonly contextSize: 1000000;
|
|
5827
|
-
readonly maxOutput: undefined;
|
|
5828
|
-
readonly streaming: true;
|
|
5829
|
-
readonly vision: false;
|
|
5830
|
-
readonly tools: false;
|
|
5831
|
-
readonly jsonOutput: false;
|
|
5832
|
-
}];
|
|
5833
|
-
}, {
|
|
5834
|
-
readonly id: "llama-4-maverick-free";
|
|
5835
|
-
readonly name: "Meta Llama 4 Maverick (Free)";
|
|
5836
|
-
readonly description: "Free Llama 4 Maverick.";
|
|
5837
|
-
readonly family: "meta";
|
|
5838
|
-
readonly free: true;
|
|
5839
|
-
readonly releasedAt: Date;
|
|
5840
|
-
readonly providers: [{
|
|
5841
|
-
readonly providerId: "routeway";
|
|
5842
|
-
readonly modelName: "llama-4-maverick:free";
|
|
5843
|
-
readonly inputPrice: number;
|
|
5844
|
-
readonly outputPrice: number;
|
|
5845
|
-
readonly requestPrice: 0;
|
|
5846
|
-
readonly contextSize: 1000000;
|
|
5847
|
-
readonly maxOutput: undefined;
|
|
5848
|
-
readonly streaming: true;
|
|
5849
|
-
readonly vision: false;
|
|
5850
|
-
readonly tools: false;
|
|
5851
|
-
readonly jsonOutput: false;
|
|
5852
|
-
}];
|
|
5853
|
-
}, {
|
|
5854
|
-
readonly id: "nemotron-nano-9b-v2";
|
|
5855
|
-
readonly name: "Nemotron Nano 9B V2 (Free)";
|
|
5856
|
-
readonly description: "Free NVIDIA Nemotron Nano 9B.";
|
|
5857
|
-
readonly family: "nvidia";
|
|
5858
|
-
readonly free: true;
|
|
5859
|
-
readonly releasedAt: Date;
|
|
5860
|
-
readonly providers: [{
|
|
5861
|
-
readonly providerId: "routeway";
|
|
5862
|
-
readonly modelName: "nemotron-nano-9b-v2:free";
|
|
5863
|
-
readonly inputPrice: number;
|
|
5864
|
-
readonly outputPrice: number;
|
|
5865
|
-
readonly requestPrice: 0;
|
|
5866
|
-
readonly contextSize: 128000;
|
|
5867
|
-
readonly maxOutput: undefined;
|
|
5868
|
-
readonly streaming: true;
|
|
5869
|
-
readonly vision: false;
|
|
5870
|
-
readonly tools: false;
|
|
5871
|
-
readonly jsonOutput: true;
|
|
5872
|
-
}];
|
|
5873
5760
|
}, {
|
|
5874
5761
|
readonly id: "glm-5";
|
|
5875
5762
|
readonly name: "GLM-5";
|
package/dist/models.js
CHANGED
|
@@ -12,7 +12,6 @@ import { moonshotModels } from "./models/moonshot.js";
|
|
|
12
12
|
import { nousresearchModels } from "./models/nousresearch.js";
|
|
13
13
|
import { openaiModels } from "./models/openai.js";
|
|
14
14
|
import { perplexityModels } from "./models/perplexity.js";
|
|
15
|
-
import { routewayModels } from "./models/routeway.js";
|
|
16
15
|
import { xaiModels } from "./models/xai.js";
|
|
17
16
|
import { zaiModels } from "./models/zai.js";
|
|
18
17
|
export const models = [
|
|
@@ -31,7 +30,6 @@ export const models = [
|
|
|
31
30
|
...alibabaModels,
|
|
32
31
|
...bytedanceModels,
|
|
33
32
|
...nousresearchModels,
|
|
34
|
-
...routewayModels,
|
|
35
33
|
...zaiModels,
|
|
36
34
|
];
|
|
37
35
|
//# sourceMappingURL=models.js.map
|
package/dist/models.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","sourceRoot":"","sources":["../src/models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../src/models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAoO5C,MAAM,CAAC,MAAM,MAAM,GAAG;IACrB,GAAG,gBAAgB;IACnB,GAAG,YAAY;IACf,GAAG,eAAe;IAClB,GAAG,YAAY;IACf,GAAG,gBAAgB;IACnB,GAAG,SAAS;IACZ,GAAG,UAAU;IACb,GAAG,cAAc;IACjB,GAAG,aAAa;IAChB,GAAG,eAAe;IAClB,GAAG,aAAa;IAChB,GAAG,cAAc;IACjB,GAAG,aAAa;IAChB,GAAG,eAAe;IAClB,GAAG,kBAAkB;IACrB,GAAG,SAAS;CACyB,CAAC"}
|
package/dist/providers.d.ts
CHANGED
|
@@ -348,20 +348,6 @@ export declare const providers: [{
|
|
|
348
348
|
readonly color: "#ff6b35";
|
|
349
349
|
readonly website: "https://together.ai";
|
|
350
350
|
readonly announcement: null;
|
|
351
|
-
}, {
|
|
352
|
-
readonly id: "routeway";
|
|
353
|
-
readonly name: "RouteWay";
|
|
354
|
-
readonly description: "RouteWay's OpenAI-compatible large language models";
|
|
355
|
-
readonly env: {
|
|
356
|
-
readonly required: {
|
|
357
|
-
readonly apiKey: "LLM_ROUTEWAY_API_KEY";
|
|
358
|
-
};
|
|
359
|
-
};
|
|
360
|
-
readonly streaming: true;
|
|
361
|
-
readonly cancellation: true;
|
|
362
|
-
readonly color: "#4f46e5";
|
|
363
|
-
readonly website: "https://routeway.ai";
|
|
364
|
-
readonly announcement: null;
|
|
365
351
|
}, {
|
|
366
352
|
readonly id: "custom";
|
|
367
353
|
readonly name: "Custom";
|
package/dist/providers.js
CHANGED
|
@@ -350,21 +350,6 @@ export const providers = [
|
|
|
350
350
|
website: "https://together.ai",
|
|
351
351
|
announcement: null,
|
|
352
352
|
},
|
|
353
|
-
{
|
|
354
|
-
id: "routeway",
|
|
355
|
-
name: "RouteWay",
|
|
356
|
-
description: "RouteWay's OpenAI-compatible large language models",
|
|
357
|
-
env: {
|
|
358
|
-
required: {
|
|
359
|
-
apiKey: "LLM_ROUTEWAY_API_KEY",
|
|
360
|
-
},
|
|
361
|
-
},
|
|
362
|
-
streaming: true,
|
|
363
|
-
cancellation: true,
|
|
364
|
-
color: "#4f46e5",
|
|
365
|
-
website: "https://routeway.ai",
|
|
366
|
-
announcement: null,
|
|
367
|
-
},
|
|
368
353
|
{
|
|
369
354
|
id: "custom",
|
|
370
355
|
name: "Custom",
|
package/dist/providers.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"providers.js","sourceRoot":"","sources":["../src/providers.ts"],"names":[],"mappings":"AAiCA,MAAM,CAAC,MAAM,SAAS,GAAG;IACxB;QACC,EAAE,EAAE,YAAY;QAChB,IAAI,EAAE,aAAa;QACnB,WAAW,EACV,6EAA6E;QAC9E,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,wBAAwB;aAChC;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,uBAAuB;QAChC,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,QAAQ;QACZ,IAAI,EAAE,QAAQ;QACd,WAAW,EACV,0IAA0I;QAC3I,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,oBAAoB;aAC5B;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,oBAAoB;QAC7B,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,WAAW;QACf,IAAI,EAAE,WAAW;QACjB,WAAW,EACV,wFAAwF;QACzF,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,uBAAuB;aAC/B;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,uBAAuB;QAChC,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,kBAAkB;QACtB,IAAI,EAAE,kBAAkB;QACxB,WAAW,EACV,sEAAsE;QACvE,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,8BAA8B;aACtC;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,uBAAuB;QAChC,YAAY,EAAE,IAAI;QAClB,QAAQ,EAAE,GAAG;KACb;IACD;QACC,EAAE,EAAE,eAAe;QACnB,IAAI,EAAE,kBAAkB;QACxB,WAAW,EACV,oFAAoF;QACrF,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,2BAA2B;gBACnC,OAAO,EAAE,0BAA0B;aACnC;YACD,QAAQ,EAAE;gBACT,MAAM,EAAE,0BAA0B;aAClC;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,oCAAoC;QAC7C,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,UAAU;QACd,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,4CAA4C;QACzD,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,sBAAsB;gBAC9B,OAAO,EAAE,uBAAuB;aAChC;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,IAAI;QACb,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,MAAM;QACV,IAAI,EAAE,MAAM;QACZ,WAAW,EAAE,qDAAqD;QAClE,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,kBAAkB;aAC1B;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,kBAAkB;QAC3B,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,UAAU;QACd,IAAI,EAAE,UAAU;QAChB,WAAW,EACV,gEAAgE;QACjE,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,sBAAsB;aAC9B;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,qBAAqB;QAC9B,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,KAAK;QACT,IAAI,EAAE,KAAK;QACX,WAAW,EAAE,kCAAkC;QAC/C,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,kBAAkB;aAC1B;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,cAAc;QACvB,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,UAAU;QACd,IAAI,EAAE,UAAU;QAChB,WAAW,EACV,wEAAwE;QACzE,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,sBAAsB;aAC9B;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,sBAAsB;QAC/B,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,SAAS;QACb,IAAI,EAAE,eAAe;QACrB,WAAW,EACV,uEAAuE;QACxE,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,qBAAqB;aAC7B;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,8BAA8B;QACvC,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,QAAQ;QACZ,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,oDAAoD;QACjE,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,uBAAuB;aAC/B;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,mBAAmB;QAC5B,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,aAAa;QACjB,IAAI,EAAE,aAAa;QACnB,WAAW,EAAE,8DAA8D;QAC3E,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,yBAAyB;aACjC;YACD,QAAQ,EAAE;gBACT,OAAO,EAAE,0BAA0B;gBACnC,MAAM,EAAE,wBAAwB;aAChC;SACD;QACD,QAAQ,EAAE,GAAG;QACb,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,gCAAgC;QACzC,YAAY,EAAE,IAAI;QAClB,kBAAkB,EACjB,8EAA8E;QAC/E,SAAS,EAAE,qDAAqD;KAChE;IACD;QACC,EAAE,EAAE,OAAO;QACX,IAAI,EAAE,OAAO;QACb,WAAW,EAAE,kDAAkD;QAC/D,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,mBAAmB;gBAC3B,QAAQ,EAAE,oBAAoB;aAC9B;YACD,QAAQ,EAAE;gBACT,cAAc,EAAE,2BAA2B;gBAC3C,UAAU,EAAE,uBAAuB;gBACnC,eAAe,EAAE,6BAA6B;aAC9C;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EACN,uEAAuE;QACxE,YAAY,EAAE,IAAI;QAClB,kBAAkB,EACjB,iGAAiG;QAClG,SAAS,EAAE,+CAA+C;KAC1D;IACD;QACC,EAAE,EAAE,KAAK;QACT,IAAI,EAAE,MAAM;QACZ,WAAW,EAAE,gDAAgD;QAC7D,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,kBAAkB;aAC1B;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,cAAc;QACvB,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,UAAU;QACd,IAAI,EAAE,aAAa;QACnB,WAAW,EAAE,uDAAuD;QACpE,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,sBAAsB;aAC9B;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,qBAAqB;QAC9B,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,YAAY;QAChB,IAAI,EAAE,YAAY;QAClB,WAAW,EACV,8EAA8E;QAC/E,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,wBAAwB;aAChC;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,uBAAuB;QAChC,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,QAAQ;QACZ,IAAI,EAAE,WAAW;QACjB,WAAW,EACV,oEAAoE;QACrE,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,oBAAoB;aAC5B;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,oBAAoB;QAC7B,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,SAAS;QACb,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,oCAAoC;QACjD,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,qBAAqB;aAC7B;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,oBAAoB;QAC7B,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,YAAY;QAChB,IAAI,EAAE,YAAY;QAClB,WAAW,EACV,uFAAuF;QACxF,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,yBAAyB;aACjC;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,uBAAuB;QAChC,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,eAAe;QACnB,IAAI,EAAE,eAAe;QACrB,WAAW,EACV,6EAA6E;QAC9E,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,2BAA2B;aACnC;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,uBAAuB;QAChC,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,aAAa;QACjB,IAAI,EAAE,aAAa;QACnB,WAAW,EACV,+FAA+F;QAChG,GAAG,EAAE;YACJ,QAAQ,EAAE;gBACT,MAAM,EAAE,yBAAyB;aACjC;SACD;QACD,SAAS,EAAE,IAAI;QACf,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,qBAAqB;QAC9B,YAAY,EAAE,IAAI;KAClB;IACD;QACC,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"providers.js","sourceRoot":"","sources":["../src/providers.ts"],"names":[],"mappings":"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"}
|