mulmocast 2.4.3 → 2.4.5

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.
@@ -73,7 +73,7 @@ export const imageGenAIAgent = async ({ namedInputs, params, config, }) => {
73
73
  }
74
74
  return new GoogleGenAI({ apiKey });
75
75
  })();
76
- if (model === "gemini-2.5-flash-image" || model === "gemini-3-pro-image-preview") {
76
+ if (model === "gemini-2.5-flash-image" || model === "gemini-3.1-flash-image-preview" || model === "gemini-3-pro-image-preview") {
77
77
  const contentParams = (() => {
78
78
  const contents = getGeminiContents(prompt, referenceImages);
79
79
  return {
@@ -155,7 +155,7 @@ export declare const provider2LLMAgent: {
155
155
  readonly agentName: "geminiAgent";
156
156
  readonly defaultModel: "gemini-2.5-flash";
157
157
  readonly max_tokens: 8192;
158
- readonly models: readonly ["gemini-3-pro-preview", "gemini-3-flash-preview", "gemini-2.5-pro", "gemini-2.5-flash", "gemini-2.5-flash-lite"];
158
+ readonly models: readonly ["gemini-3.1-pro-preview", "gemini-3-flash-preview", "gemini-2.5-pro", "gemini-2.5-flash", "gemini-2.5-flash-lite"];
159
159
  readonly keyName: "GEMINI_API_KEY";
160
160
  };
161
161
  readonly groq: {
@@ -61,6 +61,7 @@ export const provider2ImageAgent = {
61
61
  "imagen-4.0-ultra-generate-001",
62
62
  "imagen-4.0-fast-generate-001",
63
63
  "gemini-2.5-flash-image",
64
+ "gemini-3.1-flash-image-preview",
64
65
  "gemini-3-pro-image-preview",
65
66
  ],
66
67
  keyName: "GEMINI_API_KEY",
@@ -289,7 +290,7 @@ export const provider2LLMAgent = {
289
290
  agentName: "geminiAgent",
290
291
  defaultModel: "gemini-2.5-flash",
291
292
  max_tokens: 8192,
292
- models: ["gemini-3-pro-preview", "gemini-3-flash-preview", "gemini-2.5-pro", "gemini-2.5-flash", "gemini-2.5-flash-lite"],
293
+ models: ["gemini-3.1-pro-preview", "gemini-3-flash-preview", "gemini-2.5-pro", "gemini-2.5-flash", "gemini-2.5-flash-lite"],
293
294
  keyName: "GEMINI_API_KEY",
294
295
  },
295
296
  groq: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mulmocast",
3
- "version": "2.4.3",
3
+ "version": "2.4.5",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "lib/index.node.js",