Skip to main content
Glama

Together AI Image Server

generate_image

Create images from text prompts using AI, with options to customize the number of images and diffusion steps. Powered by Together AI Image Server for efficient visual content generation.

Instructions

Generate image from text prompt using Together AI API

Input Schema

NameRequiredDescriptionDefault
nNoNumber of images to generate (default: 1, max: 4)
promptYesText prompt for image generation
stepsNoNumber of diffusion steps (default: 4)

Input Schema (JSON Schema)

{ "properties": { "n": { "description": "Number of images to generate (default: 1, max: 4)", "maximum": 4, "minimum": 1, "type": "number" }, "prompt": { "description": "Text prompt for image generation", "type": "string" }, "steps": { "description": "Number of diffusion steps (default: 4)", "maximum": 4, "minimum": 1, "type": "number" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from Together AI Image Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zym9863/together-ai-image-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server