@elyracode/ai 0.9.15 → 0.9.16
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.generated.d.ts +184 -94
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +315 -241
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -1384,6 +1384,57 @@ export declare const MODELS: {
|
|
|
1384
1384
|
contextWindow: number;
|
|
1385
1385
|
maxTokens: number;
|
|
1386
1386
|
};
|
|
1387
|
+
readonly "openai.gpt-5.6-luna": {
|
|
1388
|
+
id: string;
|
|
1389
|
+
name: string;
|
|
1390
|
+
api: "bedrock-converse-stream";
|
|
1391
|
+
provider: string;
|
|
1392
|
+
baseUrl: string;
|
|
1393
|
+
reasoning: true;
|
|
1394
|
+
input: ("image" | "text")[];
|
|
1395
|
+
cost: {
|
|
1396
|
+
input: number;
|
|
1397
|
+
output: number;
|
|
1398
|
+
cacheRead: number;
|
|
1399
|
+
cacheWrite: number;
|
|
1400
|
+
};
|
|
1401
|
+
contextWindow: number;
|
|
1402
|
+
maxTokens: number;
|
|
1403
|
+
};
|
|
1404
|
+
readonly "openai.gpt-5.6-sol": {
|
|
1405
|
+
id: string;
|
|
1406
|
+
name: string;
|
|
1407
|
+
api: "bedrock-converse-stream";
|
|
1408
|
+
provider: string;
|
|
1409
|
+
baseUrl: string;
|
|
1410
|
+
reasoning: true;
|
|
1411
|
+
input: ("image" | "text")[];
|
|
1412
|
+
cost: {
|
|
1413
|
+
input: number;
|
|
1414
|
+
output: number;
|
|
1415
|
+
cacheRead: number;
|
|
1416
|
+
cacheWrite: number;
|
|
1417
|
+
};
|
|
1418
|
+
contextWindow: number;
|
|
1419
|
+
maxTokens: number;
|
|
1420
|
+
};
|
|
1421
|
+
readonly "openai.gpt-5.6-terra": {
|
|
1422
|
+
id: string;
|
|
1423
|
+
name: string;
|
|
1424
|
+
api: "bedrock-converse-stream";
|
|
1425
|
+
provider: string;
|
|
1426
|
+
baseUrl: string;
|
|
1427
|
+
reasoning: true;
|
|
1428
|
+
input: ("image" | "text")[];
|
|
1429
|
+
cost: {
|
|
1430
|
+
input: number;
|
|
1431
|
+
output: number;
|
|
1432
|
+
cacheRead: number;
|
|
1433
|
+
cacheWrite: number;
|
|
1434
|
+
};
|
|
1435
|
+
contextWindow: number;
|
|
1436
|
+
maxTokens: number;
|
|
1437
|
+
};
|
|
1387
1438
|
readonly "openai.gpt-oss-120b": {
|
|
1388
1439
|
id: string;
|
|
1389
1440
|
name: string;
|
|
@@ -3605,6 +3656,66 @@ export declare const MODELS: {
|
|
|
3605
3656
|
contextWindow: number;
|
|
3606
3657
|
maxTokens: number;
|
|
3607
3658
|
};
|
|
3659
|
+
readonly "gpt-5.6-luna": {
|
|
3660
|
+
id: string;
|
|
3661
|
+
name: string;
|
|
3662
|
+
api: "openai-responses";
|
|
3663
|
+
provider: string;
|
|
3664
|
+
baseUrl: string;
|
|
3665
|
+
reasoning: true;
|
|
3666
|
+
thinkingLevelMap: {
|
|
3667
|
+
off: null;
|
|
3668
|
+
};
|
|
3669
|
+
input: ("image" | "text")[];
|
|
3670
|
+
cost: {
|
|
3671
|
+
input: number;
|
|
3672
|
+
output: number;
|
|
3673
|
+
cacheRead: number;
|
|
3674
|
+
cacheWrite: number;
|
|
3675
|
+
};
|
|
3676
|
+
contextWindow: number;
|
|
3677
|
+
maxTokens: number;
|
|
3678
|
+
};
|
|
3679
|
+
readonly "gpt-5.6-sol": {
|
|
3680
|
+
id: string;
|
|
3681
|
+
name: string;
|
|
3682
|
+
api: "openai-responses";
|
|
3683
|
+
provider: string;
|
|
3684
|
+
baseUrl: string;
|
|
3685
|
+
reasoning: true;
|
|
3686
|
+
thinkingLevelMap: {
|
|
3687
|
+
off: null;
|
|
3688
|
+
};
|
|
3689
|
+
input: ("image" | "text")[];
|
|
3690
|
+
cost: {
|
|
3691
|
+
input: number;
|
|
3692
|
+
output: number;
|
|
3693
|
+
cacheRead: number;
|
|
3694
|
+
cacheWrite: number;
|
|
3695
|
+
};
|
|
3696
|
+
contextWindow: number;
|
|
3697
|
+
maxTokens: number;
|
|
3698
|
+
};
|
|
3699
|
+
readonly "gpt-5.6-terra": {
|
|
3700
|
+
id: string;
|
|
3701
|
+
name: string;
|
|
3702
|
+
api: "openai-responses";
|
|
3703
|
+
provider: string;
|
|
3704
|
+
baseUrl: string;
|
|
3705
|
+
reasoning: true;
|
|
3706
|
+
thinkingLevelMap: {
|
|
3707
|
+
off: null;
|
|
3708
|
+
};
|
|
3709
|
+
input: ("image" | "text")[];
|
|
3710
|
+
cost: {
|
|
3711
|
+
input: number;
|
|
3712
|
+
output: number;
|
|
3713
|
+
cacheRead: number;
|
|
3714
|
+
cacheWrite: number;
|
|
3715
|
+
};
|
|
3716
|
+
contextWindow: number;
|
|
3717
|
+
maxTokens: number;
|
|
3718
|
+
};
|
|
3608
3719
|
readonly o1: {
|
|
3609
3720
|
id: string;
|
|
3610
3721
|
name: string;
|
|
@@ -3770,6 +3881,26 @@ export declare const MODELS: {
|
|
|
3770
3881
|
contextWindow: number;
|
|
3771
3882
|
maxTokens: number;
|
|
3772
3883
|
};
|
|
3884
|
+
readonly "workers-ai/@cf/zai-org/glm-5.2": {
|
|
3885
|
+
id: string;
|
|
3886
|
+
name: string;
|
|
3887
|
+
api: "openai-completions";
|
|
3888
|
+
provider: string;
|
|
3889
|
+
baseUrl: string;
|
|
3890
|
+
compat: {
|
|
3891
|
+
sendSessionAffinityHeaders: true;
|
|
3892
|
+
};
|
|
3893
|
+
reasoning: true;
|
|
3894
|
+
input: "text"[];
|
|
3895
|
+
cost: {
|
|
3896
|
+
input: number;
|
|
3897
|
+
output: number;
|
|
3898
|
+
cacheRead: number;
|
|
3899
|
+
cacheWrite: number;
|
|
3900
|
+
};
|
|
3901
|
+
contextWindow: number;
|
|
3902
|
+
maxTokens: number;
|
|
3903
|
+
};
|
|
3773
3904
|
};
|
|
3774
3905
|
readonly "cloudflare-workers-ai": {
|
|
3775
3906
|
readonly "@cf/google/gemma-4-26b-a4b-it": {
|
|
@@ -11426,6 +11557,23 @@ export declare const MODELS: {
|
|
|
11426
11557
|
contextWindow: number;
|
|
11427
11558
|
maxTokens: number;
|
|
11428
11559
|
};
|
|
11560
|
+
readonly "kwaipilot/kat-coder-air-v2.5": {
|
|
11561
|
+
id: string;
|
|
11562
|
+
name: string;
|
|
11563
|
+
api: "openai-completions";
|
|
11564
|
+
provider: string;
|
|
11565
|
+
baseUrl: string;
|
|
11566
|
+
reasoning: false;
|
|
11567
|
+
input: "text"[];
|
|
11568
|
+
cost: {
|
|
11569
|
+
input: number;
|
|
11570
|
+
output: number;
|
|
11571
|
+
cacheRead: number;
|
|
11572
|
+
cacheWrite: number;
|
|
11573
|
+
};
|
|
11574
|
+
contextWindow: number;
|
|
11575
|
+
maxTokens: number;
|
|
11576
|
+
};
|
|
11429
11577
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
11430
11578
|
id: string;
|
|
11431
11579
|
name: string;
|
|
@@ -11443,13 +11591,13 @@ export declare const MODELS: {
|
|
|
11443
11591
|
contextWindow: number;
|
|
11444
11592
|
maxTokens: number;
|
|
11445
11593
|
};
|
|
11446
|
-
readonly "
|
|
11594
|
+
readonly "kwaipilot/kat-coder-pro-v2.5": {
|
|
11447
11595
|
id: string;
|
|
11448
11596
|
name: string;
|
|
11449
11597
|
api: "openai-completions";
|
|
11450
11598
|
provider: string;
|
|
11451
11599
|
baseUrl: string;
|
|
11452
|
-
reasoning:
|
|
11600
|
+
reasoning: false;
|
|
11453
11601
|
input: "text"[];
|
|
11454
11602
|
cost: {
|
|
11455
11603
|
input: number;
|
|
@@ -12992,23 +13140,6 @@ export declare const MODELS: {
|
|
|
12992
13140
|
contextWindow: number;
|
|
12993
13141
|
maxTokens: number;
|
|
12994
13142
|
};
|
|
12995
|
-
readonly "openai/gpt-oss-120b:free": {
|
|
12996
|
-
id: string;
|
|
12997
|
-
name: string;
|
|
12998
|
-
api: "openai-completions";
|
|
12999
|
-
provider: string;
|
|
13000
|
-
baseUrl: string;
|
|
13001
|
-
reasoning: true;
|
|
13002
|
-
input: "text"[];
|
|
13003
|
-
cost: {
|
|
13004
|
-
input: number;
|
|
13005
|
-
output: number;
|
|
13006
|
-
cacheRead: number;
|
|
13007
|
-
cacheWrite: number;
|
|
13008
|
-
};
|
|
13009
|
-
contextWindow: number;
|
|
13010
|
-
maxTokens: number;
|
|
13011
|
-
};
|
|
13012
13143
|
readonly "openai/gpt-oss-20b": {
|
|
13013
13144
|
id: string;
|
|
13014
13145
|
name: string;
|
|
@@ -15986,6 +16117,26 @@ export declare const MODELS: {
|
|
|
15986
16117
|
contextWindow: number;
|
|
15987
16118
|
maxTokens: number;
|
|
15988
16119
|
};
|
|
16120
|
+
readonly "anthropic/claude-opus-4.7-fast": {
|
|
16121
|
+
id: string;
|
|
16122
|
+
name: string;
|
|
16123
|
+
api: "anthropic-messages";
|
|
16124
|
+
provider: string;
|
|
16125
|
+
baseUrl: string;
|
|
16126
|
+
reasoning: true;
|
|
16127
|
+
thinkingLevelMap: {
|
|
16128
|
+
xhigh: string;
|
|
16129
|
+
};
|
|
16130
|
+
input: ("image" | "text")[];
|
|
16131
|
+
cost: {
|
|
16132
|
+
input: number;
|
|
16133
|
+
output: number;
|
|
16134
|
+
cacheRead: number;
|
|
16135
|
+
cacheWrite: number;
|
|
16136
|
+
};
|
|
16137
|
+
contextWindow: number;
|
|
16138
|
+
maxTokens: number;
|
|
16139
|
+
};
|
|
15989
16140
|
readonly "anthropic/claude-opus-4.8": {
|
|
15990
16141
|
id: string;
|
|
15991
16142
|
name: string;
|
|
@@ -16010,13 +16161,20 @@ export declare const MODELS: {
|
|
|
16010
16161
|
contextWindow: number;
|
|
16011
16162
|
maxTokens: number;
|
|
16012
16163
|
};
|
|
16013
|
-
readonly "anthropic/claude-
|
|
16164
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
16014
16165
|
id: string;
|
|
16015
16166
|
name: string;
|
|
16016
16167
|
api: "anthropic-messages";
|
|
16017
16168
|
provider: string;
|
|
16018
16169
|
baseUrl: string;
|
|
16019
16170
|
reasoning: true;
|
|
16171
|
+
thinkingLevelMap: {
|
|
16172
|
+
minimal: string;
|
|
16173
|
+
low: string;
|
|
16174
|
+
medium: string;
|
|
16175
|
+
high: string;
|
|
16176
|
+
xhigh: string;
|
|
16177
|
+
};
|
|
16020
16178
|
input: ("image" | "text")[];
|
|
16021
16179
|
cost: {
|
|
16022
16180
|
input: number;
|
|
@@ -16027,7 +16185,7 @@ export declare const MODELS: {
|
|
|
16027
16185
|
contextWindow: number;
|
|
16028
16186
|
maxTokens: number;
|
|
16029
16187
|
};
|
|
16030
|
-
readonly "anthropic/claude-sonnet-4
|
|
16188
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
16031
16189
|
id: string;
|
|
16032
16190
|
name: string;
|
|
16033
16191
|
api: "anthropic-messages";
|
|
@@ -16044,7 +16202,7 @@ export declare const MODELS: {
|
|
|
16044
16202
|
contextWindow: number;
|
|
16045
16203
|
maxTokens: number;
|
|
16046
16204
|
};
|
|
16047
|
-
readonly "anthropic/claude-sonnet-4.
|
|
16205
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
16048
16206
|
id: string;
|
|
16049
16207
|
name: string;
|
|
16050
16208
|
api: "anthropic-messages";
|
|
@@ -16061,7 +16219,7 @@ export declare const MODELS: {
|
|
|
16061
16219
|
contextWindow: number;
|
|
16062
16220
|
maxTokens: number;
|
|
16063
16221
|
};
|
|
16064
|
-
readonly "anthropic/claude-sonnet-
|
|
16222
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
16065
16223
|
id: string;
|
|
16066
16224
|
name: string;
|
|
16067
16225
|
api: "anthropic-messages";
|
|
@@ -16078,14 +16236,14 @@ export declare const MODELS: {
|
|
|
16078
16236
|
contextWindow: number;
|
|
16079
16237
|
maxTokens: number;
|
|
16080
16238
|
};
|
|
16081
|
-
readonly "
|
|
16239
|
+
readonly "anthropic/claude-sonnet-5": {
|
|
16082
16240
|
id: string;
|
|
16083
16241
|
name: string;
|
|
16084
16242
|
api: "anthropic-messages";
|
|
16085
16243
|
provider: string;
|
|
16086
16244
|
baseUrl: string;
|
|
16087
|
-
reasoning:
|
|
16088
|
-
input: "text"[];
|
|
16245
|
+
reasoning: true;
|
|
16246
|
+
input: ("image" | "text")[];
|
|
16089
16247
|
cost: {
|
|
16090
16248
|
input: number;
|
|
16091
16249
|
output: number;
|
|
@@ -16622,40 +16780,6 @@ export declare const MODELS: {
|
|
|
16622
16780
|
contextWindow: number;
|
|
16623
16781
|
maxTokens: number;
|
|
16624
16782
|
};
|
|
16625
|
-
readonly "meituan/longcat-flash-chat": {
|
|
16626
|
-
id: string;
|
|
16627
|
-
name: string;
|
|
16628
|
-
api: "anthropic-messages";
|
|
16629
|
-
provider: string;
|
|
16630
|
-
baseUrl: string;
|
|
16631
|
-
reasoning: false;
|
|
16632
|
-
input: "text"[];
|
|
16633
|
-
cost: {
|
|
16634
|
-
input: number;
|
|
16635
|
-
output: number;
|
|
16636
|
-
cacheRead: number;
|
|
16637
|
-
cacheWrite: number;
|
|
16638
|
-
};
|
|
16639
|
-
contextWindow: number;
|
|
16640
|
-
maxTokens: number;
|
|
16641
|
-
};
|
|
16642
|
-
readonly "meituan/longcat-flash-thinking-2601": {
|
|
16643
|
-
id: string;
|
|
16644
|
-
name: string;
|
|
16645
|
-
api: "anthropic-messages";
|
|
16646
|
-
provider: string;
|
|
16647
|
-
baseUrl: string;
|
|
16648
|
-
reasoning: true;
|
|
16649
|
-
input: "text"[];
|
|
16650
|
-
cost: {
|
|
16651
|
-
input: number;
|
|
16652
|
-
output: number;
|
|
16653
|
-
cacheRead: number;
|
|
16654
|
-
cacheWrite: number;
|
|
16655
|
-
};
|
|
16656
|
-
contextWindow: number;
|
|
16657
|
-
maxTokens: number;
|
|
16658
|
-
};
|
|
16659
16783
|
readonly "meta/llama-3.1-70b": {
|
|
16660
16784
|
id: string;
|
|
16661
16785
|
name: string;
|
|
@@ -16962,23 +17086,6 @@ export declare const MODELS: {
|
|
|
16962
17086
|
contextWindow: number;
|
|
16963
17087
|
maxTokens: number;
|
|
16964
17088
|
};
|
|
16965
|
-
readonly "mistral/devstral-small": {
|
|
16966
|
-
id: string;
|
|
16967
|
-
name: string;
|
|
16968
|
-
api: "anthropic-messages";
|
|
16969
|
-
provider: string;
|
|
16970
|
-
baseUrl: string;
|
|
16971
|
-
reasoning: false;
|
|
16972
|
-
input: "text"[];
|
|
16973
|
-
cost: {
|
|
16974
|
-
input: number;
|
|
16975
|
-
output: number;
|
|
16976
|
-
cacheRead: number;
|
|
16977
|
-
cacheWrite: number;
|
|
16978
|
-
};
|
|
16979
|
-
contextWindow: number;
|
|
16980
|
-
maxTokens: number;
|
|
16981
|
-
};
|
|
16982
17089
|
readonly "mistral/devstral-small-2": {
|
|
16983
17090
|
id: string;
|
|
16984
17091
|
name: string;
|
|
@@ -17183,23 +17290,6 @@ export declare const MODELS: {
|
|
|
17183
17290
|
contextWindow: number;
|
|
17184
17291
|
maxTokens: number;
|
|
17185
17292
|
};
|
|
17186
|
-
readonly "mistral/pixtral-large": {
|
|
17187
|
-
id: string;
|
|
17188
|
-
name: string;
|
|
17189
|
-
api: "anthropic-messages";
|
|
17190
|
-
provider: string;
|
|
17191
|
-
baseUrl: string;
|
|
17192
|
-
reasoning: false;
|
|
17193
|
-
input: ("image" | "text")[];
|
|
17194
|
-
cost: {
|
|
17195
|
-
input: number;
|
|
17196
|
-
output: number;
|
|
17197
|
-
cacheRead: number;
|
|
17198
|
-
cacheWrite: number;
|
|
17199
|
-
};
|
|
17200
|
-
contextWindow: number;
|
|
17201
|
-
maxTokens: number;
|
|
17202
|
-
};
|
|
17203
17293
|
readonly "moonshotai/kimi-k2": {
|
|
17204
17294
|
id: string;
|
|
17205
17295
|
name: string;
|