@elyracode/ai 0.9.14 → 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.
@@ -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;
@@ -2909,6 +2960,23 @@ export declare const MODELS: {
2909
2960
  contextWindow: number;
2910
2961
  maxTokens: number;
2911
2962
  };
2963
+ readonly "gpt-realtime-2.1": {
2964
+ id: string;
2965
+ name: string;
2966
+ api: "azure-openai-responses";
2967
+ provider: string;
2968
+ baseUrl: string;
2969
+ reasoning: true;
2970
+ input: ("image" | "text")[];
2971
+ cost: {
2972
+ input: number;
2973
+ output: number;
2974
+ cacheRead: number;
2975
+ cacheWrite: number;
2976
+ };
2977
+ contextWindow: number;
2978
+ maxTokens: number;
2979
+ };
2912
2980
  readonly o1: {
2913
2981
  id: string;
2914
2982
  name: string;
@@ -3588,6 +3656,66 @@ export declare const MODELS: {
3588
3656
  contextWindow: number;
3589
3657
  maxTokens: number;
3590
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
+ };
3591
3719
  readonly o1: {
3592
3720
  id: string;
3593
3721
  name: string;
@@ -3753,6 +3881,26 @@ export declare const MODELS: {
3753
3881
  contextWindow: number;
3754
3882
  maxTokens: number;
3755
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
+ };
3756
3904
  };
3757
3905
  readonly "cloudflare-workers-ai": {
3758
3906
  readonly "@cf/google/gemma-4-26b-a4b-it": {
@@ -4973,6 +5121,84 @@ export declare const MODELS: {
4973
5121
  contextWindow: number;
4974
5122
  maxTokens: number;
4975
5123
  };
5124
+ readonly "gpt-5.6-luna": {
5125
+ id: string;
5126
+ name: string;
5127
+ api: "openai-responses";
5128
+ provider: string;
5129
+ baseUrl: string;
5130
+ headers: {
5131
+ "User-Agent": string;
5132
+ "Editor-Version": string;
5133
+ "Editor-Plugin-Version": string;
5134
+ "Copilot-Integration-Id": string;
5135
+ };
5136
+ reasoning: true;
5137
+ thinkingLevelMap: {
5138
+ off: null;
5139
+ };
5140
+ input: ("image" | "text")[];
5141
+ cost: {
5142
+ input: number;
5143
+ output: number;
5144
+ cacheRead: number;
5145
+ cacheWrite: number;
5146
+ };
5147
+ contextWindow: number;
5148
+ maxTokens: number;
5149
+ };
5150
+ readonly "gpt-5.6-sol": {
5151
+ id: string;
5152
+ name: string;
5153
+ api: "openai-responses";
5154
+ provider: string;
5155
+ baseUrl: string;
5156
+ headers: {
5157
+ "User-Agent": string;
5158
+ "Editor-Version": string;
5159
+ "Editor-Plugin-Version": string;
5160
+ "Copilot-Integration-Id": string;
5161
+ };
5162
+ reasoning: true;
5163
+ thinkingLevelMap: {
5164
+ off: null;
5165
+ };
5166
+ input: ("image" | "text")[];
5167
+ cost: {
5168
+ input: number;
5169
+ output: number;
5170
+ cacheRead: number;
5171
+ cacheWrite: number;
5172
+ };
5173
+ contextWindow: number;
5174
+ maxTokens: number;
5175
+ };
5176
+ readonly "gpt-5.6-terra": {
5177
+ id: string;
5178
+ name: string;
5179
+ api: "openai-responses";
5180
+ provider: string;
5181
+ baseUrl: string;
5182
+ headers: {
5183
+ "User-Agent": string;
5184
+ "Editor-Version": string;
5185
+ "Editor-Plugin-Version": string;
5186
+ "Copilot-Integration-Id": string;
5187
+ };
5188
+ reasoning: true;
5189
+ thinkingLevelMap: {
5190
+ off: null;
5191
+ };
5192
+ input: ("image" | "text")[];
5193
+ cost: {
5194
+ input: number;
5195
+ output: number;
5196
+ cacheRead: number;
5197
+ cacheWrite: number;
5198
+ };
5199
+ contextWindow: number;
5200
+ maxTokens: number;
5201
+ };
4976
5202
  readonly "kimi-k2.7-code": {
4977
5203
  id: string;
4978
5204
  name: string;
@@ -8479,6 +8705,23 @@ export declare const MODELS: {
8479
8705
  contextWindow: number;
8480
8706
  maxTokens: number;
8481
8707
  };
8708
+ readonly "gpt-realtime-2.1": {
8709
+ id: string;
8710
+ name: string;
8711
+ api: "openai-responses";
8712
+ provider: string;
8713
+ baseUrl: string;
8714
+ reasoning: true;
8715
+ input: ("image" | "text")[];
8716
+ cost: {
8717
+ input: number;
8718
+ output: number;
8719
+ cacheRead: number;
8720
+ cacheWrite: number;
8721
+ };
8722
+ contextWindow: number;
8723
+ maxTokens: number;
8724
+ };
8482
8725
  readonly o1: {
8483
8726
  id: string;
8484
8727
  name: string;
@@ -9575,6 +9818,66 @@ export declare const MODELS: {
9575
9818
  contextWindow: number;
9576
9819
  maxTokens: number;
9577
9820
  };
9821
+ readonly "gpt-5.6-luna": {
9822
+ id: string;
9823
+ name: string;
9824
+ api: "openai-responses";
9825
+ provider: string;
9826
+ baseUrl: string;
9827
+ reasoning: true;
9828
+ thinkingLevelMap: {
9829
+ off: null;
9830
+ };
9831
+ input: ("image" | "text")[];
9832
+ cost: {
9833
+ input: number;
9834
+ output: number;
9835
+ cacheRead: number;
9836
+ cacheWrite: number;
9837
+ };
9838
+ contextWindow: number;
9839
+ maxTokens: number;
9840
+ };
9841
+ readonly "gpt-5.6-sol": {
9842
+ id: string;
9843
+ name: string;
9844
+ api: "openai-responses";
9845
+ provider: string;
9846
+ baseUrl: string;
9847
+ reasoning: true;
9848
+ thinkingLevelMap: {
9849
+ off: null;
9850
+ };
9851
+ input: ("image" | "text")[];
9852
+ cost: {
9853
+ input: number;
9854
+ output: number;
9855
+ cacheRead: number;
9856
+ cacheWrite: number;
9857
+ };
9858
+ contextWindow: number;
9859
+ maxTokens: number;
9860
+ };
9861
+ readonly "gpt-5.6-terra": {
9862
+ id: string;
9863
+ name: string;
9864
+ api: "openai-responses";
9865
+ provider: string;
9866
+ baseUrl: string;
9867
+ reasoning: true;
9868
+ thinkingLevelMap: {
9869
+ off: null;
9870
+ };
9871
+ input: ("image" | "text")[];
9872
+ cost: {
9873
+ input: number;
9874
+ output: number;
9875
+ cacheRead: number;
9876
+ cacheWrite: number;
9877
+ };
9878
+ contextWindow: number;
9879
+ maxTokens: number;
9880
+ };
9578
9881
  readonly "grok-4.5": {
9579
9882
  id: string;
9580
9883
  name: string;
@@ -10518,23 +10821,6 @@ export declare const MODELS: {
10518
10821
  contextWindow: number;
10519
10822
  maxTokens: number;
10520
10823
  };
10521
- readonly "arcee-ai/trinity-mini": {
10522
- id: string;
10523
- name: string;
10524
- api: "openai-completions";
10525
- provider: string;
10526
- baseUrl: string;
10527
- reasoning: true;
10528
- input: "text"[];
10529
- cost: {
10530
- input: number;
10531
- output: number;
10532
- cacheRead: number;
10533
- cacheWrite: number;
10534
- };
10535
- contextWindow: number;
10536
- maxTokens: number;
10537
- };
10538
10824
  readonly "arcee-ai/virtuoso-large": {
10539
10825
  id: string;
10540
10826
  name: string;
@@ -11271,6 +11557,23 @@ export declare const MODELS: {
11271
11557
  contextWindow: number;
11272
11558
  maxTokens: number;
11273
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
+ };
11274
11577
  readonly "kwaipilot/kat-coder-pro-v2": {
11275
11578
  id: string;
11276
11579
  name: string;
@@ -11288,13 +11591,13 @@ export declare const MODELS: {
11288
11591
  contextWindow: number;
11289
11592
  maxTokens: number;
11290
11593
  };
11291
- readonly "liquid/lfm-2.5-1.2b-thinking:free": {
11594
+ readonly "kwaipilot/kat-coder-pro-v2.5": {
11292
11595
  id: string;
11293
11596
  name: string;
11294
11597
  api: "openai-completions";
11295
11598
  provider: string;
11296
11599
  baseUrl: string;
11297
- reasoning: true;
11600
+ reasoning: false;
11298
11601
  input: "text"[];
11299
11602
  cost: {
11300
11603
  input: number;
@@ -12837,23 +13140,6 @@ export declare const MODELS: {
12837
13140
  contextWindow: number;
12838
13141
  maxTokens: number;
12839
13142
  };
12840
- readonly "openai/gpt-oss-120b:free": {
12841
- id: string;
12842
- name: string;
12843
- api: "openai-completions";
12844
- provider: string;
12845
- baseUrl: string;
12846
- reasoning: true;
12847
- input: "text"[];
12848
- cost: {
12849
- input: number;
12850
- output: number;
12851
- cacheRead: number;
12852
- cacheWrite: number;
12853
- };
12854
- contextWindow: number;
12855
- maxTokens: number;
12856
- };
12857
13143
  readonly "openai/gpt-oss-20b": {
12858
13144
  id: string;
12859
13145
  name: string;
@@ -15831,6 +16117,26 @@ export declare const MODELS: {
15831
16117
  contextWindow: number;
15832
16118
  maxTokens: number;
15833
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
+ };
15834
16140
  readonly "anthropic/claude-opus-4.8": {
15835
16141
  id: string;
15836
16142
  name: string;
@@ -15855,13 +16161,20 @@ export declare const MODELS: {
15855
16161
  contextWindow: number;
15856
16162
  maxTokens: number;
15857
16163
  };
15858
- readonly "anthropic/claude-sonnet-4": {
16164
+ readonly "anthropic/claude-opus-4.8-fast": {
15859
16165
  id: string;
15860
16166
  name: string;
15861
16167
  api: "anthropic-messages";
15862
16168
  provider: string;
15863
16169
  baseUrl: string;
15864
16170
  reasoning: true;
16171
+ thinkingLevelMap: {
16172
+ minimal: string;
16173
+ low: string;
16174
+ medium: string;
16175
+ high: string;
16176
+ xhigh: string;
16177
+ };
15865
16178
  input: ("image" | "text")[];
15866
16179
  cost: {
15867
16180
  input: number;
@@ -15872,7 +16185,7 @@ export declare const MODELS: {
15872
16185
  contextWindow: number;
15873
16186
  maxTokens: number;
15874
16187
  };
15875
- readonly "anthropic/claude-sonnet-4.5": {
16188
+ readonly "anthropic/claude-sonnet-4": {
15876
16189
  id: string;
15877
16190
  name: string;
15878
16191
  api: "anthropic-messages";
@@ -15889,7 +16202,7 @@ export declare const MODELS: {
15889
16202
  contextWindow: number;
15890
16203
  maxTokens: number;
15891
16204
  };
15892
- readonly "anthropic/claude-sonnet-4.6": {
16205
+ readonly "anthropic/claude-sonnet-4.5": {
15893
16206
  id: string;
15894
16207
  name: string;
15895
16208
  api: "anthropic-messages";
@@ -15906,7 +16219,7 @@ export declare const MODELS: {
15906
16219
  contextWindow: number;
15907
16220
  maxTokens: number;
15908
16221
  };
15909
- readonly "anthropic/claude-sonnet-5": {
16222
+ readonly "anthropic/claude-sonnet-4.6": {
15910
16223
  id: string;
15911
16224
  name: string;
15912
16225
  api: "anthropic-messages";
@@ -15923,14 +16236,14 @@ export declare const MODELS: {
15923
16236
  contextWindow: number;
15924
16237
  maxTokens: number;
15925
16238
  };
15926
- readonly "arcee-ai/trinity-large-preview": {
16239
+ readonly "anthropic/claude-sonnet-5": {
15927
16240
  id: string;
15928
16241
  name: string;
15929
16242
  api: "anthropic-messages";
15930
16243
  provider: string;
15931
16244
  baseUrl: string;
15932
- reasoning: false;
15933
- input: "text"[];
16245
+ reasoning: true;
16246
+ input: ("image" | "text")[];
15934
16247
  cost: {
15935
16248
  input: number;
15936
16249
  output: number;
@@ -16399,13 +16712,13 @@ export declare const MODELS: {
16399
16712
  contextWindow: number;
16400
16713
  maxTokens: number;
16401
16714
  };
16402
- readonly "kwaipilot/kat-coder-pro-v1": {
16715
+ readonly "kwaipilot/kat-coder-air-v2.5": {
16403
16716
  id: string;
16404
16717
  name: string;
16405
16718
  api: "anthropic-messages";
16406
16719
  provider: string;
16407
16720
  baseUrl: string;
16408
- reasoning: false;
16721
+ reasoning: true;
16409
16722
  input: "text"[];
16410
16723
  cost: {
16411
16724
  input: number;
@@ -16416,13 +16729,13 @@ export declare const MODELS: {
16416
16729
  contextWindow: number;
16417
16730
  maxTokens: number;
16418
16731
  };
16419
- readonly "kwaipilot/kat-coder-pro-v2": {
16732
+ readonly "kwaipilot/kat-coder-pro-v1": {
16420
16733
  id: string;
16421
16734
  name: string;
16422
16735
  api: "anthropic-messages";
16423
16736
  provider: string;
16424
16737
  baseUrl: string;
16425
- reasoning: true;
16738
+ reasoning: false;
16426
16739
  input: "text"[];
16427
16740
  cost: {
16428
16741
  input: number;
@@ -16433,13 +16746,13 @@ export declare const MODELS: {
16433
16746
  contextWindow: number;
16434
16747
  maxTokens: number;
16435
16748
  };
16436
- readonly "meituan/longcat-flash-chat": {
16749
+ readonly "kwaipilot/kat-coder-pro-v2": {
16437
16750
  id: string;
16438
16751
  name: string;
16439
16752
  api: "anthropic-messages";
16440
16753
  provider: string;
16441
16754
  baseUrl: string;
16442
- reasoning: false;
16755
+ reasoning: true;
16443
16756
  input: "text"[];
16444
16757
  cost: {
16445
16758
  input: number;
@@ -16450,7 +16763,7 @@ export declare const MODELS: {
16450
16763
  contextWindow: number;
16451
16764
  maxTokens: number;
16452
16765
  };
16453
- readonly "meituan/longcat-flash-thinking-2601": {
16766
+ readonly "kwaipilot/kat-coder-pro-v2.5": {
16454
16767
  id: string;
16455
16768
  name: string;
16456
16769
  api: "anthropic-messages";
@@ -16593,7 +16906,7 @@ export declare const MODELS: {
16593
16906
  provider: string;
16594
16907
  baseUrl: string;
16595
16908
  reasoning: true;
16596
- input: "text"[];
16909
+ input: ("image" | "text")[];
16597
16910
  cost: {
16598
16911
  input: number;
16599
16912
  output: number;
@@ -16773,23 +17086,6 @@ export declare const MODELS: {
16773
17086
  contextWindow: number;
16774
17087
  maxTokens: number;
16775
17088
  };
16776
- readonly "mistral/devstral-small": {
16777
- id: string;
16778
- name: string;
16779
- api: "anthropic-messages";
16780
- provider: string;
16781
- baseUrl: string;
16782
- reasoning: false;
16783
- input: "text"[];
16784
- cost: {
16785
- input: number;
16786
- output: number;
16787
- cacheRead: number;
16788
- cacheWrite: number;
16789
- };
16790
- contextWindow: number;
16791
- maxTokens: number;
16792
- };
16793
17089
  readonly "mistral/devstral-small-2": {
16794
17090
  id: string;
16795
17091
  name: string;
@@ -16994,23 +17290,6 @@ export declare const MODELS: {
16994
17290
  contextWindow: number;
16995
17291
  maxTokens: number;
16996
17292
  };
16997
- readonly "mistral/pixtral-large": {
16998
- id: string;
16999
- name: string;
17000
- api: "anthropic-messages";
17001
- provider: string;
17002
- baseUrl: string;
17003
- reasoning: false;
17004
- input: ("image" | "text")[];
17005
- cost: {
17006
- input: number;
17007
- output: number;
17008
- cacheRead: number;
17009
- cacheWrite: number;
17010
- };
17011
- contextWindow: number;
17012
- maxTokens: number;
17013
- };
17014
17293
  readonly "moonshotai/kimi-k2": {
17015
17294
  id: string;
17016
17295
  name: string;