@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.
@@ -10199,6 +10199,40 @@ export declare const MODELS: {
10199
10199
  contextWindow: number;
10200
10200
  maxTokens: number;
10201
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
+ };
10202
10236
  readonly "amazon/nova-2-lite-v1": {
10203
10237
  id: string;
10204
10238
  name: string;