Unitalk
Store
Ctrl K
Back to Discovery
alps-tongyi-image

مولد الصور تونغ يي وان شيانغ

@YoungTx
يستخدم هذا الملحق نموذج تونغ يي وان شيانغ من علي بابا لتوليد الصور بناءً على نصوص.

Tool Parameters

banner
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"
      ]
    }
  }
]