8864k Studio
{{ fmtUsd(me?.available_usd) }} / {{ fmtUsd(me?.total_usd) }}
{{ initials(me?.email) }}
提示词 (Prompt)
建议英文,部分模型支持中文/日/西/葡/印尼 {{ form.prompt.length }} 字
参数配置
{{ m.id }}
{{ currentModel.description }}
生成音频
仅 dreamina-seedance-2-0-260128
加水印
官方 Brand 水印
预估费用
${{ fmt(estimatedCost) }}
≈ {{ estimatedTokens.toLocaleString() }} tokens
可用余额 {{ fmtUsd(me?.available_usd) }}
冻结中 {{ fmtUsd(me?.held_usd) }} ({{ me?.pending_tasks }})
余额不足,本次需要 ${{ fmt(estimatedCost) }} 提交生成

提交后从余额预扣,任务完成自动结算

{{ currentTask.id }}
{{ currentTask.model }} · {{ currentTask.resolution }} · {{ currentTask.duration }}s · {{ fmtTs(currentTask.created_at) }}
{{ statusLabel(currentTask.status) }}
"{{ currentTask.prompt_text }}"

还没有任务,去新建一个吧

新建视频
{{ statusLabel(t.status) }}
{{ statusLabel(t.status) }}
{{ t.id }} {{ fmtTs(t.created_at) }}

{{ t.prompt_text || '—' }}

{{ t.model }} · {{ t.resolution || '-' }} · {{ t.duration || '-' }}s ${{ fmt(t.actual_cost_usd ?? t.estimated_cost_usd) }}
总余额
{{ fmtUsd(me?.total_usd) }}
● 可用 {{ fmtUsd(me?.available_usd) }}
● 冻结中 ({{ me?.pending_tasks }} 个任务) {{ fmtUsd(me?.held_usd) }}
累计已花费 {{ fmtUsd(me?.lifetime_spent_usd) }}

需要充值请联系平台管理员

开发者 API Key

用 SDK / curl 集成调用

# 创建视频任务 curl https://video.8864k.com/v1/videos \ -X POST \ -H "Authorization: Bearer $KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "dreamina-seedance-2-0-260128", "content": [{"type":"text","text":"a cat dancing"}], "resolution": "720p", "duration": 5 }'