MusicCassetteAIv1.0· Released 2025-04-01
Cassette AI Music
High-quality music generation with vocal synthesis and flexible duration control.
Cassette AI Music is CassetteAI's music generation model with vocal synthesis capabilities, producing high-quality tracks from text descriptions. It offers flexible duration control from 10 to 180 seconds. On Oakgen, a 2-minute track costs about 26 credits (~$0.10).
Capabilities at a glance
- Vocal synthesis capabilities
- Flexible duration from 10 to 180 seconds
- Music description-based generation
- Affordable at ~$0.10 per 2-minute track
- Supports various genres and styles
Specs
- Starting price
- $0.10 / generation
- Generation time
- 30–60 seconds
- Max resolution
- 44.1 kHz stereo
- Inputs → outputs
- text → audio
How to use Cassette AI Music
- 1Describe the trackUse natural language — 'energetic pop track with synth hooks and a driving beat, 128 BPM'.
- 2Set duration preciselySpecify exact duration from 10 to 180 seconds — useful for matching video lengths or ad slots.
API access
curl -X POST https://api.oakgen.ai/v1/generate/music \
-H "Authorization: Bearer $OAKGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cassette-ai-music",
"prompt": "Energetic pop track, synth hooks, driving beat, 128 BPM",
"duration": 120
}'License & commercial use
Licensed through CassetteAI's commercial terms.
Permitted on all paid Oakgen plans.
FAQs
How much does Cassette AI Music cost on Oakgen?
Cassette AI Music starts at $0.10 per generation on Oakgen. Most generations complete in 30–60 seconds. The $19/month Pro plan includes 5,000 credits, covering roughly 192 generations per month.
Can I use Cassette AI Music commercially?
Permitted on all paid Oakgen plans.
What is the maximum output resolution?
Cassette AI Music supports up to 44.1 kHz stereo.
Does Oakgen provide API access to Cassette AI Music?
Yes. Oakgen's REST API exposes Cassette AI Music under the model slug 'cassette-ai-music'. See the API snippet below for an example request.