You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`prompt`| string | Music generation prompt (required for `action: "generate"`) |
100
122
|`action`| string |`"generate"` (default), `"status"` for the current session task, or `"list"` to inspect providers |
101
-
|`model`| string | Provider/model override, e.g. `google/lyria-3-pro-preview` or `comfy/workflow`|
123
+
|`model`| string | Provider/model override, e.g. `google/lyria-3-pro-preview` or `comfy/workflow`|
102
124
|`lyrics`| string | Optional lyrics when the provider supports explicit lyric input |
103
125
|`instrumental`| boolean | Request instrumental-only output when the provider supports it |
104
126
|`image`| string | Single reference image path or URL |
@@ -161,6 +183,12 @@ error includes details from each attempt.
161
183
- ComfyUI support is workflow-driven and depends on the configured graph plus
162
184
node mapping for prompt/output fields.
163
185
186
+
## Choosing the right path
187
+
188
+
- Use the shared provider-backed path when you want model selection, provider failover, and the built-in async task/status flow.
189
+
- Use a plugin path such as ComfyUI when you need a custom workflow graph or a provider that is not part of the shared bundled music capability.
190
+
- If you are debugging ComfyUI-specific behavior, see [ComfyUI](/providers/comfy). If you are debugging shared provider behavior, start with [Google (Gemini)](/providers/google) or [MiniMax](/providers/minimax).
191
+
164
192
## Live tests
165
193
166
194
Opt-in live coverage for the shared bundled providers:
0 commit comments