Prompt → Video

Generate a narrated, multi-scene clip with smooth transitions.

Runtime Config

Set API keys and defaults without restarting the server. Values are stored locally.

{% if runs %}
Recent Runs
{% for run in runs %}
{{ run.created_at }} • {{ run.status|upper }} {% if run.output_path %} Download {% endif %}
{{ run.prompt }}
{% endfor %}
{% endif %} {% if error %}
{{ error }}
{% endif %} {% if config_saved %}
{{ config_saved }}
{% endif %} {% if video_path %}
Video ready. Download
{% endif %}