マーケットに戻る動画の秒数で課金
リアルタイム相場
購入をはじめるavatar-iv
HeyGen: Avatar IV
- 定価比
- 100%
- 出力単価
- 0.05 /秒 USDT
- オンラインの売り手
- 50
- 呼び出し / 分
- 0
このモデルを呼び出す
POST /videos —— OpenAI の SDK がすでに送っているのと同じリクエストです。ベース URL を asale に向けるだけで、ほかは変更不要です。
実行すると、ここに結果が出ます。
自分のコードから呼び出す
curl https://gw.asale.ai/v1/videos \
-H "Authorization: Bearer $ASALE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "avatar-iv",
"prompt": "a slow push-in on a neon sign at night, cinematic",
"duration": 4,
"aspect_ratio": "16:9"
}'import os, requests
r = requests.post(
"https://gw.asale.ai/v1/videos",
headers={"Authorization": f"Bearer {os.environ['ASALE_API_KEY']}"},
json={
"model": "avatar-iv",
"prompt": "a slow push-in on a neon sign at night, cinematic",
"duration": 4,
"aspect_ratio": "16:9"
},
)
r.raise_for_status()
print(r.json())const r = await fetch("https://gw.asale.ai/v1/videos", {
method: "POST",
headers: {
Authorization: `Bearer ${process.env.ASALE_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
"model": "avatar-iv",
"prompt": "a slow push-in on a neon sign at night, cinematic",
"duration": 4,
"aspect_ratio": "16:9"
}),
});
if (!r.ok) throw new Error(await r.text());
console.log(await r.json());結果をポーリングする
# 1. the job's state, until it reads "completed"
curl https://gw.asale.ai/v1/videos/{id} -H "Authorization: Bearer $ASALE_API_KEY"
# 2. the finished clip. Both follow-ups are free — the generation was
# billed when it was submitted.
curl https://gw.asale.ai/v1/videos/{id}/content -H "Authorization: Bearer $ASALE_API_KEY" --output clip.mp4リクエスト項目
| 項目 | 型 | 取りうる値 | 意味 |
|---|---|---|---|
| model必須 | string | — | どのモデルが処理するか。 |
| prompt必須 | text | — | 何を生成するかを言葉で。 |
| duration必須 | int | 2 … 15 | クリップの長さ(秒)。課金はこの数値に基づきます。 |
| resolution | enum | 720p · 1080p | 出力解像度。 |
| aspect_ratio | enum | 16:9 · 9:16 · 1:1 | 出力の縦横比。 |
レスポンス
{
"id": "YUeXkFmDQtXVUVKxBN3H",
"status": "pending"
}| 課金項目 | 定価 | 市場価格 | 定価比 |
|---|---|---|---|
| 出力 | 0.05 /秒 | 0.05 /秒 | 100% |
チャネル品質
この価格の裏にある供給について、実測されたこと。約束ではなく測定値であり、合計のみを出します——どの売り手が失敗したかは、その人と運営の間の話です。
- オンライン回線
- 50
- 検証済み回線
- 1/1
- そのモデルを実際に提供していると確認済み
- 初回バイト (p50)
- —
- 成功率
- —
- 対象期間に決済済みのリクエストなし
- 販売可能容量
- 100.0M
- 現在出品中のトークン数
レイテンシと検証は直近 1 日の実測。成功率は実際の取引から算出しています。 ステータスページを見る
価格推移
現在は定価の 100% で取引されています。売り手が増えると価格は下がり、買い注文が増えると定価まで戻ります。
- 08:47
- 定価比
- 100%
- オンラインの売り手
- 50
- 呼び出し / 分
- 0
マーケットデプス
価格 / 1M販売者
50,000.001