@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.
@@ -8156,6 +8156,26 @@ export declare const MODELS: {
8156
8156
  contextWindow: number;
8157
8157
  maxTokens: number;
8158
8158
  };
8159
+ readonly "gemini-3.5-flash": {
8160
+ id: string;
8161
+ name: string;
8162
+ api: "google-generative-ai";
8163
+ provider: string;
8164
+ baseUrl: string;
8165
+ reasoning: true;
8166
+ thinkingLevelMap: {
8167
+ off: null;
8168
+ };
8169
+ input: ("image" | "text")[];
8170
+ cost: {
8171
+ input: number;
8172
+ output: number;
8173
+ cacheRead: number;
8174
+ cacheWrite: number;
8175
+ };
8176
+ contextWindow: number;
8177
+ maxTokens: number;
8178
+ };
8159
8179
  readonly "glm-5": {
8160
8180
  id: string;
8161
8181
  name: string;
@@ -15357,6 +15377,23 @@ export declare const MODELS: {
15357
15377
  contextWindow: number;
15358
15378
  maxTokens: number;
15359
15379
  };
15380
+ readonly "mistral/mistral-medium-3.5": {
15381
+ id: string;
15382
+ name: string;
15383
+ api: "anthropic-messages";
15384
+ provider: string;
15385
+ baseUrl: string;
15386
+ reasoning: true;
15387
+ input: "text"[];
15388
+ cost: {
15389
+ input: number;
15390
+ output: number;
15391
+ cacheRead: number;
15392
+ cacheWrite: number;
15393
+ };
15394
+ contextWindow: number;
15395
+ maxTokens: number;
15396
+ };
15360
15397
  readonly "mistral/mistral-small": {
15361
15398
  id: string;
15362
15399
  name: string;