@caupulican/pi-ai 0.81.12 → 0.81.13

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.
@@ -10182,6 +10182,23 @@ export declare const MODELS: {
10182
10182
  contextWindow: number;
10183
10183
  maxTokens: number;
10184
10184
  };
10185
+ readonly "aion-labs/aion-2.0": {
10186
+ id: string;
10187
+ name: string;
10188
+ api: "openai-completions";
10189
+ provider: string;
10190
+ baseUrl: string;
10191
+ reasoning: true;
10192
+ input: "text"[];
10193
+ cost: {
10194
+ input: number;
10195
+ output: number;
10196
+ cacheRead: number;
10197
+ cacheWrite: number;
10198
+ };
10199
+ contextWindow: number;
10200
+ maxTokens: number;
10201
+ };
10185
10202
  readonly "amazon/nova-2-lite-v1": {
10186
10203
  id: string;
10187
10204
  name: string;