| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "model_code": "wan2.6-t2i",
- "model_intro": "通义万相2.6-文生图,画面质感、美学表现、指令遵循升级,在艺术风格精准控制、真实感人像、长文本生图及广泛历史文化IP覆盖上均表现出卓越能力,可生成高质量且富有表现力的视觉内容。",
- "model_tags": ["Wan2.6", "图片生成"],
- "model_capabilities": {
- "input_modalities": ["text"],
- "output_modalities": ["image"],
- "features": {
- "model_experience": true,
- "function_calling": false,
- "structured_output": false,
- "internet_search": false,
- "cache": false,
- "batch_inference": false,
- "model_optimization": false
- }
- },
- "model_pricing": {
- "image_generation": {
- "price_cny_per_image": 0.2,
- "unit": "元/每张"
- }
- },
- "model_limits": {
- "max_input_length": null,
- "max_output_length": null,
- "rpm": 60,
- "tpm": null
- },
- "api_examples": {
- "curl": [
- "curl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation' \\\n--header 'Content-Type: application/json' \\\n--header \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n--data '{\n \"model\": \"wan2.6-t2i\",\n \"input\": {\n \"messages\": [\n {\n \"role\": \"user\",\n \"content\": [\n {\n \"text\": \"一间有着精致窗户的花店,漂亮的木质门,摆放着花朵\"\n }\n ]\n }\n ]\n },\n \"parameters\": {\n \"negative_prompt\": \"\",\n \"prompt_extend\": true,\n \"watermark\": false,\n \"n\": 2,\n \"size\": \"1280*1280\"\n }\n}'"
- ]
- }
- }
|