@fleetagent/pi-ai 0.1.3 → 0.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.
|
@@ -5239,6 +5239,54 @@ export declare const MODELS: {
|
|
|
5239
5239
|
contextWindow: number;
|
|
5240
5240
|
maxTokens: number;
|
|
5241
5241
|
};
|
|
5242
|
+
readonly "gemma-4-E2B-it": {
|
|
5243
|
+
id: string;
|
|
5244
|
+
name: string;
|
|
5245
|
+
api: "google-generative-ai";
|
|
5246
|
+
provider: string;
|
|
5247
|
+
baseUrl: string;
|
|
5248
|
+
reasoning: true;
|
|
5249
|
+
thinkingLevelMap: {
|
|
5250
|
+
off: null;
|
|
5251
|
+
minimal: string;
|
|
5252
|
+
low: null;
|
|
5253
|
+
medium: null;
|
|
5254
|
+
high: string;
|
|
5255
|
+
};
|
|
5256
|
+
input: ("image" | "text")[];
|
|
5257
|
+
cost: {
|
|
5258
|
+
input: number;
|
|
5259
|
+
output: number;
|
|
5260
|
+
cacheRead: number;
|
|
5261
|
+
cacheWrite: number;
|
|
5262
|
+
};
|
|
5263
|
+
contextWindow: number;
|
|
5264
|
+
maxTokens: number;
|
|
5265
|
+
};
|
|
5266
|
+
readonly "gemma-4-E4B-it": {
|
|
5267
|
+
id: string;
|
|
5268
|
+
name: string;
|
|
5269
|
+
api: "google-generative-ai";
|
|
5270
|
+
provider: string;
|
|
5271
|
+
baseUrl: string;
|
|
5272
|
+
reasoning: true;
|
|
5273
|
+
thinkingLevelMap: {
|
|
5274
|
+
off: null;
|
|
5275
|
+
minimal: string;
|
|
5276
|
+
low: null;
|
|
5277
|
+
medium: null;
|
|
5278
|
+
high: string;
|
|
5279
|
+
};
|
|
5280
|
+
input: ("image" | "text")[];
|
|
5281
|
+
cost: {
|
|
5282
|
+
input: number;
|
|
5283
|
+
output: number;
|
|
5284
|
+
cacheRead: number;
|
|
5285
|
+
cacheWrite: number;
|
|
5286
|
+
};
|
|
5287
|
+
contextWindow: number;
|
|
5288
|
+
maxTokens: number;
|
|
5289
|
+
};
|
|
5242
5290
|
};
|
|
5243
5291
|
readonly "google-vertex": {
|
|
5244
5292
|
readonly "gemini-1.5-flash": {
|
|
@@ -6895,6 +6943,30 @@ export declare const MODELS: {
|
|
|
6895
6943
|
contextWindow: number;
|
|
6896
6944
|
maxTokens: number;
|
|
6897
6945
|
};
|
|
6946
|
+
readonly "kimi-k2.7-code-highspeed": {
|
|
6947
|
+
id: string;
|
|
6948
|
+
name: string;
|
|
6949
|
+
api: "openai-completions";
|
|
6950
|
+
provider: string;
|
|
6951
|
+
baseUrl: string;
|
|
6952
|
+
compat: {
|
|
6953
|
+
supportsStore: false;
|
|
6954
|
+
supportsDeveloperRole: false;
|
|
6955
|
+
supportsReasoningEffort: false;
|
|
6956
|
+
maxTokensField: "max_tokens";
|
|
6957
|
+
supportsStrictMode: false;
|
|
6958
|
+
};
|
|
6959
|
+
reasoning: true;
|
|
6960
|
+
input: ("image" | "text")[];
|
|
6961
|
+
cost: {
|
|
6962
|
+
input: number;
|
|
6963
|
+
output: number;
|
|
6964
|
+
cacheRead: number;
|
|
6965
|
+
cacheWrite: number;
|
|
6966
|
+
};
|
|
6967
|
+
contextWindow: number;
|
|
6968
|
+
maxTokens: number;
|
|
6969
|
+
};
|
|
6898
6970
|
};
|
|
6899
6971
|
readonly "moonshotai-cn": {
|
|
6900
6972
|
readonly "kimi-k2-0711-preview": {
|
|
@@ -7065,6 +7137,54 @@ export declare const MODELS: {
|
|
|
7065
7137
|
contextWindow: number;
|
|
7066
7138
|
maxTokens: number;
|
|
7067
7139
|
};
|
|
7140
|
+
readonly "kimi-k2.7-code": {
|
|
7141
|
+
id: string;
|
|
7142
|
+
name: string;
|
|
7143
|
+
api: "openai-completions";
|
|
7144
|
+
provider: string;
|
|
7145
|
+
baseUrl: string;
|
|
7146
|
+
compat: {
|
|
7147
|
+
supportsStore: false;
|
|
7148
|
+
supportsDeveloperRole: false;
|
|
7149
|
+
supportsReasoningEffort: false;
|
|
7150
|
+
maxTokensField: "max_tokens";
|
|
7151
|
+
supportsStrictMode: false;
|
|
7152
|
+
};
|
|
7153
|
+
reasoning: true;
|
|
7154
|
+
input: ("image" | "text")[];
|
|
7155
|
+
cost: {
|
|
7156
|
+
input: number;
|
|
7157
|
+
output: number;
|
|
7158
|
+
cacheRead: number;
|
|
7159
|
+
cacheWrite: number;
|
|
7160
|
+
};
|
|
7161
|
+
contextWindow: number;
|
|
7162
|
+
maxTokens: number;
|
|
7163
|
+
};
|
|
7164
|
+
readonly "kimi-k2.7-code-highspeed": {
|
|
7165
|
+
id: string;
|
|
7166
|
+
name: string;
|
|
7167
|
+
api: "openai-completions";
|
|
7168
|
+
provider: string;
|
|
7169
|
+
baseUrl: string;
|
|
7170
|
+
compat: {
|
|
7171
|
+
supportsStore: false;
|
|
7172
|
+
supportsDeveloperRole: false;
|
|
7173
|
+
supportsReasoningEffort: false;
|
|
7174
|
+
maxTokensField: "max_tokens";
|
|
7175
|
+
supportsStrictMode: false;
|
|
7176
|
+
};
|
|
7177
|
+
reasoning: true;
|
|
7178
|
+
input: ("image" | "text")[];
|
|
7179
|
+
cost: {
|
|
7180
|
+
input: number;
|
|
7181
|
+
output: number;
|
|
7182
|
+
cacheRead: number;
|
|
7183
|
+
cacheWrite: number;
|
|
7184
|
+
};
|
|
7185
|
+
contextWindow: number;
|
|
7186
|
+
maxTokens: number;
|
|
7187
|
+
};
|
|
7068
7188
|
};
|
|
7069
7189
|
readonly openai: {
|
|
7070
7190
|
readonly "gpt-4": {
|
|
@@ -13899,6 +14019,37 @@ export declare const MODELS: {
|
|
|
13899
14019
|
contextWindow: number;
|
|
13900
14020
|
maxTokens: number;
|
|
13901
14021
|
};
|
|
14022
|
+
readonly "moonshotai/Kimi-K2.7-Code": {
|
|
14023
|
+
id: string;
|
|
14024
|
+
name: string;
|
|
14025
|
+
api: "openai-completions";
|
|
14026
|
+
provider: string;
|
|
14027
|
+
baseUrl: string;
|
|
14028
|
+
compat: {
|
|
14029
|
+
supportsStore: false;
|
|
14030
|
+
supportsDeveloperRole: false;
|
|
14031
|
+
supportsReasoningEffort: false;
|
|
14032
|
+
maxTokensField: "max_tokens";
|
|
14033
|
+
supportsStrictMode: false;
|
|
14034
|
+
supportsLongCacheRetention: false;
|
|
14035
|
+
thinkingFormat: "together";
|
|
14036
|
+
};
|
|
14037
|
+
reasoning: true;
|
|
14038
|
+
thinkingLevelMap: {
|
|
14039
|
+
minimal: null;
|
|
14040
|
+
low: null;
|
|
14041
|
+
medium: null;
|
|
14042
|
+
};
|
|
14043
|
+
input: "text"[];
|
|
14044
|
+
cost: {
|
|
14045
|
+
input: number;
|
|
14046
|
+
output: number;
|
|
14047
|
+
cacheRead: number;
|
|
14048
|
+
cacheWrite: number;
|
|
14049
|
+
};
|
|
14050
|
+
contextWindow: number;
|
|
14051
|
+
maxTokens: number;
|
|
14052
|
+
};
|
|
13902
14053
|
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
13903
14054
|
id: string;
|
|
13904
14055
|
name: string;
|
|
@@ -15655,6 +15806,23 @@ export declare const MODELS: {
|
|
|
15655
15806
|
contextWindow: number;
|
|
15656
15807
|
maxTokens: number;
|
|
15657
15808
|
};
|
|
15809
|
+
readonly "moonshotai/kimi-k2.7-code-highspeed": {
|
|
15810
|
+
id: string;
|
|
15811
|
+
name: string;
|
|
15812
|
+
api: "anthropic-messages";
|
|
15813
|
+
provider: string;
|
|
15814
|
+
baseUrl: string;
|
|
15815
|
+
reasoning: true;
|
|
15816
|
+
input: ("image" | "text")[];
|
|
15817
|
+
cost: {
|
|
15818
|
+
input: number;
|
|
15819
|
+
output: number;
|
|
15820
|
+
cacheRead: number;
|
|
15821
|
+
cacheWrite: number;
|
|
15822
|
+
};
|
|
15823
|
+
contextWindow: number;
|
|
15824
|
+
maxTokens: number;
|
|
15825
|
+
};
|
|
15658
15826
|
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
15659
15827
|
id: string;
|
|
15660
15828
|
name: string;
|