GPT Image 1 MCP

MIT License
323
1
  • Linux
  • Apple

create_image_edit

Edit and generate images using text prompts with OpenAI's GPT Image 1 model. Define inputs like image source, prompt, and settings such as size, quality, and background for precise image customization.

Input Schema

NameRequiredDescriptionDefault
backgroundNo
imageYes
maskNo
nNo
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" }, "image": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" }, { "additionalProperties": false, "properties": { "filePath": { "type": "string" }, "isBase64": { "default": false, "type": "boolean" } }, "required": [ "filePath" ], "type": "object" }, { "items": { "additionalProperties": false, "properties": { "filePath": { "type": "string" }, "isBase64": { "default": false, "type": "boolean" } }, "required": [ "filePath" ], "type": "object" }, "type": "array" } ] }, "mask": { "anyOf": [ { "type": "string" }, { "additionalProperties": false, "properties": { "filePath": { "type": "string" }, "isBase64": { "default": false, "type": "boolean" } }, "required": [ "filePath" ], "type": "object" } ] }, "n": { "maximum": 10, "minimum": 1, "type": "integer" }, "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": [ "image", "prompt" ], "type": "object" }

You must be authenticated.

Other Tools from GPT Image 1 MCP

Related Tools

    ID: msnns8io3m