@caupulican/pi-ai 0.80.20 → 0.80.22

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.
@@ -2975,30 +2975,13 @@ export declare const MODELS: {
2975
2975
  contextWindow: number;
2976
2976
  maxTokens: number;
2977
2977
  };
2978
- readonly "llama3.1-8b": {
2979
- id: string;
2980
- name: string;
2981
- api: "openai-completions";
2982
- provider: string;
2983
- baseUrl: string;
2984
- reasoning: false;
2985
- input: "text"[];
2986
- cost: {
2987
- input: number;
2988
- output: number;
2989
- cacheRead: number;
2990
- cacheWrite: number;
2991
- };
2992
- contextWindow: number;
2993
- maxTokens: number;
2994
- };
2995
2978
  readonly "zai-glm-4.7": {
2996
2979
  id: string;
2997
2980
  name: string;
2998
2981
  api: "openai-completions";
2999
2982
  provider: string;
3000
2983
  baseUrl: string;
3001
- reasoning: false;
2984
+ reasoning: true;
3002
2985
  input: "text"[];
3003
2986
  cost: {
3004
2987
  input: number;
@@ -4284,6 +4267,34 @@ export declare const MODELS: {
4284
4267
  };
4285
4268
  };
4286
4269
  readonly "github-copilot": {
4270
+ readonly "claude-fable-5": {
4271
+ id: string;
4272
+ name: string;
4273
+ api: "openai-completions";
4274
+ provider: string;
4275
+ baseUrl: string;
4276
+ headers: {
4277
+ "User-Agent": string;
4278
+ "Editor-Version": string;
4279
+ "Editor-Plugin-Version": string;
4280
+ "Copilot-Integration-Id": string;
4281
+ };
4282
+ compat: {
4283
+ supportsStore: false;
4284
+ supportsDeveloperRole: false;
4285
+ supportsReasoningEffort: false;
4286
+ };
4287
+ reasoning: true;
4288
+ input: ("image" | "text")[];
4289
+ cost: {
4290
+ input: number;
4291
+ output: number;
4292
+ cacheRead: number;
4293
+ cacheWrite: number;
4294
+ };
4295
+ contextWindow: number;
4296
+ maxTokens: number;
4297
+ };
4287
4298
  readonly "claude-haiku-4.5": {
4288
4299
  id: string;
4289
4300
  name: string;
@@ -5461,74 +5472,6 @@ export declare const MODELS: {
5461
5472
  };
5462
5473
  };
5463
5474
  readonly groq: {
5464
- readonly "deepseek-r1-distill-llama-70b": {
5465
- id: string;
5466
- name: string;
5467
- api: "openai-completions";
5468
- provider: string;
5469
- baseUrl: string;
5470
- reasoning: true;
5471
- input: "text"[];
5472
- cost: {
5473
- input: number;
5474
- output: number;
5475
- cacheRead: number;
5476
- cacheWrite: number;
5477
- };
5478
- contextWindow: number;
5479
- maxTokens: number;
5480
- };
5481
- readonly "gemma2-9b-it": {
5482
- id: string;
5483
- name: string;
5484
- api: "openai-completions";
5485
- provider: string;
5486
- baseUrl: string;
5487
- reasoning: false;
5488
- input: "text"[];
5489
- cost: {
5490
- input: number;
5491
- output: number;
5492
- cacheRead: number;
5493
- cacheWrite: number;
5494
- };
5495
- contextWindow: number;
5496
- maxTokens: number;
5497
- };
5498
- readonly "groq/compound": {
5499
- id: string;
5500
- name: string;
5501
- api: "openai-completions";
5502
- provider: string;
5503
- baseUrl: string;
5504
- reasoning: true;
5505
- input: "text"[];
5506
- cost: {
5507
- input: number;
5508
- output: number;
5509
- cacheRead: number;
5510
- cacheWrite: number;
5511
- };
5512
- contextWindow: number;
5513
- maxTokens: number;
5514
- };
5515
- readonly "groq/compound-mini": {
5516
- id: string;
5517
- name: string;
5518
- api: "openai-completions";
5519
- provider: string;
5520
- baseUrl: string;
5521
- reasoning: true;
5522
- input: "text"[];
5523
- cost: {
5524
- input: number;
5525
- output: number;
5526
- cacheRead: number;
5527
- cacheWrite: number;
5528
- };
5529
- contextWindow: number;
5530
- maxTokens: number;
5531
- };
5532
5475
  readonly "llama-3.1-8b-instant": {
5533
5476
  id: string;
5534
5477
  name: string;
@@ -5563,57 +5506,6 @@ export declare const MODELS: {
5563
5506
  contextWindow: number;
5564
5507
  maxTokens: number;
5565
5508
  };
5566
- readonly "llama3-70b-8192": {
5567
- id: string;
5568
- name: string;
5569
- api: "openai-completions";
5570
- provider: string;
5571
- baseUrl: string;
5572
- reasoning: false;
5573
- input: "text"[];
5574
- cost: {
5575
- input: number;
5576
- output: number;
5577
- cacheRead: number;
5578
- cacheWrite: number;
5579
- };
5580
- contextWindow: number;
5581
- maxTokens: number;
5582
- };
5583
- readonly "llama3-8b-8192": {
5584
- id: string;
5585
- name: string;
5586
- api: "openai-completions";
5587
- provider: string;
5588
- baseUrl: string;
5589
- reasoning: false;
5590
- input: "text"[];
5591
- cost: {
5592
- input: number;
5593
- output: number;
5594
- cacheRead: number;
5595
- cacheWrite: number;
5596
- };
5597
- contextWindow: number;
5598
- maxTokens: number;
5599
- };
5600
- readonly "meta-llama/llama-4-maverick-17b-128e-instruct": {
5601
- id: string;
5602
- name: string;
5603
- api: "openai-completions";
5604
- provider: string;
5605
- baseUrl: string;
5606
- reasoning: false;
5607
- input: ("image" | "text")[];
5608
- cost: {
5609
- input: number;
5610
- output: number;
5611
- cacheRead: number;
5612
- cacheWrite: number;
5613
- };
5614
- contextWindow: number;
5615
- maxTokens: number;
5616
- };
5617
5509
  readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
5618
5510
  id: string;
5619
5511
  name: string;
@@ -5631,57 +5523,6 @@ export declare const MODELS: {
5631
5523
  contextWindow: number;
5632
5524
  maxTokens: number;
5633
5525
  };
5634
- readonly "mistral-saba-24b": {
5635
- id: string;
5636
- name: string;
5637
- api: "openai-completions";
5638
- provider: string;
5639
- baseUrl: string;
5640
- reasoning: false;
5641
- input: "text"[];
5642
- cost: {
5643
- input: number;
5644
- output: number;
5645
- cacheRead: number;
5646
- cacheWrite: number;
5647
- };
5648
- contextWindow: number;
5649
- maxTokens: number;
5650
- };
5651
- readonly "moonshotai/kimi-k2-instruct": {
5652
- id: string;
5653
- name: string;
5654
- api: "openai-completions";
5655
- provider: string;
5656
- baseUrl: string;
5657
- reasoning: false;
5658
- input: "text"[];
5659
- cost: {
5660
- input: number;
5661
- output: number;
5662
- cacheRead: number;
5663
- cacheWrite: number;
5664
- };
5665
- contextWindow: number;
5666
- maxTokens: number;
5667
- };
5668
- readonly "moonshotai/kimi-k2-instruct-0905": {
5669
- id: string;
5670
- name: string;
5671
- api: "openai-completions";
5672
- provider: string;
5673
- baseUrl: string;
5674
- reasoning: false;
5675
- input: "text"[];
5676
- cost: {
5677
- input: number;
5678
- output: number;
5679
- cacheRead: number;
5680
- cacheWrite: number;
5681
- };
5682
- contextWindow: number;
5683
- maxTokens: number;
5684
- };
5685
5526
  readonly "openai/gpt-oss-120b": {
5686
5527
  id: string;
5687
5528
  name: string;
@@ -5733,23 +5574,6 @@ export declare const MODELS: {
5733
5574
  contextWindow: number;
5734
5575
  maxTokens: number;
5735
5576
  };
5736
- readonly "qwen-qwq-32b": {
5737
- id: string;
5738
- name: string;
5739
- api: "openai-completions";
5740
- provider: string;
5741
- baseUrl: string;
5742
- reasoning: true;
5743
- input: "text"[];
5744
- cost: {
5745
- input: number;
5746
- output: number;
5747
- cacheRead: number;
5748
- cacheWrite: number;
5749
- };
5750
- contextWindow: number;
5751
- maxTokens: number;
5752
- };
5753
5577
  readonly "qwen/qwen3-32b": {
5754
5578
  id: string;
5755
5579
  name: string;
@@ -8407,6 +8231,34 @@ export declare const MODELS: {
8407
8231
  contextWindow: number;
8408
8232
  maxTokens: number;
8409
8233
  };
8234
+ readonly "deepseek-v4-pro": {
8235
+ id: string;
8236
+ name: string;
8237
+ api: "openai-completions";
8238
+ provider: string;
8239
+ baseUrl: string;
8240
+ compat: {
8241
+ requiresReasoningContentOnAssistantMessages: true;
8242
+ thinkingFormat: "deepseek";
8243
+ };
8244
+ reasoning: true;
8245
+ thinkingLevelMap: {
8246
+ minimal: null;
8247
+ low: null;
8248
+ medium: null;
8249
+ high: string;
8250
+ xhigh: string;
8251
+ };
8252
+ input: "text"[];
8253
+ cost: {
8254
+ input: number;
8255
+ output: number;
8256
+ cacheRead: number;
8257
+ cacheWrite: number;
8258
+ };
8259
+ contextWindow: number;
8260
+ maxTokens: number;
8261
+ };
8410
8262
  readonly "gemini-3-flash": {
8411
8263
  id: string;
8412
8264
  name: string;
@@ -11056,15 +10908,12 @@ export declare const MODELS: {
11056
10908
  contextWindow: number;
11057
10909
  maxTokens: number;
11058
10910
  };
11059
- readonly "moonshotai/kimi-k2.6:free": {
10911
+ readonly "moonshotai/kimi-k2.7-code": {
11060
10912
  id: string;
11061
10913
  name: string;
11062
10914
  api: "openai-completions";
11063
10915
  provider: string;
11064
10916
  baseUrl: string;
11065
- compat: {
11066
- supportsDeveloperRole: false;
11067
- };
11068
10917
  reasoning: true;
11069
10918
  input: ("image" | "text")[];
11070
10919
  cost: {
@@ -11246,23 +11095,6 @@ export declare const MODELS: {
11246
11095
  contextWindow: number;
11247
11096
  maxTokens: number;
11248
11097
  };
11249
- readonly "nvidia/nemotron-nano-9b-v2": {
11250
- id: string;
11251
- name: string;
11252
- api: "openai-completions";
11253
- provider: string;
11254
- baseUrl: string;
11255
- reasoning: true;
11256
- input: "text"[];
11257
- cost: {
11258
- input: number;
11259
- output: number;
11260
- cacheRead: number;
11261
- cacheWrite: number;
11262
- };
11263
- contextWindow: number;
11264
- maxTokens: number;
11265
- };
11266
11098
  readonly "nvidia/nemotron-nano-9b-v2:free": {
11267
11099
  id: string;
11268
11100
  name: string;
@@ -13701,37 +13533,6 @@ export declare const MODELS: {
13701
13533
  };
13702
13534
  };
13703
13535
  readonly together: {
13704
- readonly "MiniMaxAI/MiniMax-M2.5": {
13705
- id: string;
13706
- name: string;
13707
- api: "openai-completions";
13708
- provider: string;
13709
- baseUrl: string;
13710
- compat: {
13711
- supportsStore: false;
13712
- supportsDeveloperRole: false;
13713
- supportsReasoningEffort: false;
13714
- maxTokensField: "max_tokens";
13715
- supportsStrictMode: false;
13716
- supportsLongCacheRetention: false;
13717
- };
13718
- reasoning: true;
13719
- thinkingLevelMap: {
13720
- off: null;
13721
- minimal: null;
13722
- low: null;
13723
- medium: null;
13724
- };
13725
- input: "text"[];
13726
- cost: {
13727
- input: number;
13728
- output: number;
13729
- cacheRead: number;
13730
- cacheWrite: number;
13731
- };
13732
- contextWindow: number;
13733
- maxTokens: number;
13734
- };
13735
13536
  readonly "MiniMaxAI/MiniMax-M2.7": {
13736
13537
  id: string;
13737
13538
  name: string;
@@ -13763,7 +13564,7 @@ export declare const MODELS: {
13763
13564
  contextWindow: number;
13764
13565
  maxTokens: number;
13765
13566
  };
13766
- readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
13567
+ readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
13767
13568
  id: string;
13768
13569
  name: string;
13769
13570
  api: "openai-completions";
@@ -13776,14 +13577,8 @@ export declare const MODELS: {
13776
13577
  maxTokensField: "max_tokens";
13777
13578
  supportsStrictMode: false;
13778
13579
  supportsLongCacheRetention: false;
13779
- thinkingFormat: "together";
13780
- };
13781
- reasoning: true;
13782
- thinkingLevelMap: {
13783
- minimal: null;
13784
- low: null;
13785
- medium: null;
13786
13580
  };
13581
+ reasoning: false;
13787
13582
  input: "text"[];
13788
13583
  cost: {
13789
13584
  input: number;
@@ -13794,7 +13589,7 @@ export declare const MODELS: {
13794
13589
  contextWindow: number;
13795
13590
  maxTokens: number;
13796
13591
  };
13797
- readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8": {
13592
+ readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
13798
13593
  id: string;
13799
13594
  name: string;
13800
13595
  api: "openai-completions";
@@ -13819,7 +13614,7 @@ export declare const MODELS: {
13819
13614
  contextWindow: number;
13820
13615
  maxTokens: number;
13821
13616
  };
13822
- readonly "Qwen/Qwen3-Coder-Next-FP8": {
13617
+ readonly "Qwen/Qwen3.5-397B-A17B": {
13823
13618
  id: string;
13824
13619
  name: string;
13825
13620
  api: "openai-completions";
@@ -13840,7 +13635,7 @@ export declare const MODELS: {
13840
13635
  low: null;
13841
13636
  medium: null;
13842
13637
  };
13843
- input: "text"[];
13638
+ input: ("image" | "text")[];
13844
13639
  cost: {
13845
13640
  input: number;
13846
13641
  output: number;
@@ -13850,7 +13645,7 @@ export declare const MODELS: {
13850
13645
  contextWindow: number;
13851
13646
  maxTokens: number;
13852
13647
  };
13853
- readonly "Qwen/Qwen3.5-397B-A17B": {
13648
+ readonly "Qwen/Qwen3.5-9B": {
13854
13649
  id: string;
13855
13650
  name: string;
13856
13651
  api: "openai-completions";
@@ -13925,14 +13720,8 @@ export declare const MODELS: {
13925
13720
  maxTokensField: "max_tokens";
13926
13721
  supportsStrictMode: false;
13927
13722
  supportsLongCacheRetention: false;
13928
- thinkingFormat: "together";
13929
- };
13930
- reasoning: true;
13931
- thinkingLevelMap: {
13932
- minimal: null;
13933
- low: null;
13934
- medium: null;
13935
13723
  };
13724
+ reasoning: false;
13936
13725
  input: "text"[];
13937
13726
  cost: {
13938
13727
  input: number;
@@ -13943,7 +13732,7 @@ export declare const MODELS: {
13943
13732
  contextWindow: number;
13944
13733
  maxTokens: number;
13945
13734
  };
13946
- readonly "deepseek-ai/DeepSeek-V3": {
13735
+ readonly "deepseek-ai/DeepSeek-V4-Pro": {
13947
13736
  id: string;
13948
13737
  name: string;
13949
13738
  api: "openai-completions";
@@ -13952,7 +13741,7 @@ export declare const MODELS: {
13952
13741
  compat: {
13953
13742
  supportsStore: false;
13954
13743
  supportsDeveloperRole: false;
13955
- supportsReasoningEffort: false;
13744
+ supportsReasoningEffort: true;
13956
13745
  maxTokensField: "max_tokens";
13957
13746
  supportsStrictMode: false;
13958
13747
  supportsLongCacheRetention: false;
@@ -13963,6 +13752,8 @@ export declare const MODELS: {
13963
13752
  minimal: null;
13964
13753
  low: null;
13965
13754
  medium: null;
13755
+ high: string;
13756
+ xhigh: null;
13966
13757
  };
13967
13758
  input: "text"[];
13968
13759
  cost: {
@@ -13974,7 +13765,7 @@ export declare const MODELS: {
13974
13765
  contextWindow: number;
13975
13766
  maxTokens: number;
13976
13767
  };
13977
- readonly "deepseek-ai/DeepSeek-V3-1": {
13768
+ readonly "essentialai/Rnj-1-Instruct": {
13978
13769
  id: string;
13979
13770
  name: string;
13980
13771
  api: "openai-completions";
@@ -13987,14 +13778,8 @@ export declare const MODELS: {
13987
13778
  maxTokensField: "max_tokens";
13988
13779
  supportsStrictMode: false;
13989
13780
  supportsLongCacheRetention: false;
13990
- thinkingFormat: "together";
13991
- };
13992
- reasoning: true;
13993
- thinkingLevelMap: {
13994
- minimal: null;
13995
- low: null;
13996
- medium: null;
13997
13781
  };
13782
+ reasoning: false;
13998
13783
  input: "text"[];
13999
13784
  cost: {
14000
13785
  input: number;
@@ -14005,7 +13790,7 @@ export declare const MODELS: {
14005
13790
  contextWindow: number;
14006
13791
  maxTokens: number;
14007
13792
  };
14008
- readonly "deepseek-ai/DeepSeek-V4-Pro": {
13793
+ readonly "google/gemma-4-31B-it": {
14009
13794
  id: string;
14010
13795
  name: string;
14011
13796
  api: "openai-completions";
@@ -14014,7 +13799,7 @@ export declare const MODELS: {
14014
13799
  compat: {
14015
13800
  supportsStore: false;
14016
13801
  supportsDeveloperRole: false;
14017
- supportsReasoningEffort: true;
13802
+ supportsReasoningEffort: false;
14018
13803
  maxTokensField: "max_tokens";
14019
13804
  supportsStrictMode: false;
14020
13805
  supportsLongCacheRetention: false;
@@ -14025,10 +13810,8 @@ export declare const MODELS: {
14025
13810
  minimal: null;
14026
13811
  low: null;
14027
13812
  medium: null;
14028
- high: string;
14029
- xhigh: null;
14030
13813
  };
14031
- input: "text"[];
13814
+ input: ("image" | "text")[];
14032
13815
  cost: {
14033
13816
  input: number;
14034
13817
  output: number;
@@ -14038,7 +13821,7 @@ export declare const MODELS: {
14038
13821
  contextWindow: number;
14039
13822
  maxTokens: number;
14040
13823
  };
14041
- readonly "essentialai/Rnj-1-Instruct": {
13824
+ readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
14042
13825
  id: string;
14043
13826
  name: string;
14044
13827
  api: "openai-completions";
@@ -14063,7 +13846,7 @@ export declare const MODELS: {
14063
13846
  contextWindow: number;
14064
13847
  maxTokens: number;
14065
13848
  };
14066
- readonly "google/gemma-4-31B-it": {
13849
+ readonly "moonshotai/Kimi-K2.6": {
14067
13850
  id: string;
14068
13851
  name: string;
14069
13852
  api: "openai-completions";
@@ -14094,32 +13877,7 @@ export declare const MODELS: {
14094
13877
  contextWindow: number;
14095
13878
  maxTokens: number;
14096
13879
  };
14097
- readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
14098
- id: string;
14099
- name: string;
14100
- api: "openai-completions";
14101
- provider: string;
14102
- baseUrl: string;
14103
- compat: {
14104
- supportsStore: false;
14105
- supportsDeveloperRole: false;
14106
- supportsReasoningEffort: false;
14107
- maxTokensField: "max_tokens";
14108
- supportsStrictMode: false;
14109
- supportsLongCacheRetention: false;
14110
- };
14111
- reasoning: false;
14112
- input: "text"[];
14113
- cost: {
14114
- input: number;
14115
- output: number;
14116
- cacheRead: number;
14117
- cacheWrite: number;
14118
- };
14119
- contextWindow: number;
14120
- maxTokens: number;
14121
- };
14122
- readonly "moonshotai/Kimi-K2.5": {
13880
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
14123
13881
  id: string;
14124
13882
  name: string;
14125
13883
  api: "openai-completions";
@@ -14140,7 +13898,7 @@ export declare const MODELS: {
14140
13898
  low: null;
14141
13899
  medium: null;
14142
13900
  };
14143
- input: ("image" | "text")[];
13901
+ input: "text"[];
14144
13902
  cost: {
14145
13903
  input: number;
14146
13904
  output: number;
@@ -14150,7 +13908,7 @@ export declare const MODELS: {
14150
13908
  contextWindow: number;
14151
13909
  maxTokens: number;
14152
13910
  };
14153
- readonly "moonshotai/Kimi-K2.6": {
13911
+ readonly "openai/gpt-oss-120b": {
14154
13912
  id: string;
14155
13913
  name: string;
14156
13914
  api: "openai-completions";
@@ -14159,19 +13917,18 @@ export declare const MODELS: {
14159
13917
  compat: {
14160
13918
  supportsStore: false;
14161
13919
  supportsDeveloperRole: false;
14162
- supportsReasoningEffort: false;
13920
+ supportsReasoningEffort: true;
14163
13921
  maxTokensField: "max_tokens";
14164
13922
  supportsStrictMode: false;
14165
13923
  supportsLongCacheRetention: false;
14166
- thinkingFormat: "together";
13924
+ thinkingFormat: "openai";
14167
13925
  };
14168
13926
  reasoning: true;
14169
13927
  thinkingLevelMap: {
13928
+ off: null;
14170
13929
  minimal: null;
14171
- low: null;
14172
- medium: null;
14173
13930
  };
14174
- input: ("image" | "text")[];
13931
+ input: "text"[];
14175
13932
  cost: {
14176
13933
  input: number;
14177
13934
  output: number;
@@ -14181,7 +13938,7 @@ export declare const MODELS: {
14181
13938
  contextWindow: number;
14182
13939
  maxTokens: number;
14183
13940
  };
14184
- readonly "nvidia/nemotron-3-ultra-550b-a55b": {
13941
+ readonly "openai/gpt-oss-20b": {
14185
13942
  id: string;
14186
13943
  name: string;
14187
13944
  api: "openai-completions";
@@ -14190,17 +13947,16 @@ export declare const MODELS: {
14190
13947
  compat: {
14191
13948
  supportsStore: false;
14192
13949
  supportsDeveloperRole: false;
14193
- supportsReasoningEffort: false;
13950
+ supportsReasoningEffort: true;
14194
13951
  maxTokensField: "max_tokens";
14195
13952
  supportsStrictMode: false;
14196
13953
  supportsLongCacheRetention: false;
14197
- thinkingFormat: "together";
13954
+ thinkingFormat: "openai";
14198
13955
  };
14199
13956
  reasoning: true;
14200
13957
  thinkingLevelMap: {
13958
+ off: null;
14201
13959
  minimal: null;
14202
- low: null;
14203
- medium: null;
14204
13960
  };
14205
13961
  input: "text"[];
14206
13962
  cost: {
@@ -14212,7 +13968,7 @@ export declare const MODELS: {
14212
13968
  contextWindow: number;
14213
13969
  maxTokens: number;
14214
13970
  };
14215
- readonly "openai/gpt-oss-120b": {
13971
+ readonly "zai-org/GLM-5": {
14216
13972
  id: string;
14217
13973
  name: string;
14218
13974
  api: "openai-completions";
@@ -14221,16 +13977,17 @@ export declare const MODELS: {
14221
13977
  compat: {
14222
13978
  supportsStore: false;
14223
13979
  supportsDeveloperRole: false;
14224
- supportsReasoningEffort: true;
13980
+ supportsReasoningEffort: false;
14225
13981
  maxTokensField: "max_tokens";
14226
13982
  supportsStrictMode: false;
14227
13983
  supportsLongCacheRetention: false;
14228
- thinkingFormat: "openai";
13984
+ thinkingFormat: "together";
14229
13985
  };
14230
13986
  reasoning: true;
14231
13987
  thinkingLevelMap: {
14232
- off: null;
14233
13988
  minimal: null;
13989
+ low: null;
13990
+ medium: null;
14234
13991
  };
14235
13992
  input: "text"[];
14236
13993
  cost: {
@@ -15845,40 +15602,6 @@ export declare const MODELS: {
15845
15602
  contextWindow: number;
15846
15603
  maxTokens: number;
15847
15604
  };
15848
- readonly "moonshotai/kimi-k2-thinking-turbo": {
15849
- id: string;
15850
- name: string;
15851
- api: "anthropic-messages";
15852
- provider: string;
15853
- baseUrl: string;
15854
- reasoning: true;
15855
- input: "text"[];
15856
- cost: {
15857
- input: number;
15858
- output: number;
15859
- cacheRead: number;
15860
- cacheWrite: number;
15861
- };
15862
- contextWindow: number;
15863
- maxTokens: number;
15864
- };
15865
- readonly "moonshotai/kimi-k2-turbo": {
15866
- id: string;
15867
- name: string;
15868
- api: "anthropic-messages";
15869
- provider: string;
15870
- baseUrl: string;
15871
- reasoning: false;
15872
- input: "text"[];
15873
- cost: {
15874
- input: number;
15875
- output: number;
15876
- cacheRead: number;
15877
- cacheWrite: number;
15878
- };
15879
- contextWindow: number;
15880
- maxTokens: number;
15881
- };
15882
15605
  readonly "moonshotai/kimi-k2.5": {
15883
15606
  id: string;
15884
15607
  name: string;