sing
One idea fans out to three LLMs — lyrics, a matching style, and a negative prompt of what to avoid — then a music model sings it. text:Song Instructions -> text:Bands -> text:Style System Prompt -> llm -> join×2 -> llm -> join -> llm -> music; returns audio (mureka-v9/generate-song) saved to disk (file path in result). Runs on NanoGPT — $0.13 deposit per call, paid in Nano (XNO) — settles at actual model cost + 20%, change returned; no account needed; last run $0.0497, ~1m 56s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Bands | No | Text; default: "Bands liked:\nSoundgarden, XX"; optional | |
| _payment_id | No | Payment id from this tool's previous payment-required response. Phase 3 only: after /x402/watch closes with status paid, call again with the same arguments plus this id to open the RESULTS stream. Do not pass it while payment is still pending — monitor the watch SSE first. | |
| System_prompt | No | System prompt; default: "You are an award-winning songwriter. Write only the lyrics — no title, no commentary, no explanations.\nPrinciples:\n- ..."; optional | |
| System_prompt_2 | No | System prompt; default: "Negate the style - what would go poorly, the worst you can imagine. No preamble or postamble."; optional | |
| Song_Instructions | No | Text; default: "Write a wistful 90s trip-hop track about the singularity."; optional | |
| Style_System_Prompt | No | Text; default: "You invent a musical style that fits the given lyrics. Reply with only the style, richly descriptive — no commentary...."; optional |