LobeChat
Ctrl K
Back to Discovery
🎉

Tongyi wanxiang Image Generator

@YoungTx
This plugin uses Alibaba's Tongyi Wanxiang model to generate images based on text prompts.

Tool Parameters

🎉
Generate an image based on the given prompt using Alibaba's Tongyi Wanxiang model
ParameterType
prompt
STRING

JSON Schema

json
[
  {
    "url": "https://alps-tongyi-image.vercel.app/api/generate",
    "name": "generateImage",
    "description": "Generate an image based on the given prompt using Alibaba's Tongyi Wanxiang model",
    "parameters": {
      "type": "object",
      "properties": {
        "prompt": {
          "type": "string",
          "description": "The text prompt to generate the image from"
        }
      },
      "required": [
        "prompt"
      ]
    }
  }
]