ホーム
アセット
マイ作品
Models
ボイスライブラリ
開発者
ブログ
日本語
料金
ログイン
Models/Music/Suno

Suno

  • Text to music
  • Instrumental
  • Extend
  • Cover
API reference

A style description is enough for a whole track, and lyrics are optional.

External calls always run in custom mode: `style` and `title` are the way in, and one `instrumental` flag makes it wordless.

Strengths

  • No lyrics required
  • One flag switches to instrumental
  • A cover endpoint turns an existing recording into a new version

Limitations

  • No remix or stem separation — those endpoints are Mureka-exclusive
  • Generate and extend need an explicit `provider=suno`; the default provider is Mureka

Capabilities

CapabilityValue
Text to musicYes
InstrumentalYes
ExtendYes
Remix–No
CoverYes
Stem separation–No

How it is billed

见 API 文档

No standard price for this model yet.

Alternatives

  • MurekaWhen the lyrics exist, or the finished track needs a remix or stem separation.

Call it

# Set LISTENHUB_API_KEY firstcurl -X POST "https://api.marswave.ai/openapi/v1/music/generate" \-H "Authorization: Bearer $LISTENHUB_API_KEY" \-H "Content-Type: application/json" \-d '{"provider": "suno","prompt": "r&b, slow, passionate, male vocal","style": "r&b","title": "Night Walk"}'
  • API reference
  • SDK & CLI
  • Agent Skills

Similar models

  • Mureka