Mureka V9.5 (Song)
Mureka V9.5 (Song) costs $0.18/track on FairStack · a generate model for Song creation, Songs in a cloned voice, Music production. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.
What is Mureka V9.5 (Song)?
Mureka V9.5 is the newest song generation model on Mureka's API, with an enhanced version released on 2026-08-28. It writes a complete song — vocals, instruments and mix — around lyrics you provide, and takes the same controls as V9: a style prompt, a cloned singing voice (vocal_id), a reference track, or a melody. It also accepts an optional preferred vocal gender. FairStack has not yet measured whether V9.5 reproduces a cloned voice more faithfully than V9, so choose between them on your own listening tests. Available on FairStack at infrastructure cost plus a 20% platform fee.
Key Features
What are Mureka V9.5 (Song)'s strengths?
What are Mureka V9.5 (Song)'s limitations?
What is Mureka V9.5 (Song) best for?
How much does Mureka V9.5 (Song) cost?
How does Mureka V9.5 (Song) perform across capabilities?
Not benchmarked. Scores carried over from Mureka V9 until the FR-1051 fidelity evaluation.
How do I use the Mureka V9.5 (Song) API?
curl -X POST https://api.fairstack.ai/v1/generations/music \
-H "Authorization: Bearer $FAIRSTACK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mureka-v9.5",
"prompt": "Your prompt here"
}' import requests
response = requests.post(
"https://api.fairstack.ai/v1/generations/music",
headers={
"Authorization": f"Bearer {FAIRSTACK_API_KEY}",
"Content-Type": "application/json",
},
json={
"model": "mureka-v9.5",
"prompt": "Your prompt here",
},
)
result = response.json()
print(result["url"]) const response = await fetch(
"https://api.fairstack.ai/v1/generations/music",
{
method: "POST",
headers: {
Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
model: "mureka-v9.5",
prompt: "Your prompt here",
}),
}
);
const result = await response.json();
console.log(result.url); What parameters does Mureka V9.5 (Song) support?
Frequently Asked Questions
How much does Mureka V9.5 (Song) cost?
Mureka V9.5 (Song) costs $0.18/track on FairStack as of 2026-09-24. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.
What is Mureka V9.5 (Song) and what is it best for?
Mureka V9.5 is the newest song generation model on Mureka's API, with an enhanced version released on 2026-08-28. It writes a complete song — vocals, instruments and mix — around lyrics you provide, and takes the same controls as V9: a style prompt, a cloned singing voice (vocal_id), a reference track, or a melody. It also accepts an optional preferred vocal gender. FairStack has not yet measured whether V9.5 reproduces a cloned voice more faithfully than V9, so choose between them on your own listening tests. Available on FairStack at infrastructure cost plus a 20% platform fee. Mureka V9.5 (Song) is best for Song creation, Songs in a cloned voice, Music production. Available via FairStack's REST API with curl, Python, and Node.js SDKs.
Does Mureka V9.5 (Song) have an API?
Yes. Mureka V9.5 (Song) is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/music with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.
How does Mureka V9.5 (Song) compare to other music models?
Mureka V9.5 (Song) excels at Song creation, Songs in a cloned voice, Music production. It is a generate model priced at $0.18/track on FairStack. Key strengths: Newest Mureka model, Same control surface as V9. Compare all music models at fairstack.ai/models.