@caupulican/pi-ai 0.80.21 → 0.80.23

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;
@@ -3823,6 +3806,26 @@ export declare const MODELS: {
3823
3806
  contextWindow: number;
3824
3807
  maxTokens: number;
3825
3808
  };
3809
+ readonly "@cf/moonshotai/kimi-k2.7-code": {
3810
+ id: string;
3811
+ name: string;
3812
+ api: "openai-completions";
3813
+ provider: string;
3814
+ baseUrl: string;
3815
+ compat: {
3816
+ sendSessionAffinityHeaders: true;
3817
+ };
3818
+ reasoning: true;
3819
+ input: ("image" | "text")[];
3820
+ cost: {
3821
+ input: number;
3822
+ output: number;
3823
+ cacheRead: number;
3824
+ cacheWrite: number;
3825
+ };
3826
+ contextWindow: number;
3827
+ maxTokens: number;
3828
+ };
3826
3829
  readonly "@cf/nvidia/nemotron-3-120b-a12b": {
3827
3830
  id: string;
3828
3831
  name: string;
@@ -4284,6 +4287,34 @@ export declare const MODELS: {
4284
4287
  };
4285
4288
  };
4286
4289
  readonly "github-copilot": {
4290
+ readonly "claude-fable-5": {
4291
+ id: string;
4292
+ name: string;
4293
+ api: "openai-completions";
4294
+ provider: string;
4295
+ baseUrl: string;
4296
+ headers: {
4297
+ "User-Agent": string;
4298
+ "Editor-Version": string;
4299
+ "Editor-Plugin-Version": string;
4300
+ "Copilot-Integration-Id": string;
4301
+ };
4302
+ compat: {
4303
+ supportsStore: false;
4304
+ supportsDeveloperRole: false;
4305
+ supportsReasoningEffort: false;
4306
+ };
4307
+ reasoning: true;
4308
+ input: ("image" | "text")[];
4309
+ cost: {
4310
+ input: number;
4311
+ output: number;
4312
+ cacheRead: number;
4313
+ cacheWrite: number;
4314
+ };
4315
+ contextWindow: number;
4316
+ maxTokens: number;
4317
+ };
4287
4318
  readonly "claude-haiku-4.5": {
4288
4319
  id: string;
4289
4320
  name: string;
@@ -6030,6 +6061,26 @@ export declare const MODELS: {
6030
6061
  };
6031
6062
  };
6032
6063
  readonly "kimi-coding": {
6064
+ readonly k2p7: {
6065
+ id: string;
6066
+ name: string;
6067
+ api: "anthropic-messages";
6068
+ provider: string;
6069
+ baseUrl: string;
6070
+ headers: {
6071
+ "User-Agent": string;
6072
+ };
6073
+ reasoning: true;
6074
+ input: ("image" | "text")[];
6075
+ cost: {
6076
+ input: number;
6077
+ output: number;
6078
+ cacheRead: number;
6079
+ cacheWrite: number;
6080
+ };
6081
+ contextWindow: number;
6082
+ maxTokens: number;
6083
+ };
6033
6084
  readonly "kimi-for-coding": {
6034
6085
  id: string;
6035
6086
  name: string;
@@ -6850,6 +6901,30 @@ export declare const MODELS: {
6850
6901
  contextWindow: number;
6851
6902
  maxTokens: number;
6852
6903
  };
6904
+ readonly "kimi-k2.7-code": {
6905
+ id: string;
6906
+ name: string;
6907
+ api: "openai-completions";
6908
+ provider: string;
6909
+ baseUrl: string;
6910
+ compat: {
6911
+ supportsStore: false;
6912
+ supportsDeveloperRole: false;
6913
+ supportsReasoningEffort: false;
6914
+ maxTokensField: "max_tokens";
6915
+ supportsStrictMode: false;
6916
+ };
6917
+ reasoning: true;
6918
+ input: ("image" | "text")[];
6919
+ cost: {
6920
+ input: number;
6921
+ output: number;
6922
+ cacheRead: number;
6923
+ cacheWrite: number;
6924
+ };
6925
+ contextWindow: number;
6926
+ maxTokens: number;
6927
+ };
6853
6928
  };
6854
6929
  readonly "moonshotai-cn": {
6855
6930
  readonly "kimi-k2-0711-preview": {
@@ -8952,23 +9027,6 @@ export declare const MODELS: {
8952
9027
  contextWindow: number;
8953
9028
  maxTokens: number;
8954
9029
  };
8955
- readonly "kimi-k2.5": {
8956
- id: string;
8957
- name: string;
8958
- api: "openai-completions";
8959
- provider: string;
8960
- baseUrl: string;
8961
- reasoning: true;
8962
- input: ("image" | "text")[];
8963
- cost: {
8964
- input: number;
8965
- output: number;
8966
- cacheRead: number;
8967
- cacheWrite: number;
8968
- };
8969
- contextWindow: number;
8970
- maxTokens: number;
8971
- };
8972
9030
  readonly "kimi-k2.6": {
8973
9031
  id: string;
8974
9032
  name: string;
@@ -8995,7 +9053,7 @@ export declare const MODELS: {
8995
9053
  contextWindow: number;
8996
9054
  maxTokens: number;
8997
9055
  };
8998
- readonly "mimo-v2.5": {
9056
+ readonly "kimi-k2.7-code": {
8999
9057
  id: string;
9000
9058
  name: string;
9001
9059
  api: "openai-completions";
@@ -9012,14 +9070,14 @@ export declare const MODELS: {
9012
9070
  contextWindow: number;
9013
9071
  maxTokens: number;
9014
9072
  };
9015
- readonly "mimo-v2.5-pro": {
9073
+ readonly "mimo-v2.5": {
9016
9074
  id: string;
9017
9075
  name: string;
9018
9076
  api: "openai-completions";
9019
9077
  provider: string;
9020
9078
  baseUrl: string;
9021
9079
  reasoning: true;
9022
- input: "text"[];
9080
+ input: ("image" | "text")[];
9023
9081
  cost: {
9024
9082
  input: number;
9025
9083
  output: number;
@@ -9029,10 +9087,10 @@ export declare const MODELS: {
9029
9087
  contextWindow: number;
9030
9088
  maxTokens: number;
9031
9089
  };
9032
- readonly "minimax-m2.5": {
9090
+ readonly "mimo-v2.5-pro": {
9033
9091
  id: string;
9034
9092
  name: string;
9035
- api: "anthropic-messages";
9093
+ api: "openai-completions";
9036
9094
  provider: string;
9037
9095
  baseUrl: string;
9038
9096
  reasoning: true;
@@ -10897,7 +10955,7 @@ export declare const MODELS: {
10897
10955
  contextWindow: number;
10898
10956
  maxTokens: number;
10899
10957
  };
10900
- readonly "nex-agi/nex-n2-pro:free": {
10958
+ readonly "moonshotai/kimi-k2.7-code": {
10901
10959
  id: string;
10902
10960
  name: string;
10903
10961
  api: "openai-completions";
@@ -10914,14 +10972,14 @@ export declare const MODELS: {
10914
10972
  contextWindow: number;
10915
10973
  maxTokens: number;
10916
10974
  };
10917
- readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
10975
+ readonly "nex-agi/nex-n2-pro:free": {
10918
10976
  id: string;
10919
10977
  name: string;
10920
10978
  api: "openai-completions";
10921
10979
  provider: string;
10922
10980
  baseUrl: string;
10923
10981
  reasoning: true;
10924
- input: "text"[];
10982
+ input: ("image" | "text")[];
10925
10983
  cost: {
10926
10984
  input: number;
10927
10985
  output: number;
@@ -10931,7 +10989,7 @@ export declare const MODELS: {
10931
10989
  contextWindow: number;
10932
10990
  maxTokens: number;
10933
10991
  };
10934
- readonly "nvidia/nemotron-3-nano-30b-a3b": {
10992
+ readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
10935
10993
  id: string;
10936
10994
  name: string;
10937
10995
  api: "openai-completions";
@@ -10948,7 +11006,7 @@ export declare const MODELS: {
10948
11006
  contextWindow: number;
10949
11007
  maxTokens: number;
10950
11008
  };
10951
- readonly "nvidia/nemotron-3-nano-30b-a3b:free": {
11009
+ readonly "nvidia/nemotron-3-nano-30b-a3b": {
10952
11010
  id: string;
10953
11011
  name: string;
10954
11012
  api: "openai-completions";
@@ -10965,14 +11023,14 @@ export declare const MODELS: {
10965
11023
  contextWindow: number;
10966
11024
  maxTokens: number;
10967
11025
  };
10968
- readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
11026
+ readonly "nvidia/nemotron-3-nano-30b-a3b:free": {
10969
11027
  id: string;
10970
11028
  name: string;
10971
11029
  api: "openai-completions";
10972
11030
  provider: string;
10973
11031
  baseUrl: string;
10974
11032
  reasoning: true;
10975
- input: ("image" | "text")[];
11033
+ input: "text"[];
10976
11034
  cost: {
10977
11035
  input: number;
10978
11036
  output: number;
@@ -10982,14 +11040,14 @@ export declare const MODELS: {
10982
11040
  contextWindow: number;
10983
11041
  maxTokens: number;
10984
11042
  };
10985
- readonly "nvidia/nemotron-3-super-120b-a12b": {
11043
+ readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
10986
11044
  id: string;
10987
11045
  name: string;
10988
11046
  api: "openai-completions";
10989
11047
  provider: string;
10990
11048
  baseUrl: string;
10991
11049
  reasoning: true;
10992
- input: "text"[];
11050
+ input: ("image" | "text")[];
10993
11051
  cost: {
10994
11052
  input: number;
10995
11053
  output: number;
@@ -10999,7 +11057,7 @@ export declare const MODELS: {
10999
11057
  contextWindow: number;
11000
11058
  maxTokens: number;
11001
11059
  };
11002
- readonly "nvidia/nemotron-3-super-120b-a12b:free": {
11060
+ readonly "nvidia/nemotron-3-super-120b-a12b": {
11003
11061
  id: string;
11004
11062
  name: string;
11005
11063
  api: "openai-completions";
@@ -11016,7 +11074,7 @@ export declare const MODELS: {
11016
11074
  contextWindow: number;
11017
11075
  maxTokens: number;
11018
11076
  };
11019
- readonly "nvidia/nemotron-3-ultra-550b-a55b": {
11077
+ readonly "nvidia/nemotron-3-super-120b-a12b:free": {
11020
11078
  id: string;
11021
11079
  name: string;
11022
11080
  api: "openai-completions";
@@ -11033,7 +11091,7 @@ export declare const MODELS: {
11033
11091
  contextWindow: number;
11034
11092
  maxTokens: number;
11035
11093
  };
11036
- readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
11094
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
11037
11095
  id: string;
11038
11096
  name: string;
11039
11097
  api: "openai-completions";
@@ -11050,14 +11108,14 @@ export declare const MODELS: {
11050
11108
  contextWindow: number;
11051
11109
  maxTokens: number;
11052
11110
  };
11053
- readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
11111
+ readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
11054
11112
  id: string;
11055
11113
  name: string;
11056
11114
  api: "openai-completions";
11057
11115
  provider: string;
11058
11116
  baseUrl: string;
11059
11117
  reasoning: true;
11060
- input: ("image" | "text")[];
11118
+ input: "text"[];
11061
11119
  cost: {
11062
11120
  input: number;
11063
11121
  output: number;
@@ -11067,14 +11125,14 @@ export declare const MODELS: {
11067
11125
  contextWindow: number;
11068
11126
  maxTokens: number;
11069
11127
  };
11070
- readonly "nvidia/nemotron-nano-9b-v2": {
11128
+ readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
11071
11129
  id: string;
11072
11130
  name: string;
11073
11131
  api: "openai-completions";
11074
11132
  provider: string;
11075
11133
  baseUrl: string;
11076
11134
  reasoning: true;
11077
- input: "text"[];
11135
+ input: ("image" | "text")[];
11078
11136
  cost: {
11079
11137
  input: number;
11080
11138
  output: number;
@@ -13522,37 +13580,6 @@ export declare const MODELS: {
13522
13580
  };
13523
13581
  };
13524
13582
  readonly together: {
13525
- readonly "MiniMaxAI/MiniMax-M2.5": {
13526
- id: string;
13527
- name: string;
13528
- api: "openai-completions";
13529
- provider: string;
13530
- baseUrl: string;
13531
- compat: {
13532
- supportsStore: false;
13533
- supportsDeveloperRole: false;
13534
- supportsReasoningEffort: false;
13535
- maxTokensField: "max_tokens";
13536
- supportsStrictMode: false;
13537
- supportsLongCacheRetention: false;
13538
- };
13539
- reasoning: true;
13540
- thinkingLevelMap: {
13541
- off: null;
13542
- minimal: null;
13543
- low: null;
13544
- medium: null;
13545
- };
13546
- input: "text"[];
13547
- cost: {
13548
- input: number;
13549
- output: number;
13550
- cacheRead: number;
13551
- cacheWrite: number;
13552
- };
13553
- contextWindow: number;
13554
- maxTokens: number;
13555
- };
13556
13583
  readonly "MiniMaxAI/MiniMax-M2.7": {
13557
13584
  id: string;
13558
13585
  name: string;
@@ -13584,7 +13611,7 @@ export declare const MODELS: {
13584
13611
  contextWindow: number;
13585
13612
  maxTokens: number;
13586
13613
  };
13587
- readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
13614
+ readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
13588
13615
  id: string;
13589
13616
  name: string;
13590
13617
  api: "openai-completions";
@@ -13597,14 +13624,8 @@ export declare const MODELS: {
13597
13624
  maxTokensField: "max_tokens";
13598
13625
  supportsStrictMode: false;
13599
13626
  supportsLongCacheRetention: false;
13600
- thinkingFormat: "together";
13601
- };
13602
- reasoning: true;
13603
- thinkingLevelMap: {
13604
- minimal: null;
13605
- low: null;
13606
- medium: null;
13607
13627
  };
13628
+ reasoning: false;
13608
13629
  input: "text"[];
13609
13630
  cost: {
13610
13631
  input: number;
@@ -13615,7 +13636,7 @@ export declare const MODELS: {
13615
13636
  contextWindow: number;
13616
13637
  maxTokens: number;
13617
13638
  };
13618
- readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8": {
13639
+ readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
13619
13640
  id: string;
13620
13641
  name: string;
13621
13642
  api: "openai-completions";
@@ -13640,7 +13661,7 @@ export declare const MODELS: {
13640
13661
  contextWindow: number;
13641
13662
  maxTokens: number;
13642
13663
  };
13643
- readonly "Qwen/Qwen3-Coder-Next-FP8": {
13664
+ readonly "Qwen/Qwen3.5-397B-A17B": {
13644
13665
  id: string;
13645
13666
  name: string;
13646
13667
  api: "openai-completions";
@@ -13661,7 +13682,7 @@ export declare const MODELS: {
13661
13682
  low: null;
13662
13683
  medium: null;
13663
13684
  };
13664
- input: "text"[];
13685
+ input: ("image" | "text")[];
13665
13686
  cost: {
13666
13687
  input: number;
13667
13688
  output: number;
@@ -13671,7 +13692,7 @@ export declare const MODELS: {
13671
13692
  contextWindow: number;
13672
13693
  maxTokens: number;
13673
13694
  };
13674
- readonly "Qwen/Qwen3.5-397B-A17B": {
13695
+ readonly "Qwen/Qwen3.5-9B": {
13675
13696
  id: string;
13676
13697
  name: string;
13677
13698
  api: "openai-completions";
@@ -13746,14 +13767,8 @@ export declare const MODELS: {
13746
13767
  maxTokensField: "max_tokens";
13747
13768
  supportsStrictMode: false;
13748
13769
  supportsLongCacheRetention: false;
13749
- thinkingFormat: "together";
13750
- };
13751
- reasoning: true;
13752
- thinkingLevelMap: {
13753
- minimal: null;
13754
- low: null;
13755
- medium: null;
13756
13770
  };
13771
+ reasoning: false;
13757
13772
  input: "text"[];
13758
13773
  cost: {
13759
13774
  input: number;
@@ -13764,7 +13779,7 @@ export declare const MODELS: {
13764
13779
  contextWindow: number;
13765
13780
  maxTokens: number;
13766
13781
  };
13767
- readonly "deepseek-ai/DeepSeek-V3": {
13782
+ readonly "deepseek-ai/DeepSeek-V4-Pro": {
13768
13783
  id: string;
13769
13784
  name: string;
13770
13785
  api: "openai-completions";
@@ -13773,7 +13788,7 @@ export declare const MODELS: {
13773
13788
  compat: {
13774
13789
  supportsStore: false;
13775
13790
  supportsDeveloperRole: false;
13776
- supportsReasoningEffort: false;
13791
+ supportsReasoningEffort: true;
13777
13792
  maxTokensField: "max_tokens";
13778
13793
  supportsStrictMode: false;
13779
13794
  supportsLongCacheRetention: false;
@@ -13784,6 +13799,8 @@ export declare const MODELS: {
13784
13799
  minimal: null;
13785
13800
  low: null;
13786
13801
  medium: null;
13802
+ high: string;
13803
+ xhigh: null;
13787
13804
  };
13788
13805
  input: "text"[];
13789
13806
  cost: {
@@ -13795,7 +13812,7 @@ export declare const MODELS: {
13795
13812
  contextWindow: number;
13796
13813
  maxTokens: number;
13797
13814
  };
13798
- readonly "deepseek-ai/DeepSeek-V3-1": {
13815
+ readonly "essentialai/Rnj-1-Instruct": {
13799
13816
  id: string;
13800
13817
  name: string;
13801
13818
  api: "openai-completions";
@@ -13808,14 +13825,8 @@ export declare const MODELS: {
13808
13825
  maxTokensField: "max_tokens";
13809
13826
  supportsStrictMode: false;
13810
13827
  supportsLongCacheRetention: false;
13811
- thinkingFormat: "together";
13812
- };
13813
- reasoning: true;
13814
- thinkingLevelMap: {
13815
- minimal: null;
13816
- low: null;
13817
- medium: null;
13818
13828
  };
13829
+ reasoning: false;
13819
13830
  input: "text"[];
13820
13831
  cost: {
13821
13832
  input: number;
@@ -13826,7 +13837,7 @@ export declare const MODELS: {
13826
13837
  contextWindow: number;
13827
13838
  maxTokens: number;
13828
13839
  };
13829
- readonly "deepseek-ai/DeepSeek-V4-Pro": {
13840
+ readonly "google/gemma-4-31B-it": {
13830
13841
  id: string;
13831
13842
  name: string;
13832
13843
  api: "openai-completions";
@@ -13835,7 +13846,7 @@ export declare const MODELS: {
13835
13846
  compat: {
13836
13847
  supportsStore: false;
13837
13848
  supportsDeveloperRole: false;
13838
- supportsReasoningEffort: true;
13849
+ supportsReasoningEffort: false;
13839
13850
  maxTokensField: "max_tokens";
13840
13851
  supportsStrictMode: false;
13841
13852
  supportsLongCacheRetention: false;
@@ -13846,10 +13857,8 @@ export declare const MODELS: {
13846
13857
  minimal: null;
13847
13858
  low: null;
13848
13859
  medium: null;
13849
- high: string;
13850
- xhigh: null;
13851
13860
  };
13852
- input: "text"[];
13861
+ input: ("image" | "text")[];
13853
13862
  cost: {
13854
13863
  input: number;
13855
13864
  output: number;
@@ -13859,7 +13868,7 @@ export declare const MODELS: {
13859
13868
  contextWindow: number;
13860
13869
  maxTokens: number;
13861
13870
  };
13862
- readonly "essentialai/Rnj-1-Instruct": {
13871
+ readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
13863
13872
  id: string;
13864
13873
  name: string;
13865
13874
  api: "openai-completions";
@@ -13884,7 +13893,7 @@ export declare const MODELS: {
13884
13893
  contextWindow: number;
13885
13894
  maxTokens: number;
13886
13895
  };
13887
- readonly "google/gemma-4-31B-it": {
13896
+ readonly "moonshotai/Kimi-K2.6": {
13888
13897
  id: string;
13889
13898
  name: string;
13890
13899
  api: "openai-completions";
@@ -13915,32 +13924,7 @@ export declare const MODELS: {
13915
13924
  contextWindow: number;
13916
13925
  maxTokens: number;
13917
13926
  };
13918
- readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
13919
- id: string;
13920
- name: string;
13921
- api: "openai-completions";
13922
- provider: string;
13923
- baseUrl: string;
13924
- compat: {
13925
- supportsStore: false;
13926
- supportsDeveloperRole: false;
13927
- supportsReasoningEffort: false;
13928
- maxTokensField: "max_tokens";
13929
- supportsStrictMode: false;
13930
- supportsLongCacheRetention: false;
13931
- };
13932
- reasoning: false;
13933
- input: "text"[];
13934
- cost: {
13935
- input: number;
13936
- output: number;
13937
- cacheRead: number;
13938
- cacheWrite: number;
13939
- };
13940
- contextWindow: number;
13941
- maxTokens: number;
13942
- };
13943
- readonly "moonshotai/Kimi-K2.5": {
13927
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
13944
13928
  id: string;
13945
13929
  name: string;
13946
13930
  api: "openai-completions";
@@ -13961,7 +13945,7 @@ export declare const MODELS: {
13961
13945
  low: null;
13962
13946
  medium: null;
13963
13947
  };
13964
- input: ("image" | "text")[];
13948
+ input: "text"[];
13965
13949
  cost: {
13966
13950
  input: number;
13967
13951
  output: number;
@@ -13971,7 +13955,7 @@ export declare const MODELS: {
13971
13955
  contextWindow: number;
13972
13956
  maxTokens: number;
13973
13957
  };
13974
- readonly "moonshotai/Kimi-K2.6": {
13958
+ readonly "openai/gpt-oss-120b": {
13975
13959
  id: string;
13976
13960
  name: string;
13977
13961
  api: "openai-completions";
@@ -13980,19 +13964,18 @@ export declare const MODELS: {
13980
13964
  compat: {
13981
13965
  supportsStore: false;
13982
13966
  supportsDeveloperRole: false;
13983
- supportsReasoningEffort: false;
13967
+ supportsReasoningEffort: true;
13984
13968
  maxTokensField: "max_tokens";
13985
13969
  supportsStrictMode: false;
13986
13970
  supportsLongCacheRetention: false;
13987
- thinkingFormat: "together";
13971
+ thinkingFormat: "openai";
13988
13972
  };
13989
13973
  reasoning: true;
13990
13974
  thinkingLevelMap: {
13975
+ off: null;
13991
13976
  minimal: null;
13992
- low: null;
13993
- medium: null;
13994
13977
  };
13995
- input: ("image" | "text")[];
13978
+ input: "text"[];
13996
13979
  cost: {
13997
13980
  input: number;
13998
13981
  output: number;
@@ -14002,7 +13985,7 @@ export declare const MODELS: {
14002
13985
  contextWindow: number;
14003
13986
  maxTokens: number;
14004
13987
  };
14005
- readonly "nvidia/nemotron-3-ultra-550b-a55b": {
13988
+ readonly "openai/gpt-oss-20b": {
14006
13989
  id: string;
14007
13990
  name: string;
14008
13991
  api: "openai-completions";
@@ -14011,17 +13994,16 @@ export declare const MODELS: {
14011
13994
  compat: {
14012
13995
  supportsStore: false;
14013
13996
  supportsDeveloperRole: false;
14014
- supportsReasoningEffort: false;
13997
+ supportsReasoningEffort: true;
14015
13998
  maxTokensField: "max_tokens";
14016
13999
  supportsStrictMode: false;
14017
14000
  supportsLongCacheRetention: false;
14018
- thinkingFormat: "together";
14001
+ thinkingFormat: "openai";
14019
14002
  };
14020
14003
  reasoning: true;
14021
14004
  thinkingLevelMap: {
14005
+ off: null;
14022
14006
  minimal: null;
14023
- low: null;
14024
- medium: null;
14025
14007
  };
14026
14008
  input: "text"[];
14027
14009
  cost: {
@@ -14033,7 +14015,7 @@ export declare const MODELS: {
14033
14015
  contextWindow: number;
14034
14016
  maxTokens: number;
14035
14017
  };
14036
- readonly "openai/gpt-oss-120b": {
14018
+ readonly "zai-org/GLM-5": {
14037
14019
  id: string;
14038
14020
  name: string;
14039
14021
  api: "openai-completions";
@@ -14042,16 +14024,17 @@ export declare const MODELS: {
14042
14024
  compat: {
14043
14025
  supportsStore: false;
14044
14026
  supportsDeveloperRole: false;
14045
- supportsReasoningEffort: true;
14027
+ supportsReasoningEffort: false;
14046
14028
  maxTokensField: "max_tokens";
14047
14029
  supportsStrictMode: false;
14048
14030
  supportsLongCacheRetention: false;
14049
- thinkingFormat: "openai";
14031
+ thinkingFormat: "together";
14050
14032
  };
14051
14033
  reasoning: true;
14052
14034
  thinkingLevelMap: {
14053
- off: null;
14054
14035
  minimal: null;
14036
+ low: null;
14037
+ medium: null;
14055
14038
  };
14056
14039
  input: "text"[];
14057
14040
  cost: {
@@ -15666,31 +15649,14 @@ export declare const MODELS: {
15666
15649
  contextWindow: number;
15667
15650
  maxTokens: number;
15668
15651
  };
15669
- readonly "moonshotai/kimi-k2-thinking-turbo": {
15652
+ readonly "moonshotai/kimi-k2.5": {
15670
15653
  id: string;
15671
15654
  name: string;
15672
15655
  api: "anthropic-messages";
15673
15656
  provider: string;
15674
15657
  baseUrl: string;
15675
15658
  reasoning: true;
15676
- input: "text"[];
15677
- cost: {
15678
- input: number;
15679
- output: number;
15680
- cacheRead: number;
15681
- cacheWrite: number;
15682
- };
15683
- contextWindow: number;
15684
- maxTokens: number;
15685
- };
15686
- readonly "moonshotai/kimi-k2-turbo": {
15687
- id: string;
15688
- name: string;
15689
- api: "anthropic-messages";
15690
- provider: string;
15691
- baseUrl: string;
15692
- reasoning: false;
15693
- input: "text"[];
15659
+ input: ("image" | "text")[];
15694
15660
  cost: {
15695
15661
  input: number;
15696
15662
  output: number;
@@ -15700,7 +15666,7 @@ export declare const MODELS: {
15700
15666
  contextWindow: number;
15701
15667
  maxTokens: number;
15702
15668
  };
15703
- readonly "moonshotai/kimi-k2.5": {
15669
+ readonly "moonshotai/kimi-k2.6": {
15704
15670
  id: string;
15705
15671
  name: string;
15706
15672
  api: "anthropic-messages";
@@ -15717,7 +15683,7 @@ export declare const MODELS: {
15717
15683
  contextWindow: number;
15718
15684
  maxTokens: number;
15719
15685
  };
15720
- readonly "moonshotai/kimi-k2.6": {
15686
+ readonly "moonshotai/kimi-k2.7-code": {
15721
15687
  id: string;
15722
15688
  name: string;
15723
15689
  api: "anthropic-messages";