@mariozechner/pi-ai 0.5.44 → 0.5.46

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.
@@ -187,6 +187,142 @@ export declare const MODELS: {
187
187
  contextWindow: number;
188
188
  maxTokens: number;
189
189
  };
190
+ readonly "claude-haiku-4-5-20251001": {
191
+ id: string;
192
+ name: string;
193
+ api: "anthropic-messages";
194
+ provider: string;
195
+ baseUrl: string;
196
+ reasoning: true;
197
+ input: ("text" | "image")[];
198
+ cost: {
199
+ input: number;
200
+ output: number;
201
+ cacheRead: number;
202
+ cacheWrite: number;
203
+ };
204
+ contextWindow: number;
205
+ maxTokens: number;
206
+ };
207
+ readonly "claude-sonnet-4-0": {
208
+ id: string;
209
+ name: string;
210
+ api: "anthropic-messages";
211
+ provider: string;
212
+ baseUrl: string;
213
+ reasoning: true;
214
+ input: ("text" | "image")[];
215
+ cost: {
216
+ input: number;
217
+ output: number;
218
+ cacheRead: number;
219
+ cacheWrite: number;
220
+ };
221
+ contextWindow: number;
222
+ maxTokens: number;
223
+ };
224
+ readonly "claude-3-7-sonnet-latest": {
225
+ id: string;
226
+ name: string;
227
+ api: "anthropic-messages";
228
+ provider: string;
229
+ baseUrl: string;
230
+ reasoning: true;
231
+ input: ("text" | "image")[];
232
+ cost: {
233
+ input: number;
234
+ output: number;
235
+ cacheRead: number;
236
+ cacheWrite: number;
237
+ };
238
+ contextWindow: number;
239
+ maxTokens: number;
240
+ };
241
+ readonly "claude-sonnet-4-5": {
242
+ id: string;
243
+ name: string;
244
+ api: "anthropic-messages";
245
+ provider: string;
246
+ baseUrl: string;
247
+ reasoning: true;
248
+ input: ("text" | "image")[];
249
+ cost: {
250
+ input: number;
251
+ output: number;
252
+ cacheRead: number;
253
+ cacheWrite: number;
254
+ };
255
+ contextWindow: number;
256
+ maxTokens: number;
257
+ };
258
+ readonly "claude-3-5-haiku-latest": {
259
+ id: string;
260
+ name: string;
261
+ api: "anthropic-messages";
262
+ provider: string;
263
+ baseUrl: string;
264
+ reasoning: false;
265
+ input: ("text" | "image")[];
266
+ cost: {
267
+ input: number;
268
+ output: number;
269
+ cacheRead: number;
270
+ cacheWrite: number;
271
+ };
272
+ contextWindow: number;
273
+ maxTokens: number;
274
+ };
275
+ readonly "claude-haiku-4-5": {
276
+ id: string;
277
+ name: string;
278
+ api: "anthropic-messages";
279
+ provider: string;
280
+ baseUrl: string;
281
+ reasoning: true;
282
+ input: ("text" | "image")[];
283
+ cost: {
284
+ input: number;
285
+ output: number;
286
+ cacheRead: number;
287
+ cacheWrite: number;
288
+ };
289
+ contextWindow: number;
290
+ maxTokens: number;
291
+ };
292
+ readonly "claude-opus-4-1": {
293
+ id: string;
294
+ name: string;
295
+ api: "anthropic-messages";
296
+ provider: string;
297
+ baseUrl: string;
298
+ reasoning: true;
299
+ input: ("text" | "image")[];
300
+ cost: {
301
+ input: number;
302
+ output: number;
303
+ cacheRead: number;
304
+ cacheWrite: number;
305
+ };
306
+ contextWindow: number;
307
+ maxTokens: number;
308
+ };
309
+ readonly "claude-opus-4-0": {
310
+ id: string;
311
+ name: string;
312
+ api: "anthropic-messages";
313
+ provider: string;
314
+ baseUrl: string;
315
+ reasoning: true;
316
+ input: ("text" | "image")[];
317
+ cost: {
318
+ input: number;
319
+ output: number;
320
+ cacheRead: number;
321
+ cacheWrite: number;
322
+ };
323
+ contextWindow: number;
324
+ maxTokens: number;
325
+ };
190
326
  };
