UlazAI - AI Image & Video Tools

Budget 2K

WAN 2.7 Image for 2K image generation and editing in Image Studio

Lower-cost 2K generation and editing for teams that want WAN 2.7 coverage without moving into the Pro tier.

UlazAI billing
5 credits / image
Provider rate
4.8 credits / image
Approx USD
$0.024 / image
Provider model
wan/2-7-image
Best for: Prompt-only product visuals, lighter edit passes, batch ideation, and controlled spend in Image Studio.
Workflow: one async createTask route for prompt-only generation and reference-based edits.
Resolution: 2K in the current public provider docs.

Why teams add WAN 2.7 Image

This route gives you one 2K image model that works for both fresh generations and edit-first workflows, so you can test prompts quickly and then reuse reference images without switching tools.

Prompt-only or edit-first

Use it for a brand-new image or pass one or more public reference image URLs when you want to restage, restyle, or refine an existing visual.

Clear 2K positioning

The current provider docs expose a 2K request path, so the Image Studio setup stays intentionally simple instead of pretending the model has modes we have not verified.

Whole-credit billing on UlazAI

Provider list price is 4.8 credits per image. UlazAI rounds that to 5 credits because Image Studio billing uses whole credits.

API flow

1. Create the job

Send a prompt to the same async image route. For edits, add one or more image URLs and keep the quality at 2K.

POST /api/v1/jobs/createTask
model: wan/2-7-image
2. Keep the payload minimal

Current docs show prompt, optional input_urls, fixed 2K resolution, and optional region metadata. Image Studio uses the minimal safe payload rather than overfilling speculative inputs.

3. Poll or use callbacks

Like the other UlazAI async image models, you can poll the task record endpoint or wait for your callback and then read the final result URL.

GET /api/v1/jobs/recordInfo?taskId=...

Current inputs

prompt: describe the image you want to generate or the change you want to make.
input_urls: optional for generation, used for edit workflows.
resolution: 2K in the current public docs and in the UlazAI studio config.
bbox_list: optional region boxes for edit flows. Image Studio keeps this empty by default for full-image edits.
watermark / seed / thinking_mode: Image Studio sends the stable documented defaults.

WAN 2.7 Image vs WAN 2.7 Image Pro

Model UlazAI credits Provider rate Best fit
WAN 2.7 Image 5 4.8 Prompt-only product visuals, lighter edit passes, batch ideation, and controlled spend in Image Studio.
WAN 2.7 Image Pro 12 12 Higher-value commercial image work with the same 2K async flow.

FAQ

Does WAN 2.7 Image support editing?

Yes. The current documented route covers both prompt-only generation and edits when you pass reference image URLs.

What does UlazAI charge?

Provider list price is 4.8 credits per image. UlazAI rounds that to 5 credits because Image Studio billing uses whole credits.

Can I use it through API and the studio?

Yes. The same model is available through Image Studio for testing and the async image API for production integration.

Is aspect ratio configurable?

We currently expose this route with provider-managed framing because the public provider docs show 2K requests clearly but do not document a verified ratio matrix we want to promise publicly.

Try WAN 2.7 Image in UlazAI

Open the model in Image Studio, test a prompt-only render or upload a reference image for editing, and keep the workflow on the same async stack when you move to API.