@caupulican/pi-ai 0.81.13 → 0.81.16

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.
@@ -3941,7 +3941,7 @@ export const MODELS = {
3941
3941
  cost: {
3942
3942
  input: 1.4,
3943
3943
  output: 4.4,
3944
- cacheRead: 0.26,
3944
+ cacheRead: 0.14,
3945
3945
  cacheWrite: 0,
3946
3946
  },
3947
3947
  contextWindow: 1048575,
@@ -9191,6 +9191,40 @@ export const MODELS = {
9191
9191
  contextWindow: 131072,
9192
9192
  maxTokens: 32768,
9193
9193
  },
9194
+ "aion-labs/aion-3.0": {
9195
+ id: "aion-labs/aion-3.0",
9196
+ name: "AionLabs: Aion-3.0",
9197
+ api: "openai-completions",
9198
+ provider: "openrouter",
9199
+ baseUrl: "https://openrouter.ai/api/v1",
9200
+ reasoning: true,
9201
+ input: ["text"],
9202
+ cost: {
9203
+ input: 3,
9204
+ output: 6,
9205
+ cacheRead: 0.75,
9206
+ cacheWrite: 0,
9207
+ },
9208
+ contextWindow: 131072,
9209
+ maxTokens: 32768,
9210
+ },
9211
+ "aion-labs/aion-3.0-mini": {
9212
+ id: "aion-labs/aion-3.0-mini",
9213
+ name: "AionLabs: Aion-3.0-Mini",
9214
+ api: "openai-completions",
9215
+ provider: "openrouter",
9216
+ baseUrl: "https://openrouter.ai/api/v1",
9217
+ reasoning: true,
9218
+ input: ["text"],
9219
+ cost: {
9220
+ input: 0.7,
9221
+ output: 1.4,
9222
+ cacheRead: 0.18,
9223
+ cacheWrite: 0,
9224
+ },
9225
+ contextWindow: 131072,
9226
+ maxTokens: 32768,
9227
+ },
9194
9228
  "amazon/nova-2-lite-v1": {
9195
9229
  id: "amazon/nova-2-lite-v1",
9196
9230
  name: "Amazon: Nova 2 Lite",
@@ -9876,7 +9910,7 @@ export const MODELS = {
9876
9910
  cacheWrite: 0,
9877
9911
  },
9878
9912
  contextWindow: 1048576,
9879
- maxTokens: 16384,
9913
+ maxTokens: 65536,
9880
9914
  },
9881
9915
  "deepseek/deepseek-v4-pro": {
9882
9916
  id: "deepseek/deepseek-v4-pro",