UniRouteUniRoute
All models
AudioPopular

Suno

Suno API

UniRoute Music API is an AI music-generation model that converts text prompts into full vocal and instrumental tracks with natural dynamics and coherent musical progression, and it currently supports the latest V5.5 model for enhanced realism and scalable performance.

Pricing

TierUniRouteMarket
Boost Music Style Boost$0.002
convert-to-wav-format$0.002
Generate Lyrics$0.002
TimeStamped Lyrics$0.003
create-music-video$0.01

per request

About this model

UniRoute Music API is an AI music-generation model that converts text prompts into full vocal and instrumental tracks with natural dynamics and coherent musical progression, and it currently supports the latest V5.5 model for enhanced realism and scalable performance.

Text-to-music

Call it with one request

Works with the OpenAI SDK — just change the base URL.

api.uniroute.dev
curl https://api.uniroute.dev/v1/audio/generations \
  -H "Authorization: Bearer $UNIROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "suno-api",
    "prompt": "Lo-fi hip hop beat, 90 BPM, rainy mood"
  }'

Related models