v2.0.10 — Storyboard Auto duration, ChatGPT MCP deep links, and developer dashboard URL
This release lets storyboard-to-video pick scene lengths automatically, improves the hosted MCP experience in ChatGPT, and updates the in-app URL where you create API keys.
Added
- Storyboard Auto duration: On
POST /v1/workflows/storyboard-to-video,defaultDurationSecondsis now nullable. Omit it or passnullfor Auto: VideoGen estimates each scene’s length at generate time so spoken text or the visual beat fits (clamped to model limits). Per-scenedurationSecondsstill overrides when set; omit or passnullon a scene to inherit the request default (including Auto). When you do set a duration, it must still be a whole number between 1 and 15. - MCP
get_app_deep_link: The hosted MCP server exposes aget_app_deep_linktool that returns a VideoGen app URL for actions the API cannot complete inline (upgrade, buy credits, invite teammates, open settings, and similar). Prefer this when the user needs to finish something in the VideoGen UI. See MCP server. - ChatGPT media preview: On the hosted MCP transport, media-producing tools can render an inline preview widget for generated or exported images, video, and audio in ChatGPT Apps (alongside the existing
open_uploaderwidget).
Changed
- Developer dashboard URL: Create and manage API keys (and review connected OAuth apps) at app.videogen.io/api. Docs and OpenAPI auth descriptions that previously pointed at
/developersnow use/api. - Fix: empty script-to-video scripts.
POST /v1/workflows/script-to-videorejects a blank or whitespace-onlyscriptwithinvalid_parameters(script must be a non-empty string) instead of starting a run that cannot succeed.