@apholdings/jensen-ai 1.1.2 → 1.1.4

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.
@@ -1258,6 +1258,57 @@ export declare const MODELS: {
1258
1258
  contextWindow: number;
1259
1259
  maxTokens: number;
1260
1260
  };
1261
+ readonly "openai.gpt-5.6-luna": {
1262
+ id: string;
1263
+ name: string;
1264
+ api: "bedrock-converse-stream";
1265
+ provider: string;
1266
+ baseUrl: string;
1267
+ reasoning: true;
1268
+ input: ("image" | "text")[];
1269
+ cost: {
1270
+ input: number;
1271
+ output: number;
1272
+ cacheRead: number;
1273
+ cacheWrite: number;
1274
+ };
1275
+ contextWindow: number;
1276
+ maxTokens: number;
1277
+ };
1278
+ readonly "openai.gpt-5.6-sol": {
1279
+ id: string;
1280
+ name: string;
1281
+ api: "bedrock-converse-stream";
1282
+ provider: string;
1283
+ baseUrl: string;
1284
+ reasoning: true;
1285
+ input: ("image" | "text")[];
1286
+ cost: {
1287
+ input: number;
1288
+ output: number;
1289
+ cacheRead: number;
1290
+ cacheWrite: number;
1291
+ };
1292
+ contextWindow: number;
1293
+ maxTokens: number;
1294
+ };
1295
+ readonly "openai.gpt-5.6-terra": {
1296
+ id: string;
1297
+ name: string;
1298
+ api: "bedrock-converse-stream";
1299
+ provider: string;
1300
+ baseUrl: string;
1301
+ reasoning: true;
1302
+ input: ("image" | "text")[];
1303
+ cost: {
1304
+ input: number;
1305
+ output: number;
1306
+ cacheRead: number;
1307
+ cacheWrite: number;
1308
+ };
1309
+ contextWindow: number;
1310
+ maxTokens: number;
1311
+ };
1261
1312
  readonly "openai.gpt-oss-120b": {
1262
1313
  id: string;
1263
1314
  name: string;
@@ -2622,6 +2673,91 @@ export declare const MODELS: {
2622
2673
  contextWindow: number;
2623
2674
  maxTokens: number;
2624
2675
  };
2676
+ readonly "gpt-5.6": {
2677
+ id: string;
2678
+ name: string;
2679
+ api: "azure-openai-responses";
2680
+ provider: string;
2681
+ baseUrl: string;
2682
+ reasoning: true;
2683
+ input: ("image" | "text")[];
2684
+ cost: {
2685
+ input: number;
2686
+ output: number;
2687
+ cacheRead: number;
2688
+ cacheWrite: number;
2689
+ };
2690
+ contextWindow: number;
2691
+ maxTokens: number;
2692
+ };
2693
+ readonly "gpt-5.6-luna": {
2694
+ id: string;
2695
+ name: string;
2696
+ api: "azure-openai-responses";
2697
+ provider: string;
2698
+ baseUrl: string;
2699
+ reasoning: true;
2700
+ input: ("image" | "text")[];
2701
+ cost: {
2702
+ input: number;
2703
+ output: number;
2704
+ cacheRead: number;
2705
+ cacheWrite: number;
2706
+ };
2707
+ contextWindow: number;
2708
+ maxTokens: number;
2709
+ };
2710
+ readonly "gpt-5.6-sol": {
2711
+ id: string;
2712
+ name: string;
2713
+ api: "azure-openai-responses";
2714
+ provider: string;
2715
+ baseUrl: string;
2716
+ reasoning: true;
2717
+ input: ("image" | "text")[];
2718
+ cost: {
2719
+ input: number;
2720
+ output: number;
2721
+ cacheRead: number;
2722
+ cacheWrite: number;
2723
+ };
2724
+ contextWindow: number;
2725
+ maxTokens: number;
2726
+ };
2727
+ readonly "gpt-5.6-terra": {
2728
+ id: string;
2729
+ name: string;
2730
+ api: "azure-openai-responses";
2731
+ provider: string;
2732
+ baseUrl: string;
2733
+ reasoning: true;
2734
+ input: ("image" | "text")[];
2735
+ cost: {
2736
+ input: number;
2737
+ output: number;
2738
+ cacheRead: number;
2739
+ cacheWrite: number;
2740
+ };
2741
+ contextWindow: number;
2742
+ maxTokens: number;
2743
+ };
2744
+ readonly "gpt-realtime-2.1": {
2745
+ id: string;
2746
+ name: string;
2747
+ api: "azure-openai-responses";
2748
+ provider: string;
2749
+ baseUrl: string;
2750
+ reasoning: true;
2751
+ input: ("image" | "text")[];
2752
+ cost: {
2753
+ input: number;
2754
+ output: number;
2755
+ cacheRead: number;
2756
+ cacheWrite: number;
2757
+ };
2758
+ contextWindow: number;
2759
+ maxTokens: number;
2760
+ };
2625
2761
  readonly o1: {
2626
2762
  id: string;
2627
2763
  name: string;
@@ -3377,6 +3513,75 @@ export declare const MODELS: {
3377
3513
  contextWindow: number;
3378
3514
  maxTokens: number;
3379
3515
  };
3516
+ readonly "gpt-5.6-luna": {
3517
+ id: string;
3518
+ name: string;
3519
+ api: "openai-responses";
3520
+ provider: string;
3521
+ baseUrl: string;
3522
+ headers: {
3523
+ "User-Agent": string;
3524
+ "Editor-Version": string;
3525
+ "Editor-Plugin-Version": string;
3526
+ "Copilot-Integration-Id": string;
3527
+ };
3528
+ reasoning: true;
3529
+ input: ("image" | "text")[];
3530
+ cost: {
3531
+ input: number;
3532
+ output: number;
3533
+ cacheRead: number;
3534
+ cacheWrite: number;
3535
+ };
3536
+ contextWindow: number;
3537
+ maxTokens: number;
3538
+ };
3539
+ readonly "gpt-5.6-sol": {
3540
+ id: string;
3541
+ name: string;
3542
+ api: "openai-responses";
3543
+ provider: string;
3544
+ baseUrl: string;
3545
+ headers: {
3546
+ "User-Agent": string;
3547
+ "Editor-Version": string;
3548
+ "Editor-Plugin-Version": string;
3549
+ "Copilot-Integration-Id": string;
3550
+ };
3551
+ reasoning: true;
3552
+ input: ("image" | "text")[];
3553
+ cost: {
3554
+ input: number;
3555
+ output: number;
3556
+ cacheRead: number;
3557
+ cacheWrite: number;
3558
+ };
3559
+ contextWindow: number;
3560
+ maxTokens: number;
3561
+ };
3562
+ readonly "gpt-5.6-terra": {
3563
+ id: string;
3564
+ name: string;
3565
+ api: "openai-responses";
3566
+ provider: string;
3567
+ baseUrl: string;
3568
+ headers: {
3569
+ "User-Agent": string;
3570
+ "Editor-Version": string;
3571
+ "Editor-Plugin-Version": string;
3572
+ "Copilot-Integration-Id": string;
3573
+ };
3574
+ reasoning: true;
3575
+ input: ("image" | "text")[];
3576
+ cost: {
3577
+ input: number;
3578
+ output: number;
3579
+ cacheRead: number;
3580
+ cacheWrite: number;
3581
+ };
3582
+ contextWindow: number;
3583
+ maxTokens: number;
3584
+ };
3380
3585
  readonly "kimi-k2.7-code": {
3381
3586
  id: string;
3382
3587
  name: string;
@@ -6662,6 +6867,91 @@ export declare const MODELS: {
6662
6867
  contextWindow: number;
6663
6868
  maxTokens: number;
6664
6869
  };
6870
+ readonly "gpt-5.6": {
6871
+ id: string;
6872
+ name: string;
6873
+ api: "openai-responses";
6874
+ provider: string;
6875
+ baseUrl: string;
6876
+ reasoning: true;
6877
+ input: ("image" | "text")[];
6878
+ cost: {
6879
+ input: number;
6880
+ output: number;
6881
+ cacheRead: number;
6882
+ cacheWrite: number;
6883
+ };
6884
+ contextWindow: number;
6885
+ maxTokens: number;
6886
+ };
6887
+ readonly "gpt-5.6-luna": {
6888
+ id: string;
6889
+ name: string;
6890
+ api: "openai-responses";
6891
+ provider: string;
6892
+ baseUrl: string;
6893
+ reasoning: true;
6894
+ input: ("image" | "text")[];
6895
+ cost: {
6896
+ input: number;
6897
+ output: number;
6898
+ cacheRead: number;
6899
+ cacheWrite: number;
6900
+ };
6901
+ contextWindow: number;
6902
+ maxTokens: number;
6903
+ };
6904
+ readonly "gpt-5.6-sol": {
6905
+ id: string;
6906
+ name: string;
6907
+ api: "openai-responses";
6908
+ provider: string;
6909
+ baseUrl: string;
6910
+ reasoning: true;
6911
+ input: ("image" | "text")[];
6912
+ cost: {
6913
+ input: number;
6914
+ output: number;
6915
+ cacheRead: number;
6916
+ cacheWrite: number;
6917
+ };
6918
+ contextWindow: number;
6919
+ maxTokens: number;
6920
+ };
6921
+ readonly "gpt-5.6-terra": {
6922
+ id: string;
6923
+ name: string;
6924
+ api: "openai-responses";
6925
+ provider: string;
6926
+ baseUrl: string;
6927
+ reasoning: true;
6928
+ input: ("image" | "text")[];
6929
+ cost: {
6930
+ input: number;
6931
+ output: number;
6932
+ cacheRead: number;
6933
+ cacheWrite: number;
6934
+ };
6935
+ contextWindow: number;
6936
+ maxTokens: number;
6937
+ };
6938
+ readonly "gpt-realtime-2.1": {
6939
+ id: string;
6940
+ name: string;
6941
+ api: "openai-responses";
6942
+ provider: string;
6943
+ baseUrl: string;
6944
+ reasoning: true;
6945
+ input: ("image" | "text")[];
6946
+ cost: {
6947
+ input: number;
6948
+ output: number;
6949
+ cacheRead: number;
6950
+ cacheWrite: number;
6951
+ };
6952
+ contextWindow: number;
6953
+ maxTokens: number;
6954
+ };
6665
6955
  readonly o1: {
6666
6956
  id: string;
6667
6957
  name: string;
@@ -7550,7 +7840,58 @@ export declare const MODELS: {
7550
7840
  contextWindow: number;
7551
7841
  maxTokens: number;
7552
7842
  };
7553
- readonly "gpt-5.5": {
7843
+ readonly "gpt-5.5": {
7844
+ id: string;
7845
+ name: string;
7846
+ api: "openai-responses";
7847
+ provider: string;
7848
+ baseUrl: string;
7849
+ reasoning: true;
7850
+ input: ("image" | "text")[];
7851
+ cost: {
7852
+ input: number;
7853
+ output: number;
7854
+ cacheRead: number;
7855
+ cacheWrite: number;
7856
+ };
7857
+ contextWindow: number;
7858
+ maxTokens: number;
7859
+ };
7860
+ readonly "gpt-5.5-pro": {
7861
+ id: string;
7862
+ name: string;
7863
+ api: "openai-responses";
7864
+ provider: string;
7865
+ baseUrl: string;
7866
+ reasoning: true;
7867
+ input: ("image" | "text")[];
7868
+ cost: {
7869
+ input: number;
7870
+ output: number;
7871
+ cacheRead: number;
7872
+ cacheWrite: number;
7873
+ };
7874
+ contextWindow: number;
7875
+ maxTokens: number;
7876
+ };
7877
+ readonly "gpt-5.6-luna": {
7878
+ id: string;
7879
+ name: string;
7880
+ api: "openai-responses";
7881
+ provider: string;
7882
+ baseUrl: string;
7883
+ reasoning: true;
7884
+ input: ("image" | "text")[];
7885
+ cost: {
7886
+ input: number;
7887
+ output: number;
7888
+ cacheRead: number;
7889
+ cacheWrite: number;
7890
+ };
7891
+ contextWindow: number;
7892
+ maxTokens: number;
7893
+ };
7894
+ readonly "gpt-5.6-sol": {
7554
7895
  id: string;
7555
7896
  name: string;
7556
7897
  api: "openai-responses";
@@ -7567,7 +7908,7 @@ export declare const MODELS: {
7567
7908
  contextWindow: number;
7568
7909
  maxTokens: number;
7569
7910
  };
7570
- readonly "gpt-5.5-pro": {
7911
+ readonly "gpt-5.6-terra": {
7571
7912
  id: string;
7572
7913
  name: string;
7573
7914
  api: "openai-responses";
@@ -8472,23 +8813,6 @@ export declare const MODELS: {
8472
8813
  contextWindow: number;
8473
8814
  maxTokens: number;
8474
8815
  };
8475
- readonly "arcee-ai/trinity-mini": {
8476
- id: string;
8477
- name: string;
8478
- api: "openai-completions";
8479
- provider: string;
8480
- baseUrl: string;
8481
- reasoning: true;
8482
- input: "text"[];
8483
- cost: {
8484
- input: number;
8485
- output: number;
8486
- cacheRead: number;
8487
- cacheWrite: number;
8488
- };
8489
- contextWindow: number;
8490
- maxTokens: number;
8491
- };
8492
8816
  readonly "arcee-ai/virtuoso-large": {
8493
8817
  id: string;
8494
8818
  name: string;
@@ -9203,6 +9527,23 @@ export declare const MODELS: {
9203
9527
  contextWindow: number;
9204
9528
  maxTokens: number;
9205
9529
  };
9530
+ readonly "kwaipilot/kat-coder-air-v2.5": {
9531
+ id: string;
9532
+ name: string;
9533
+ api: "openai-completions";
9534
+ provider: string;
9535
+ baseUrl: string;
9536
+ reasoning: false;
9537
+ input: "text"[];
9538
+ cost: {
9539
+ input: number;
9540
+ output: number;
9541
+ cacheRead: number;
9542
+ cacheWrite: number;
9543
+ };
9544
+ contextWindow: number;
9545
+ maxTokens: number;
9546
+ };
9206
9547
  readonly "kwaipilot/kat-coder-pro-v2": {
9207
9548
  id: string;
9208
9549
  name: string;
@@ -9220,13 +9561,13 @@ export declare const MODELS: {
9220
9561
  contextWindow: number;
9221
9562
  maxTokens: number;
9222
9563
  };
9223
- readonly "liquid/lfm-2.5-1.2b-thinking:free": {
9564
+ readonly "kwaipilot/kat-coder-pro-v2.5": {
9224
9565
  id: string;
9225
9566
  name: string;
9226
9567
  api: "openai-completions";
9227
9568
  provider: string;
9228
9569
  baseUrl: string;
9229
- reasoning: true;
9570
+ reasoning: false;
9230
9571
  input: "text"[];
9231
9572
  cost: {
9232
9573
  input: number;
@@ -10682,6 +11023,23 @@ export declare const MODELS: {
10682
11023
  contextWindow: number;
10683
11024
  maxTokens: number;
10684
11025
  };
11026
+ readonly "openai/gpt-5.6-luna-pro": {
11027
+ id: string;
11028
+ name: string;
11029
+ api: "openai-completions";
11030
+ provider: string;
11031
+ baseUrl: string;
11032
+ reasoning: true;
11033
+ input: ("image" | "text")[];
11034
+ cost: {
11035
+ input: number;
11036
+ output: number;
11037
+ cacheRead: number;
11038
+ cacheWrite: number;
11039
+ };
11040
+ contextWindow: number;
11041
+ maxTokens: number;
11042
+ };
10685
11043
  readonly "openai/gpt-5.6-sol": {
10686
11044
  id: string;
10687
11045
  name: string;
@@ -10699,6 +11057,23 @@ export declare const MODELS: {
10699
11057
  contextWindow: number;
10700
11058
  maxTokens: number;
10701
11059
  };
11060
+ readonly "openai/gpt-5.6-sol-pro": {
11061
+ id: string;
11062
+ name: string;
11063
+ api: "openai-completions";
11064
+ provider: string;
11065
+ baseUrl: string;
11066
+ reasoning: true;
11067
+ input: ("image" | "text")[];
11068
+ cost: {
11069
+ input: number;
11070
+ output: number;
11071
+ cacheRead: number;
11072
+ cacheWrite: number;
11073
+ };
11074
+ contextWindow: number;
11075
+ maxTokens: number;
11076
+ };
10702
11077
  readonly "openai/gpt-5.6-terra": {
10703
11078
  id: string;
10704
11079
  name: string;
@@ -10716,14 +11091,14 @@ export declare const MODELS: {
10716
11091
  contextWindow: number;
10717
11092
  maxTokens: number;
10718
11093
  };
10719
- readonly "openai/gpt-audio": {
11094
+ readonly "openai/gpt-5.6-terra-pro": {
10720
11095
  id: string;
10721
11096
  name: string;
10722
11097
  api: "openai-completions";
10723
11098
  provider: string;
10724
11099
  baseUrl: string;
10725
- reasoning: false;
10726
- input: "text"[];
11100
+ reasoning: true;
11101
+ input: ("image" | "text")[];
10727
11102
  cost: {
10728
11103
  input: number;
10729
11104
  output: number;
@@ -10733,7 +11108,7 @@ export declare const MODELS: {
10733
11108
  contextWindow: number;
10734
11109
  maxTokens: number;
10735
11110
  };
10736
- readonly "openai/gpt-audio-mini": {
11111
+ readonly "openai/gpt-audio": {
10737
11112
  id: string;
10738
11113
  name: string;
10739
11114
  api: "openai-completions";
@@ -10750,14 +11125,14 @@ export declare const MODELS: {
10750
11125
  contextWindow: number;
10751
11126
  maxTokens: number;
10752
11127
  };
10753
- readonly "openai/gpt-chat-latest": {
11128
+ readonly "openai/gpt-audio-mini": {
10754
11129
  id: string;
10755
11130
  name: string;
10756
11131
  api: "openai-completions";
10757
11132
  provider: string;
10758
11133
  baseUrl: string;
10759
11134
  reasoning: false;
10760
- input: ("image" | "text")[];
11135
+ input: "text"[];
10761
11136
  cost: {
10762
11137
  input: number;
10763
11138
  output: number;
@@ -10767,14 +11142,14 @@ export declare const MODELS: {
10767
11142
  contextWindow: number;
10768
11143
  maxTokens: number;
10769
11144
  };
10770
- readonly "openai/gpt-oss-120b": {
11145
+ readonly "openai/gpt-chat-latest": {
10771
11146
  id: string;
10772
11147
  name: string;
10773
11148
  api: "openai-completions";
10774
11149
  provider: string;
10775
11150
  baseUrl: string;
10776
- reasoning: true;
10777
- input: "text"[];
11151
+ reasoning: false;
11152
+ input: ("image" | "text")[];
10778
11153
  cost: {
10779
11154
  input: number;
10780
11155
  output: number;
@@ -10784,7 +11159,7 @@ export declare const MODELS: {
10784
11159
  contextWindow: number;
10785
11160
  maxTokens: number;
10786
11161
  };
10787
- readonly "openai/gpt-oss-120b:free": {
11162
+ readonly "openai/gpt-oss-120b": {
10788
11163
  id: string;
10789
11164
  name: string;
10790
11165
  api: "openai-completions";
@@ -13064,23 +13439,6 @@ export declare const MODELS: {
13064
13439
  contextWindow: number;
13065
13440
  maxTokens: number;
13066
13441
  };
13067
- readonly "anthropic/claude-3.5-haiku": {
13068
- id: string;
13069
- name: string;
13070
- api: "anthropic-messages";
13071
- provider: string;
13072
- baseUrl: string;
13073
- reasoning: false;
13074
- input: ("image" | "text")[];
13075
- cost: {
13076
- input: number;
13077
- output: number;
13078
- cacheRead: number;
13079
- cacheWrite: number;
13080
- };
13081
- contextWindow: number;
13082
- maxTokens: number;
13083
- };
13084
13442
  readonly "anthropic/claude-fable-5": {
13085
13443
  id: string;
13086
13444
  name: string;
@@ -13285,23 +13643,6 @@ export declare const MODELS: {
13285
13643
  contextWindow: number;
13286
13644
  maxTokens: number;
13287
13645
  };
13288
- readonly "arcee-ai/trinity-large-preview": {
13289
- id: string;
13290
- name: string;
13291
- api: "anthropic-messages";
13292
- provider: string;
13293
- baseUrl: string;
13294
- reasoning: false;
13295
- input: "text"[];
13296
- cost: {
13297
- input: number;
13298
- output: number;
13299
- cacheRead: number;
13300
- cacheWrite: number;
13301
- };
13302
- contextWindow: number;
13303
- maxTokens: number;
13304
- };
13305
13646
  readonly "arcee-ai/trinity-large-thinking": {
13306
13647
  id: string;
13307
13648
  name: string;
@@ -13761,13 +14102,13 @@ export declare const MODELS: {
13761
14102
  contextWindow: number;
13762
14103
  maxTokens: number;
13763
14104
  };
13764
- readonly "kwaipilot/kat-coder-pro-v1": {
14105
+ readonly "kwaipilot/kat-coder-air-v2.5": {
13765
14106
  id: string;
13766
14107
  name: string;
13767
14108
  api: "anthropic-messages";
13768
14109
  provider: string;
13769
14110
  baseUrl: string;
13770
- reasoning: false;
14111
+ reasoning: true;
13771
14112
  input: "text"[];
13772
14113
  cost: {
13773
14114
  input: number;
@@ -13778,13 +14119,13 @@ export declare const MODELS: {
13778
14119
  contextWindow: number;
13779
14120
  maxTokens: number;
13780
14121
  };
13781
- readonly "kwaipilot/kat-coder-pro-v2": {
14122
+ readonly "kwaipilot/kat-coder-pro-v1": {
13782
14123
  id: string;
13783
14124
  name: string;
13784
14125
  api: "anthropic-messages";
13785
14126
  provider: string;
13786
14127
  baseUrl: string;
13787
- reasoning: true;
14128
+ reasoning: false;
13788
14129
  input: "text"[];
13789
14130
  cost: {
13790
14131
  input: number;
@@ -13795,13 +14136,13 @@ export declare const MODELS: {
13795
14136
  contextWindow: number;
13796
14137
  maxTokens: number;
13797
14138
  };
13798
- readonly "meituan/longcat-flash-chat": {
14139
+ readonly "kwaipilot/kat-coder-pro-v2": {
13799
14140
  id: string;
13800
14141
  name: string;
13801
14142
  api: "anthropic-messages";
13802
14143
  provider: string;
13803
14144
  baseUrl: string;
13804
- reasoning: false;
14145
+ reasoning: true;
13805
14146
  input: "text"[];
13806
14147
  cost: {
13807
14148
  input: number;
@@ -13812,7 +14153,7 @@ export declare const MODELS: {
13812
14153
  contextWindow: number;
13813
14154
  maxTokens: number;
13814
14155
  };
13815
- readonly "meituan/longcat-flash-thinking-2601": {
14156
+ readonly "kwaipilot/kat-coder-pro-v2.5": {
13816
14157
  id: string;
13817
14158
  name: string;
13818
14159
  api: "anthropic-messages";
@@ -13948,14 +14289,14 @@ export declare const MODELS: {
13948
14289
  contextWindow: number;
13949
14290
  maxTokens: number;
13950
14291
  };
13951
- readonly "minimax/minimax-m2": {
14292
+ readonly "meta/muse-spark-1.1": {
13952
14293
  id: string;
13953
14294
  name: string;
13954
14295
  api: "anthropic-messages";
13955
14296
  provider: string;
13956
14297
  baseUrl: string;
13957
14298
  reasoning: true;
13958
- input: "text"[];
14299
+ input: ("image" | "text")[];
13959
14300
  cost: {
13960
14301
  input: number;
13961
14302
  output: number;
@@ -13965,7 +14306,7 @@ export declare const MODELS: {
13965
14306
  contextWindow: number;
13966
14307
  maxTokens: number;
13967
14308
  };
13968
- readonly "minimax/minimax-m2.1": {
14309
+ readonly "minimax/minimax-m2": {
13969
14310
  id: string;
13970
14311
  name: string;
13971
14312
  api: "anthropic-messages";
@@ -13982,7 +14323,7 @@ export declare const MODELS: {
13982
14323
  contextWindow: number;
13983
14324
  maxTokens: number;
13984
14325
  };
13985
- readonly "minimax/minimax-m2.1-lightning": {
14326
+ readonly "minimax/minimax-m2.1": {
13986
14327
  id: string;
13987
14328
  name: string;
13988
14329
  api: "anthropic-messages";
@@ -13999,7 +14340,7 @@ export declare const MODELS: {
13999
14340
  contextWindow: number;
14000
14341
  maxTokens: number;
14001
14342
  };
14002
- readonly "minimax/minimax-m2.5": {
14343
+ readonly "minimax/minimax-m2.1-lightning": {
14003
14344
  id: string;
14004
14345
  name: string;
14005
14346
  api: "anthropic-messages";
@@ -14016,7 +14357,7 @@ export declare const MODELS: {
14016
14357
  contextWindow: number;
14017
14358
  maxTokens: number;
14018
14359
  };
14019
- readonly "minimax/minimax-m2.5-highspeed": {
14360
+ readonly "minimax/minimax-m2.5": {
14020
14361
  id: string;
14021
14362
  name: string;
14022
14363
  api: "anthropic-messages";
@@ -14033,7 +14374,7 @@ export declare const MODELS: {
14033
14374
  contextWindow: number;
14034
14375
  maxTokens: number;
14035
14376
  };
14036
- readonly "minimax/minimax-m2.7": {
14377
+ readonly "minimax/minimax-m2.5-highspeed": {
14037
14378
  id: string;
14038
14379
  name: string;
14039
14380
  api: "anthropic-messages";
@@ -14050,7 +14391,7 @@ export declare const MODELS: {
14050
14391
  contextWindow: number;
14051
14392
  maxTokens: number;
14052
14393
  };
14053
- readonly "minimax/minimax-m2.7-highspeed": {
14394
+ readonly "minimax/minimax-m2.7": {
14054
14395
  id: string;
14055
14396
  name: string;
14056
14397
  api: "anthropic-messages";
@@ -14067,14 +14408,14 @@ export declare const MODELS: {
14067
14408
  contextWindow: number;
14068
14409
  maxTokens: number;
14069
14410
  };
14070
- readonly "minimax/minimax-m3": {
14411
+ readonly "minimax/minimax-m2.7-highspeed": {
14071
14412
  id: string;
14072
14413
  name: string;
14073
14414
  api: "anthropic-messages";
14074
14415
  provider: string;
14075
14416
  baseUrl: string;
14076
14417
  reasoning: true;
14077
- input: ("image" | "text")[];
14418
+ input: "text"[];
14078
14419
  cost: {
14079
14420
  input: number;
14080
14421
  output: number;
@@ -14084,14 +14425,14 @@ export declare const MODELS: {
14084
14425
  contextWindow: number;
14085
14426
  maxTokens: number;
14086
14427
  };
14087
- readonly "mistral/codestral": {
14428
+ readonly "minimax/minimax-m3": {
14088
14429
  id: string;
14089
14430
  name: string;
14090
14431
  api: "anthropic-messages";
14091
14432
  provider: string;
14092
14433
  baseUrl: string;
14093
- reasoning: false;
14094
- input: "text"[];
14434
+ reasoning: true;
14435
+ input: ("image" | "text")[];
14095
14436
  cost: {
14096
14437
  input: number;
14097
14438
  output: number;
@@ -14101,7 +14442,7 @@ export declare const MODELS: {
14101
14442
  contextWindow: number;
14102
14443
  maxTokens: number;
14103
14444
  };
14104
- readonly "mistral/devstral-2": {
14445
+ readonly "mistral/codestral": {
14105
14446
  id: string;
14106
14447
  name: string;
14107
14448
  api: "anthropic-messages";
@@ -14118,7 +14459,7 @@ export declare const MODELS: {
14118
14459
  contextWindow: number;
14119
14460
  maxTokens: number;
14120
14461
  };
14121
- readonly "mistral/devstral-small": {
14462
+ readonly "mistral/devstral-2": {
14122
14463
  id: string;
14123
14464
  name: string;
14124
14465
  api: "anthropic-messages";
@@ -14339,23 +14680,6 @@ export declare const MODELS: {
14339
14680
  contextWindow: number;
14340
14681
  maxTokens: number;
14341
14682
  };
14342
- readonly "mistral/pixtral-large": {
14343
- id: string;
14344
- name: string;
14345
- api: "anthropic-messages";
14346
- provider: string;
14347
- baseUrl: string;
14348
- reasoning: false;
14349
- input: ("image" | "text")[];
14350
- cost: {
14351
- input: number;
14352
- output: number;
14353
- cacheRead: number;
14354
- cacheWrite: number;
14355
- };
14356
- contextWindow: number;
14357
- maxTokens: number;
14358
- };
14359
14683
  readonly "moonshotai/kimi-k2": {
14360
14684
  id: string;
14361
14685
  name: string;
@@ -15053,6 +15377,57 @@ export declare const MODELS: {
15053
15377
  contextWindow: number;
15054
15378
  maxTokens: number;
15055
15379
  };
15380
+ readonly "openai/gpt-5.6-luna": {
15381
+ id: string;
15382
+ name: string;
15383
+ api: "anthropic-messages";
15384
+ provider: string;
15385
+ baseUrl: string;
15386
+ reasoning: true;
15387
+ input: ("image" | "text")[];
15388
+ cost: {
15389
+ input: number;
15390
+ output: number;
15391
+ cacheRead: number;
15392
+ cacheWrite: number;
15393
+ };
15394
+ contextWindow: number;
15395
+ maxTokens: number;
15396
+ };
15397
+ readonly "openai/gpt-5.6-sol": {
15398
+ id: string;
15399
+ name: string;
15400
+ api: "anthropic-messages";
15401
+ provider: string;
15402
+ baseUrl: string;
15403
+ reasoning: true;
15404
+ input: ("image" | "text")[];
15405
+ cost: {
15406
+ input: number;
15407
+ output: number;
15408
+ cacheRead: number;
15409
+ cacheWrite: number;
15410
+ };
15411
+ contextWindow: number;
15412
+ maxTokens: number;
15413
+ };
15414
+ readonly "openai/gpt-5.6-terra": {
15415
+ id: string;
15416
+ name: string;
15417
+ api: "anthropic-messages";
15418
+ provider: string;
15419
+ baseUrl: string;
15420
+ reasoning: true;
15421
+ input: ("image" | "text")[];
15422
+ cost: {
15423
+ input: number;
15424
+ output: number;
15425
+ cacheRead: number;
15426
+ cacheWrite: number;
15427
+ };
15428
+ contextWindow: number;
15429
+ maxTokens: number;
15430
+ };
15056
15431
  readonly "openai/gpt-oss-120b": {
15057
15432
  id: string;
15058
15433
  name: string;
@@ -15444,40 +15819,6 @@ export declare const MODELS: {
15444
15819
  contextWindow: number;
15445
15820
  maxTokens: number;
15446
15821
  };
15447
- readonly "xiaomi/mimo-v2-flash": {
15448
- id: string;
15449
- name: string;
15450
- api: "anthropic-messages";
15451
- provider: string;
15452
- baseUrl: string;
15453
- reasoning: true;
15454
- input: "text"[];
15455
- cost: {
15456
- input: number;
15457
- output: number;
15458
- cacheRead: number;
15459
- cacheWrite: number;
15460
- };
15461
- contextWindow: number;
15462
- maxTokens: number;
15463
- };
15464
- readonly "xiaomi/mimo-v2-pro": {
15465
- id: string;
15466
- name: string;
15467
- api: "anthropic-messages";
15468
- provider: string;
15469
- baseUrl: string;
15470
- reasoning: true;
15471
- input: "text"[];
15472
- cost: {
15473
- input: number;
15474
- output: number;
15475
- cacheRead: number;
15476
- cacheWrite: number;
15477
- };
15478
- contextWindow: number;
15479
- maxTokens: number;
15480
- };
15481
15822
  readonly "xiaomi/mimo-v2.5": {
15482
15823
  id: string;
15483
15824
  name: string;