ScriptsDeepSeek 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.
| Tier | Credits | Unit | Status |
|---|---|---|---|
| script | 2 | per clip script | Live |
| chat | 1 | per 1K tokens | Live |
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"}]}'