Try Wan 2.7 Image Text to Image with Chinese prompts, 1K/2K/4K output, extreme wide and tall ratios, optional thinking mode, and API code.
Provider: Alibaba
Category: image generation
Endpoint: /v1/tasks
Status: Available
Cost: See live page pricing
Try Wan 2.7 Image Text to Image with Chinese prompts, 1K/2K/4K output, extreme wide and tall ratios, optional thinking mode, and API code.
Pricing
Standard Usage
Enhanced reasoning for higher quality; increases generation time
Ready for generation
Configure your parameters and click "Run" to see the output here.
Browse real API results across different aspect ratios, complete prompts, and visual detail.
Choose an adjacent model by task, output tier, and reference-image needs.

Fast 2K/4K generation
A flat-price option for multilingual commercial visuals and rapid iteration.
Try Wan 2.7 Image Text to Image with Chinese prompts, 1K/2K/4K output, extreme wide and tall ratios, optional thinking mode, and API code.
The Playground and API use the same model ID: wan2.7-image/text-to-image. This endpoint accepts text prompts only; reference-image editing uses the separate Image-to-Image route.
These specifications reflect the current Wan 2.7 Image Text to Image request contract.
Final cost depends on the output tier and input add-ons. Check the live page price and task record for the final charge.
Choose the destination and aspect ratio before composing subject, scene, material, light, and text.
Copy a minimal request below. See Docs for parameters, callbacks, task retrieval, and errors.
POST /v1/taskswan2.7-image/text-to-imagecurl -X POST https://api.hiapi.ai/v1/tasks \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "wan2.7-image/text-to-image",
"input": {
"prompt": "A cinematic product campaign with sharp text",
"aspect_ratio": "1:1",
"resolution": "2K",
"thinking_mode": false
}
}'The create request immediately returns a taskId; image generation continues asynchronously.
Alongside common ratios, it supports 21:9, 8:1, and 1:8 for extreme wide or tall output.
It adds latency to improve reasoning and composition for complex prompts. Leave it off for fast drafts.
Validate direction at 1K or 2K, then move to 4K for larger final output. Current page pricing is flat per image.
No. This model ID is text-to-image only.
Keep seed, prompt, ratio, resolution, and Thinking Mode fixed.
Start with the subject, environment, and visual goal, then add material, light, camera, and exact text.
Draft
1K
Final
4K
Choose 1K, 2K, or 4K output, one of eight ratios, optional seed, and enhanced thinking mode.
Confirm the result in Playground, then reuse the same prompt and model ID in an asynchronous task.