wan2.6-t2i.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "model_code": "wan2.6-t2i",
  3. "model_intro": "通义万相2.6-文生图,画面质感、美学表现、指令遵循升级,在艺术风格精准控制、真实感人像、长文本生图及广泛历史文化IP覆盖上均表现出卓越能力,可生成高质量且富有表现力的视觉内容。",
  4. "model_tags": ["Wan2.6", "图片生成"],
  5. "model_capabilities": {
  6. "input_modalities": ["text"],
  7. "output_modalities": ["image"],
  8. "features": {
  9. "model_experience": true,
  10. "function_calling": false,
  11. "structured_output": false,
  12. "internet_search": false,
  13. "cache": false,
  14. "batch_inference": false,
  15. "model_optimization": false
  16. }
  17. },
  18. "model_pricing": {
  19. "image_generation": {
  20. "price_cny_per_image": 0.2,
  21. "unit": "元/每张"
  22. }
  23. },
  24. "model_limits": {
  25. "max_input_length": null,
  26. "max_output_length": null,
  27. "rpm": 60,
  28. "tpm": null
  29. },
  30. "api_examples": {
  31. "curl": [
  32. "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}'"
  33. ]
  34. }
  35. }