@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.
@@ -8346,40 +8346,6 @@ export const MODELS = {
8346
8346
  contextWindow: 200000,
8347
8347
  maxTokens: 8192,
8348
8348
  },
8349
- "anthropic/claude-3.7-sonnet": {
8350
- id: "anthropic/claude-3.7-sonnet",
8351
- name: "Anthropic: Claude 3.7 Sonnet",
8352
- api: "openai-completions",
8353
- provider: "openrouter",
8354
- baseUrl: "https://openrouter.ai/api/v1",
8355
- reasoning: true,
8356
- input: ["text", "image"],
8357
- cost: {
8358
- input: 3,
8359
- output: 15,
8360
- cacheRead: 0.3,
8361
- cacheWrite: 3.75,
8362
- },
8363
- contextWindow: 200000,
8364
- maxTokens: 64000,
8365
- },
8366
- "anthropic/claude-3.7-sonnet:thinking": {
8367
- id: "anthropic/claude-3.7-sonnet:thinking",
8368
- name: "Anthropic: Claude 3.7 Sonnet (thinking)",
8369
- api: "openai-completions",
8370
- provider: "openrouter",
8371
- baseUrl: "https://openrouter.ai/api/v1",
8372
- reasoning: true,
8373
- input: ["text", "image"],
8374
- cost: {
8375
- input: 3,
8376
- output: 15,
8377
- cacheRead: 0.3,
8378
- cacheWrite: 3.75,
8379
- },
8380
- contextWindow: 200000,
8381
- maxTokens: 64000,
8382
- },
8383
8349
  "anthropic/claude-haiku-4.5": {
8384
8350
  id: "anthropic/claude-haiku-4.5",
8385
8351
  name: "Anthropic: Claude Haiku 4.5",