@elyracode/ai 0.4.3 → 0.4.5

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.
@@ -9152,6 +9152,26 @@ export declare const MODELS: {
9152
9152
  contextWindow: number;
9153
9153
  maxTokens: number;
9154
9154
  };
9155
+ readonly "anthropic/claude-opus-4.7-fast": {
9156
+ id: string;
9157
+ name: string;
9158
+ api: "openai-completions";
9159
+ provider: string;
9160
+ baseUrl: string;
9161
+ reasoning: true;
9162
+ thinkingLevelMap: {
9163
+ xhigh: string;
9164
+ };
9165
+ input: ("image" | "text")[];
9166
+ cost: {
9167
+ input: number;
9168
+ output: number;
9169
+ cacheRead: number;
9170
+ cacheWrite: number;
9171
+ };
9172
+ contextWindow: number;
9173
+ maxTokens: number;
9174
+ };
9155
9175
  readonly "anthropic/claude-sonnet-4": {
9156
9176
  id: string;
9157
9177
  name: string;