Short answer: You can stability ai generate audio in Stability AI by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Stability AI Stability AI Generate Audio action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Prompt prompt | string | Required | lo-fi piano, soft drums, 90 bpm |
Duration (seconds) duration | string | Optional | 30 (max 190) |
Model model | options | Optional | Model. Options: Stable Audio 2.5 |
Output Format output_format | options | Optional | Output Format. Options: MP3, WAV |
{"prompt": "lo-fi piano, soft drums, 90 bpm","duration": "30 (max 190)","model": "{{trigger.model}}","output_format": "{{trigger.output_format}}"}
{"audio": "<binary>"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.