@caupulican/pi-ai 0.80.5 → 0.80.7

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.
@@ -9077,6 +9077,23 @@ export declare const MODELS: {
9077
9077
  contextWindow: number;
9078
9078
  maxTokens: number;
9079
9079
  };
9080
+ readonly "qwen3.7-plus": {
9081
+ id: string;
9082
+ name: string;
9083
+ api: "anthropic-messages";
9084
+ provider: string;
9085
+ baseUrl: string;
9086
+ reasoning: true;
9087
+ input: ("image" | "text")[];
9088
+ cost: {
9089
+ input: number;
9090
+ output: number;
9091
+ cacheRead: number;
9092
+ cacheWrite: number;
9093
+ };
9094
+ contextWindow: number;
9095
+ maxTokens: number;
9096
+ };
9080
9097
  };
9081
9098
  readonly openrouter: {
9082
9099
  readonly "ai21/jamba-large-1.7": {
@@ -12888,6 +12905,23 @@ export declare const MODELS: {
12888
12905
  contextWindow: number;
12889
12906
  maxTokens: number;
12890
12907
  };
12908
+ readonly "qwen/qwen3.7-plus": {
12909
+ id: string;
12910
+ name: string;
12911
+ api: "openai-completions";
12912
+ provider: string;
12913
+ baseUrl: string;
12914
+ reasoning: true;
12915
+ input: ("image" | "text")[];
12916
+ cost: {
12917
+ input: number;
12918
+ output: number;
12919
+ cacheRead: number;
12920
+ cacheWrite: number;
12921
+ };
12922
+ contextWindow: number;
12923
+ maxTokens: number;
12924
+ };
12891
12925
  readonly "rekaai/reka-edge": {
12892
12926
  id: string;
12893
12927
  name: string;
@@ -14857,7 +14891,7 @@ export declare const MODELS: {
14857
14891
  provider: string;
14858
14892
  baseUrl: string;
14859
14893
  reasoning: true;
14860
- input: ("image" | "text")[];
14894
+ input: "text"[];
14861
14895
  cost: {
14862
14896
  input: number;
14863
14897
  output: number;