@elyracode/ai 0.3.6 → 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;
@@ -9209,6 +9237,23 @@ export declare const MODELS: {
9209
9237
  contextWindow: number;
9210
9238
  maxTokens: number;
9211
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
+ };
9212
9257
  readonly "arcee-ai/trinity-mini": {
9213
9258
  id: string;
9214
9259
  name: string;