@elyracode/ai 0.6.3 → 0.6.4

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.
@@ -7558,6 +7558,24 @@ export const MODELS = {
7558
7558
  contextWindow: 1048576,
7559
7559
  maxTokens: 65536,
7560
7560
  },
7561
+ "gemini-3.5-flash": {
7562
+ id: "gemini-3.5-flash",
7563
+ name: "Gemini 3.5 Flash",
7564
+ api: "google-generative-ai",
7565
+ provider: "opencode",
7566
+ baseUrl: "https://opencode.ai/zen/v1",
7567
+ reasoning: true,
7568
+ thinkingLevelMap: { "off": null },
7569
+ input: ["text", "image"],
7570
+ cost: {
7571
+ input: 1.5,
7572
+ output: 9,
7573
+ cacheRead: 0.15,
7574
+ cacheWrite: 0,
7575
+ },
7576
+ contextWindow: 1048576,
7577
+ maxTokens: 65536,
7578
+ },
7561
7579
  "glm-5": {
7562
7580
  id: "glm-5",
7563
7581
  name: "GLM-5",
@@ -9070,7 +9088,7 @@ export const MODELS = {
9070
9088
  cacheRead: 0.024999999999999998,
9071
9089
  cacheWrite: 0.08333333333333334,
9072
9090
  },
9073
- contextWindow: 1048576,
9091
+ contextWindow: 1000000,
9074
9092
  maxTokens: 8192,
9075
9093
  },
9076
9094
  "google/gemini-2.0-flash-lite-001": {
@@ -12086,13 +12104,13 @@ export const MODELS = {
12086
12104
  reasoning: true,
12087
12105
  input: ["text", "image"],
12088
12106
  cost: {
12089
- input: 0.15,
12107
+ input: 0.149,
12090
12108
  output: 1,
12091
- cacheRead: 0.049999999999999996,
12109
+ cacheRead: 0,
12092
12110
  cacheWrite: 0,
12093
12111
  },
12094
12112
  contextWindow: 262144,
12095
- maxTokens: 262144,
12113
+ maxTokens: 4096,
12096
12114
  },
12097
12115
  "qwen/qwen3.6-flash": {
12098
12116
  id: "qwen/qwen3.6-flash",
@@ -14443,6 +14461,23 @@ export const MODELS = {
14443
14461
  contextWindow: 128000,
14444
14462
  maxTokens: 64000,
14445
14463
  },
14464
+ "mistral/mistral-medium-3.5": {
14465
+ id: "mistral/mistral-medium-3.5",
14466
+ name: "Mistral Medium Latest",
14467
+ api: "anthropic-messages",
14468
+ provider: "vercel-ai-gateway",
14469
+ baseUrl: "https://ai-gateway.vercel.sh",
14470
+ reasoning: true,
14471
+ input: ["text"],
14472
+ cost: {
14473
+ input: 1.5,
14474
+ output: 7.5,
14475
+ cacheRead: 0,
14476
+ cacheWrite: 0,
14477
+ },
14478
+ contextWindow: 256000,
14479
+ maxTokens: 256000,
14480
+ },
14446
14481
  "mistral/mistral-small": {
14447
14482
  id: "mistral/mistral-small",
14448
14483
  name: "Mistral Small",