@caupulican/pi-ai 0.80.90 → 0.80.93

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.
@@ -5224,6 +5224,62 @@ export declare const MODELS: {
5224
5224
  contextWindow: number;
5225
5225
  maxTokens: number;
5226
5226
  };
5227
+ readonly "kimi-k2.7-code": {
5228
+ id: string;
5229
+ name: string;
5230
+ api: "openai-completions";
5231
+ provider: string;
5232
+ baseUrl: string;
5233
+ headers: {
5234
+ "User-Agent": string;
5235
+ "Editor-Version": string;
5236
+ "Editor-Plugin-Version": string;
5237
+ "Copilot-Integration-Id": string;
5238
+ };
5239
+ compat: {
5240
+ supportsStore: false;
5241
+ supportsDeveloperRole: false;
5242
+ supportsReasoningEffort: false;
5243
+ };
5244
+ reasoning: true;
5245
+ input: ("image" | "text")[];
5246
+ cost: {
5247
+ input: number;
5248
+ output: number;
5249
+ cacheRead: number;
5250
+ cacheWrite: number;
5251
+ };
5252
+ contextWindow: number;
5253
+ maxTokens: number;
5254
+ };
5255
+ readonly "mai-code-1-flash-picker": {
5256
+ id: string;
5257
+ name: string;
5258
+ api: "openai-completions";
5259
+ provider: string;
5260
+ baseUrl: string;
5261
+ headers: {
5262
+ "User-Agent": string;
5263
+ "Editor-Version": string;
5264
+ "Editor-Plugin-Version": string;
5265
+ "Copilot-Integration-Id": string;
5266
+ };
5267
+ compat: {
5268
+ supportsStore: false;
5269
+ supportsDeveloperRole: false;
5270
+ supportsReasoningEffort: false;
5271
+ };
5272
+ reasoning: true;
5273
+ input: "text"[];
5274
+ cost: {
5275
+ input: number;
5276
+ output: number;
5277
+ cacheRead: number;
5278
+ cacheWrite: number;
5279
+ };
5280
+ contextWindow: number;
5281
+ maxTokens: number;
5282
+ };
5227
5283
  };
5228
5284
  readonly google: {
5229
5285
  readonly "gemini-2.0-flash": {
@@ -13160,6 +13216,40 @@ export declare const MODELS: {
13160
13216
  contextWindow: number;
13161
13217
  maxTokens: number;
13162
13218
  };
13219
+ readonly "poolside/laguna-xs-2.1": {
13220
+ id: string;
13221
+ name: string;
13222
+ api: "openai-completions";
13223
+ provider: string;
13224
+ baseUrl: string;
13225
+ reasoning: true;
13226
+ input: "text"[];
13227
+ cost: {
13228
+ input: number;
13229
+ output: number;
13230
+ cacheRead: number;
13231
+ cacheWrite: number;
13232
+ };
13233
+ contextWindow: number;
13234
+ maxTokens: number;
13235
+ };
13236
+ readonly "poolside/laguna-xs-2.1:free": {
13237
+ id: string;
13238
+ name: string;
13239
+ api: "openai-completions";
13240
+ provider: string;
13241
+ baseUrl: string;
13242
+ reasoning: true;
13243
+ input: "text"[];
13244
+ cost: {
13245
+ input: number;
13246
+ output: number;
13247
+ cacheRead: number;
13248
+ cacheWrite: number;
13249
+ };
13250
+ contextWindow: number;
13251
+ maxTokens: number;
13252
+ };
13163
13253
  readonly "poolside/laguna-xs.2": {
13164
13254
  id: string;
13165
13255
  name: string;