@caupulican/pi-ai 0.80.4 → 0.80.6

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;
@@ -12854,6 +12888,23 @@ export declare const MODELS: {
12854
12888
  contextWindow: number;
12855
12889
  maxTokens: number;
12856
12890
  };
12891
+ readonly "qwen/qwen3.7-plus": {
12892
+ id: string;
12893
+ name: string;
12894
+ api: "openai-completions";
12895
+ provider: string;
12896
+ baseUrl: string;
12897
+ reasoning: true;
12898
+ input: ("image" | "text")[];
12899
+ cost: {
12900
+ input: number;
12901
+ output: number;
12902
+ cacheRead: number;
12903
+ cacheWrite: number;
12904
+ };
12905
+ contextWindow: number;
12906
+ maxTokens: number;
12907
+ };
12857
12908
  readonly "rekaai/reka-edge": {
12858
12909
  id: string;
12859
12910
  name: string;