@elyracode/ai 0.4.0 → 0.4.2

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.
@@ -14433,23 +14433,6 @@ export declare const MODELS: {
14433
14433
  contextWindow: number;
14434
14434
  maxTokens: number;
14435
14435
  };
14436
- readonly "anthropic/claude-3.7-sonnet": {
14437
- id: string;
14438
- name: string;
14439
- api: "anthropic-messages";
14440
- provider: string;
14441
- baseUrl: string;
14442
- reasoning: true;
14443
- input: ("image" | "text")[];
14444
- cost: {
14445
- input: number;
14446
- output: number;
14447
- cacheRead: number;
14448
- cacheWrite: number;
14449
- };
14450
- contextWindow: number;
14451
- maxTokens: number;
14452
- };
14453
14436
  readonly "anthropic/claude-haiku-4.5": {
14454
14437
  id: string;
14455
14438
  name: string;