HiAPI
OverviewModels MarketAPI KeysUsage StatisticsCall LogsBillingReferralPlaygroundStorageChangelogContact UsSettings
Display unit
N
Powered by hiapi
Settings

Welcome

Contact Us

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

Back to Models

Wan 2.7 Image Text to Image

New
by AlibabaImage

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

160 Credits/ image

Input

0 / 5000

More parameters

Generation preferences

Enhanced reasoning for higher quality; increases generation time

Advanced

For repeatable results · integer 0-2147483647
Estimated cost160 Credits / imageper image

Output

Ready for generation

Configure your parameters and click "Run" to see the output here.

--GPU-T4

From product campaigns to detailed scenes

Browse real API results across different aspect ratios, complete prompts, and visual detail.

Related image models

Choose an adjacent model by task, output tier, and reference-image needs.

Chinese text and 2K-class sizes

Qwen Image 2.0 Pro

Compare Chinese typography, prompt extension, and precise size presets.

Fast 2K/4K generation

Seedream 5.0 Lite

A flat-price option for multilingual commercial visuals and rapid iteration.

Thirteen-ratio generation

Grok Imagine

Compare cinematic scenes, broad ratio coverage, and flat 1k/2k pricing.

Compare AI image APIs

About Wan 2.7 Image Text to Image

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.

Provider
Alibaba
Task
Text-to-Image
References
Not supported
Pricing
160 Credits / image

Model specifications

These specifications reflect the current Wan 2.7 Image Text to Image request contract.

Reference images
Not supported
Output resolution
1K2K4K
Aspect ratios
1:116:94:321:93:49:168:11:8
Enhanced reasoning
Optional thinking mode
Reproducibility
Optional seed
Prompt length
1-5000 characters
Pricing
Per image: 160 Credits / image

Final cost depends on the output tier and input add-ons. Check the live page price and task record for the final charge.

How to use Wan 2.7 Image Text to Image

Choose the destination and aspect ratio before composing subject, scene, material, light, and text.

Subject
Scene
Camera and light
01

Describe subject and scene

API Quickstart

Copy a minimal request below. See Docs for parameters, callbacks, task retrieval, and errors.

Endpoint
POST /v1/tasks
Model ID
wan2.7-image/text-to-image
cURL
curl -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.

Read the full API documentation

Frequently asked questions

Which unusual ratios does Wan 2.7 Image support?

Alongside common ratios, it supports 21:9, 8:1, and 1:8 for extreme wide or tall output.

What does Thinking Mode do?

It adds latency to improve reasoning and composition for complex prompts. Leave it off for fast drafts.

How should I choose 1K, 2K, or 4K?

Validate direction at 1K or 2K, then move to 4K for larger final output. Current page pricing is flat per image.

Does it accept references?

No. This model ID is text-to-image only.

How do I reproduce a result?

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

02

Choose output settings

Choose 1K, 2K, or 4K output, one of eight ratios, optional seed, and enhanced thinking mode.

Playground
POST /v1/tasks
03

Validate before integration

Confirm the result in Playground, then reuse the same prompt and model ID in an asynchronous task.