generateImage
Create images using AI by providing a text prompt, adjusting dimensions, format, and saving location. Enhance prompts with LLM, choose models, and ensure reproducibility with seed values.
Instructions
Generate an image, return the base64-encoded data, and save to a file by default
Input Schema
Name | Required | Description | Default |
---|---|---|---|
enhance | No | Whether to enhance the prompt using an LLM before generating (default: true) | |
fileName | No | Name of the file to save (without extension, default: generated from prompt) | |
format | No | Image format to save as (png, jpeg, jpg, webp - default: png) | |
height | No | Height of the generated image (default: 1024) | |
model | No | Model name to use for generation (default: "flux"). Available options: "flux, "turbo" (sdxl), | |
outputPath | No | Directory path where to save the image (default: "./mcpollinations-output") | |
prompt | Yes | The text description of the image to generate | |
safe | No | Whether to apply content filtering (default: false) | |
seed | No | Seed for reproducible results (default: random) | |
width | No | Width of the generated image (default: 1024) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCPollinations Multimodal MCP Server
Related Tools
- @manascb1344/together-mcp-server
- @Letz-AI/letzai-mcp
- @stefanskiasan/togetherai-image-mcp-server
- @xiaoguomeiyitian/ToolBox
- @PsychArch/minimax-mcp-tools