@openeryc/pi-ai 0.75.32 → 0.75.33

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.
@@ -2694,23 +2694,6 @@ export declare const MODELS: {
2694
2694
  contextWindow: number;
2695
2695
  maxTokens: number;
2696
2696
  };
2697
- readonly "qwen-3-235b-a22b-instruct-2507": {
2698
- id: string;
2699
- name: string;
2700
- api: "openai-completions";
2701
- provider: string;
2702
- baseUrl: string;
2703
- reasoning: false;
2704
- input: "text"[];
2705
- cost: {
2706
- input: number;
2707
- output: number;
2708
- cacheRead: number;
2709
- cacheWrite: number;
2710
- };
2711
- contextWindow: number;
2712
- maxTokens: number;
2713
- };
2714
2697
  readonly "zai-glm-4.7": {
2715
2698
  id: string;
2716
2699
  name: string;
@@ -8342,6 +8325,23 @@ export declare const MODELS: {
8342
8325
  contextWindow: number;
8343
8326
  maxTokens: number;
8344
8327
  };
8328
+ readonly "mimo-v2.5-free": {
8329
+ id: string;
8330
+ name: string;
8331
+ api: "openai-completions";
8332
+ provider: string;
8333
+ baseUrl: string;
8334
+ reasoning: true;
8335
+ input: ("image" | "text")[];
8336
+ cost: {
8337
+ input: number;
8338
+ output: number;
8339
+ cacheRead: number;
8340
+ cacheWrite: number;
8341
+ };
8342
+ contextWindow: number;
8343
+ maxTokens: number;
8344
+ };
8345
8345
  readonly "minimax-m2.5": {
8346
8346
  id: string;
8347
8347
  name: string;
@@ -10530,6 +10530,23 @@ export declare const MODELS: {
10530
10530
  contextWindow: number;
10531
10531
  maxTokens: number;
10532
10532
  };
10533
+ readonly "moonshotai/kimi-k2.6:free": {
10534
+ id: string;
10535
+ name: string;
10536
+ api: "openai-completions";
10537
+ provider: string;
10538
+ baseUrl: string;
10539
+ reasoning: true;
10540
+ input: ("image" | "text")[];
10541
+ cost: {
10542
+ input: number;
10543
+ output: number;
10544
+ cacheRead: number;
10545
+ cacheWrite: number;
10546
+ };
10547
+ contextWindow: number;
10548
+ maxTokens: number;
10549
+ };
10533
10550
  readonly "nex-agi/deepseek-v3.1-nex-n1": {
10534
10551
  id: string;
10535
10552
  name: string;