Tongyi Wanxiang - AI Image Generation AI工具使用教程与评测
FreemiumTongyi Wanxiang is Alibaba Cloud's AI video and image generation platform powered by the Wan2.6 model, supporting text-to-image, text-to-video, image-to-video, character role-play, and multi-shot narrative creation. The model is open-source with a free web experience and enterprise-grade API, widely used in content creation, marketing design, and film production.
Tongyi Wanxiang is Alibaba Cloud's AI visual creation platform powered by the proprietary Wan2.6 large model, offering industry-leading image and video generation capabilities. The platform supports generating high-quality images and videos directly from text descriptions, as well as creative editing and style transfer based on reference images.
The Wan2.6 model is fully open-sourced on GitHub and Hugging Face for free download. Tongyi Wanxiang also provides a free web experience and enterprise-grade Alibaba Cloud Bailian API, serving everyone from individual creators to commercial applications.
import dashscope
from dashscope import ImageSynthesis
response = ImageSynthesis.call(
model='wanx2.1-t2i-turbo',
prompt='A cute panda playing in a bamboo forest, watercolor style',
n=1,
size='1024*1024'
)
print(response.output.results[0].url)
pip install dashscopeTongyi Wanxiang API is available through Alibaba Cloud Bailian, billed by calls or tokens:
For detailed pricing, visit: Alibaba Cloud Bailian Console or Alibaba Cloud Pricing Center
pip install dashscope