Image Alibaba

Wan Image API

Use the Wan Image API via RunAPI with a model skill, unified auth, and pay-as-you-go pricing.

runapi.ai
curl -X POST https://runapi.ai/api/v1/wan/text_to_image \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "wan-2.7-image",
  "prompt": "Generate a 4K product hero image of a matte-black water bottle on a beige stone surface, soft side light."
}'
import { WanClient } from "@runapi.ai/wan";

const client = new WanClient();
const result = await client.textToImage.run({
    model: "wan-2.7-image",
    prompt: "Generate a 4K product hero image of a matte-black water bottle on a beige stone surface, soft side light.",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Wan\WanClient;

$client = new WanClient();
$result = $client->textToImage->run([
        'model' => 'wan-2.7-image',
        'prompt' => 'Generate a 4K product hero image of a matte-black water bottle on a beige stone surface, soft side light.',
]);
require "runapi/wan"

client = RunApi::Wan::Client.new
result = client.text_to_image.run(
    model: "wan-2.7-image",
    prompt: "Generate a 4K product hero image of a matte-black water bottle on a beige stone surface, soft side light."
)
npx skills add runapi-ai/wan -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/wan v1
OVERVIEW

About Wan Image

The Wan Image API delivers a strong quality-to-cost ratio in the image space. Multiple variants let you pick the tier that matches your latency, quality, and budget targets — start on a fast or lite variant for prototyping, then graduate to pro or max for production. Install the Wan Image skill to bring docs, typed schemas, pricing notes, and step-by-step setup into your coding workspace. The skill works with Claude Code, Codex, Gemini CLI, Cursor, and VS Code, so your agent has the right context before you write integration code. All variants share a single RunAPI API key, unified billing in USD, and the same async task lifecycle — submit, poll or stream, and receive results via webhook callback.

Provider
Alibaba
Modality
Image

Available Versions

Variant Billing Pricing
wan-2.7-image call $0.050 View →
wan-2.7-image-pro call $0.120 View →
PRICING

Wan Image Pricing

Endpoint Resolution Duration Price
text_to_image 1k, 2k, 4k $0.05 / image

Prices shown for wan-2.7-image. Other variants retain their own endpoint pricing.

Agent integration

Run Wan Image From an Agent

HOW IT WORKS

Get Started with Wan Image

  1. Create an API key

    Sign up and generate an API key from the dashboard.

  2. Pick a version

    Choose the version that best matches your quality and cost requirements.

  3. Send a request

    Submit your prompt and parameters to the model's documented endpoint.

  4. Get your result

    Poll the task or set a webhook, then download the completed output.

CONTEXT

About Wan Image on RunAPI

The Wan Image API exposes a image model from Alibaba, accessible through RunAPI with a single API key and per-call billing. Developers call Wan Image the same way they call any other model in the RunAPI catalog — set the model parameter, submit a request, and receive structured JSON. The model skill packages docs, typed schemas, pricing notes, and setup steps so your coding agent has the right context before you write integration code. Billing is unified across all providers, failed generations are never charged, and results are retrievable by task ID.

Provider
Alibaba
See all →
Modality
Image
Browse models →

Why Use Wan Image Through RunAPI

One auth, every provider

A single RunAPI API key unlocks the whole model catalog across all providers. No separate accounts to create, no API keys to rotate per integration, and no credential management overhead. Add a new model to your app by changing one parameter.

Unified pricing & billing

Per-call pricing in USD, billed monthly into a single invoice. No subscription tiers, no minimum spend, and failed generations are never charged. The pricing page and check_pricing API show exact costs before you commit to a model.

Schema-first SDK

Typed schemas, parameter constraints, and setup notes are packaged in the model skill so your implementation starts from the right contract. The skill loads into Claude Code, Codex, Gemini CLI, Cursor, and VS Code — your agent knows the correct request shape before you write a line of code.

Wan Image Questions

Which variant should I start with?

Pick the cheapest variant that meets your quality bar. Most teams start on the fast variant and graduate to pro for production.

Is there a free tier?

Creating an account and API key is free. API calls use prepaid, pay-as-you-go billing; add funds before making requests.

Do you stream results?

Where streaming is available, RunAPI streams end-to-end.

How are failures billed?

Failed generations are not charged.

Are outputs cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

Can I use commercially?

Yes — commercial use is included for every variant unless a model license explicitly restricts it, which is called out on the variant page.

SIMILAR MODELS

Similar Image Models

Start generating with Wan Image