@caupulican/pi-ai 0.81.12 → 0.81.15

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,57 @@ 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
+ };
10202
+ readonly "aion-labs/aion-3.0": {
10203
+ id: string;
10204
+ name: string;
10205
+ api: "openai-completions";
10206
+ provider: string;
10207
+ baseUrl: string;
10208
+ reasoning: true;
10209
+ input: "text"[];
10210
+ cost: {
10211
+ input: number;
10212
+ output: number;
10213
+ cacheRead: number;
10214
+ cacheWrite: number;
10215
+ };
10216
+ contextWindow: number;
10217
+ maxTokens: number;
10218
+ };
10219
+ readonly "aion-labs/aion-3.0-mini": {
10220
+ id: string;
10221
+ name: string;
10222
+ api: "openai-completions";
10223
+ provider: string;
10224
+ baseUrl: string;
10225
+ reasoning: true;
10226
+ input: "text"[];
10227
+ cost: {
10228
+ input: number;
10229
+ output: number;
10230
+ cacheRead: number;
10231
+ cacheWrite: number;
10232
+ };
10233
+ contextWindow: number;
10234
+ maxTokens: number;
10235
+ };
10185
10236
  readonly "amazon/nova-2-lite-v1": {
10186
10237
  id: string;
10187
10238
  name: string;