@caupulican/pi-ai 0.80.21 → 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.
- package/dist/models.generated.d.ts +79 -177
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +143 -215
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -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:
|
|
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;
|
|
@@ -10897,7 +10908,7 @@ export declare const MODELS: {
|
|
|
10897
10908
|
contextWindow: number;
|
|
10898
10909
|
maxTokens: number;
|
|
10899
10910
|
};
|
|
10900
|
-
readonly "
|
|
10911
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
10901
10912
|
id: string;
|
|
10902
10913
|
name: string;
|
|
10903
10914
|
api: "openai-completions";
|
|
@@ -10914,14 +10925,14 @@ export declare const MODELS: {
|
|
|
10914
10925
|
contextWindow: number;
|
|
10915
10926
|
maxTokens: number;
|
|
10916
10927
|
};
|
|
10917
|
-
readonly "
|
|
10928
|
+
readonly "nex-agi/nex-n2-pro:free": {
|
|
10918
10929
|
id: string;
|
|
10919
10930
|
name: string;
|
|
10920
10931
|
api: "openai-completions";
|
|
10921
10932
|
provider: string;
|
|
10922
10933
|
baseUrl: string;
|
|
10923
10934
|
reasoning: true;
|
|
10924
|
-
input: "text"[];
|
|
10935
|
+
input: ("image" | "text")[];
|
|
10925
10936
|
cost: {
|
|
10926
10937
|
input: number;
|
|
10927
10938
|
output: number;
|
|
@@ -10931,7 +10942,7 @@ export declare const MODELS: {
|
|
|
10931
10942
|
contextWindow: number;
|
|
10932
10943
|
maxTokens: number;
|
|
10933
10944
|
};
|
|
10934
|
-
readonly "nvidia/
|
|
10945
|
+
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
10935
10946
|
id: string;
|
|
10936
10947
|
name: string;
|
|
10937
10948
|
api: "openai-completions";
|
|
@@ -10948,7 +10959,7 @@ export declare const MODELS: {
|
|
|
10948
10959
|
contextWindow: number;
|
|
10949
10960
|
maxTokens: number;
|
|
10950
10961
|
};
|
|
10951
|
-
readonly "nvidia/nemotron-3-nano-30b-a3b
|
|
10962
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
10952
10963
|
id: string;
|
|
10953
10964
|
name: string;
|
|
10954
10965
|
api: "openai-completions";
|
|
@@ -10965,14 +10976,14 @@ export declare const MODELS: {
|
|
|
10965
10976
|
contextWindow: number;
|
|
10966
10977
|
maxTokens: number;
|
|
10967
10978
|
};
|
|
10968
|
-
readonly "nvidia/nemotron-3-nano-
|
|
10979
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
10969
10980
|
id: string;
|
|
10970
10981
|
name: string;
|
|
10971
10982
|
api: "openai-completions";
|
|
10972
10983
|
provider: string;
|
|
10973
10984
|
baseUrl: string;
|
|
10974
10985
|
reasoning: true;
|
|
10975
|
-
input:
|
|
10986
|
+
input: "text"[];
|
|
10976
10987
|
cost: {
|
|
10977
10988
|
input: number;
|
|
10978
10989
|
output: number;
|
|
@@ -10982,14 +10993,14 @@ export declare const MODELS: {
|
|
|
10982
10993
|
contextWindow: number;
|
|
10983
10994
|
maxTokens: number;
|
|
10984
10995
|
};
|
|
10985
|
-
readonly "nvidia/nemotron-3-
|
|
10996
|
+
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
10986
10997
|
id: string;
|
|
10987
10998
|
name: string;
|
|
10988
10999
|
api: "openai-completions";
|
|
10989
11000
|
provider: string;
|
|
10990
11001
|
baseUrl: string;
|
|
10991
11002
|
reasoning: true;
|
|
10992
|
-
input: "text"[];
|
|
11003
|
+
input: ("image" | "text")[];
|
|
10993
11004
|
cost: {
|
|
10994
11005
|
input: number;
|
|
10995
11006
|
output: number;
|
|
@@ -10999,7 +11010,7 @@ export declare const MODELS: {
|
|
|
10999
11010
|
contextWindow: number;
|
|
11000
11011
|
maxTokens: number;
|
|
11001
11012
|
};
|
|
11002
|
-
readonly "nvidia/nemotron-3-super-120b-a12b
|
|
11013
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
11003
11014
|
id: string;
|
|
11004
11015
|
name: string;
|
|
11005
11016
|
api: "openai-completions";
|
|
@@ -11016,7 +11027,7 @@ export declare const MODELS: {
|
|
|
11016
11027
|
contextWindow: number;
|
|
11017
11028
|
maxTokens: number;
|
|
11018
11029
|
};
|
|
11019
|
-
readonly "nvidia/nemotron-3-
|
|
11030
|
+
readonly "nvidia/nemotron-3-super-120b-a12b:free": {
|
|
11020
11031
|
id: string;
|
|
11021
11032
|
name: string;
|
|
11022
11033
|
api: "openai-completions";
|
|
@@ -11033,7 +11044,7 @@ export declare const MODELS: {
|
|
|
11033
11044
|
contextWindow: number;
|
|
11034
11045
|
maxTokens: number;
|
|
11035
11046
|
};
|
|
11036
|
-
readonly "nvidia/nemotron-3-ultra-550b-a55b
|
|
11047
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
11037
11048
|
id: string;
|
|
11038
11049
|
name: string;
|
|
11039
11050
|
api: "openai-completions";
|
|
@@ -11050,14 +11061,14 @@ export declare const MODELS: {
|
|
|
11050
11061
|
contextWindow: number;
|
|
11051
11062
|
maxTokens: number;
|
|
11052
11063
|
};
|
|
11053
|
-
readonly "nvidia/nemotron-
|
|
11064
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
11054
11065
|
id: string;
|
|
11055
11066
|
name: string;
|
|
11056
11067
|
api: "openai-completions";
|
|
11057
11068
|
provider: string;
|
|
11058
11069
|
baseUrl: string;
|
|
11059
11070
|
reasoning: true;
|
|
11060
|
-
input:
|
|
11071
|
+
input: "text"[];
|
|
11061
11072
|
cost: {
|
|
11062
11073
|
input: number;
|
|
11063
11074
|
output: number;
|
|
@@ -11067,14 +11078,14 @@ export declare const MODELS: {
|
|
|
11067
11078
|
contextWindow: number;
|
|
11068
11079
|
maxTokens: number;
|
|
11069
11080
|
};
|
|
11070
|
-
readonly "nvidia/nemotron-nano-
|
|
11081
|
+
readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
11071
11082
|
id: string;
|
|
11072
11083
|
name: string;
|
|
11073
11084
|
api: "openai-completions";
|
|
11074
11085
|
provider: string;
|
|
11075
11086
|
baseUrl: string;
|
|
11076
11087
|
reasoning: true;
|
|
11077
|
-
input: "text"[];
|
|
11088
|
+
input: ("image" | "text")[];
|
|
11078
11089
|
cost: {
|
|
11079
11090
|
input: number;
|
|
11080
11091
|
output: number;
|
|
@@ -13522,37 +13533,6 @@ export declare const MODELS: {
|
|
|
13522
13533
|
};
|
|
13523
13534
|
};
|
|
13524
13535
|
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
13536
|
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
13557
13537
|
id: string;
|
|
13558
13538
|
name: string;
|
|
@@ -13584,7 +13564,7 @@ export declare const MODELS: {
|
|
|
13584
13564
|
contextWindow: number;
|
|
13585
13565
|
maxTokens: number;
|
|
13586
13566
|
};
|
|
13587
|
-
readonly "Qwen/
|
|
13567
|
+
readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
|
|
13588
13568
|
id: string;
|
|
13589
13569
|
name: string;
|
|
13590
13570
|
api: "openai-completions";
|
|
@@ -13597,14 +13577,8 @@ export declare const MODELS: {
|
|
|
13597
13577
|
maxTokensField: "max_tokens";
|
|
13598
13578
|
supportsStrictMode: false;
|
|
13599
13579
|
supportsLongCacheRetention: false;
|
|
13600
|
-
thinkingFormat: "together";
|
|
13601
|
-
};
|
|
13602
|
-
reasoning: true;
|
|
13603
|
-
thinkingLevelMap: {
|
|
13604
|
-
minimal: null;
|
|
13605
|
-
low: null;
|
|
13606
|
-
medium: null;
|
|
13607
13580
|
};
|
|
13581
|
+
reasoning: false;
|
|
13608
13582
|
input: "text"[];
|
|
13609
13583
|
cost: {
|
|
13610
13584
|
input: number;
|
|
@@ -13615,7 +13589,7 @@ export declare const MODELS: {
|
|
|
13615
13589
|
contextWindow: number;
|
|
13616
13590
|
maxTokens: number;
|
|
13617
13591
|
};
|
|
13618
|
-
readonly "Qwen/Qwen3-
|
|
13592
|
+
readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
|
|
13619
13593
|
id: string;
|
|
13620
13594
|
name: string;
|
|
13621
13595
|
api: "openai-completions";
|
|
@@ -13640,7 +13614,7 @@ export declare const MODELS: {
|
|
|
13640
13614
|
contextWindow: number;
|
|
13641
13615
|
maxTokens: number;
|
|
13642
13616
|
};
|
|
13643
|
-
readonly "Qwen/Qwen3-
|
|
13617
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
13644
13618
|
id: string;
|
|
13645
13619
|
name: string;
|
|
13646
13620
|
api: "openai-completions";
|
|
@@ -13661,7 +13635,7 @@ export declare const MODELS: {
|
|
|
13661
13635
|
low: null;
|
|
13662
13636
|
medium: null;
|
|
13663
13637
|
};
|
|
13664
|
-
input: "text"[];
|
|
13638
|
+
input: ("image" | "text")[];
|
|
13665
13639
|
cost: {
|
|
13666
13640
|
input: number;
|
|
13667
13641
|
output: number;
|
|
@@ -13671,7 +13645,7 @@ export declare const MODELS: {
|
|
|
13671
13645
|
contextWindow: number;
|
|
13672
13646
|
maxTokens: number;
|
|
13673
13647
|
};
|
|
13674
|
-
readonly "Qwen/Qwen3.5-
|
|
13648
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
13675
13649
|
id: string;
|
|
13676
13650
|
name: string;
|
|
13677
13651
|
api: "openai-completions";
|
|
@@ -13746,14 +13720,8 @@ export declare const MODELS: {
|
|
|
13746
13720
|
maxTokensField: "max_tokens";
|
|
13747
13721
|
supportsStrictMode: false;
|
|
13748
13722
|
supportsLongCacheRetention: false;
|
|
13749
|
-
thinkingFormat: "together";
|
|
13750
|
-
};
|
|
13751
|
-
reasoning: true;
|
|
13752
|
-
thinkingLevelMap: {
|
|
13753
|
-
minimal: null;
|
|
13754
|
-
low: null;
|
|
13755
|
-
medium: null;
|
|
13756
13723
|
};
|
|
13724
|
+
reasoning: false;
|
|
13757
13725
|
input: "text"[];
|
|
13758
13726
|
cost: {
|
|
13759
13727
|
input: number;
|
|
@@ -13764,7 +13732,7 @@ export declare const MODELS: {
|
|
|
13764
13732
|
contextWindow: number;
|
|
13765
13733
|
maxTokens: number;
|
|
13766
13734
|
};
|
|
13767
|
-
readonly "deepseek-ai/DeepSeek-
|
|
13735
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
13768
13736
|
id: string;
|
|
13769
13737
|
name: string;
|
|
13770
13738
|
api: "openai-completions";
|
|
@@ -13773,7 +13741,7 @@ export declare const MODELS: {
|
|
|
13773
13741
|
compat: {
|
|
13774
13742
|
supportsStore: false;
|
|
13775
13743
|
supportsDeveloperRole: false;
|
|
13776
|
-
supportsReasoningEffort:
|
|
13744
|
+
supportsReasoningEffort: true;
|
|
13777
13745
|
maxTokensField: "max_tokens";
|
|
13778
13746
|
supportsStrictMode: false;
|
|
13779
13747
|
supportsLongCacheRetention: false;
|
|
@@ -13784,6 +13752,8 @@ export declare const MODELS: {
|
|
|
13784
13752
|
minimal: null;
|
|
13785
13753
|
low: null;
|
|
13786
13754
|
medium: null;
|
|
13755
|
+
high: string;
|
|
13756
|
+
xhigh: null;
|
|
13787
13757
|
};
|
|
13788
13758
|
input: "text"[];
|
|
13789
13759
|
cost: {
|
|
@@ -13795,7 +13765,7 @@ export declare const MODELS: {
|
|
|
13795
13765
|
contextWindow: number;
|
|
13796
13766
|
maxTokens: number;
|
|
13797
13767
|
};
|
|
13798
|
-
readonly "
|
|
13768
|
+
readonly "essentialai/Rnj-1-Instruct": {
|
|
13799
13769
|
id: string;
|
|
13800
13770
|
name: string;
|
|
13801
13771
|
api: "openai-completions";
|
|
@@ -13808,14 +13778,8 @@ export declare const MODELS: {
|
|
|
13808
13778
|
maxTokensField: "max_tokens";
|
|
13809
13779
|
supportsStrictMode: false;
|
|
13810
13780
|
supportsLongCacheRetention: false;
|
|
13811
|
-
thinkingFormat: "together";
|
|
13812
|
-
};
|
|
13813
|
-
reasoning: true;
|
|
13814
|
-
thinkingLevelMap: {
|
|
13815
|
-
minimal: null;
|
|
13816
|
-
low: null;
|
|
13817
|
-
medium: null;
|
|
13818
13781
|
};
|
|
13782
|
+
reasoning: false;
|
|
13819
13783
|
input: "text"[];
|
|
13820
13784
|
cost: {
|
|
13821
13785
|
input: number;
|
|
@@ -13826,7 +13790,7 @@ export declare const MODELS: {
|
|
|
13826
13790
|
contextWindow: number;
|
|
13827
13791
|
maxTokens: number;
|
|
13828
13792
|
};
|
|
13829
|
-
readonly "
|
|
13793
|
+
readonly "google/gemma-4-31B-it": {
|
|
13830
13794
|
id: string;
|
|
13831
13795
|
name: string;
|
|
13832
13796
|
api: "openai-completions";
|
|
@@ -13835,7 +13799,7 @@ export declare const MODELS: {
|
|
|
13835
13799
|
compat: {
|
|
13836
13800
|
supportsStore: false;
|
|
13837
13801
|
supportsDeveloperRole: false;
|
|
13838
|
-
supportsReasoningEffort:
|
|
13802
|
+
supportsReasoningEffort: false;
|
|
13839
13803
|
maxTokensField: "max_tokens";
|
|
13840
13804
|
supportsStrictMode: false;
|
|
13841
13805
|
supportsLongCacheRetention: false;
|
|
@@ -13846,10 +13810,8 @@ export declare const MODELS: {
|
|
|
13846
13810
|
minimal: null;
|
|
13847
13811
|
low: null;
|
|
13848
13812
|
medium: null;
|
|
13849
|
-
high: string;
|
|
13850
|
-
xhigh: null;
|
|
13851
13813
|
};
|
|
13852
|
-
input: "text"[];
|
|
13814
|
+
input: ("image" | "text")[];
|
|
13853
13815
|
cost: {
|
|
13854
13816
|
input: number;
|
|
13855
13817
|
output: number;
|
|
@@ -13859,7 +13821,7 @@ export declare const MODELS: {
|
|
|
13859
13821
|
contextWindow: number;
|
|
13860
13822
|
maxTokens: number;
|
|
13861
13823
|
};
|
|
13862
|
-
readonly "
|
|
13824
|
+
readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
|
|
13863
13825
|
id: string;
|
|
13864
13826
|
name: string;
|
|
13865
13827
|
api: "openai-completions";
|
|
@@ -13884,7 +13846,7 @@ export declare const MODELS: {
|
|
|
13884
13846
|
contextWindow: number;
|
|
13885
13847
|
maxTokens: number;
|
|
13886
13848
|
};
|
|
13887
|
-
readonly "
|
|
13849
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
13888
13850
|
id: string;
|
|
13889
13851
|
name: string;
|
|
13890
13852
|
api: "openai-completions";
|
|
@@ -13915,32 +13877,7 @@ export declare const MODELS: {
|
|
|
13915
13877
|
contextWindow: number;
|
|
13916
13878
|
maxTokens: number;
|
|
13917
13879
|
};
|
|
13918
|
-
readonly "
|
|
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": {
|
|
13880
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
13944
13881
|
id: string;
|
|
13945
13882
|
name: string;
|
|
13946
13883
|
api: "openai-completions";
|
|
@@ -13961,7 +13898,7 @@ export declare const MODELS: {
|
|
|
13961
13898
|
low: null;
|
|
13962
13899
|
medium: null;
|
|
13963
13900
|
};
|
|
13964
|
-
input:
|
|
13901
|
+
input: "text"[];
|
|
13965
13902
|
cost: {
|
|
13966
13903
|
input: number;
|
|
13967
13904
|
output: number;
|
|
@@ -13971,7 +13908,7 @@ export declare const MODELS: {
|
|
|
13971
13908
|
contextWindow: number;
|
|
13972
13909
|
maxTokens: number;
|
|
13973
13910
|
};
|
|
13974
|
-
readonly "
|
|
13911
|
+
readonly "openai/gpt-oss-120b": {
|
|
13975
13912
|
id: string;
|
|
13976
13913
|
name: string;
|
|
13977
13914
|
api: "openai-completions";
|
|
@@ -13980,19 +13917,18 @@ export declare const MODELS: {
|
|
|
13980
13917
|
compat: {
|
|
13981
13918
|
supportsStore: false;
|
|
13982
13919
|
supportsDeveloperRole: false;
|
|
13983
|
-
supportsReasoningEffort:
|
|
13920
|
+
supportsReasoningEffort: true;
|
|
13984
13921
|
maxTokensField: "max_tokens";
|
|
13985
13922
|
supportsStrictMode: false;
|
|
13986
13923
|
supportsLongCacheRetention: false;
|
|
13987
|
-
thinkingFormat: "
|
|
13924
|
+
thinkingFormat: "openai";
|
|
13988
13925
|
};
|
|
13989
13926
|
reasoning: true;
|
|
13990
13927
|
thinkingLevelMap: {
|
|
13928
|
+
off: null;
|
|
13991
13929
|
minimal: null;
|
|
13992
|
-
low: null;
|
|
13993
|
-
medium: null;
|
|
13994
13930
|
};
|
|
13995
|
-
input:
|
|
13931
|
+
input: "text"[];
|
|
13996
13932
|
cost: {
|
|
13997
13933
|
input: number;
|
|
13998
13934
|
output: number;
|
|
@@ -14002,7 +13938,7 @@ export declare const MODELS: {
|
|
|
14002
13938
|
contextWindow: number;
|
|
14003
13939
|
maxTokens: number;
|
|
14004
13940
|
};
|
|
14005
|
-
readonly "
|
|
13941
|
+
readonly "openai/gpt-oss-20b": {
|
|
14006
13942
|
id: string;
|
|
14007
13943
|
name: string;
|
|
14008
13944
|
api: "openai-completions";
|
|
@@ -14011,17 +13947,16 @@ export declare const MODELS: {
|
|
|
14011
13947
|
compat: {
|
|
14012
13948
|
supportsStore: false;
|
|
14013
13949
|
supportsDeveloperRole: false;
|
|
14014
|
-
supportsReasoningEffort:
|
|
13950
|
+
supportsReasoningEffort: true;
|
|
14015
13951
|
maxTokensField: "max_tokens";
|
|
14016
13952
|
supportsStrictMode: false;
|
|
14017
13953
|
supportsLongCacheRetention: false;
|
|
14018
|
-
thinkingFormat: "
|
|
13954
|
+
thinkingFormat: "openai";
|
|
14019
13955
|
};
|
|
14020
13956
|
reasoning: true;
|
|
14021
13957
|
thinkingLevelMap: {
|
|
13958
|
+
off: null;
|
|
14022
13959
|
minimal: null;
|
|
14023
|
-
low: null;
|
|
14024
|
-
medium: null;
|
|
14025
13960
|
};
|
|
14026
13961
|
input: "text"[];
|
|
14027
13962
|
cost: {
|
|
@@ -14033,7 +13968,7 @@ export declare const MODELS: {
|
|
|
14033
13968
|
contextWindow: number;
|
|
14034
13969
|
maxTokens: number;
|
|
14035
13970
|
};
|
|
14036
|
-
readonly "
|
|
13971
|
+
readonly "zai-org/GLM-5": {
|
|
14037
13972
|
id: string;
|
|
14038
13973
|
name: string;
|
|
14039
13974
|
api: "openai-completions";
|
|
@@ -14042,16 +13977,17 @@ export declare const MODELS: {
|
|
|
14042
13977
|
compat: {
|
|
14043
13978
|
supportsStore: false;
|
|
14044
13979
|
supportsDeveloperRole: false;
|
|
14045
|
-
supportsReasoningEffort:
|
|
13980
|
+
supportsReasoningEffort: false;
|
|
14046
13981
|
maxTokensField: "max_tokens";
|
|
14047
13982
|
supportsStrictMode: false;
|
|
14048
13983
|
supportsLongCacheRetention: false;
|
|
14049
|
-
thinkingFormat: "
|
|
13984
|
+
thinkingFormat: "together";
|
|
14050
13985
|
};
|
|
14051
13986
|
reasoning: true;
|
|
14052
13987
|
thinkingLevelMap: {
|
|
14053
|
-
off: null;
|
|
14054
13988
|
minimal: null;
|
|
13989
|
+
low: null;
|
|
13990
|
+
medium: null;
|
|
14055
13991
|
};
|
|
14056
13992
|
input: "text"[];
|
|
14057
13993
|
cost: {
|
|
@@ -15666,40 +15602,6 @@ export declare const MODELS: {
|
|
|
15666
15602
|
contextWindow: number;
|
|
15667
15603
|
maxTokens: number;
|
|
15668
15604
|
};
|
|
15669
|
-
readonly "moonshotai/kimi-k2-thinking-turbo": {
|
|
15670
|
-
id: string;
|
|
15671
|
-
name: string;
|
|
15672
|
-
api: "anthropic-messages";
|
|
15673
|
-
provider: string;
|
|
15674
|
-
baseUrl: string;
|
|
15675
|
-
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"[];
|
|
15694
|
-
cost: {
|
|
15695
|
-
input: number;
|
|
15696
|
-
output: number;
|
|
15697
|
-
cacheRead: number;
|
|
15698
|
-
cacheWrite: number;
|
|
15699
|
-
};
|
|
15700
|
-
contextWindow: number;
|
|
15701
|
-
maxTokens: number;
|
|
15702
|
-
};
|
|
15703
15605
|
readonly "moonshotai/kimi-k2.5": {
|
|
15704
15606
|
id: string;
|
|
15705
15607
|
name: string;
|