generate-audio · git:20260915.ee027f0 · 2026-09-15 · sha256 f420eff2ea486728
generate-audio git:20260915.ee027f0A
Immutable. This exact content is served forever at /api/v1/blob/f420eff2ea486728.
--- name: generate-audio description: Generate spoken audio through OpenRouter text-to-speech. Use when the user asks to synthesize speech, narrate text, create a voiceover, or save a script as audio. --- # Generate Audio Use `scripts/openrouter.py audio-generate`. Required: - `--input` Common options: - `--model` - `--voice` - `--response-format mp3|pcm` - `--speed` - `--provider-options` Workflow: 1. Pass the exact spoken text in `--input`. 2. Treat the returned JSON as the result contract. 3. Never claim success unless `status` is `completed` and `artifacts[0].path` exists and is playable.