Files
calesthioandClaude Opus 4.6 a3e735cc7a Initial release — OpenMontage: the first open-source agentic video production system
11 production pipelines, 47 tools, 124 agent skills.
Supports cloud APIs (fal.ai, OpenAI, ElevenLabs, Suno, HeyGen, Runway) and
free local providers (diffusers, Piper TTS, WAN 2.1, Hunyuan, CogVideo).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 08:25:17 -07:00

34 lines
896 B
YAML

# OpenMontage - Global Configuration
llm:
provider: anthropic # anthropic | openai | gemini | openrouter | ollama | mistral | minimax
model: null # null = use provider default
temperature: 0.7
max_tokens: 4096
budget:
mode: warn # observe | warn | cap
total_usd: 10.00
reserve_pct: 0.10 # holdback for retries / cleanup
single_action_approval_usd: 0.50
require_approval_for_new_paid_tool: true
checkpoint:
policy: guided # guided | manual_all | auto_noncreative
storage_dir: pipeline # relative to project root
output:
default_format: mp4
default_codec: libx264
default_audio_codec: aac
default_resolution: "1920x1080"
default_fps: 30
default_crf: 23
paths:
pipeline_dir: pipeline
library_dir: library
styles_dir: styles
skills_dir: skills
output_dir: output