songquanpeng / one-api

OpenAI 接口管理 & 分发系统,支持 Azure、Anthropic Claude、Google PaLM 2 & Gemini、智谱 ChatGLM、百度文心一言、讯飞星火认知、阿里通义千问、360 智脑以及腾讯混元,可用于二次分发管理 key,仅单可执行文件,已打包好 Docker 镜像,一键部署,开箱即用. OpenAI key management & redistribution system, using a single API for all LLMs, and features an English UI.
https://openai.justsong.cn/
MIT License
19.05k stars 4.26k forks source link

增加对通义万相文生图接口的支持 #774

Open pcstx opened 11 months ago

pcstx commented 11 months ago

例行检查

功能描述 接口地址通义万相 跟DALL.E接口类似,兼容支持下

应用场景 文字生成图片

tisfeng commented 8 months ago

试了一下阿里的 通义万相-文本生成图像,效果还行,感觉可以支持 😊

curl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/text2image/image-synthesis' \
--header 'X-DashScope-Async: enable' \
--header 'Authorization: Bearer <YOUR-DASHSCOPE-API-KEY>' \
--header 'Content-Type: application/json' \
--data '{
    "model": "wanx-v1",
    "input": {
        "prompt": "一只奔跑的猫"
    },
    "parameters": {
        "style": "<sketch>", 
        "size": "1024*1024",
        "n":4, 
        "seed":42
    }
}'

一只奔跑的猫

79642375-a765-483d-8670-22253f91440d-1