create_composition_plan
Generate a composition plan for music from a text prompt, defining style, sections, and duration. Optionally source an existing plan. The plan is used by the compose music tool to create the final audio.
Instructions
Create a composition plan for music generation. Usage of this endpoint does not cost any credits but is subject to rate limiting depending on your tier. Composition plans can be used when generating music with the compose_music tool.
Args:
prompt: Prompt to create a composition plan for
music_length_ms: The length of the composition plan to generate in milliseconds. Must be between 10000ms and 300000ms. Optional - if not provided, the model will choose a length based on the prompt.
source_composition_plan: An optional composition plan to use as a source for the new composition planInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| music_length_ms | No | ||
| source_composition_plan | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| positive_global_styles | Yes | ||
| negative_global_styles | Yes | ||
| sections | Yes |