@caupulican/pi-ai 0.80.5 → 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.
@@ -12888,6 +12888,23 @@ export declare const MODELS: {
12888
12888
  contextWindow: number;
12889
12889
  maxTokens: number;
12890
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
+ };
12891
12908
  readonly "rekaai/reka-edge": {
12892
12909
  id: string;
12893
12910
  name: string;