@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.
@@ -138,6 +138,23 @@ export const MODELS = {
138
138
  contextWindow: 200000,
139
139
  maxTokens: 4096,
140
140
  },
141
+ "claude-opus-4-5-20251101": {
142
+ id: "claude-opus-4-5-20251101",
143
+ name: "Claude Opus 4.5",
144
+ api: "anthropic-messages",
145
+ provider: "anthropic",
146
+ baseUrl: "https://api.anthropic.com",
147
+ reasoning: true,
148
+ input: ["text", "image"],
149
+ cost: {
150
+ input: 5,
151
+ output: 25,
152
+ cacheRead: 0.5,
153
+ cacheWrite: 6.25,
154
+ },
155
+ contextWindow: 200000,
156
+ maxTokens: 64000,
157
+ },
141
158
  "claude-sonnet-4-5": {
142
159
  id: "claude-sonnet-4-5",
143
160
  name: "Claude Sonnet 4.5 (latest)",
@@ -2020,7 +2037,7 @@ export const MODELS = {
2020
2037
  cacheWrite: 6.25,
2021
2038
  },
2022
2039
  contextWindow: 200000,
2023
- maxTokens: 32000,
2040
+ maxTokens: 64000,
2024
2041
  },
2025
2042
  "allenai/olmo-3-7b-instruct": {
2026
2043
  id: "allenai/olmo-3-7b-instruct",