Stability AI integration (AI, Design & Media). Imported from open-connector.
https://api.stability.ai/v2beta/audio/stable-audio-2/text-to-audio
| Param | Type | Required | Description |
|---|---|---|---|
| prompt | string | required | The text description used to generate audio. |
| duration | number | optional | The requested duration of the generated audio in seconds. |
| seed | integer | optional | The randomness seed used for generation. Use 0 or omit it for a random seed. |
| steps | integer | optional | The number of sampling steps requested from Stability AI. Use 30-100 for stable… |
| cfgScale | number | optional | How strongly the generation should follow the prompt text. |
| model | string | optional | The Stable Audio model to use for generation. |
| outputFormat | string | optional | The output audio format returned by Stability AI. |