@elyracode/ai 0.9.0 → 0.9.1

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.
@@ -3493,26 +3493,6 @@ export declare const MODELS: {
3493
3493
  contextWindow: number;
3494
3494
  maxTokens: number;
3495
3495
  };
3496
- readonly "@cf/moonshotai/kimi-k2.5": {
3497
- id: string;
3498
- name: string;
3499
- api: "openai-completions";
3500
- provider: string;
3501
- baseUrl: string;
3502
- compat: {
3503
- sendSessionAffinityHeaders: true;
3504
- };
3505
- reasoning: true;
3506
- input: ("image" | "text")[];
3507
- cost: {
3508
- input: number;
3509
- output: number;
3510
- cacheRead: number;
3511
- cacheWrite: number;
3512
- };
3513
- contextWindow: number;
3514
- maxTokens: number;
3515
- };
3516
3496
  readonly "@cf/moonshotai/kimi-k2.6": {
3517
3497
  id: string;
3518
3498
  name: string;
@@ -7823,6 +7803,34 @@ export declare const MODELS: {
7823
7803
  contextWindow: number;
7824
7804
  maxTokens: number;
7825
7805
  };
7806
+ readonly "deepseek-v4-flash": {
7807
+ id: string;
7808
+ name: string;
7809
+ api: "openai-completions";
7810
+ provider: string;
7811
+ baseUrl: string;
7812
+ compat: {
7813
+ requiresReasoningContentOnAssistantMessages: true;
7814
+ thinkingFormat: "deepseek";
7815
+ };
7816
+ reasoning: true;
7817
+ thinkingLevelMap: {
7818
+ minimal: null;
7819
+ low: null;
7820
+ medium: null;
7821
+ high: string;
7822
+ xhigh: string;
7823
+ };
7824
+ input: "text"[];
7825
+ cost: {
7826
+ input: number;
7827
+ output: number;
7828
+ cacheRead: number;
7829
+ cacheWrite: number;
7830
+ };
7831
+ contextWindow: number;
7832
+ maxTokens: number;
7833
+ };
7826
7834
  readonly "deepseek-v4-flash-free": {
7827
7835
  id: string;
7828
7836
  name: string;
@@ -8380,6 +8388,23 @@ export declare const MODELS: {
8380
8388
  contextWindow: number;
8381
8389
  maxTokens: number;
8382
8390
  };
8391
+ readonly "minimax-m3-free": {
8392
+ id: string;
8393
+ name: string;
8394
+ api: "anthropic-messages";
8395
+ provider: string;
8396
+ baseUrl: string;
8397
+ reasoning: true;
8398
+ input: ("image" | "text")[];
8399
+ cost: {
8400
+ input: number;
8401
+ output: number;
8402
+ cacheRead: number;
8403
+ cacheWrite: number;
8404
+ };
8405
+ contextWindow: number;
8406
+ maxTokens: number;
8407
+ };
8383
8408
  readonly "nemotron-3-super-free": {
8384
8409
  id: string;
8385
8410
  name: string;
@@ -8625,6 +8650,23 @@ export declare const MODELS: {
8625
8650
  contextWindow: number;
8626
8651
  maxTokens: number;
8627
8652
  };
8653
+ readonly "minimax-m3": {
8654
+ id: string;
8655
+ name: string;
8656
+ api: "anthropic-messages";
8657
+ provider: string;
8658
+ baseUrl: string;
8659
+ reasoning: true;
8660
+ input: ("image" | "text")[];
8661
+ cost: {
8662
+ input: number;
8663
+ output: number;
8664
+ cacheRead: number;
8665
+ cacheWrite: number;
8666
+ };
8667
+ contextWindow: number;
8668
+ maxTokens: number;
8669
+ };
8628
8670
  readonly "qwen3.6-plus": {
8629
8671
  id: string;
8630
8672
  name: string;
@@ -9381,34 +9423,6 @@ export declare const MODELS: {
9381
9423
  contextWindow: number;
9382
9424
  maxTokens: number;
9383
9425
  };
9384
- readonly "deepseek/deepseek-v4-flash:free": {
9385
- id: string;
9386
- name: string;
9387
- api: "openai-completions";
9388
- provider: string;
9389
- baseUrl: string;
9390
- compat: {
9391
- requiresReasoningContentOnAssistantMessages: true;
9392
- thinkingFormat: "deepseek";
9393
- };
9394
- reasoning: true;
9395
- thinkingLevelMap: {
9396
- minimal: null;
9397
- low: null;
9398
- medium: null;
9399
- high: string;
9400
- xhigh: string;
9401
- };
9402
- input: "text"[];
9403
- cost: {
9404
- input: number;
9405
- output: number;
9406
- cacheRead: number;
9407
- cacheWrite: number;
9408
- };
9409
- contextWindow: number;
9410
- maxTokens: number;
9411
- };
9412
9426
  readonly "deepseek/deepseek-v4-pro": {
9413
9427
  id: string;
9414
9428
  name: string;
@@ -10083,6 +10097,23 @@ export declare const MODELS: {
10083
10097
  contextWindow: number;
10084
10098
  maxTokens: number;
10085
10099
  };
10100
+ readonly "minimax/minimax-m3": {
10101
+ id: string;
10102
+ name: string;
10103
+ api: "openai-completions";
10104
+ provider: string;
10105
+ baseUrl: string;
10106
+ reasoning: true;
10107
+ input: ("image" | "text")[];
10108
+ cost: {
10109
+ input: number;
10110
+ output: number;
10111
+ cacheRead: number;
10112
+ cacheWrite: number;
10113
+ };
10114
+ contextWindow: number;
10115
+ maxTokens: number;
10116
+ };
10086
10117
  readonly "mistralai/codestral-2508": {
10087
10118
  id: string;
10088
10119
  name: string;
@@ -12533,6 +12564,23 @@ export declare const MODELS: {
12533
12564
  contextWindow: number;
12534
12565
  maxTokens: number;
12535
12566
  };
12567
+ readonly "upstage/solar-pro-3": {
12568
+ id: string;
12569
+ name: string;
12570
+ api: "openai-completions";
12571
+ provider: string;
12572
+ baseUrl: string;
12573
+ reasoning: true;
12574
+ input: "text"[];
12575
+ cost: {
12576
+ input: number;
12577
+ output: number;
12578
+ cacheRead: number;
12579
+ cacheWrite: number;
12580
+ };
12581
+ contextWindow: number;
12582
+ maxTokens: number;
12583
+ };
12536
12584
  readonly "x-ai/grok-4.20": {
12537
12585
  id: string;
12538
12586
  name: string;
@@ -13543,7 +13591,7 @@ export declare const MODELS: {
13543
13591
  api: "anthropic-messages";
13544
13592
  provider: string;
13545
13593
  baseUrl: string;
13546
- reasoning: false;
13594
+ reasoning: true;
13547
13595
  input: "text"[];
13548
13596
  cost: {
13549
13597
  input: number;
@@ -13628,7 +13676,7 @@ export declare const MODELS: {
13628
13676
  api: "anthropic-messages";
13629
13677
  provider: string;
13630
13678
  baseUrl: string;
13631
- reasoning: false;
13679
+ reasoning: true;
13632
13680
  input: "text"[];
13633
13681
  cost: {
13634
13682
  input: number;
@@ -13662,7 +13710,7 @@ export declare const MODELS: {
13662
13710
  api: "anthropic-messages";
13663
13711
  provider: string;
13664
13712
  baseUrl: string;
13665
- reasoning: false;
13713
+ reasoning: true;
13666
13714
  input: "text"[];
13667
13715
  cost: {
13668
13716
  input: number;
@@ -13741,6 +13789,40 @@ export declare const MODELS: {
13741
13789
  contextWindow: number;
13742
13790
  maxTokens: number;
13743
13791
  };
13792
+ readonly "alibaba/qwen3-next-80b-a3b-instruct": {
13793
+ id: string;
13794
+ name: string;
13795
+ api: "anthropic-messages";
13796
+ provider: string;
13797
+ baseUrl: string;
13798
+ reasoning: false;
13799
+ input: "text"[];
13800
+ cost: {
13801
+ input: number;
13802
+ output: number;
13803
+ cacheRead: number;
13804
+ cacheWrite: number;
13805
+ };
13806
+ contextWindow: number;
13807
+ maxTokens: number;
13808
+ };
13809
+ readonly "alibaba/qwen3-next-80b-a3b-thinking": {
13810
+ id: string;
13811
+ name: string;
13812
+ api: "anthropic-messages";
13813
+ provider: string;
13814
+ baseUrl: string;
13815
+ reasoning: true;
13816
+ input: "text"[];
13817
+ cost: {
13818
+ input: number;
13819
+ output: number;
13820
+ cacheRead: number;
13821
+ cacheWrite: number;
13822
+ };
13823
+ contextWindow: number;
13824
+ maxTokens: number;
13825
+ };
13744
13826
  readonly "alibaba/qwen3-vl-thinking": {
13745
13827
  id: string;
13746
13828
  name: string;
@@ -14185,8 +14267,8 @@ export declare const MODELS: {
14185
14267
  api: "anthropic-messages";
14186
14268
  provider: string;
14187
14269
  baseUrl: string;
14188
- reasoning: false;
14189
- input: "text"[];
14270
+ reasoning: true;
14271
+ input: ("image" | "text")[];
14190
14272
  cost: {
14191
14273
  input: number;
14192
14274
  output: number;
@@ -14202,8 +14284,8 @@ export declare const MODELS: {
14202
14284
  api: "anthropic-messages";
14203
14285
  provider: string;
14204
14286
  baseUrl: string;
14205
- reasoning: false;
14206
- input: "text"[];
14287
+ reasoning: true;
14288
+ input: ("image" | "text")[];
14207
14289
  cost: {
14208
14290
  input: number;
14209
14291
  output: number;
@@ -14220,7 +14302,7 @@ export declare const MODELS: {
14220
14302
  provider: string;
14221
14303
  baseUrl: string;
14222
14304
  reasoning: true;
14223
- input: "text"[];
14305
+ input: ("image" | "text")[];
14224
14306
  cost: {
14225
14307
  input: number;
14226
14308
  output: number;
@@ -14237,7 +14319,7 @@ export declare const MODELS: {
14237
14319
  provider: string;
14238
14320
  baseUrl: string;
14239
14321
  reasoning: true;
14240
- input: "text"[];
14322
+ input: ("image" | "text")[];
14241
14323
  cost: {
14242
14324
  input: number;
14243
14325
  output: number;
@@ -14730,7 +14812,7 @@ export declare const MODELS: {
14730
14812
  provider: string;
14731
14813
  baseUrl: string;
14732
14814
  reasoning: true;
14733
- input: "text"[];
14815
+ input: ("image" | "text")[];
14734
14816
  cost: {
14735
14817
  input: number;
14736
14818
  output: number;
@@ -14774,6 +14856,23 @@ export declare const MODELS: {
14774
14856
  contextWindow: number;
14775
14857
  maxTokens: number;
14776
14858
  };
14859
+ readonly "minimax/minimax-m3": {
14860
+ id: string;
14861
+ name: string;
14862
+ api: "anthropic-messages";
14863
+ provider: string;
14864
+ baseUrl: string;
14865
+ reasoning: true;
14866
+ input: ("image" | "text")[];
14867
+ cost: {
14868
+ input: number;
14869
+ output: number;
14870
+ cacheRead: number;
14871
+ cacheWrite: number;
14872
+ };
14873
+ contextWindow: number;
14874
+ maxTokens: number;
14875
+ };
14777
14876
  readonly "mistral/codestral": {
14778
14877
  id: string;
14779
14878
  name: string;
@@ -14910,6 +15009,23 @@ export declare const MODELS: {
14910
15009
  contextWindow: number;
14911
15010
  maxTokens: number;
14912
15011
  };
15012
+ readonly "mistral/mistral-nemo": {
15013
+ id: string;
15014
+ name: string;
15015
+ api: "anthropic-messages";
15016
+ provider: string;
15017
+ baseUrl: string;
15018
+ reasoning: false;
15019
+ input: "text"[];
15020
+ cost: {
15021
+ input: number;
15022
+ output: number;
15023
+ cacheRead: number;
15024
+ cacheWrite: number;
15025
+ };
15026
+ contextWindow: number;
15027
+ maxTokens: number;
15028
+ };
14913
15029
  readonly "mistral/mistral-small": {
14914
15030
  id: string;
14915
15031
  name: string;
@@ -15063,6 +15179,23 @@ export declare const MODELS: {
15063
15179
  contextWindow: number;
15064
15180
  maxTokens: number;
15065
15181
  };
15182
+ readonly "nvidia/nemotron-3-super-120b-a12b": {
15183
+ id: string;
15184
+ name: string;
15185
+ api: "anthropic-messages";
15186
+ provider: string;
15187
+ baseUrl: string;
15188
+ reasoning: true;
15189
+ input: "text"[];
15190
+ cost: {
15191
+ input: number;
15192
+ output: number;
15193
+ cacheRead: number;
15194
+ cacheWrite: number;
15195
+ };
15196
+ contextWindow: number;
15197
+ maxTokens: number;
15198
+ };
15066
15199
  readonly "nvidia/nemotron-nano-12b-v2-vl": {
15067
15200
  id: string;
15068
15201
  name: string;
@@ -15223,7 +15356,7 @@ export declare const MODELS: {
15223
15356
  provider: string;
15224
15357
  baseUrl: string;
15225
15358
  reasoning: true;
15226
- input: "text"[];
15359
+ input: ("image" | "text")[];
15227
15360
  cost: {
15228
15361
  input: number;
15229
15362
  output: number;
@@ -15609,6 +15742,23 @@ export declare const MODELS: {
15609
15742
  contextWindow: number;
15610
15743
  maxTokens: number;
15611
15744
  };
15745
+ readonly "openai/gpt-oss-120b": {
15746
+ id: string;
15747
+ name: string;
15748
+ api: "anthropic-messages";
15749
+ provider: string;
15750
+ baseUrl: string;
15751
+ reasoning: true;
15752
+ input: "text"[];
15753
+ cost: {
15754
+ input: number;
15755
+ output: number;
15756
+ cacheRead: number;
15757
+ cacheWrite: number;
15758
+ };
15759
+ contextWindow: number;
15760
+ maxTokens: number;
15761
+ };
15612
15762
  readonly "openai/gpt-oss-20b": {
15613
15763
  id: string;
15614
15764
  name: string;
@@ -15779,6 +15929,23 @@ export declare const MODELS: {
15779
15929
  contextWindow: number;
15780
15930
  maxTokens: number;
15781
15931
  };
15932
+ readonly "stepfun/step-3.5-flash": {
15933
+ id: string;
15934
+ name: string;
15935
+ api: "anthropic-messages";
15936
+ provider: string;
15937
+ baseUrl: string;
15938
+ reasoning: true;
15939
+ input: "text"[];
15940
+ cost: {
15941
+ input: number;
15942
+ output: number;
15943
+ cacheRead: number;
15944
+ cacheWrite: number;
15945
+ };
15946
+ contextWindow: number;
15947
+ maxTokens: number;
15948
+ };
15782
15949
  readonly "stepfun/step-3.7-flash": {
15783
15950
  id: string;
15784
15951
  name: string;
@@ -16040,7 +16207,7 @@ export declare const MODELS: {
16040
16207
  api: "anthropic-messages";
16041
16208
  provider: string;
16042
16209
  baseUrl: string;
16043
- reasoning: false;
16210
+ reasoning: true;
16044
16211
  input: ("image" | "text")[];
16045
16212
  cost: {
16046
16213
  input: number;
@@ -16194,7 +16361,7 @@ export declare const MODELS: {
16194
16361
  provider: string;
16195
16362
  baseUrl: string;
16196
16363
  reasoning: true;
16197
- input: "text"[];
16364
+ input: ("image" | "text")[];
16198
16365
  cost: {
16199
16366
  input: number;
16200
16367
  output: number;