Skip to main content
Music Generate Mureka

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.

FairStack price
$0.18/track

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

Newest Mureka song model
Full song generation from your lyrics
Cloned singing voice via vocal_id
Optional preferred vocal gender (female or male)
Style prompt and reference track controls

What are Mureka V9.5 (Song)'s strengths?

Newest Mureka model
Same control surface as V9
Supports vocal_id, reference_id and gender

What are Mureka V9.5 (Song)'s limitations?

Higher per-song cost than Mureka V9
Voice-clone fidelity against V9 not yet measured

What is Mureka V9.5 (Song) best for?

Song creation Songs in a cloned voice Music production

How much does Mureka V9.5 (Song) cost?

Metric
FairStack
Details
Price per generation
$0.18
Includes 20% margin
Subscription
None
Pay per generation only

How does Mureka V9.5 (Song) perform across capabilities?

Not benchmarked. Scores carried over from Mureka V9 until the FR-1051 fidelity evaluation.

composition quality
86%
production quality
87%
genre versatility
82%
lyric quality
80%
vocal quality
86%
instrument variety
84%

How do I use the Mureka V9.5 (Song) API?

curl
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"
  }'
Python
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"])
Node.js
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?

Parameter
Type
Default
Details
model
string (optional)
auto
n
integer (optional)
1
Range: 1–3
prompt
string
—
lyrics
string (optional)
—
vocal_id
string (optional)
—
gender
enum (optional)
—
Options: female, male
reference_id
string (optional)
—
melody_id
string (optional)
—
stream
boolean (optional)
false

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-22. 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.

Start using Mureka V9.5 (Song) today

$0.18/track. Full API access. No subscription.

Start Creating