@elyracode/ai 0.3.5 → 0.3.6
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.
|
@@ -8996,40 +8996,6 @@ export declare const MODELS: {
|
|
|
8996
8996
|
contextWindow: number;
|
|
8997
8997
|
maxTokens: number;
|
|
8998
8998
|
};
|
|
8999
|
-
readonly "anthropic/claude-3.7-sonnet": {
|
|
9000
|
-
id: string;
|
|
9001
|
-
name: string;
|
|
9002
|
-
api: "openai-completions";
|
|
9003
|
-
provider: string;
|
|
9004
|
-
baseUrl: string;
|
|
9005
|
-
reasoning: true;
|
|
9006
|
-
input: ("image" | "text")[];
|
|
9007
|
-
cost: {
|
|
9008
|
-
input: number;
|
|
9009
|
-
output: number;
|
|
9010
|
-
cacheRead: number;
|
|
9011
|
-
cacheWrite: number;
|
|
9012
|
-
};
|
|
9013
|
-
contextWindow: number;
|
|
9014
|
-
maxTokens: number;
|
|
9015
|
-
};
|
|
9016
|
-
readonly "anthropic/claude-3.7-sonnet:thinking": {
|
|
9017
|
-
id: string;
|
|
9018
|
-
name: string;
|
|
9019
|
-
api: "openai-completions";
|
|
9020
|
-
provider: string;
|
|
9021
|
-
baseUrl: string;
|
|
9022
|
-
reasoning: true;
|
|
9023
|
-
input: ("image" | "text")[];
|
|
9024
|
-
cost: {
|
|
9025
|
-
input: number;
|
|
9026
|
-
output: number;
|
|
9027
|
-
cacheRead: number;
|
|
9028
|
-
cacheWrite: number;
|
|
9029
|
-
};
|
|
9030
|
-
contextWindow: number;
|
|
9031
|
-
maxTokens: number;
|
|
9032
|
-
};
|
|
9033
8999
|
readonly "anthropic/claude-haiku-4.5": {
|
|
9034
9000
|
id: string;
|
|
9035
9001
|
name: string;
|