返回市场按视频秒数计费
实时行情
开始购买seedance-1-5-pro
ByteDance: Seedance 1.5 Pro
- 占原价
- 100%
- 输出单价
- 0.0115 /秒 USDT
- 在线卖家
- 50
- 调用 / 分钟
- 0
调用这个模型
POST /videos —— 与 OpenAI SDK 已经在发的请求相同。把 base URL 指向 asale,其他都不用改。
跑一次,结果会显示在这里。
或者在你自己的代码里调用
curl https://gw.asale.ai/v1/videos \
-H "Authorization: Bearer $ASALE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-1-5-pro",
"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": "seedance-1-5-pro",
"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": "seedance-1-5-pro",
"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 | — | 用文字描述要生成什么。 |
| frame_images | images | first_frame · last_frame | 作为首帧 / 尾帧的图片。 |
| duration必填 | enum | 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 | 片段时长(秒)—— 计费就按这个数。 |
| resolution | enum | 480p · 720p · 1080p | 输出分辨率。 |
| aspect_ratio | enum | 1:1 · 3:4 · 9:16 · 9:21 · 4:3 · 16:9 · 21:9 | 输出的画面比例。 |
| generate_audio | boolean | — | 同时生成音频。 |
| seed | int | — | 复现上一次的结果。 |
响应
{
"id": "YUeXkFmDQtXVUVKxBN3H",
"status": "pending"
}| 计费项 | 原价 | 市场价 | 占原价 |
|---|---|---|---|
| 输出 | 0.0115 /秒 | 0.0115 /秒 | 100% |
通道质量
这个价格背后的供给,被测出来的样子。是读数,不是承诺;并且只给总数——哪一位卖家出了问题,是他和我们之间的事。
- 在线通道
- 50
- 已验证通道
- 1/1
- 已证明确实在服务该模型
- 首字节 (p50)
- —
- 成功率
- 0.0%
- 1 次已结算,近 7 天
- 可售容量
- 100.0M
- 此刻挂出的 token 数
延迟与验证取近一天的测量;成功率来自真实成交。 查看服务状态
价格走势
当前售价为官方原价的 100%。在线卖家越多价格越低,买入调用越多价格越向原价回升。
- 08:47
- 占原价
- 100%
- 在线卖家
- 50
- 调用 / 分钟
- 0
市场深度
价格 / 1M卖家
11,529.001