@caupulican/pi-ai 0.80.16 → 0.80.18

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.
@@ -10940,14 +10940,14 @@ export declare const MODELS: {
10940
10940
  contextWindow: number;
10941
10941
  maxTokens: number;
10942
10942
  };
10943
- readonly "nex-agi/deepseek-v3.1-nex-n1": {
10943
+ readonly "nex-agi/nex-n2-pro:free": {
10944
10944
  id: string;
10945
10945
  name: string;
10946
10946
  api: "openai-completions";
10947
10947
  provider: string;
10948
10948
  baseUrl: string;
10949
- reasoning: false;
10950
- input: "text"[];
10949
+ reasoning: true;
10950
+ input: ("image" | "text")[];
10951
10951
  cost: {
10952
10952
  input: number;
10953
10953
  output: number;