← All models
Erase and replace any moment in your audio with AI-driven precision.
Details
- Accepts
- audio
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. |
| segmentrequired | — | Region [start_s, end_s] (in seconds, 1s ≤ start < end ≤ 10s, 1–8s span) to regenerate. The audio outside this region is preserved. |
| audio_urlrequired | string | URL of the source audio. Maximum 10 seconds — longer clips are rejected. The model regenerates only the region defined by `segment`; everything outside it is preserved. |
| num_samples | integer | Number of variations to generate. |
| text_prompt | — | Optional text prompt guiding the regenerated segment. |
| upload_audio_format | stringenum: wav, mp3, aac, flac | Audio format for the returned files. |
Output
| Field | Type | Description |
|---|---|---|
| audio | array | Source audio with the requested segment regenerated; audio outside the segment is preserved. |