Skip to main content
Glama

Jimeng MCP Server

by ttkkasd

generateImage

Generate AI images from text descriptions using the Jimeng service. Create custom visuals by providing detailed prompts and optional negative prompts to exclude unwanted elements.

Instructions

调用即梦AI生成图像

Input Schema

NameRequiredDescriptionDefault
promptYes生成图像的文本描述
req_keyNo模型版本,默认值: jimeng_high_aes_general_v21_Ljimeng_high_aes_general_v21_L
seedNo随机种子,默认值:-1
negative_promptNo负面提示词,描述不希望在图像中出现的内容

Input Schema (JSON Schema)

{ "properties": { "negative_prompt": { "description": "负面提示词,描述不希望在图像中出现的内容", "type": "string" }, "prompt": { "description": "生成图像的文本描述", "type": "string" }, "req_key": { "default": "jimeng_high_aes_general_v21_L", "description": "模型版本,默认值: jimeng_high_aes_general_v21_L", "type": "string" }, "seed": { "default": -1, "description": "随机种子,默认值:-1", "type": "number" } }, "required": [ "prompt" ], "type": "object" }

Other Tools from Jimeng MCP 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/ttkkasd/jimeng-mcp'

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