@elyracode/ai 0.3.5 → 0.3.7

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.
@@ -8047,6 +8047,34 @@ export declare const MODELS: {
8047
8047
  contextWindow: number;
8048
8048
  maxTokens: number;
8049
8049
  };
8050
+ readonly "deepseek-v4-flash-free": {
8051
+ id: string;
8052
+ name: string;
8053
+ api: "openai-completions";
8054
+ provider: string;
8055
+ baseUrl: string;
8056
+ compat: {
8057
+ requiresReasoningContentOnAssistantMessages: true;
8058
+ thinkingFormat: "deepseek";
8059
+ };
8060
+ reasoning: true;
8061
+ thinkingLevelMap: {
8062
+ minimal: null;
8063
+ low: null;
8064
+ medium: null;
8065
+ high: string;
8066
+ xhigh: string;
8067
+ };
8068
+ input: "text"[];
8069
+ cost: {
8070
+ input: number;
8071
+ output: number;
8072
+ cacheRead: number;
8073
+ cacheWrite: number;
8074
+ };
8075
+ contextWindow: number;
8076
+ maxTokens: number;
8077
+ };
8050
8078
  readonly "gemini-3-flash": {
8051
8079
  id: string;
8052
8080
  name: string;
@@ -8996,40 +9024,6 @@ export declare const MODELS: {
8996
9024
  contextWindow: number;
8997
9025
  maxTokens: number;
8998
9026
  };
8999
- readonly "anthropic/claude-3.7-sonnet": {
9000
- id: string;
9001
- name: string;
9002
- api: "openai-completions";
9003
- provider: string;
9004
- baseUrl: string;
9005
- reasoning: true;
9006
- input: ("image" | "text")[];
9007
- cost: {
9008
- input: number;
9009
- output: number;
9010
- cacheRead: number;
9011
- cacheWrite: number;
9012
- };
9013
- contextWindow: number;
9014
- maxTokens: number;
9015
- };
9016
- readonly "anthropic/claude-3.7-sonnet:thinking": {
9017
- id: string;
9018
- name: string;
9019
- api: "openai-completions";
9020
- provider: string;
9021
- baseUrl: string;
9022
- reasoning: true;
9023
- input: ("image" | "text")[];
9024
- cost: {
9025
- input: number;
9026
- output: number;
9027
- cacheRead: number;
9028
- cacheWrite: number;
9029
- };
9030
- contextWindow: number;
9031
- maxTokens: number;
9032
- };
9033
9027
  readonly "anthropic/claude-haiku-4.5": {
9034
9028
  id: string;
9035
9029
  name: string;
@@ -9243,6 +9237,23 @@ export declare const MODELS: {
9243
9237
  contextWindow: number;
9244
9238
  maxTokens: number;
9245
9239
  };
9240
+ readonly "arcee-ai/trinity-large-thinking:free": {
9241
+ id: string;
9242
+ name: string;
9243
+ api: "openai-completions";
9244
+ provider: string;
9245
+ baseUrl: string;
9246
+ reasoning: true;
9247
+ input: "text"[];
9248
+ cost: {
9249
+ input: number;
9250
+ output: number;
9251
+ cacheRead: number;
9252
+ cacheWrite: number;
9253
+ };
9254
+ contextWindow: number;
9255
+ maxTokens: number;
9256
+ };
9246
9257
  readonly "arcee-ai/trinity-mini": {
9247
9258
  id: string;
9248
9259
  name: string;