Skip to main content
Glama

API-Market MCP Server

by Noveum

text-to-image

Generate high-quality images from text prompts using customizable parameters like dimensions, scheduler, and inference steps. Ideal for creating visuals based on specific descriptions or concepts.

Instructions

Make a POST request to bridgeml/text!to!image/text_to_image

Input Schema

NameRequiredDescriptionDefault
guidance_scaleNoThe guidance scale
heightYesThe height of the image
negative_promptNoThe negative promptworst quality, low quality
num_inference_stepsNoThe number of inference steps
num_outputsNoThe number of outputs
promptYesThe prompt for generating the imageFuturistic space battle, hyper realistic, 4k
schedulerNoThe scheduler to useK_EULER
widthYesThe width of the image

Input Schema (JSON Schema)

{ "properties": { "guidance_scale": { "default": 0, "description": "The guidance scale", "type": "number" }, "height": { "default": 1024, "description": "The height of the image", "type": "integer" }, "negative_prompt": { "default": "worst quality, low quality", "description": "The negative prompt", "type": "string" }, "num_inference_steps": { "default": 4, "description": "The number of inference steps", "type": "integer" }, "num_outputs": { "default": 1, "description": "The number of outputs", "type": "integer" }, "prompt": { "default": "Futuristic space battle, hyper realistic, 4k", "description": "The prompt for generating the image", "type": "string" }, "scheduler": { "default": "K_EULER", "description": "The scheduler to use", "type": "string" }, "width": { "default": 1024, "description": "The width of the image", "type": "integer" } }, "required": [ "prompt", "height", "width" ], "type": "object" }

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/Noveum/api-market-mcp-server'

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