{% extends "layout.html" %} {% block title %}Config{% endblock %} {% block content %}

⚙️ Runtime Config

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

{% if message %}
{{ message }}
{% endif %}
🔑 API Keys
Configure API keys for Gemini, stock images, and audio services.
Used for Gemini text/image generation and TTS
For stock images/videos instead of AI generation
For background music and scene sound effects
🤖 AI Models
Configure which Gemini models to use for text planning and image generation.
Used for scene planning (e.g., gemini-1.5-flash-latest)
Used for visual generation (e.g., imagen-3.0-generate-001)
🗣️ Text-to-Speech
Configure voice narration provider and settings.
📁 Output Settings
Configure where rendered videos are saved.
Path to save rendered videos (absolute or relative)
{% endblock %}