@openeryc/pi-ai 0.75.30 → 0.75.32

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.
@@ -8661,6 +8661,23 @@ export declare const MODELS: {
8661
8661
  contextWindow: number;
8662
8662
  maxTokens: number;
8663
8663
  };
8664
+ readonly "qwen3.7-max": {
8665
+ id: string;
8666
+ name: string;
8667
+ api: "anthropic-messages";
8668
+ provider: string;
8669
+ baseUrl: string;
8670
+ reasoning: true;
8671
+ input: "text"[];
8672
+ cost: {
8673
+ input: number;
8674
+ output: number;
8675
+ cacheRead: number;
8676
+ cacheWrite: number;
8677
+ };
8678
+ contextWindow: number;
8679
+ maxTokens: number;
8680
+ };
8664
8681
  };
8665
8682
  readonly openrouter: {
8666
8683
  readonly "ai21/jamba-large-1.7": {
@@ -9015,23 +9032,6 @@ export declare const MODELS: {
9015
9032
  contextWindow: number;
9016
9033
  maxTokens: number;
9017
9034
  };
9018
- readonly "arcee-ai/trinity-large-thinking:free": {
9019
- id: string;
9020
- name: string;
9021
- api: "openai-completions";
9022
- provider: string;
9023
- baseUrl: string;
9024
- reasoning: true;
9025
- input: "text"[];
9026
- cost: {
9027
- input: number;
9028
- output: number;
9029
- cacheRead: number;
9030
- cacheWrite: number;
9031
- };
9032
- contextWindow: number;
9033
- maxTokens: number;
9034
- };
9035
9035
  readonly "arcee-ai/trinity-mini": {
9036
9036
  id: string;
9037
9037
  name: string;
@@ -9083,23 +9083,6 @@ export declare const MODELS: {
9083
9083
  contextWindow: number;
9084
9084
  maxTokens: number;
9085
9085
  };
9086
- readonly "baidu/cobuddy:free": {
9087
- id: string;
9088
- name: string;
9089
- api: "openai-completions";
9090
- provider: string;
9091
- baseUrl: string;
9092
- reasoning: true;
9093
- input: "text"[];
9094
- cost: {
9095
- input: number;
9096
- output: number;
9097
- cacheRead: number;
9098
- cacheWrite: number;
9099
- };
9100
- contextWindow: number;
9101
- maxTokens: number;
9102
- };
9103
9086
  readonly "baidu/ernie-4.5-21b-a3b": {
9104
9087
  id: string;
9105
9088
  name: string;