Enterprise API
Tool Catalog
The 37 tools this account can actually bill against, grouped by capability, with pricing per license tier. GET /v1/tools returns this same filtered set, but without prices — use this page when you need the numbers.
- Looking up a tool_id
- Song generation
- Music generation
- Singing generation
- Extend
- Remix
- Stem separation
- Copyright / recognition
- Lyrics
- Transcription
- Sound effects
- Audio effect
Looking up a tool_id
If you’re calling the native POST /v1/generations directly (rather than a compat route), you need a tool_id. Call GET /v1/tools, find the entry whose model and operation match the row you want below, and cache its id — tool IDs are stable across re-registrations, so you only need to look this up once per tool, not per request.
GET /v1/tools now returns only tools with an active enterprise config — the same set as below, just without pricing. A tool_id you construct or hardcode outside of discovery can still fail at pricing time with 422 ToolNotPriced if it’s inactive or unpriced.
Song generation
operations: generate_song, similar_song, melody_to_song, midi_to_song — see Song Generation.
| Version | Royalty-Free | Standard | Distribution | Sync | Master |
|---|---|---|---|---|---|
| v5 | $0.07 | $0.11 | $0.14 | $0.28 | $0.70 |
| v6 | $0.10 | $0.15 | $0.20 | $0.39 | $0.98 |
| v7 | $0.12 | $0.25 | $0.27 | $0.67 | $1.67 |
USD per song, by license tier.
Same pricing across all 4 operations (generate/similar/melody/midi) for a given version.
Music generation
operations: generate_music, similar_music — see Music Generation.
| Version | Royalty-Free | Standard | Distribution | Sync | Master |
|---|---|---|---|---|---|
| v5 / v6 / v7 | $0.07 | $0.11 | $0.14 | $0.28 | $0.70 |
USD per track, by license tier.
Singing generation
operation: generate_singing — see Singing Generation.
| Version | Royalty-Free | Standard | Distribution | Sync | Master |
|---|---|---|---|---|---|
| v5 / v6 / v7 | $0.09 | $0.14 | $0.18 | $0.36 | $0.90 |
USD per generation, by license tier.
Extend
operations: extend_song (v5/v6/v7), extend_music (v5 only) — see Extend.
| Version | Royalty-Free | Standard | Distribution | Sync | Master |
|---|---|---|---|---|---|
| extend_song v5 / v6 / v7 | $0.07 | $0.07 | $0.07 | $0.07 | $0.07 |
| extend_music v5 | $0.07 | $0.07 | $0.07 | $0.07 | $0.07 |
USD per generation, by license tier.
Remix
operation: remix_song — see Remix.
| Version | Royalty-Free | Standard | Distribution | Sync | Master |
|---|---|---|---|---|---|
| v5 / v6 / v7 | $0.30 | $0.30 | $0.30 | $0.30 | $0.30 |
USD per remix, by license tier.
The remix tool takes no model parameter — v5/v6/v7 are cosmetically identical (same price, same behavior).
Stem separation
operation: separate_stems — see Stem Separation.
| Version | Royalty-Free | Standard | Distribution | Sync | Master |
|---|---|---|---|---|---|
| 12stem | $0.10 | $0.10 | $0.10 | $0.10 | $0.10 |
| 2stem | $0.10 | $0.10 | $0.10 | $0.10 | $0.10 |
| 6-stem (v5) | $0.10 | $0.10 | $0.10 | $0.10 | $0.10 |
USD per separation, by license tier.
Copyright / recognition
operation: copyright — see Copyright / Recognition.
| Version | Royalty-Free | Standard | Distribution | Sync | Master |
|---|---|---|---|---|---|
| v5 | $0.03 | $0.03 | $0.03 | $0.03 | $0.03 |
USD per check, by license tier.
Lyrics
operation: write_lyrics — see Lyrics.
| Version | Royalty-Free | Standard | Distribution | Sync | Master |
|---|---|---|---|---|---|
| v5 | $0.02 | $0.02 | $0.02 | $0.02 | $0.02 |
USD per generation, by license tier.
Transcription
operation: transcribe, model whisper-transcribe-v1 — see Transcription.
| Version | Royalty-Free | Standard | Distribution | Sync | Master |
|---|---|---|---|---|---|
| whisper-transcribe-v1 | $0.03 | $0.03 | $0.03 | $0.03 | $0.03 |
USD per transcription, by license tier.
Sound effects
operation: sfx_gen — see Sound Effects.
| Version | Price |
|---|---|
| v5 | $0.54 |
Flat price per generation, regardless of license tier.
Audio effect
operation: audio_effect — see Audio Effect.
| Version | Royalty-Free | Standard | Distribution | Sync | Master |
|---|---|---|---|---|---|
| v5 | $0.03 | $0.03 | $0.03 | $0.03 | $0.03 |
USD per call, by license tier.