← All models
Generate ambient sounds for any text prompt. Now you can turn any SFX into a natural loop for ambient soundscapes.
Details
- Accepts
- text
Pricing
- Price
- 1.25 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Seed for generation. -1 or None for random. |
| ambience | boolean | When true, generate a seamlessly loopable ambience tile (room tone, rain, drones, etc.). When false, generate a generic text-conditioned SFX of `duration` seconds. |
| duration | number | Duration of the generated audio in seconds. The minimum is 0.1s for ordinary sound effects and 1s when ambience=true. |
| num_samples | integer | Number of variations to generate. |
| text_promptrequired | string | Text prompt for the generated audio. |
| double_output | boolean | Only used when ambience=true: concatenate the loop with itself for a 2x-length output. |
| upload_audio_format | stringenum: wav, mp3, aac, flac | Audio format for the returned files. |
Output
| Field | Type | Description |
|---|---|---|
| audio | array | Generated SFX audio from a text prompt. |