Skip to main content
Glama

GPT Image 1 MCP

MIT License
323
1
  • Linux
  • Apple

create_image

Generate custom images from text prompts with adjustable parameters like size, format, quality, and background using OpenAI's GPT Image 1 model.

Input Schema

NameRequiredDescriptionDefault
backgroundNo
moderationNo
nNo
output_compressionNo
output_formatNo
promptYes
qualityNo
sizeNo
userNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "background": { "enum": [ "transparent", "opaque", "auto" ], "type": "string" }, "moderation": { "enum": [ "low", "auto" ], "type": "string" }, "n": { "maximum": 10, "minimum": 1, "type": "integer" }, "output_compression": { "maximum": 100, "minimum": 0, "type": "integer" }, "output_format": { "enum": [ "png", "jpeg", "webp" ], "type": "string" }, "prompt": { "maxLength": 32000, "type": "string" }, "quality": { "enum": [ "high", "medium", "low", "auto" ], "type": "string" }, "size": { "enum": [ "1024x1024", "1536x1024", "1024x1536", "auto" ], "type": "string" }, "user": { "type": "string" } }, "required": [ "prompt" ], "type": "object" }

You must be authenticated.

Other Tools from GPT Image 1 MCP

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/CLOUDWERX-DEV/gpt-image-1-mcp'

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