Stem Separator (Mel-Band RoFormer + SCNet)
Stem Separator (Mel-Band RoFormer + SCNet) is a stem separation model. Strongest at Vocal/stem separation. Self-hosted on Free.ai GPUs — runs free against your daily token pool (1,000 tokens per track). Released under MIT + Apache-2.0 — commercial use permitted on Free.ai.
Use via API
OpenAI-compatible REST API. Generate a key and call this model in seconds.
curl -X POST https://api.free.ai/v1/music/separate/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"model":"demucs","prompt":"your prompt here"}'
API Documentation
Get API Key