mirror of
https://github.com/calesthio/OpenMontage.git
synced 2026-08-26 18:12:25 +08:00
Merge remote-tracking branch 'origin/main' into codex/kling-official-phase-1
# Conflicts: # .agents/skills/ai-video-gen/SKILL.md # .env.example # docs/PROVIDERS.md
This commit is contained in:
@@ -21,9 +21,11 @@ KLING_API_KEY= # Official Kling API key; enables video, image, TTS
|
||||
KLING_API_BASE_URL= # Optional endpoint override; leave blank for default https://api-singapore.klingai.com
|
||||
# Mainland China accounts can use https://api-beijing.klingai.com
|
||||
|
||||
# --- Google (one key unlocks image gen + TTS) ---
|
||||
GOOGLE_API_KEY= # Google Imagen images, Google Cloud TTS (700+ voices, 50+ languages)
|
||||
# --- Google (one key unlocks image gen + TTS + video) ---
|
||||
GOOGLE_API_KEY= # Google Imagen images, Google Cloud TTS (700+ voices, 50+ languages),
|
||||
# Gemini Omni video (generation + conversational editing, paid tier)
|
||||
# Get one at https://aistudio.google.com/apikey
|
||||
# GEMINI_API_KEY= # Alias for GOOGLE_API_KEY (takes precedence when both are set)
|
||||
# Alternative to the API key: service-account JSON auth.
|
||||
# TTS uses Cloud Text-to-Speech; Imagen routes to Vertex AI.
|
||||
GOOGLE_APPLICATION_CREDENTIALS= # path to a service-account JSON key file
|
||||
|
||||
Reference in New Issue
Block a user