← All models
SOTA stemming model for voice, drums, bass, guitar and more.
Details
- Accepts
- audio
Pricing
- Price
- 0.087 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| model | stringenum: htdemucs, htdemucs_ft, htdemucs_6s, hdemucs_mmi, mdx, mdx_extra… | Demucs model to use for separation |
| stems | — | Specific stems to extract. If None, extracts all available stems. Available stems depend on model: vocals, drums, bass, other, guitar, piano (for 6s model) |
| shifts | integer | Number of random shifts for equivariant stabilization. Higher values improve quality but increase processing time. |
| overlap | number | Overlap between segments (0.0 to 1.0). Higher values may improve quality but increase processing time. |
| audio_urlrequired | string | URL of the audio file to separate into stems |
| output_format | stringenum: wav, mp3 | Output audio format for the separated stems |
| segment_length | — | Length in seconds of each segment for processing (minimum 1). Smaller values use less memory but may reduce quality. Default is model-specific. |
Output
| Field | Type | Description |
|---|---|---|
| bass | — | Separated bass audio file |
| drums | — | Separated drums audio file |
| other | — | Separated other instruments audio file |
| piano | — | Separated piano audio file (only available for 6s models) |
| guitar | — | Separated guitar audio file (only available for 6s models) |
| vocals | — | Separated vocals audio file |