@elyracode/ai 0.9.13 → 0.9.14

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.
@@ -2829,6 +2829,86 @@ export declare const MODELS: {
2829
2829
  contextWindow: number;
2830
2830
  maxTokens: number;
2831
2831
  };
2832
+ readonly "gpt-5.6": {
2833
+ id: string;
2834
+ name: string;
2835
+ api: "azure-openai-responses";
2836
+ provider: string;
2837
+ baseUrl: string;
2838
+ reasoning: true;
2839
+ thinkingLevelMap: {
2840
+ off: null;
2841
+ };
2842
+ input: ("image" | "text")[];
2843
+ cost: {
2844
+ input: number;
2845
+ output: number;
2846
+ cacheRead: number;
2847
+ cacheWrite: number;
2848
+ };
2849
+ contextWindow: number;
2850
+ maxTokens: number;
2851
+ };
2852
+ readonly "gpt-5.6-luna": {
2853
+ id: string;
2854
+ name: string;
2855
+ api: "azure-openai-responses";
2856
+ provider: string;
2857
+ baseUrl: string;
2858
+ reasoning: true;
2859
+ thinkingLevelMap: {
2860
+ off: null;
2861
+ };
2862
+ input: ("image" | "text")[];
2863
+ cost: {
2864
+ input: number;
2865
+ output: number;
2866
+ cacheRead: number;
2867
+ cacheWrite: number;
2868
+ };
2869
+ contextWindow: number;
2870
+ maxTokens: number;
2871
+ };
2872
+ readonly "gpt-5.6-sol": {
2873
+ id: string;
2874
+ name: string;
2875
+ api: "azure-openai-responses";
2876
+ provider: string;
2877
+ baseUrl: string;
2878
+ reasoning: true;
2879
+ thinkingLevelMap: {
2880
+ off: null;
2881
+ };
2882
+ input: ("image" | "text")[];
2883
+ cost: {
2884
+ input: number;
2885
+ output: number;
2886
+ cacheRead: number;
2887
+ cacheWrite: number;
2888
+ };
2889
+ contextWindow: number;
2890
+ maxTokens: number;
2891
+ };
2892
+ readonly "gpt-5.6-terra": {
2893
+ id: string;
2894
+ name: string;
2895
+ api: "azure-openai-responses";
2896
+ provider: string;
2897
+ baseUrl: string;
2898
+ reasoning: true;
2899
+ thinkingLevelMap: {
2900
+ off: null;
2901
+ };
2902
+ input: ("image" | "text")[];
2903
+ cost: {
2904
+ input: number;
2905
+ output: number;
2906
+ cacheRead: number;
2907
+ cacheWrite: number;
2908
+ };
2909
+ contextWindow: number;
2910
+ maxTokens: number;
2911
+ };
2832
2912
  readonly o1: {
2833
2913
  id: string;
2834
2914
  name: string;
@@ -8319,6 +8399,86 @@ export declare const MODELS: {
8319
8399
  contextWindow: number;
8320
8400
  maxTokens: number;
8321
8401
  };
8402
+ readonly "gpt-5.6": {
8403
+ id: string;
8404
+ name: string;
8405
+ api: "openai-responses";
8406
+ provider: string;
8407
+ baseUrl: string;
8408
+ reasoning: true;
8409
+ thinkingLevelMap: {
8410
+ off: null;
8411
+ };
8412
+ input: ("image" | "text")[];
8413
+ cost: {
8414
+ input: number;
8415
+ output: number;
8416
+ cacheRead: number;
8417
+ cacheWrite: number;
8418
+ };
8419
+ contextWindow: number;
8420
+ maxTokens: number;
8421
+ };
8422
+ readonly "gpt-5.6-luna": {
8423
+ id: string;
8424
+ name: string;
8425
+ api: "openai-responses";
8426
+ provider: string;
8427
+ baseUrl: string;
8428
+ reasoning: true;
8429
+ thinkingLevelMap: {
8430
+ off: null;
8431
+ };
8432
+ input: ("image" | "text")[];
8433
+ cost: {
8434
+ input: number;
8435
+ output: number;
8436
+ cacheRead: number;
8437
+ cacheWrite: number;
8438
+ };
8439
+ contextWindow: number;
8440
+ maxTokens: number;
8441
+ };
8442
+ readonly "gpt-5.6-sol": {
8443
+ id: string;
8444
+ name: string;
8445
+ api: "openai-responses";
8446
+ provider: string;
8447
+ baseUrl: string;
8448
+ reasoning: true;
8449
+ thinkingLevelMap: {
8450
+ off: null;
8451
+ };
8452
+ input: ("image" | "text")[];
8453
+ cost: {
8454
+ input: number;
8455
+ output: number;
8456
+ cacheRead: number;
8457
+ cacheWrite: number;
8458
+ };
8459
+ contextWindow: number;
8460
+ maxTokens: number;
8461
+ };
8462
+ readonly "gpt-5.6-terra": {
8463
+ id: string;
8464
+ name: string;
8465
+ api: "openai-responses";
8466
+ provider: string;
8467
+ baseUrl: string;
8468
+ reasoning: true;
8469
+ thinkingLevelMap: {
8470
+ off: null;
8471
+ };
8472
+ input: ("image" | "text")[];
8473
+ cost: {
8474
+ input: number;
8475
+ output: number;
8476
+ cacheRead: number;
8477
+ cacheWrite: number;
8478
+ };
8479
+ contextWindow: number;
8480
+ maxTokens: number;
8481
+ };
8322
8482
  readonly o1: {
8323
8483
  id: string;
8324
8484
  name: string;
@@ -9415,6 +9575,23 @@ export declare const MODELS: {
9415
9575
  contextWindow: number;
9416
9576
  maxTokens: number;
9417
9577
  };
9578
+ readonly "grok-4.5": {
9579
+ id: string;
9580
+ name: string;
9581
+ api: "openai-completions";
9582
+ provider: string;
9583
+ baseUrl: string;
9584
+ reasoning: true;
9585
+ input: ("image" | "text")[];
9586
+ cost: {
9587
+ input: number;
9588
+ output: number;
9589
+ cacheRead: number;
9590
+ cacheWrite: number;
9591
+ };
9592
+ contextWindow: number;
9593
+ maxTokens: number;
9594
+ };
9418
9595
  readonly "grok-build-0.1": {
9419
9596
  id: string;
9420
9597
  name: string;
@@ -10737,23 +10914,6 @@ export declare const MODELS: {
10737
10914
  contextWindow: number;
10738
10915
  maxTokens: number;
10739
10916
  };
10740
- readonly "google/gemini-2.5-flash-lite-preview-09-2025": {
10741
- id: string;
10742
- name: string;
10743
- api: "openai-completions";
10744
- provider: string;
10745
- baseUrl: string;
10746
- reasoning: true;
10747
- input: ("image" | "text")[];
10748
- cost: {
10749
- input: number;
10750
- output: number;
10751
- cacheRead: number;
10752
- cacheWrite: number;
10753
- };
10754
- contextWindow: number;
10755
- maxTokens: number;
10756
- };
10757
10917
  readonly "google/gemini-2.5-pro": {
10758
10918
  id: string;
10759
10919
  name: string;
@@ -12507,6 +12667,108 @@ export declare const MODELS: {
12507
12667
  contextWindow: number;
12508
12668
  maxTokens: number;
12509
12669
  };
12670
+ readonly "openai/gpt-5.6-luna": {
12671
+ id: string;
12672
+ name: string;
12673
+ api: "openai-completions";
12674
+ provider: string;
12675
+ baseUrl: string;
12676
+ reasoning: true;
12677
+ input: ("image" | "text")[];
12678
+ cost: {
12679
+ input: number;
12680
+ output: number;
12681
+ cacheRead: number;
12682
+ cacheWrite: number;
12683
+ };
12684
+ contextWindow: number;
12685
+ maxTokens: number;
12686
+ };
12687
+ readonly "openai/gpt-5.6-luna-pro": {
12688
+ id: string;
12689
+ name: string;
12690
+ api: "openai-completions";
12691
+ provider: string;
12692
+ baseUrl: string;
12693
+ reasoning: true;
12694
+ input: ("image" | "text")[];
12695
+ cost: {
12696
+ input: number;
12697
+ output: number;
12698
+ cacheRead: number;
12699
+ cacheWrite: number;
12700
+ };
12701
+ contextWindow: number;
12702
+ maxTokens: number;
12703
+ };
12704
+ readonly "openai/gpt-5.6-sol": {
12705
+ id: string;
12706
+ name: string;
12707
+ api: "openai-completions";
12708
+ provider: string;
12709
+ baseUrl: string;
12710
+ reasoning: true;
12711
+ input: ("image" | "text")[];
12712
+ cost: {
12713
+ input: number;
12714
+ output: number;
12715
+ cacheRead: number;
12716
+ cacheWrite: number;
12717
+ };
12718
+ contextWindow: number;
12719
+ maxTokens: number;
12720
+ };
12721
+ readonly "openai/gpt-5.6-sol-pro": {
12722
+ id: string;
12723
+ name: string;
12724
+ api: "openai-completions";
12725
+ provider: string;
12726
+ baseUrl: string;
12727
+ reasoning: true;
12728
+ input: ("image" | "text")[];
12729
+ cost: {
12730
+ input: number;
12731
+ output: number;
12732
+ cacheRead: number;
12733
+ cacheWrite: number;
12734
+ };
12735
+ contextWindow: number;
12736
+ maxTokens: number;
12737
+ };
12738
+ readonly "openai/gpt-5.6-terra": {
12739
+ id: string;
12740
+ name: string;
12741
+ api: "openai-completions";
12742
+ provider: string;
12743
+ baseUrl: string;
12744
+ reasoning: true;
12745
+ input: ("image" | "text")[];
12746
+ cost: {
12747
+ input: number;
12748
+ output: number;
12749
+ cacheRead: number;
12750
+ cacheWrite: number;
12751
+ };
12752
+ contextWindow: number;
12753
+ maxTokens: number;
12754
+ };
12755
+ readonly "openai/gpt-5.6-terra-pro": {
12756
+ id: string;
12757
+ name: string;
12758
+ api: "openai-completions";
12759
+ provider: string;
12760
+ baseUrl: string;
12761
+ reasoning: true;
12762
+ input: ("image" | "text")[];
12763
+ cost: {
12764
+ input: number;
12765
+ output: number;
12766
+ cacheRead: number;
12767
+ cacheWrite: number;
12768
+ };
12769
+ contextWindow: number;
12770
+ maxTokens: number;
12771
+ };
12510
12772
  readonly "openai/gpt-audio": {
12511
12773
  id: string;
12512
12774
  name: string;
@@ -12898,40 +13160,6 @@ export declare const MODELS: {
12898
13160
  contextWindow: number;
12899
13161
  maxTokens: number;
12900
13162
  };
12901
- readonly "poolside/laguna-xs.2": {
12902
- id: string;
12903
- name: string;
12904
- api: "openai-completions";
12905
- provider: string;
12906
- baseUrl: string;
12907
- reasoning: true;
12908
- input: "text"[];
12909
- cost: {
12910
- input: number;
12911
- output: number;
12912
- cacheRead: number;
12913
- cacheWrite: number;
12914
- };
12915
- contextWindow: number;
12916
- maxTokens: number;
12917
- };
12918
- readonly "poolside/laguna-xs.2:free": {
12919
- id: string;
12920
- name: string;
12921
- api: "openai-completions";
12922
- provider: string;
12923
- baseUrl: string;
12924
- reasoning: true;
12925
- input: "text"[];
12926
- cost: {
12927
- input: number;
12928
- output: number;
12929
- cacheRead: number;
12930
- cacheWrite: number;
12931
- };
12932
- contextWindow: number;
12933
- maxTokens: number;
12934
- };
12935
13163
  readonly "qwen/qwen-2.5-72b-instruct": {
12936
13164
  id: string;
12937
13165
  name: string;
@@ -13935,6 +14163,23 @@ export declare const MODELS: {
13935
14163
  contextWindow: number;
13936
14164
  maxTokens: number;
13937
14165
  };
14166
+ readonly "x-ai/grok-4.5": {
14167
+ id: string;
14168
+ name: string;
14169
+ api: "openai-completions";
14170
+ provider: string;
14171
+ baseUrl: string;
14172
+ reasoning: true;
14173
+ input: ("image" | "text")[];
14174
+ cost: {
14175
+ input: number;
14176
+ output: number;
14177
+ cacheRead: number;
14178
+ cacheWrite: number;
14179
+ };
14180
+ contextWindow: number;
14181
+ maxTokens: number;
14182
+ };
13938
14183
  readonly "x-ai/grok-build-0.1": {
13939
14184
  id: string;
13940
14185
  name: string;
@@ -16341,6 +16586,23 @@ export declare const MODELS: {
16341
16586
  contextWindow: number;
16342
16587
  maxTokens: number;
16343
16588
  };
16589
+ readonly "meta/muse-spark-1.1": {
16590
+ id: string;
16591
+ name: string;
16592
+ api: "anthropic-messages";
16593
+ provider: string;
16594
+ baseUrl: string;
16595
+ reasoning: true;
16596
+ input: "text"[];
16597
+ cost: {
16598
+ input: number;
16599
+ output: number;
16600
+ cacheRead: number;
16601
+ cacheWrite: number;
16602
+ };
16603
+ contextWindow: number;
16604
+ maxTokens: number;
16605
+ };
16344
16606
  readonly "minimax/minimax-m2": {
16345
16607
  id: string;
16346
16608
  name: string;
@@ -17465,6 +17727,57 @@ export declare const MODELS: {
17465
17727
  contextWindow: number;
17466
17728
  maxTokens: number;
17467
17729
  };
17730
+ readonly "openai/gpt-5.6-luna": {
17731
+ id: string;
17732
+ name: string;
17733
+ api: "anthropic-messages";
17734
+ provider: string;
17735
+ baseUrl: string;
17736
+ reasoning: true;
17737
+ input: ("image" | "text")[];
17738
+ cost: {
17739
+ input: number;
17740
+ output: number;
17741
+ cacheRead: number;
17742
+ cacheWrite: number;
17743
+ };
17744
+ contextWindow: number;
17745
+ maxTokens: number;
17746
+ };
17747
+ readonly "openai/gpt-5.6-sol": {
17748
+ id: string;
17749
+ name: string;
17750
+ api: "anthropic-messages";
17751
+ provider: string;
17752
+ baseUrl: string;
17753
+ reasoning: true;
17754
+ input: ("image" | "text")[];
17755
+ cost: {
17756
+ input: number;
17757
+ output: number;
17758
+ cacheRead: number;
17759
+ cacheWrite: number;
17760
+ };
17761
+ contextWindow: number;
17762
+ maxTokens: number;
17763
+ };
17764
+ readonly "openai/gpt-5.6-terra": {
17765
+ id: string;
17766
+ name: string;
17767
+ api: "anthropic-messages";
17768
+ provider: string;
17769
+ baseUrl: string;
17770
+ reasoning: true;
17771
+ input: ("image" | "text")[];
17772
+ cost: {
17773
+ input: number;
17774
+ output: number;
17775
+ cacheRead: number;
17776
+ cacheWrite: number;
17777
+ };
17778
+ contextWindow: number;
17779
+ maxTokens: number;
17780
+ };
17468
17781
  readonly "openai/gpt-oss-120b": {
17469
17782
  id: string;
17470
17783
  name: string;
@@ -17822,6 +18135,23 @@ export declare const MODELS: {
17822
18135
  contextWindow: number;
17823
18136
  maxTokens: number;
17824
18137
  };
18138
+ readonly "xai/grok-4.5": {
18139
+ id: string;
18140
+ name: string;
18141
+ api: "anthropic-messages";
18142
+ provider: string;
18143
+ baseUrl: string;
18144
+ reasoning: true;
18145
+ input: ("image" | "text")[];
18146
+ cost: {
18147
+ input: number;
18148
+ output: number;
18149
+ cacheRead: number;
18150
+ cacheWrite: number;
18151
+ };
18152
+ contextWindow: number;
18153
+ maxTokens: number;
18154
+ };
17825
18155
  readonly "xai/grok-build-0.1": {
17826
18156
  id: string;
17827
18157
  name: string;
@@ -18181,6 +18511,23 @@ export declare const MODELS: {
18181
18511
  contextWindow: number;
18182
18512
  maxTokens: number;
18183
18513
  };
18514
+ readonly "grok-4.5": {
18515
+ id: string;
18516
+ name: string;
18517
+ api: "openai-completions";
18518
+ provider: string;
18519
+ baseUrl: string;
18520
+ reasoning: true;
18521
+ input: ("image" | "text")[];
18522
+ cost: {
18523
+ input: number;
18524
+ output: number;
18525
+ cacheRead: number;
18526
+ cacheWrite: number;
18527
+ };
18528
+ contextWindow: number;
18529
+ maxTokens: number;
18530
+ };
18184
18531
  readonly "grok-build-0.1": {
18185
18532
  id: string;
18186
18533
  name: string;