@openeryc/pi-ai 0.75.47 → 0.75.49
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;
|
|
@@ -16256,6 +16273,23 @@ export declare const MODELS: {
|
|
|
16256
16273
|
contextWindow: number;
|
|
16257
16274
|
maxTokens: number;
|
|
16258
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
|
+
};
|
|
16259
16293
|
readonly "xai/grok-4.1-fast-non-reasoning": {
|
|
16260
16294
|
id: string;
|
|
16261
16295
|
name: string;
|