@mariozechner/pi-ai 0.10.1 → 0.10.2

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.
@@ -136,6 +136,23 @@ export declare const MODELS: {
136
136
  contextWindow: number;
137
137
  maxTokens: number;
138
138
  };
139
+ readonly "claude-opus-4-5-20251101": {
140
+ id: string;
141
+ name: string;
142
+ api: "anthropic-messages";
143
+ provider: string;
144
+ baseUrl: string;
145
+ reasoning: true;
146
+ input: ("image" | "text")[];
147
+ cost: {
148
+ input: number;
149
+ output: number;
150
+ cacheRead: number;
151
+ cacheWrite: number;
152
+ };
153
+ contextWindow: number;
154
+ maxTokens: number;
155
+ };
139
156
  readonly "claude-sonnet-4-5": {
140
157
  id: string;
141
158
  name: string;