191
327
  readonly google: {
192
328
  readonly "gemini-2.5-flash-preview-05-20": {
@@ -359,6 +495,23 @@ export declare const MODELS: {
359
495
  contextWindow: number;
360
496
  maxTokens: number;
361
497
  };
498
+ readonly "gemini-live-2.5-flash": {
499
+ id: string;
500
+ name: string;
501
+ api: "google-generative-ai";
502
+ provider: string;
503
+ baseUrl: string;
504
+ reasoning: true;
505
+ input: ("text" | "image")[];
506
+ cost: {
507
+ input: number;
508
+ output: number;
509
+ cacheRead: number;
510
+ cacheWrite: number;
511
+ };
512
+ contextWindow: number;
513
+ maxTokens: number;
514
+ };
362
515
  readonly "gemini-2.5-flash-lite-preview-06-17": {
363
516
  id: string;
364
517
  name: string;
@@ -1646,6 +1799,159 @@ export declare const MODELS: {
1646
1799
  };
1647
1800
  };
1648
1801
  readonly openrouter: {
1802
+ readonly "openrouter/andromeda-alpha": {
1803
+ id: string;
1804
+ name: string;
1805
+ api: "openai-completions";
1806
+ provider: string;
1807
+ baseUrl: string;
1808
+ reasoning: true;
1809
+ input: ("text" | "image")[];
1810
+ cost: {
1811
+ input: number;
1812
+ output: number;
1813
+ cacheRead: number;
1814
+ cacheWrite: number;
1815
+ };
1816
+ contextWindow: number;
1817
+ maxTokens: number;
1818
+ };
1819
+ readonly "deepcogito/cogito-v2-preview-llama-405b": {
1820
+ id: string;
1821
+ name: string;
1822
+ api: "openai-completions";
1823
+ provider: string;
1824
+ baseUrl: string;
1825
+ reasoning: true;
1826
+ input: "text"[];
1827
+ cost: {
1828
+ input: number;
1829
+ output: number;
1830
+ cacheRead: number;
1831
+ cacheWrite: number;
1832
+ };
1833
+ contextWindow: number;
1834
+ maxTokens: number;
1835
+ };
1836
+ readonly "qwen/qwen3-vl-8b-thinking": {
1837
+ id: string;
1838
+ name: string;
1839
+ api: "openai-completions";
1840
+ provider: string;
1841
+ baseUrl: string;
1842
+ reasoning: true;
1843
+ input: ("text" | "image")[];
1844
+ cost: {
1845
+ input: number;
1846
+ output: number;
1847
+ cacheRead: number;
1848
+ cacheWrite: number;
1849
+ };
1850
+ contextWindow: number;
1851
+ maxTokens: number;
1852
+ };
1853
+ readonly "qwen/qwen3-vl-8b-instruct": {
1854
+ id: string;
1855
+ name: string;
1856
+ api: "openai-completions";
1857
+ provider: string;
1858
+ baseUrl: string;
1859
+ reasoning: false;
1860
+ input: ("text" | "image")[];
1861
+ cost: {
1862
+ input: number;
1863
+ output: number;
1864
+ cacheRead: number;
1865
+ cacheWrite: number;
1866
+ };
1867
+ contextWindow: number;
1868
+ maxTokens: number;
1869
+ };
1870
+ readonly "inclusionai/ring-1t": {
1871
+ id: string;
1872
+ name: string;
1873
+ api: "openai-completions";
1874
+ provider: string;
1875
+ baseUrl: string;
1876
+ reasoning: true;
1877
+ input: "text"[];
1878
+ cost: {
1879
+ input: number;
1880
+ output: number;
1881
+ cacheRead: number;
1882
+ cacheWrite: number;
1883
+ };
1884
+ contextWindow: number;
1885
+ maxTokens: number;
1886
+ };
1887
+ readonly "inclusionai/ling-1t": {
1888
+ id: string;
1889
+ name: string;
1890
+ api: "openai-completions";
1891
+ provider: string;
1892
+ baseUrl: string;
1893
+ reasoning: false;
1894
+ input: "text"[];
1895
+ cost: {
1896
+ input: number;
1897
+ output: number;
1898
+ cacheRead: number;
1899
+ cacheWrite: number;
1900
+ };
1901
+ contextWindow: number;
1902
+ maxTokens: number;
1903
+ };
1904
+ readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
1905
+ id: string;
1906
+ name: string;
1907
+ api: "openai-completions";
1908
+ provider: string;
1909
+ baseUrl: string;
1910
+ reasoning: true;
1911
+ input: "text"[];
1912
+ cost: {
1913
+ input: number;
1914
+ output: number;
1915
+ cacheRead: number;
1916
+ cacheWrite: number;
1917
+ };
1918
+ contextWindow: number;
1919
+ maxTokens: number;
1920
+ };
1921
+ readonly "qwen/qwen3-vl-30b-a3b-thinking": {
1922
+ id: string;
1923
+ name: string;
1924
+ api: "openai-completions";
1925
+ provider: string;
1926
+ baseUrl: string;
1927
+ reasoning: true;
1928
+ input: ("text" | "image")[];
1929
+ cost: {
1930
+ input: number;
1931
+ output: number;
1932
+ cacheRead: number;
1933
+ cacheWrite: number;
1934
+ };
1935
+ contextWindow: number;
1936
+ maxTokens: number;
1937
+ };
1938
+ readonly "qwen/qwen3-vl-30b-a3b-instruct": {
1939
+ id: string;
1940
+ name: string;
1941
+ api: "openai-completions";
1942
+ provider: string;
1943
+ baseUrl: string;
1944
+ reasoning: false;
1945
+ input: ("text" | "image")[];
1946
+ cost: {
1947
+ input: number;
1948
+ output: number;
1949
+ cacheRead: number;
1950
+ cacheWrite: number;
1951
+ };
1952
+ contextWindow: number;
1953
+ maxTokens: number;
1954
+ };
1649
1955
  readonly "z-ai/glm-4.6": {
1650
1956
  id: string;
1651
1957
  name: string;
@@ -1771,7 +2077,7 @@ export declare const MODELS: {
1771
2077
  api: "openai-completions";
1772
2078
  provider: string;
1773
2079
  baseUrl: string;
1774
- reasoning: false;
2080
+ reasoning: true;
1775
2081
  input: "text"[];
1776
2082
  cost: {
1777
2083
  input: number;
@@ -1952,6 +2258,23 @@ export declare const MODELS: {
1952
2258
  contextWindow: number;
1953
2259
  maxTokens: number;
1954
2260
  };
2261
+ readonly "deepcogito/cogito-v2-preview-llama-70b": {
2262
+ id: string;
2263
+ name: string;
2264
+ api: "openai-completions";
2265
+ provider: string;
2266
+ baseUrl: string;
2267
+ reasoning: true;
2268
+ input: "text"[];
2269
+ cost: {
2270
+ input: number;
2271
+ output: number;
2272
+ cacheRead: number;
2273
+ cacheWrite: number;
2274
+ };
2275
+ contextWindow: number;
2276
+ maxTokens: number;
2277
+ };
1955
2278
  readonly "deepcogito/cogito-v2-preview-llama-109b-moe": {
1956
2279
  id: string;
1957
2280
  name: string;
@@ -2037,7 +2360,7 @@ export declare const MODELS: {
2037
2360
  contextWindow: number;
2038
2361
  maxTokens: number;
2039
2362
  };
2040
- readonly "deepseek/deepseek-chat-v3.1:free": {
2363
+ readonly "deepseek/deepseek-chat-v3.1": {
2041
2364
  id: string;
2042
2365
  name: string;
2043
2366
  api: "openai-completions";
@@ -2054,14 +2377,14 @@ export declare const MODELS: {
2054
2377
  contextWindow: number;
2055
2378
  maxTokens: number;
2056
2379
  };
2057
- readonly "deepseek/deepseek-chat-v3.1": {
2380
+ readonly "mistralai/mistral-medium-3.1": {
2058
2381
  id: string;
2059
2382
  name: string;
2060
2383
  api: "openai-completions";
2061
2384
  provider: string;
2062
2385
  baseUrl: string;
2063
- reasoning: true;
2064
- input: "text"[];
2386
+ reasoning: false;
2387
+ input: ("text" | "image")[];
2065
2388
  cost: {
2066
2389
  input: number;
2067
2390
  output: number;
@@ -2071,13 +2394,30 @@ export declare const MODELS: {
2071
2394
  contextWindow: number;
2072
2395
  maxTokens: number;
2073
2396
  };
2074
- readonly "mistralai/mistral-medium-3.1": {
2397
+ readonly "baidu/ernie-4.5-21b-a3b": {
2075
2398
  id: string;
2076
2399
  name: string;
2077
2400
  api: "openai-completions";
2078
2401
  provider: string;
2079
2402
  baseUrl: string;
2080
2403
  reasoning: false;
2404
+ input: "text"[];
2405
+ cost: {
2406
+ input: number;
2407
+ output: number;
2408
+ cacheRead: number;
2409
+ cacheWrite: number;
2410
+ };
2411
+ contextWindow: number;
2412
+ maxTokens: number;
2413
+ };
2414
+ readonly "baidu/ernie-4.5-vl-28b-a3b": {
2415
+ id: string;
2416
+ name: string;
2417
+ api: "openai-completions";
2418
+ provider: string;
2419
+ baseUrl: string;
2420
+ reasoning: true;
2081
2421
  input: ("text" | "image")[];
2082
2422
  cost: {
2083
2423
  input: number;
@@ -2298,7 +2638,7 @@ export declare const MODELS: {
2298
2638
  api: "openai-completions";
2299
2639
  provider: string;
2300
2640
  baseUrl: string;
2301
- reasoning: false;
2641
+ reasoning: true;
2302
2642
  input: "text"[];
2303
2643
  cost: {
2304
2644
  input: number;
@@ -2315,7 +2655,7 @@ export declare const MODELS: {
2315
2655
  api: "openai-completions";
2316
2656
  provider: string;
2317
2657
  baseUrl: string;
2318
- reasoning: false;
2658
+ reasoning: true;
2319
2659
  input: "text"[];
2320
2660
  cost: {
2321
2661
  input: number;
@@ -2377,6 +2717,23 @@ export declare const MODELS: {
2377
2717
  contextWindow: number;
2378
2718
  maxTokens: number;
2379
2719
  };
2720
+ readonly "tngtech/deepseek-r1t2-chimera": {
2721
+ id: string;
2722
+ name: string;
2723
+ api: "openai-completions";
2724
+ provider: string;
2725
+ baseUrl: string;
2726
+ reasoning: true;
2727
+ input: "text"[];
2728
+ cost: {
2729
+ input: number;
2730
+ output: number;
2731
+ cacheRead: number;
2732
+ cacheWrite: number;
2733
+ };
2734
+ contextWindow: number;
2735
+ maxTokens: number;
2736
+ };
2380
2737
  readonly "inception/mercury": {
2381
2738
  id: string;
2382
2739
  name: string;
@@ -2564,6 +2921,23 @@ export declare const MODELS: {
2564
2921
  contextWindow: number;
2565
2922
  maxTokens: number;
2566
2923
  };
2924
+ readonly "nousresearch/deephermes-3-mistral-24b-preview": {
2925
+ id: string;
2926
+ name: string;
2927
+ api: "openai-completions";
2928
+ provider: string;
2929
+ baseUrl: string;
2930
+ reasoning: true;
2931
+ input: "text"[];
2932
+ cost: {
2933
+ input: number;
2934
+ output: number;
2935
+ cacheRead: number;
2936
+ cacheWrite: number;
2937
+ };
2938
+ contextWindow: number;
2939
+ maxTokens: number;
2940
+ };
2567
2941
  readonly "mistralai/mistral-medium-3": {
2568
2942
  id: string;
2569
2943
  name: string;
@@ -2808,7 +3182,7 @@ export declare const MODELS: {
2808
3182
  api: "openai-completions";
2809
3183
  provider: string;
2810
3184
  baseUrl: string;
2811
- reasoning: false;
3185
+ reasoning: true;
2812
3186
  input: "text"[];
2813
3187
  cost: {
2814
3188
  input: number;
@@ -2853,14 +3227,14 @@ export declare const MODELS: {
2853
3227
  contextWindow: number;
2854
3228
  maxTokens: number;
2855
3229
  };
2856
- readonly "microsoft/phi-4-multimodal-instruct": {
3230
+ readonly "qwen/qwq-32b": {
2857
3231
  id: string;
2858
3232
  name: string;
2859
3233
  api: "openai-completions";
2860
3234
  provider: string;
2861
3235
  baseUrl: string;
2862
- reasoning: false;
2863
- input: ("text" | "image")[];
3236
+ reasoning: true;
3237
+ input: "text"[];
2864
3238
  cost: {
2865
3239
  input: number;
2866
3240
  output: number;
@@ -2870,13 +3244,13 @@ export declare const MODELS: {
2870
3244
  contextWindow: number;
2871
3245
  maxTokens: number;
2872
3246
  };
2873
- readonly "qwen/qwq-32b": {
3247
+ readonly "nousresearch/deephermes-3-llama-3-8b-preview": {
2874
3248
  id: string;
2875
3249
  name: string;
2876
3250
  api: "openai-completions";
2877
3251
  provider: string;
2878
3252
  baseUrl: string;
2879
- reasoning: true;
3253
+ reasoning: false;
2880
3254
  input: "text"[];
2881
3255
  cost: {
2882
3256
  input: number;
@@ -2904,6 +3278,23 @@ export declare const MODELS: {
2904
3278
  contextWindow: number;
2905
3279
  maxTokens: number;
2906
3280
  };
3281
+ readonly "qwen/qwen-vl-max": {
3282
+ id: string;
3283
+ name: string;
3284
+ api: "openai-completions";
3285
+ provider: string;
3286
+ baseUrl: string;
3287
+ reasoning: false;
3288
+ input: ("text" | "image")[];
3289
+ cost: {
3290
+ input: number;
3291
+ output: number;
3292
+ cacheRead: number;
3293
+ cacheWrite: number;
3294
+ };
3295
+ contextWindow: number;
3296
+ maxTokens: number;
3297
+ };
2907
3298
  readonly "qwen/qwen-turbo": {
2908
3299
  id: string;
2909
3300
  name: string;
@@ -3210,6 +3601,23 @@ export declare const MODELS: {
3210
3601
  contextWindow: number;
3211
3602
  maxTokens: number;
3212
3603
  };
3604
+ readonly "qwen/qwen-2.5-7b-instruct": {
3605
+ id: string;
3606
+ name: string;
3607
+ api: "openai-completions";
3608
+ provider: string;
3609
+ baseUrl: string;
3610
+ reasoning: false;
3611
+ input: "text"[];
3612
+ cost: {
3613
+ input: number;
3614
+ output: number;
3615
+ cacheRead: number;
3616
+ cacheWrite: number;
3617
+ };
3618
+ contextWindow: number;
3619
+ maxTokens: number;
3620
+ };
3213
3621
  readonly "nvidia/llama-3.1-nemotron-70b-instruct": {
3214
3622
  id: string;
3215
3623
  name: string;
@@ -3329,6 +3737,23 @@ export declare const MODELS: {
3329
3737
  contextWindow: number;
3330
3738
  maxTokens: number;
3331
3739
  };
3740
+ readonly "sao10k/l3.1-euryale-70b": {
3741
+ id: string;
3742
+ name: string;
3743
+ api: "openai-completions";
3744
+ provider: string;
3745
+ baseUrl: string;
3746
+ reasoning: false;
3747
+ input: "text"[];
3748
+ cost: {
3749
+ input: number;
3750
+ output: number;
3751
+ cacheRead: number;
3752
+ cacheWrite: number;
3753
+ };
3754
+ contextWindow: number;
3755
+ maxTokens: number;
3756
+ };
3332
3757
  readonly "microsoft/phi-3.5-mini-128k-instruct": {
3333
3758
  id: string;
3334
3759
  name: string;
@@ -3363,7 +3788,7 @@ export declare const MODELS: {
3363
3788
  contextWindow: number;
3364
3789
  maxTokens: number;
3365
3790
  };
3366
- readonly "meta-llama/llama-3.1-405b-instruct": {
3791
+ readonly "meta-llama/llama-3.1-8b-instruct": {
3367
3792
  id: string;
3368
3793
  name: string;
3369
3794
  api: "openai-completions";
@@ -3380,7 +3805,7 @@ export declare const MODELS: {
3380
3805
  contextWindow: number;
3381
3806
  maxTokens: number;
3382
3807
  };
3383
- readonly "meta-llama/llama-3.1-8b-instruct": {
3808
+ readonly "meta-llama/llama-3.1-405b-instruct": {
3384
3809
  id: string;
3385
3810
  name: string;
3386
3811
  api: "openai-completions";
@@ -3431,6 +3856,23 @@ export declare const MODELS: {
3431
3856
  contextWindow: number;
3432
3857
  maxTokens: number;
3433
3858
  };
3859
+ readonly "sao10k/l3-euryale-70b": {
3860
+ id: string;
3861
+ name: string;
3862
+ api: "openai-completions";
3863
+ provider: string;
3864
+ baseUrl: string;
3865
+ reasoning: false;
3866
+ input: "text"[];
3867
+ cost: {
3868
+ input: number;
3869
+ output: number;
3870
+ cacheRead: number;
3871
+ cacheWrite: number;
3872
+ };
3873
+ contextWindow: number;
3874
+ maxTokens: number;
3875
+ };
3434
3876
  readonly "mistralai/mistral-7b-instruct:free": {
3435
3877
  id: string;
3436
3878
  name: string;
@@ -1 +1 @@
1
- {"version":3,"file":"models.generated.d.ts","sourceRoot":"","sources":["../src/models.generated.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAukHT,CAAC"}
1
+ {"version":3,"file":"models.generated.d.ts","sourceRoot":"","sources":["../src/models.generated.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAigIT,CAAC"}