Reference lock is live. Auto renders on Seedance 2.0 Fast.See the lock
Power plant at nightScripts

DeepSeek V4 Pro

A fast reasoning model tuned in our pipeline for short-form spoken stories. It runs automatically before every render, and you can call it directly through the OpenAI-compatible chat completions endpoint.

Chat completionsJSON modeShort-form scriptsCaptions

Pricing

What this model draws

Plans are a shared credit pool. Spark, Pop, and Supernova totals are on the pricing page.

TierCreditsUnitStatus
script2per clip scriptLive
chat1per 1K tokensLive

Quickstart

Call it from your code

curl http://localhost:3456/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"deepseek-v4-pro","messages":[{"role":"user","content":"Write a 6 second hook about a yacht party"}]}'