@elyracode/ai 0.8.3 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -166,6 +166,13 @@ export declare const MODELS: {
166
166
  provider: string;
167
167
  baseUrl: string;
168
168
  reasoning: true;
169
+ thinkingLevelMap: {
170
+ minimal: string;
171
+ low: string;
172
+ medium: string;
173
+ high: string;
174
+ xhigh: string;
175
+ };
169
176
  input: ("image" | "text")[];
170
177
  cost: {
171
178
  input: number;
@@ -247,6 +254,30 @@ export declare const MODELS: {
247
254
  contextWindow: number;
248
255
  maxTokens: number;
249
256
  };
257
+ readonly "au.anthropic.claude-opus-4-8": {
258
+ id: string;
259
+ name: string;
260
+ api: "bedrock-converse-stream";
261
+ provider: string;
262
+ baseUrl: string;
263
+ reasoning: true;
264
+ thinkingLevelMap: {
265
+ minimal: string;
266
+ low: string;
267
+ medium: string;
268
+ high: string;
269
+ xhigh: string;
270
+ };
271
+ input: ("image" | "text")[];
272
+ cost: {
273
+ input: number;
274
+ output: number;
275
+ cacheRead: number;
276
+ cacheWrite: number;
277
+ };
278
+ contextWindow: number;
279
+ maxTokens: number;
280
+ };
250
281
  readonly "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
251
282
  id: string;
252
283
  name: string;
@@ -406,6 +437,30 @@ export declare const MODELS: {
406
437
  contextWindow: number;
407
438
  maxTokens: number;
408
439
  };
440
+ readonly "eu.anthropic.claude-opus-4-8": {
441
+ id: string;
442
+ name: string;
443
+ api: "bedrock-converse-stream";
444
+ provider: string;
445
+ baseUrl: string;
446
+ reasoning: true;
447
+ thinkingLevelMap: {
448
+ minimal: string;
449
+ low: string;
450
+ medium: string;
451
+ high: string;
452
+ xhigh: string;
453
+ };
454
+ input: ("image" | "text")[];
455
+ cost: {
456
+ input: number;
457
+ output: number;
458
+ cacheRead: number;
459
+ cacheWrite: number;
460
+ };
461
+ contextWindow: number;
462
+ maxTokens: number;
463
+ };
409
464
  readonly "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
410
465
  id: string;
411
466
  name: string;
@@ -514,6 +569,30 @@ export declare const MODELS: {
514
569
  contextWindow: number;
515
570
  maxTokens: number;
516
571
  };
572
+ readonly "global.anthropic.claude-opus-4-8": {
573
+ id: string;
574
+ name: string;
575
+ api: "bedrock-converse-stream";
576
+ provider: string;
577
+ baseUrl: string;
578
+ reasoning: true;
579
+ thinkingLevelMap: {
580
+ minimal: string;
581
+ low: string;
582
+ medium: string;
583
+ high: string;
584
+ xhigh: string;
585
+ };
586
+ input: ("image" | "text")[];
587
+ cost: {
588
+ input: number;
589
+ output: number;
590
+ cacheRead: number;
591
+ cacheWrite: number;
592
+ };
593
+ contextWindow: number;
594
+ maxTokens: number;
595
+ };
517
596
  readonly "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
518
597
  id: string;
519
598
  name: string;
@@ -602,6 +681,30 @@ export declare const MODELS: {
602
681
  contextWindow: number;
603
682
  maxTokens: number;
604
683
  };
684
+ readonly "jp.anthropic.claude-opus-4-8": {
685
+ id: string;
686
+ name: string;
687
+ api: "bedrock-converse-stream";
688
+ provider: string;
689
+ baseUrl: string;
690
+ reasoning: true;
691
+ thinkingLevelMap: {
692
+ minimal: string;
693
+ low: string;
694
+ medium: string;
695
+ high: string;
696
+ xhigh: string;
697
+ };
698
+ input: ("image" | "text")[];
699
+ cost: {
700
+ input: number;
701
+ output: number;
702
+ cacheRead: number;
703
+ cacheWrite: number;
704
+ };
705
+ contextWindow: number;
706
+ maxTokens: number;
707
+ };
605
708
  readonly "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
606
709
  id: string;
607
710
  name: string;
@@ -1305,6 +1408,30 @@ export declare const MODELS: {
1305
1408
  contextWindow: number;
1306
1409
  maxTokens: number;
1307
1410
  };
1411
+ readonly "us.anthropic.claude-opus-4-8": {
1412
+ id: string;
1413
+ name: string;
1414
+ api: "bedrock-converse-stream";
1415
+ provider: string;
1416
+ baseUrl: string;
1417
+ reasoning: true;
1418
+ thinkingLevelMap: {
1419
+ minimal: string;
1420
+ low: string;
1421
+ medium: string;
1422
+ high: string;
1423
+ xhigh: string;
1424
+ };
1425
+ input: ("image" | "text")[];
1426
+ cost: {
1427
+ input: number;
1428
+ output: number;
1429
+ cacheRead: number;
1430
+ cacheWrite: number;
1431
+ };
1432
+ contextWindow: number;
1433
+ maxTokens: number;
1434
+ };
1308
1435
  readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
1309
1436
  id: string;
1310
1437
  name: string;
@@ -1762,6 +1889,13 @@ export declare const MODELS: {
1762
1889
  provider: string;
1763
1890
  baseUrl: string;
1764
1891
  reasoning: true;
1892
+ thinkingLevelMap: {
1893
+ minimal: string;
1894
+ low: string;
1895
+ medium: string;
1896
+ high: string;
1897
+ xhigh: string;
1898
+ };
1765
1899
  input: ("image" | "text")[];
1766
1900
  cost: {
1767
1901
  input: number;
@@ -2821,6 +2955,30 @@ export declare const MODELS: {
2821
2955
  contextWindow: number;
2822
2956
  maxTokens: number;
2823
2957
  };
2958
+ readonly "claude-opus-4-8": {
2959
+ id: string;
2960
+ name: string;
2961
+ api: "anthropic-messages";
2962
+ provider: string;
2963
+ baseUrl: string;
2964
+ reasoning: true;
2965
+ thinkingLevelMap: {
2966
+ minimal: string;
2967
+ low: string;
2968
+ medium: string;
2969
+ high: string;
2970
+ xhigh: string;
2971
+ };
2972
+ input: ("image" | "text")[];
2973
+ cost: {
2974
+ input: number;
2975
+ output: number;
2976
+ cacheRead: number;
2977
+ cacheWrite: number;
2978
+ };
2979
+ contextWindow: number;
2980
+ maxTokens: number;
2981
+ };
2824
2982
  readonly "claude-sonnet-4": {
2825
2983
  id: string;
2826
2984
  name: string;
@@ -3842,6 +4000,36 @@ export declare const MODELS: {
3842
4000
  contextWindow: number;
3843
4001
  maxTokens: number;
3844
4002
  };
4003
+ readonly "claude-opus-4.8": {
4004
+ id: string;
4005
+ name: string;
4006
+ api: "anthropic-messages";
4007
+ provider: string;
4008
+ baseUrl: string;
4009
+ headers: {
4010
+ "User-Agent": string;
4011
+ "Editor-Version": string;
4012
+ "Editor-Plugin-Version": string;
4013
+ "Copilot-Integration-Id": string;
4014
+ };
4015
+ reasoning: true;
4016
+ thinkingLevelMap: {
4017
+ minimal: string;
4018
+ low: string;
4019
+ medium: string;
4020
+ high: string;
4021
+ xhigh: string;
4022
+ };
4023
+ input: ("image" | "text")[];
4024
+ cost: {
4025
+ input: number;
4026
+ output: number;
4027
+ cacheRead: number;
4028
+ cacheWrite: number;
4029
+ };
4030
+ contextWindow: number;
4031
+ maxTokens: number;
4032
+ };
3845
4033
  readonly "claude-sonnet-4.5": {
3846
4034
  id: string;
3847
4035
  name: string;
@@ -7567,6 +7755,13 @@ export declare const MODELS: {
7567
7755
  provider: string;
7568
7756
  baseUrl: string;
7569
7757
  reasoning: true;
7758
+ thinkingLevelMap: {
7759
+ minimal: string;
7760
+ low: string;
7761
+ medium: string;
7762
+ high: string;
7763
+ xhigh: string;
7764
+ };
7570
7765
  input: ("image" | "text")[];
7571
7766
  cost: {
7572
7767
  input: number;
@@ -8430,26 +8625,6 @@ export declare const MODELS: {
8430
8625
  contextWindow: number;
8431
8626
  maxTokens: number;
8432
8627
  };
8433
- readonly "qwen3.5-plus": {
8434
- id: string;
8435
- name: string;
8436
- api: "openai-completions";
8437
- provider: string;
8438
- baseUrl: string;
8439
- compat: {
8440
- thinkingFormat: "qwen";
8441
- };
8442
- reasoning: true;
8443
- input: ("image" | "text")[];
8444
- cost: {
8445
- input: number;
8446
- output: number;
8447
- cacheRead: number;
8448
- cacheWrite: number;
8449
- };
8450
- contextWindow: number;
8451
- maxTokens: number;
8452
- };
8453
8628
  readonly "qwen3.6-plus": {
8454
8629
  id: string;
8455
8630
  name: string;
@@ -8763,6 +8938,13 @@ export declare const MODELS: {
8763
8938
  provider: string;
8764
8939
  baseUrl: string;
8765
8940
  reasoning: true;
8941
+ thinkingLevelMap: {
8942
+ minimal: string;
8943
+ low: string;
8944
+ medium: string;
8945
+ high: string;
8946
+ xhigh: string;
8947
+ };
8766
8948
  input: ("image" | "text")[];
8767
8949
  cost: {
8768
8950
  input: number;
@@ -8780,6 +8962,13 @@ export declare const MODELS: {
8780
8962
  provider: string;
8781
8963
  baseUrl: string;
8782
8964
  reasoning: true;
8965
+ thinkingLevelMap: {
8966
+ minimal: string;
8967
+ low: string;
8968
+ medium: string;
8969
+ high: string;
8970
+ xhigh: string;
8971
+ };
8783
8972
  input: ("image" | "text")[];
8784
8973
  cost: {
8785
8974
  input: number;
@@ -8909,23 +9098,6 @@ export declare const MODELS: {
8909
9098
  contextWindow: number;
8910
9099
  maxTokens: number;
8911
9100
  };
8912
- readonly "baidu/ernie-4.5-21b-a3b": {
8913
- id: string;
8914
- name: string;
8915
- api: "openai-completions";
8916
- provider: string;
8917
- baseUrl: string;
8918
- reasoning: false;
8919
- input: "text"[];
8920
- cost: {
8921
- input: number;
8922
- output: number;
8923
- cacheRead: number;
8924
- cacheWrite: number;
8925
- };
8926
- contextWindow: number;
8927
- maxTokens: number;
8928
- };
8929
9101
  readonly "baidu/ernie-4.5-vl-28b-a3b": {
8930
9102
  id: string;
8931
9103
  name: string;
@@ -9792,7 +9964,7 @@ export declare const MODELS: {
9792
9964
  contextWindow: number;
9793
9965
  maxTokens: number;
9794
9966
  };
9795
- readonly "meta-llama/llama-4-scout": {
9967
+ readonly "meta-llama/llama-4-maverick": {
9796
9968
  id: string;
9797
9969
  name: string;
9798
9970
  api: "openai-completions";
@@ -9809,14 +9981,14 @@ export declare const MODELS: {
9809
9981
  contextWindow: number;
9810
9982
  maxTokens: number;
9811
9983
  };
9812
- readonly "minimax/minimax-m1": {
9984
+ readonly "meta-llama/llama-4-scout": {
9813
9985
  id: string;
9814
9986
  name: string;
9815
9987
  api: "openai-completions";
9816
9988
  provider: string;
9817
9989
  baseUrl: string;
9818
- reasoning: true;
9819
- input: "text"[];
9990
+ reasoning: false;
9991
+ input: ("image" | "text")[];
9820
9992
  cost: {
9821
9993
  input: number;
9822
9994
  output: number;
@@ -9826,7 +9998,7 @@ export declare const MODELS: {
9826
9998
  contextWindow: number;
9827
9999
  maxTokens: number;
9828
10000
  };
9829
- readonly "minimax/minimax-m2": {
10001
+ readonly "minimax/minimax-m1": {
9830
10002
  id: string;
9831
10003
  name: string;
9832
10004
  api: "openai-completions";
@@ -9843,7 +10015,7 @@ export declare const MODELS: {
9843
10015
  contextWindow: number;
9844
10016
  maxTokens: number;
9845
10017
  };
9846
- readonly "minimax/minimax-m2.1": {
10018
+ readonly "minimax/minimax-m2": {
9847
10019
  id: string;
9848
10020
  name: string;
9849
10021
  api: "openai-completions";
@@ -9860,7 +10032,7 @@ export declare const MODELS: {
9860
10032
  contextWindow: number;
9861
10033
  maxTokens: number;
9862
10034
  };
9863
- readonly "minimax/minimax-m2.5": {
10035
+ readonly "minimax/minimax-m2.1": {
9864
10036
  id: string;
9865
10037
  name: string;
9866
10038
  api: "openai-completions";
@@ -9877,7 +10049,7 @@ export declare const MODELS: {
9877
10049
  contextWindow: number;
9878
10050
  maxTokens: number;
9879
10051
  };
9880
- readonly "minimax/minimax-m2.5:free": {
10052
+ readonly "minimax/minimax-m2.5": {
9881
10053
  id: string;
9882
10054
  name: string;
9883
10055
  api: "openai-completions";
@@ -9945,40 +10117,6 @@ export declare const MODELS: {
9945
10117
  contextWindow: number;
9946
10118
  maxTokens: number;
9947
10119
  };
9948
- readonly "mistralai/devstral-medium": {
9949
- id: string;
9950
- name: string;
9951
- api: "openai-completions";
9952
- provider: string;
9953
- baseUrl: string;
9954
- reasoning: false;
9955
- input: "text"[];
9956
- cost: {
9957
- input: number;
9958
- output: number;
9959
- cacheRead: number;
9960
- cacheWrite: number;
9961
- };
9962
- contextWindow: number;
9963
- maxTokens: number;
9964
- };
9965
- readonly "mistralai/devstral-small": {
9966
- id: string;
9967
- name: string;
9968
- api: "openai-completions";
9969
- provider: string;
9970
- baseUrl: string;
9971
- reasoning: false;
9972
- input: "text"[];
9973
- cost: {
9974
- input: number;
9975
- output: number;
9976
- cacheRead: number;
9977
- cacheWrite: number;
9978
- };
9979
- contextWindow: number;
9980
- maxTokens: number;
9981
- };
9982
10120
  readonly "mistralai/ministral-14b-2512": {
9983
10121
  id: string;
9984
10122
  name: string;
@@ -10064,23 +10202,6 @@ export declare const MODELS: {
10064
10202
  contextWindow: number;
10065
10203
  maxTokens: number;
10066
10204
  };
10067
- readonly "mistralai/mistral-large-2411": {
10068
- id: string;
10069
- name: string;
10070
- api: "openai-completions";
10071
- provider: string;
10072
- baseUrl: string;
10073
- reasoning: false;
10074
- input: "text"[];
10075
- cost: {
10076
- input: number;
10077
- output: number;
10078
- cacheRead: number;
10079
- cacheWrite: number;
10080
- };
10081
- contextWindow: number;
10082
- maxTokens: number;
10083
- };
10084
10205
  readonly "mistralai/mistral-large-2512": {
10085
10206
  id: string;
10086
10207
  name: string;
@@ -10234,23 +10355,6 @@ export declare const MODELS: {
10234
10355
  contextWindow: number;
10235
10356
  maxTokens: number;
10236
10357
  };
10237
- readonly "mistralai/pixtral-large-2411": {
10238
- id: string;
10239
- name: string;
10240
- api: "openai-completions";
10241
- provider: string;
10242
- baseUrl: string;
10243
- reasoning: false;
10244
- input: ("image" | "text")[];
10245
- cost: {
10246
- input: number;
10247
- output: number;
10248
- cacheRead: number;
10249
- cacheWrite: number;
10250
- };
10251
- contextWindow: number;
10252
- maxTokens: number;
10253
- };
10254
10358
  readonly "mistralai/voxtral-small-24b-2507": {
10255
10359
  id: string;
10256
10360
  name: string;
@@ -10710,23 +10814,6 @@ export declare const MODELS: {
10710
10814
  contextWindow: number;
10711
10815
  maxTokens: number;
10712
10816
  };
10713
- readonly "openai/gpt-4o-audio-preview": {
10714
- id: string;
10715
- name: string;
10716
- api: "openai-completions";
10717
- provider: string;
10718
- baseUrl: string;
10719
- reasoning: false;
10720
- input: "text"[];
10721
- cost: {
10722
- input: number;
10723
- output: number;
10724
- cacheRead: number;
10725
- cacheWrite: number;
10726
- };
10727
- contextWindow: number;
10728
- maxTokens: number;
10729
- };
10730
10817
  readonly "openai/gpt-4o-mini": {
10731
10818
  id: string;
10732
10819
  name: string;
@@ -11562,23 +11649,6 @@ export declare const MODELS: {
11562
11649
  contextWindow: number;
11563
11650
  maxTokens: number;
11564
11651
  };
11565
- readonly "qwen/qwen-2.5-7b-instruct": {
11566
- id: string;
11567
- name: string;
11568
- api: "openai-completions";
11569
- provider: string;
11570
- baseUrl: string;
11571
- reasoning: false;
11572
- input: "text"[];
11573
- cost: {
11574
- input: number;
11575
- output: number;
11576
- cacheRead: number;
11577
- cacheWrite: number;
11578
- };
11579
- contextWindow: number;
11580
- maxTokens: number;
11581
- };
11582
11652
  readonly "qwen/qwen-plus": {
11583
11653
  id: string;
11584
11654
  name: string;
@@ -12412,14 +12482,14 @@ export declare const MODELS: {
12412
12482
  contextWindow: number;
12413
12483
  maxTokens: number;
12414
12484
  };
12415
- readonly "thedrummer/rocinante-12b": {
12485
+ readonly "stepfun/step-3.7-flash": {
12416
12486
  id: string;
12417
12487
  name: string;
12418
12488
  api: "openai-completions";
12419
12489
  provider: string;
12420
12490
  baseUrl: string;
12421
- reasoning: false;
12422
- input: "text"[];
12491
+ reasoning: true;
12492
+ input: ("image" | "text")[];
12423
12493
  cost: {
12424
12494
  input: number;
12425
12495
  output: number;
@@ -12429,7 +12499,7 @@ export declare const MODELS: {
12429
12499
  contextWindow: number;
12430
12500
  maxTokens: number;
12431
12501
  };
12432
- readonly "thedrummer/unslopnemo-12b": {
12502
+ readonly "thedrummer/rocinante-12b": {
12433
12503
  id: string;
12434
12504
  name: string;
12435
12505
  api: "openai-completions";
@@ -12446,13 +12516,13 @@ export declare const MODELS: {
12446
12516
  contextWindow: number;
12447
12517
  maxTokens: number;
12448
12518
  };
12449
- readonly "upstage/solar-pro-3": {
12519
+ readonly "thedrummer/unslopnemo-12b": {
12450
12520
  id: string;
12451
12521
  name: string;
12452
12522
  api: "openai-completions";
12453
12523
  provider: string;
12454
12524
  baseUrl: string;
12455
- reasoning: true;
12525
+ reasoning: false;
12456
12526
  input: "text"[];
12457
12527
  cost: {
12458
12528
  input: number;
@@ -13905,6 +13975,13 @@ export declare const MODELS: {
13905
13975
  provider: string;
13906
13976
  baseUrl: string;
13907
13977
  reasoning: true;
13978
+ thinkingLevelMap: {
13979
+ minimal: string;
13980
+ low: string;
13981
+ medium: string;
13982
+ high: string;
13983
+ xhigh: string;
13984
+ };
13908
13985
  input: ("image" | "text")[];
13909
13986
  cost: {
13910
13987
  input: number;
@@ -15702,6 +15779,23 @@ export declare const MODELS: {
15702
15779
  contextWindow: number;
15703
15780
  maxTokens: number;
15704
15781
  };
15782
+ readonly "stepfun/step-3.7-flash": {
15783
+ id: string;
15784
+ name: string;
15785
+ api: "anthropic-messages";
15786
+ provider: string;
15787
+ baseUrl: string;
15788
+ reasoning: true;
15789
+ input: ("image" | "text")[];
15790
+ cost: {
15791
+ input: number;
15792
+ output: number;
15793
+ cacheRead: number;
15794
+ cacheWrite: number;
15795
+ };
15796
+ contextWindow: number;
15797
+ maxTokens: number;
15798
+ };
15705
15799
  readonly "xai/grok-4.1-fast-non-reasoning": {
15706
15800
  id: string;
15707
15801
  name: string;