You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Request to generate an image using AI models through OpenRouter API. This tool creates images from text prompts and saves them to the specified path.
6
+
Parameters:
7
+
- prompt: (required) The text prompt describing the image to generate
8
+
- path: (required) The file path where the generated image should be saved (relative to the current workspace directory ${args.cwd}). The tool will automatically add the appropriate image extension if not provided.
9
+
Usage:
10
+
<generate_image>
11
+
<prompt>Your image description here</prompt>
12
+
<path>path/to/save/image.png</path>
13
+
</generate_image>
14
+
15
+
Example: Requesting to generate a sunset image
16
+
<generate_image>
17
+
<prompt>A beautiful sunset over mountains with vibrant orange and purple colors</prompt>
0 commit comments