@fleetagent/pi-ai 0.0.10 → 0.0.12
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 +63 -178
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +119 -208
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -2954,30 +2954,13 @@ export declare const MODELS: {
|
|
|
2954
2954
|
contextWindow: number;
|
|
2955
2955
|
maxTokens: number;
|
|
2956
2956
|
};
|
|
2957
|
-
readonly "llama3.1-8b": {
|
|
2958
|
-
id: string;
|
|
2959
|
-
name: string;
|
|
2960
|
-
api: "openai-completions";
|
|
2961
|
-
provider: string;
|
|
2962
|
-
baseUrl: string;
|
|
2963
|
-
reasoning: false;
|
|
2964
|
-
input: "text"[];
|
|
2965
|
-
cost: {
|
|
2966
|
-
input: number;
|
|
2967
|
-
output: number;
|
|
2968
|
-
cacheRead: number;
|
|
2969
|
-
cacheWrite: number;
|
|
2970
|
-
};
|
|
2971
|
-
contextWindow: number;
|
|
2972
|
-
maxTokens: number;
|
|
2973
|
-
};
|
|
2974
2957
|
readonly "zai-glm-4.7": {
|
|
2975
2958
|
id: string;
|
|
2976
2959
|
name: string;
|
|
2977
2960
|
api: "openai-completions";
|
|
2978
2961
|
provider: string;
|
|
2979
2962
|
baseUrl: string;
|
|
2980
|
-
reasoning:
|
|
2963
|
+
reasoning: true;
|
|
2981
2964
|
input: "text"[];
|
|
2982
2965
|
cost: {
|
|
2983
2966
|
input: number;
|
|
@@ -4260,6 +4243,34 @@ export declare const MODELS: {
|
|
|
4260
4243
|
};
|
|
4261
4244
|
};
|
|
4262
4245
|
readonly "github-copilot": {
|
|
4246
|
+
readonly "claude-fable-5": {
|
|
4247
|
+
id: string;
|
|
4248
|
+
name: string;
|
|
4249
|
+
api: "openai-completions";
|
|
4250
|
+
provider: string;
|
|
4251
|
+
baseUrl: string;
|
|
4252
|
+
headers: {
|
|
4253
|
+
"User-Agent": string;
|
|
4254
|
+
"Editor-Version": string;
|
|
4255
|
+
"Editor-Plugin-Version": string;
|
|
4256
|
+
"Copilot-Integration-Id": string;
|
|
4257
|
+
};
|
|
4258
|
+
compat: {
|
|
4259
|
+
supportsStore: false;
|
|
4260
|
+
supportsDeveloperRole: false;
|
|
4261
|
+
supportsReasoningEffort: false;
|
|
4262
|
+
};
|
|
4263
|
+
reasoning: true;
|
|
4264
|
+
input: ("image" | "text")[];
|
|
4265
|
+
cost: {
|
|
4266
|
+
input: number;
|
|
4267
|
+
output: number;
|
|
4268
|
+
cacheRead: number;
|
|
4269
|
+
cacheWrite: number;
|
|
4270
|
+
};
|
|
4271
|
+
contextWindow: number;
|
|
4272
|
+
maxTokens: number;
|
|
4273
|
+
};
|
|
4263
4274
|
readonly "claude-haiku-4.5": {
|
|
4264
4275
|
id: string;
|
|
4265
4276
|
name: string;
|
|
@@ -11005,23 +11016,6 @@ export declare const MODELS: {
|
|
|
11005
11016
|
contextWindow: number;
|
|
11006
11017
|
maxTokens: number;
|
|
11007
11018
|
};
|
|
11008
|
-
readonly "nvidia/nemotron-nano-9b-v2": {
|
|
11009
|
-
id: string;
|
|
11010
|
-
name: string;
|
|
11011
|
-
api: "openai-completions";
|
|
11012
|
-
provider: string;
|
|
11013
|
-
baseUrl: string;
|
|
11014
|
-
reasoning: true;
|
|
11015
|
-
input: "text"[];
|
|
11016
|
-
cost: {
|
|
11017
|
-
input: number;
|
|
11018
|
-
output: number;
|
|
11019
|
-
cacheRead: number;
|
|
11020
|
-
cacheWrite: number;
|
|
11021
|
-
};
|
|
11022
|
-
contextWindow: number;
|
|
11023
|
-
maxTokens: number;
|
|
11024
|
-
};
|
|
11025
11019
|
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
11026
11020
|
id: string;
|
|
11027
11021
|
name: string;
|
|
@@ -13460,37 +13454,6 @@ export declare const MODELS: {
|
|
|
13460
13454
|
};
|
|
13461
13455
|
};
|
|
13462
13456
|
readonly together: {
|
|
13463
|
-
readonly "MiniMaxAI/MiniMax-M2.5": {
|
|
13464
|
-
id: string;
|
|
13465
|
-
name: string;
|
|
13466
|
-
api: "openai-completions";
|
|
13467
|
-
provider: string;
|
|
13468
|
-
baseUrl: string;
|
|
13469
|
-
compat: {
|
|
13470
|
-
supportsStore: false;
|
|
13471
|
-
supportsDeveloperRole: false;
|
|
13472
|
-
supportsReasoningEffort: false;
|
|
13473
|
-
maxTokensField: "max_tokens";
|
|
13474
|
-
supportsStrictMode: false;
|
|
13475
|
-
supportsLongCacheRetention: false;
|
|
13476
|
-
};
|
|
13477
|
-
reasoning: true;
|
|
13478
|
-
thinkingLevelMap: {
|
|
13479
|
-
off: null;
|
|
13480
|
-
minimal: null;
|
|
13481
|
-
low: null;
|
|
13482
|
-
medium: null;
|
|
13483
|
-
};
|
|
13484
|
-
input: "text"[];
|
|
13485
|
-
cost: {
|
|
13486
|
-
input: number;
|
|
13487
|
-
output: number;
|
|
13488
|
-
cacheRead: number;
|
|
13489
|
-
cacheWrite: number;
|
|
13490
|
-
};
|
|
13491
|
-
contextWindow: number;
|
|
13492
|
-
maxTokens: number;
|
|
13493
|
-
};
|
|
13494
13457
|
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
13495
13458
|
id: string;
|
|
13496
13459
|
name: string;
|
|
@@ -13522,7 +13485,7 @@ export declare const MODELS: {
|
|
|
13522
13485
|
contextWindow: number;
|
|
13523
13486
|
maxTokens: number;
|
|
13524
13487
|
};
|
|
13525
|
-
readonly "Qwen/
|
|
13488
|
+
readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
|
|
13526
13489
|
id: string;
|
|
13527
13490
|
name: string;
|
|
13528
13491
|
api: "openai-completions";
|
|
@@ -13535,14 +13498,8 @@ export declare const MODELS: {
|
|
|
13535
13498
|
maxTokensField: "max_tokens";
|
|
13536
13499
|
supportsStrictMode: false;
|
|
13537
13500
|
supportsLongCacheRetention: false;
|
|
13538
|
-
thinkingFormat: "together";
|
|
13539
|
-
};
|
|
13540
|
-
reasoning: true;
|
|
13541
|
-
thinkingLevelMap: {
|
|
13542
|
-
minimal: null;
|
|
13543
|
-
low: null;
|
|
13544
|
-
medium: null;
|
|
13545
13501
|
};
|
|
13502
|
+
reasoning: false;
|
|
13546
13503
|
input: "text"[];
|
|
13547
13504
|
cost: {
|
|
13548
13505
|
input: number;
|
|
@@ -13553,7 +13510,7 @@ export declare const MODELS: {
|
|
|
13553
13510
|
contextWindow: number;
|
|
13554
13511
|
maxTokens: number;
|
|
13555
13512
|
};
|
|
13556
|
-
readonly "Qwen/Qwen3-
|
|
13513
|
+
readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
|
|
13557
13514
|
id: string;
|
|
13558
13515
|
name: string;
|
|
13559
13516
|
api: "openai-completions";
|
|
@@ -13578,7 +13535,7 @@ export declare const MODELS: {
|
|
|
13578
13535
|
contextWindow: number;
|
|
13579
13536
|
maxTokens: number;
|
|
13580
13537
|
};
|
|
13581
|
-
readonly "Qwen/Qwen3-
|
|
13538
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
13582
13539
|
id: string;
|
|
13583
13540
|
name: string;
|
|
13584
13541
|
api: "openai-completions";
|
|
@@ -13599,7 +13556,7 @@ export declare const MODELS: {
|
|
|
13599
13556
|
low: null;
|
|
13600
13557
|
medium: null;
|
|
13601
13558
|
};
|
|
13602
|
-
input: "text"[];
|
|
13559
|
+
input: ("image" | "text")[];
|
|
13603
13560
|
cost: {
|
|
13604
13561
|
input: number;
|
|
13605
13562
|
output: number;
|
|
@@ -13609,7 +13566,7 @@ export declare const MODELS: {
|
|
|
13609
13566
|
contextWindow: number;
|
|
13610
13567
|
maxTokens: number;
|
|
13611
13568
|
};
|
|
13612
|
-
readonly "Qwen/Qwen3.5-
|
|
13569
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
13613
13570
|
id: string;
|
|
13614
13571
|
name: string;
|
|
13615
13572
|
api: "openai-completions";
|
|
@@ -13684,14 +13641,8 @@ export declare const MODELS: {
|
|
|
13684
13641
|
maxTokensField: "max_tokens";
|
|
13685
13642
|
supportsStrictMode: false;
|
|
13686
13643
|
supportsLongCacheRetention: false;
|
|
13687
|
-
thinkingFormat: "together";
|
|
13688
|
-
};
|
|
13689
|
-
reasoning: true;
|
|
13690
|
-
thinkingLevelMap: {
|
|
13691
|
-
minimal: null;
|
|
13692
|
-
low: null;
|
|
13693
|
-
medium: null;
|
|
13694
13644
|
};
|
|
13645
|
+
reasoning: false;
|
|
13695
13646
|
input: "text"[];
|
|
13696
13647
|
cost: {
|
|
13697
13648
|
input: number;
|
|
@@ -13702,7 +13653,7 @@ export declare const MODELS: {
|
|
|
13702
13653
|
contextWindow: number;
|
|
13703
13654
|
maxTokens: number;
|
|
13704
13655
|
};
|
|
13705
|
-
readonly "deepseek-ai/DeepSeek-
|
|
13656
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
13706
13657
|
id: string;
|
|
13707
13658
|
name: string;
|
|
13708
13659
|
api: "openai-completions";
|
|
@@ -13711,7 +13662,7 @@ export declare const MODELS: {
|
|
|
13711
13662
|
compat: {
|
|
13712
13663
|
supportsStore: false;
|
|
13713
13664
|
supportsDeveloperRole: false;
|
|
13714
|
-
supportsReasoningEffort:
|
|
13665
|
+
supportsReasoningEffort: true;
|
|
13715
13666
|
maxTokensField: "max_tokens";
|
|
13716
13667
|
supportsStrictMode: false;
|
|
13717
13668
|
supportsLongCacheRetention: false;
|
|
@@ -13722,6 +13673,8 @@ export declare const MODELS: {
|
|
|
13722
13673
|
minimal: null;
|
|
13723
13674
|
low: null;
|
|
13724
13675
|
medium: null;
|
|
13676
|
+
high: string;
|
|
13677
|
+
xhigh: null;
|
|
13725
13678
|
};
|
|
13726
13679
|
input: "text"[];
|
|
13727
13680
|
cost: {
|
|
@@ -13733,7 +13686,7 @@ export declare const MODELS: {
|
|
|
13733
13686
|
contextWindow: number;
|
|
13734
13687
|
maxTokens: number;
|
|
13735
13688
|
};
|
|
13736
|
-
readonly "
|
|
13689
|
+
readonly "essentialai/Rnj-1-Instruct": {
|
|
13737
13690
|
id: string;
|
|
13738
13691
|
name: string;
|
|
13739
13692
|
api: "openai-completions";
|
|
@@ -13746,14 +13699,8 @@ export declare const MODELS: {
|
|
|
13746
13699
|
maxTokensField: "max_tokens";
|
|
13747
13700
|
supportsStrictMode: false;
|
|
13748
13701
|
supportsLongCacheRetention: false;
|
|
13749
|
-
thinkingFormat: "together";
|
|
13750
|
-
};
|
|
13751
|
-
reasoning: true;
|
|
13752
|
-
thinkingLevelMap: {
|
|
13753
|
-
minimal: null;
|
|
13754
|
-
low: null;
|
|
13755
|
-
medium: null;
|
|
13756
13702
|
};
|
|
13703
|
+
reasoning: false;
|
|
13757
13704
|
input: "text"[];
|
|
13758
13705
|
cost: {
|
|
13759
13706
|
input: number;
|
|
@@ -13764,7 +13711,7 @@ export declare const MODELS: {
|
|
|
13764
13711
|
contextWindow: number;
|
|
13765
13712
|
maxTokens: number;
|
|
13766
13713
|
};
|
|
13767
|
-
readonly "
|
|
13714
|
+
readonly "google/gemma-4-31B-it": {
|
|
13768
13715
|
id: string;
|
|
13769
13716
|
name: string;
|
|
13770
13717
|
api: "openai-completions";
|
|
@@ -13773,7 +13720,7 @@ export declare const MODELS: {
|
|
|
13773
13720
|
compat: {
|
|
13774
13721
|
supportsStore: false;
|
|
13775
13722
|
supportsDeveloperRole: false;
|
|
13776
|
-
supportsReasoningEffort:
|
|
13723
|
+
supportsReasoningEffort: false;
|
|
13777
13724
|
maxTokensField: "max_tokens";
|
|
13778
13725
|
supportsStrictMode: false;
|
|
13779
13726
|
supportsLongCacheRetention: false;
|
|
@@ -13784,10 +13731,8 @@ export declare const MODELS: {
|
|
|
13784
13731
|
minimal: null;
|
|
13785
13732
|
low: null;
|
|
13786
13733
|
medium: null;
|
|
13787
|
-
high: string;
|
|
13788
|
-
xhigh: null;
|
|
13789
13734
|
};
|
|
13790
|
-
input: "text"[];
|
|
13735
|
+
input: ("image" | "text")[];
|
|
13791
13736
|
cost: {
|
|
13792
13737
|
input: number;
|
|
13793
13738
|
output: number;
|
|
@@ -13797,7 +13742,7 @@ export declare const MODELS: {
|
|
|
13797
13742
|
contextWindow: number;
|
|
13798
13743
|
maxTokens: number;
|
|
13799
13744
|
};
|
|
13800
|
-
readonly "
|
|
13745
|
+
readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
|
|
13801
13746
|
id: string;
|
|
13802
13747
|
name: string;
|
|
13803
13748
|
api: "openai-completions";
|
|
@@ -13822,7 +13767,7 @@ export declare const MODELS: {
|
|
|
13822
13767
|
contextWindow: number;
|
|
13823
13768
|
maxTokens: number;
|
|
13824
13769
|
};
|
|
13825
|
-
readonly "
|
|
13770
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
13826
13771
|
id: string;
|
|
13827
13772
|
name: string;
|
|
13828
13773
|
api: "openai-completions";
|
|
@@ -13853,32 +13798,7 @@ export declare const MODELS: {
|
|
|
13853
13798
|
contextWindow: number;
|
|
13854
13799
|
maxTokens: number;
|
|
13855
13800
|
};
|
|
13856
|
-
readonly "
|
|
13857
|
-
id: string;
|
|
13858
|
-
name: string;
|
|
13859
|
-
api: "openai-completions";
|
|
13860
|
-
provider: string;
|
|
13861
|
-
baseUrl: string;
|
|
13862
|
-
compat: {
|
|
13863
|
-
supportsStore: false;
|
|
13864
|
-
supportsDeveloperRole: false;
|
|
13865
|
-
supportsReasoningEffort: false;
|
|
13866
|
-
maxTokensField: "max_tokens";
|
|
13867
|
-
supportsStrictMode: false;
|
|
13868
|
-
supportsLongCacheRetention: false;
|
|
13869
|
-
};
|
|
13870
|
-
reasoning: false;
|
|
13871
|
-
input: "text"[];
|
|
13872
|
-
cost: {
|
|
13873
|
-
input: number;
|
|
13874
|
-
output: number;
|
|
13875
|
-
cacheRead: number;
|
|
13876
|
-
cacheWrite: number;
|
|
13877
|
-
};
|
|
13878
|
-
contextWindow: number;
|
|
13879
|
-
maxTokens: number;
|
|
13880
|
-
};
|
|
13881
|
-
readonly "moonshotai/Kimi-K2.5": {
|
|
13801
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
13882
13802
|
id: string;
|
|
13883
13803
|
name: string;
|
|
13884
13804
|
api: "openai-completions";
|
|
@@ -13899,7 +13819,7 @@ export declare const MODELS: {
|
|
|
13899
13819
|
low: null;
|
|
13900
13820
|
medium: null;
|
|
13901
13821
|
};
|
|
13902
|
-
input:
|
|
13822
|
+
input: "text"[];
|
|
13903
13823
|
cost: {
|
|
13904
13824
|
input: number;
|
|
13905
13825
|
output: number;
|
|
@@ -13909,7 +13829,7 @@ export declare const MODELS: {
|
|
|
13909
13829
|
contextWindow: number;
|
|
13910
13830
|
maxTokens: number;
|
|
13911
13831
|
};
|
|
13912
|
-
readonly "
|
|
13832
|
+
readonly "openai/gpt-oss-120b": {
|
|
13913
13833
|
id: string;
|
|
13914
13834
|
name: string;
|
|
13915
13835
|
api: "openai-completions";
|
|
@@ -13918,19 +13838,18 @@ export declare const MODELS: {
|
|
|
13918
13838
|
compat: {
|
|
13919
13839
|
supportsStore: false;
|
|
13920
13840
|
supportsDeveloperRole: false;
|
|
13921
|
-
supportsReasoningEffort:
|
|
13841
|
+
supportsReasoningEffort: true;
|
|
13922
13842
|
maxTokensField: "max_tokens";
|
|
13923
13843
|
supportsStrictMode: false;
|
|
13924
13844
|
supportsLongCacheRetention: false;
|
|
13925
|
-
thinkingFormat: "
|
|
13845
|
+
thinkingFormat: "openai";
|
|
13926
13846
|
};
|
|
13927
13847
|
reasoning: true;
|
|
13928
13848
|
thinkingLevelMap: {
|
|
13849
|
+
off: null;
|
|
13929
13850
|
minimal: null;
|
|
13930
|
-
low: null;
|
|
13931
|
-
medium: null;
|
|
13932
13851
|
};
|
|
13933
|
-
input:
|
|
13852
|
+
input: "text"[];
|
|
13934
13853
|
cost: {
|
|
13935
13854
|
input: number;
|
|
13936
13855
|
output: number;
|
|
@@ -13940,7 +13859,7 @@ export declare const MODELS: {
|
|
|
13940
13859
|
contextWindow: number;
|
|
13941
13860
|
maxTokens: number;
|
|
13942
13861
|
};
|
|
13943
|
-
readonly "
|
|
13862
|
+
readonly "openai/gpt-oss-20b": {
|
|
13944
13863
|
id: string;
|
|
13945
13864
|
name: string;
|
|
13946
13865
|
api: "openai-completions";
|
|
@@ -13949,17 +13868,16 @@ export declare const MODELS: {
|
|
|
13949
13868
|
compat: {
|
|
13950
13869
|
supportsStore: false;
|
|
13951
13870
|
supportsDeveloperRole: false;
|
|
13952
|
-
supportsReasoningEffort:
|
|
13871
|
+
supportsReasoningEffort: true;
|
|
13953
13872
|
maxTokensField: "max_tokens";
|
|
13954
13873
|
supportsStrictMode: false;
|
|
13955
13874
|
supportsLongCacheRetention: false;
|
|
13956
|
-
thinkingFormat: "
|
|
13875
|
+
thinkingFormat: "openai";
|
|
13957
13876
|
};
|
|
13958
13877
|
reasoning: true;
|
|
13959
13878
|
thinkingLevelMap: {
|
|
13879
|
+
off: null;
|
|
13960
13880
|
minimal: null;
|
|
13961
|
-
low: null;
|
|
13962
|
-
medium: null;
|
|
13963
13881
|
};
|
|
13964
13882
|
input: "text"[];
|
|
13965
13883
|
cost: {
|
|
@@ -13971,7 +13889,7 @@ export declare const MODELS: {
|
|
|
13971
13889
|
contextWindow: number;
|
|
13972
13890
|
maxTokens: number;
|
|
13973
13891
|
};
|
|
13974
|
-
readonly "
|
|
13892
|
+
readonly "zai-org/GLM-5": {
|
|
13975
13893
|
id: string;
|
|
13976
13894
|
name: string;
|
|
13977
13895
|
api: "openai-completions";
|
|
@@ -13980,16 +13898,17 @@ export declare const MODELS: {
|
|
|
13980
13898
|
compat: {
|
|
13981
13899
|
supportsStore: false;
|
|
13982
13900
|
supportsDeveloperRole: false;
|
|
13983
|
-
supportsReasoningEffort:
|
|
13901
|
+
supportsReasoningEffort: false;
|
|
13984
13902
|
maxTokensField: "max_tokens";
|
|
13985
13903
|
supportsStrictMode: false;
|
|
13986
13904
|
supportsLongCacheRetention: false;
|
|
13987
|
-
thinkingFormat: "
|
|
13905
|
+
thinkingFormat: "together";
|
|
13988
13906
|
};
|
|
13989
13907
|
reasoning: true;
|
|
13990
13908
|
thinkingLevelMap: {
|
|
13991
|
-
off: null;
|
|
13992
13909
|
minimal: null;
|
|
13910
|
+
low: null;
|
|
13911
|
+
medium: null;
|
|
13993
13912
|
};
|
|
13994
13913
|
input: "text"[];
|
|
13995
13914
|
cost: {
|
|
@@ -15601,40 +15520,6 @@ export declare const MODELS: {
|
|
|
15601
15520
|
contextWindow: number;
|
|
15602
15521
|
maxTokens: number;
|
|
15603
15522
|
};
|
|
15604
|
-
readonly "moonshotai/kimi-k2-thinking-turbo": {
|
|
15605
|
-
id: string;
|
|
15606
|
-
name: string;
|
|
15607
|
-
api: "anthropic-messages";
|
|
15608
|
-
provider: string;
|
|
15609
|
-
baseUrl: string;
|
|
15610
|
-
reasoning: true;
|
|
15611
|
-
input: "text"[];
|
|
15612
|
-
cost: {
|
|
15613
|
-
input: number;
|
|
15614
|
-
output: number;
|
|
15615
|
-
cacheRead: number;
|
|
15616
|
-
cacheWrite: number;
|
|
15617
|
-
};
|
|
15618
|
-
contextWindow: number;
|
|
15619
|
-
maxTokens: number;
|
|
15620
|
-
};
|
|
15621
|
-
readonly "moonshotai/kimi-k2-turbo": {
|
|
15622
|
-
id: string;
|
|
15623
|
-
name: string;
|
|
15624
|
-
api: "anthropic-messages";
|
|
15625
|
-
provider: string;
|
|
15626
|
-
baseUrl: string;
|
|
15627
|
-
reasoning: false;
|
|
15628
|
-
input: "text"[];
|
|
15629
|
-
cost: {
|
|
15630
|
-
input: number;
|
|
15631
|
-
output: number;
|
|
15632
|
-
cacheRead: number;
|
|
15633
|
-
cacheWrite: number;
|
|
15634
|
-
};
|
|
15635
|
-
contextWindow: number;
|
|
15636
|
-
maxTokens: number;
|
|
15637
|
-
};
|
|
15638
15523
|
readonly "moonshotai/kimi-k2.5": {
|
|
15639
15524
|
id: string;
|
|
15640
15525
|
name: string;
|