Nami Wan 2.7 I2V Spicy Prime
nami-wan2.7-i2v-spicy-prime
参照画像とプロンプトから2〜15秒の動画を生成します。720p/1080p出力と任意の音声ガイドに対応します。
サンプル
パラメータ
| 名前 | 型 | 既定 | 制約 | 説明 |
|---|---|---|---|---|
| image *参照画像 | image_upload | — | image/jpeg,image/png,image/bmp,image/webp,image/* | JPEG、PNG、BMP、WEBP。240〜8000px、アスペクト比1:8〜8:1、最大20MB。 |
| prompt *プロンプト | textarea | — | — | |
| negative_promptネガティブプロンプト | textarea | — | — | |
| audio_url音声ガイド | audio_upload | — | audio/wav,audio/mpeg,audio/* | 任意のHTTPS WAVまたはMP3。2〜30秒、最大15MB。 |
| audio音声を含める | boolean | true | — | 無効にすると、音声ガイドが指定されていても無音で出力されます。 |
| resolution解像度 | select | 1080p | 720p | 1080p | |
| duration長さ(秒) | slider | 5 | 2 ~ 15 · step 1 | |
| prompt_extendプロンプトを最適化 | boolean | true | — | |
| seedシード | number | — | 0 ~ 2147483647 · step 1 |
出力フィールド
| フィールド | 型 | 説明 |
|---|---|---|
| videos | array<string> | Generated video URLs |
API
統一 REST API でこのモデルを呼び出せます。API Keys ページでキーを取得してください。
cURL
# 1) Submit — returns { "task_uuid": "..." }
curl -X POST "https://www.namifusion.com/api/v1/marketplace/run/nami-wan2.7-i2v-spicy-prime" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"image": "https://example.com/input.jpg",
"prompt": "A cinematic portrait, dramatic rim light, shallow depth of field",
"audio": true,
"resolution": "1080p",
"duration": 5,
"prompt_extend": true
}
}'
# 2) Poll until status is "completed", then read the output URLs
curl "https://www.namifusion.com/api/v1/marketplace/run/tasks/TASK_UUID" \
-H "Authorization: Bearer YOUR_API_KEY"Python
import time, requests
API_KEY = "YOUR_API_KEY"
HEADERS = {"Authorization": f"Bearer {API_KEY}"}
# 1) Submit
resp = requests.post(
"https://www.namifusion.com/api/v1/marketplace/run/nami-wan2.7-i2v-spicy-prime",
headers=HEADERS,
json={
"input": {
"image": "https://example.com/input.jpg",
"prompt": "A cinematic portrait, dramatic rim light, shallow depth of field",
"audio": True,
"resolution": "1080p",
"duration": 5,
"prompt_extend": True
}
},
)
resp.raise_for_status() # 401/402/429/5xx stop here instead of polling a bad task
task = resp.json()
# 2) Poll until a terminal state (completed / failed / cancelled).
# This model is allowed up to 600s server-side.
deadline = time.time() + 660
while task.get("status") not in ("completed", "failed", "cancelled"):
if time.time() > deadline:
raise TimeoutError(f"still {task.get('status')} — keep the task_uuid and poll later")
time.sleep(3)
poll = requests.get(f"https://www.namifusion.com/api/v1/marketplace/run/tasks/{task['task_uuid']}", headers=HEADERS)
poll.raise_for_status()
task = poll.json()
print(task["status"], task.get("output"))JavaScript
const API_KEY = "YOUR_API_KEY";
const HEADERS = { Authorization: `Bearer ${API_KEY}` };
// 1) Submit
const resp = await fetch("https://www.namifusion.com/api/v1/marketplace/run/nami-wan2.7-i2v-spicy-prime", {
method: "POST",
headers: { ...HEADERS, "Content-Type": "application/json" },
body: JSON.stringify({
"input": {
"image": "https://example.com/input.jpg",
"prompt": "A cinematic portrait, dramatic rim light, shallow depth of field",
"audio": true,
"resolution": "1080p",
"duration": 5,
"prompt_extend": true
}
}),
});
if (!resp.ok) throw new Error(`submit failed: ${resp.status} ${await resp.text()}`);
let task = await resp.json();
// 2) Poll until a terminal state (completed / failed / cancelled).
// This model is allowed up to 600s server-side.
const deadline = Date.now() + 660 * 1000;
while (!["completed", "failed", "cancelled"].includes(task.status)) {
if (Date.now() > deadline) throw new Error(`still ${task.status} — keep the task_uuid and poll later`);
await new Promise((r) => setTimeout(r, 3000));
const poll = await fetch(`https://www.namifusion.com/api/v1/marketplace/run/tasks/${task.task_uuid}`, { headers: HEADERS });
if (!poll.ok) throw new Error(`poll failed: ${poll.status}`);
task = await poll.json();
}
console.log(task.status, task.output);ドキュメント
Nami Wan 2.7 I2V Spicy Prime
1枚の参照画像とテキストプロンプトから動画を生成します。結果は videos 配列で返されます。
パラメータ
image(必須):JPEG、PNG、BMP、WEBP。240〜8000px、アスペクト比1:8〜8:1、最大20MB。prompt(必須):シーンと動きを記述します。negative_prompt(任意):避けたい要素を記述します。audio_url(任意):HTTPSのWAVまたはMP3。2〜30秒、最大15MB。audio(既定値true):音声トラックを含めます。falseの場合、audio_urlがあっても無音です。resolution(既定値1080p):720pまたは1080p。duration(既定値5):2〜15秒。prompt_extend(既定値true):生成前にプロンプトを最適化します。seed(任意):0〜2147483647の整数。
料金
720pは1秒あたり13 credits、1080pは1秒あたり20 creditsです。
関連モデル
Nami Wan 2.2 I2V Spicy A
WAN 2.2 Spicy は画像を無制限の高品質動画に変換し、スムーズなアニメーションでスケーラブルなコンテンツ生成に最適化されています。すぐに使える REST 推論 API、最高のパフォーマンス、コールドスタートなし、手頃な価格。
Wan 2.2 アニメート
Wan 2.2 アニメートは、ドライビング動画から動きと表情を再現する統合キャラクターアニメーション&置換モデルです。1枚のキャラクター画像をフルパフォーマンスに変換し、出力を安定、リアル、アイデンティティ一貫性を保ちながら、体の動きと顔の表情をコピーします。最大120秒の720p動画を生成します。
Vidu Q3 画像から動画へ
Vidu Q3 画像から動画へは、テキストプロンプトを高品質な動画に変換し、優れた視覚的忠実度と多様なモーションを実現します。すぐに使える REST 推論 API、最高のパフォーマンス、コールドスタートなし、手頃な価格。
Pixverse V6 Reference to Video
PixVerse V6リファレンス動画生成(Fusion)は、1〜3枚の参考画像(主体、キャラクター、背景)をサポートし、テキストプロンプトとの組み合わせで優れたキャラクターの一貫性と物語の連続性を実現、ネイティブ同期オーディオも同時生成します。エンタープライズ向けREST推論API、コールドスタートなし、高コンカレンシーで、アニメ制作、ゲームアート、マルチカット動画開発に最適です。
Pixverse V6 Image to Video
PixVerse V6 Image-to-Video(単一画像生成と首尾フレーム生成を全面統合)は、1枚または2枚の画像から、映画並みの超高画質、リアルな物理インタラクション、そして極めて高い一貫性を備えた動的クリップを生成します。高度な絵コンテ制御、シネマティックループ、商用プロモーションに最適です。エンタープライズ向けREST推論API、高コンカレンシー、コールドスタートなし、手頃な価格設定を提供します。
Pixverse V5 T2V
PixVerse V5 テキストから動画生成は、プロンプトに基づいて滑らかで自然な5秒動画を数秒で生成します。720p出力対応(5秒ごとに$0.20)。すぐに使えるREST推論API、最高のパフォーマンス、コールドスタートなし、手頃な価格。
Pixverse V5 I2V
PixVerse V5は画像を短く滑らかで自然な動画に変換します。5秒動画:$0.15(360p/540p)、$0.20(720p)、$0.40(1080p)。すぐに使えるREST推論APIを提供し、最高のパフォーマンス、コールドスタートなし、手頃な価格。
Pixverse V5.6 テキストから動画生成
PixVerse V5.6 は、プロンプトを数秒でリアルな動画に変換します。滑らかな動きと自然なディテールを備え、ストーリー、広告、ソーシャルクリップに最適です。すぐに使える REST 推論 API、最高のパフォーマンス、コールドスタートなし、手頃な価格。