@openeryc/pi-ai 0.75.46 → 0.75.48

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.
@@ -3042,6 +3042,23 @@ export declare const MODELS: {
3042
3042
  contextWindow: number;
3043
3043
  maxTokens: number;
3044
3044
  };
3045
+ readonly "claude-opus-4-8": {
3046
+ id: string;
3047
+ name: string;
3048
+ api: "anthropic-messages";
3049
+ provider: string;
3050
+ baseUrl: string;
3051
+ reasoning: true;
3052
+ input: ("image" | "text")[];
3053
+ cost: {
3054
+ input: number;
3055
+ output: number;
3056
+ cacheRead: number;
3057
+ cacheWrite: number;
3058
+ };
3059
+ contextWindow: number;
3060
+ maxTokens: number;
3061
+ };
3045
3062
  readonly "claude-sonnet-4": {
3046
3063
  id: string;
3047
3064
  name: string;
@@ -11145,23 +11162,6 @@ export declare const MODELS: {
11145
11162
  contextWindow: number;
11146
11163
  maxTokens: number;
11147
11164
  };
11148
- readonly "openai/gpt-4o-audio-preview": {
11149
- id: string;
11150
- name: string;
11151
- api: "openai-completions";
11152
- provider: string;
11153
- baseUrl: string;
11154
- reasoning: false;
11155
- input: "text"[];
11156
- cost: {
11157
- input: number;
11158
- output: number;
11159
- cacheRead: number;
11160
- cacheWrite: number;
11161
- };
11162
- contextWindow: number;
11163
- maxTokens: number;
11164
- };
11165
11165
  readonly "openai/gpt-4o-mini": {
11166
11166
  id: string;
11167
11167
  name: string;
@@ -16273,6 +16273,23 @@ export declare const MODELS: {
16273
16273
  contextWindow: number;
16274
16274
  maxTokens: number;
16275
16275
  };
16276
+ readonly "stepfun/step-3.7-flash": {
16277
+ id: string;
16278
+ name: string;
16279
+ api: "anthropic-messages";
16280
+ provider: string;
16281
+ baseUrl: string;
16282
+ reasoning: true;
16283
+ input: ("image" | "text")[];
16284
+ cost: {
16285
+ input: number;
16286
+ output: number;
16287
+ cacheRead: number;
16288
+ cacheWrite: number;
16289
+ };
16290
+ contextWindow: number;
16291
+ maxTokens: number;
16292
+ };
16276
16293
  readonly "xai/grok-4.1-fast-non-reasoning": {
16277
16294
  id: string;
16278
16295
  name: string;