@caupulican/pi-ai 0.80.4 → 0.80.5

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.
@@ -6209,6 +6209,23 @@ export declare const MODELS: {
6209
6209
  contextWindow: number;
6210
6210
  maxTokens: number;
6211
6211
  };
6212
+ readonly "devstral-latest": {
6213
+ id: string;
6214
+ name: string;
6215
+ api: "mistral-conversations";
6216
+ provider: string;
6217
+ baseUrl: string;
6218
+ reasoning: false;
6219
+ input: "text"[];
6220
+ cost: {
6221
+ input: number;
6222
+ output: number;
6223
+ cacheRead: number;
6224
+ cacheWrite: number;
6225
+ };
6226
+ contextWindow: number;
6227
+ maxTokens: number;
6228
+ };
6212
6229
  readonly "devstral-medium-2507": {
6213
6230
  id: string;
6214
6231
  name: string;
@@ -6583,6 +6600,23 @@ export declare const MODELS: {
6583
6600
  contextWindow: number;
6584
6601
  maxTokens: number;
6585
6602
  };
6603
+ readonly "open-mistral-nemo": {
6604
+ id: string;
6605
+ name: string;
6606
+ api: "mistral-conversations";
6607
+ provider: string;
6608
+ baseUrl: string;
6609
+ reasoning: false;
6610
+ input: "text"[];
6611
+ cost: {
6612
+ input: number;
6613
+ output: number;
6614
+ cacheRead: number;
6615
+ cacheWrite: number;
6616
+ };
6617
+ contextWindow: number;
6618
+ maxTokens: number;
6619
+ };
6586
6620
  readonly "open-mixtral-8x22b": {
6587
6621
  id: string;
6588
6622
  name: string;