Skip to main content
Video Video to Video fal.ai

Mirelo SFX v1 (Add Sound Effects)

Mirelo SFX v1 (Add Sound Effects) costs $0.042/clip on FairStack — a video to video model for Adding sound effects to silent video, Video post-production, Batch audio processing. 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.042/clip

What is Mirelo SFX v1 (Add Sound Effects)?

Mirelo SFX V2V is Mirelo's automatic sound effects generation model for video. The model analyzes visual content frame by frame and generates matching sound effects, ambient audio, and environmental sounds synchronized to the action on screen, producing contextually appropriate audio at an extremely low per-second cost. With per-second billing at $0.007 per second, a full 30-second video costs just $0.21 for complete SFX generation. The model supports up to 30 seconds of video and automatically detects visual events that warrant sound effects, such as impacts, movements, environmental changes, and interactions. Compared to manual Foley work or sourcing individual sound effects from libraries, automated SFX generation saves hours of production time per video. Against MMAudio V2 at $0.001 per second, Mirelo is more expensive but focuses specifically on sound effects rather than general ambient audio. Best suited for automatic sound effects production, video post-production audio, and batch SFX processing where automated content-aware sound generation eliminates manual audio work. Available on FairStack at infrastructure cost plus a 20% platform fee.

Key Features

Automatic SFX generation
Video content analysis
Ultra-cheap at $0.007/s
Up to 30 seconds

What are Mirelo SFX v1 (Add Sound Effects)'s strengths?

Extremely cheap
Automatic content detection
No manual audio work

What are Mirelo SFX v1 (Add Sound Effects)'s limitations?

SFX only — no music or speech
Quality varies with content

What is Mirelo SFX v1 (Add Sound Effects) best for?

Adding sound effects to silent video Video post-production Batch audio processing

How much does Mirelo SFX v1 (Add Sound Effects) cost?

Metric
FairStack
Details
Price per generation
$0.042
Includes 20% margin
Per-second rate
$0.0070/sec
Billed per second of output
Subscription
None
Pay per generation only

How does Mirelo SFX v1 (Add Sound Effects) perform across capabilities?

photoRealism
50%
textRendering
10%
promptAdherence
65%
styleRange
50%
detailFidelity
60%
compositionControl
50%
colorAccuracy
50%
edgeArtifacts
60%
speedEfficiency
90%
costEfficiency
95%

How do I use the Mirelo SFX v1 (Add Sound Effects) API?

curl
curl -X POST https://api.fairstack.ai/v1/generations/video \
  -H "Authorization: Bearer $FAIRSTACK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mirelo-sfx-v2v",
    "prompt": "Your prompt here"
  }'
Python
import requests

response = requests.post(
    "https://api.fairstack.ai/v1/generations/video",
    headers={
        "Authorization": f"Bearer {FAIRSTACK_API_KEY}",
        "Content-Type": "application/json",
    },
    json={
        "model": "mirelo-sfx-v2v",
        "prompt": "Your prompt here",
    },
)

result = response.json()
print(result["url"])
Node.js
const response = await fetch(
  "https://api.fairstack.ai/v1/generations/video",
  {
    method: "POST",
    headers: {
      Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
      "Content-Type": "application/json",
    },
    body: JSON.stringify({
      model: "mirelo-sfx-v2v",
      prompt: "Your prompt here",
    }),
  }
);

const result = await response.json();
console.log(result.url);

What parameters does Mirelo SFX v1 (Add Sound Effects) support?

Parameter
Type
Default
Details
aspect_ratio
enum
16:9
Options: 16:9, 9:16, 1:1
duration
enum
5
Options: 5, 10
negative_prompt
string (optional)
seed
integer (optional)

Frequently Asked Questions

How much does Mirelo SFX v1 (Add Sound Effects) cost?

Mirelo SFX v1 (Add Sound Effects) costs $0.042/clip on FairStack as of 2026-05-13. 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 Mirelo SFX v1 (Add Sound Effects) and what is it best for?

Mirelo SFX V2V is Mirelo's automatic sound effects generation model for video. The model analyzes visual content frame by frame and generates matching sound effects, ambient audio, and environmental sounds synchronized to the action on screen, producing contextually appropriate audio at an extremely low per-second cost. With per-second billing at $0.007 per second, a full 30-second video costs just $0.21 for complete SFX generation. The model supports up to 30 seconds of video and automatically detects visual events that warrant sound effects, such as impacts, movements, environmental changes, and interactions. Compared to manual Foley work or sourcing individual sound effects from libraries, automated SFX generation saves hours of production time per video. Against MMAudio V2 at $0.001 per second, Mirelo is more expensive but focuses specifically on sound effects rather than general ambient audio. Best suited for automatic sound effects production, video post-production audio, and batch SFX processing where automated content-aware sound generation eliminates manual audio work. Available on FairStack at infrastructure cost plus a 20% platform fee. Mirelo SFX v1 (Add Sound Effects) is best for Adding sound effects to silent video, Video post-production, Batch audio processing. Available via FairStack's REST API with curl, Python, and Node.js SDKs.

Does Mirelo SFX v1 (Add Sound Effects) have an API?

Yes. Mirelo SFX v1 (Add Sound Effects) is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/video with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.

How does Mirelo SFX v1 (Add Sound Effects) compare to other video models?

Mirelo SFX v1 (Add Sound Effects) excels at Adding sound effects to silent video, Video post-production, Batch audio processing. It is a video to video model priced at $0.042/clip on FairStack. Key strengths: Extremely cheap, Automatic content detection. Compare all video models at fairstack.ai/models.

What makes Mirelo SFX v1 (Add Sound Effects) stand out from other video models?

Mirelo SFX v1 (Add Sound Effects) is distinguished by extremely cheap and automatic content detection. Generation typically completes in under 5 seconds.

What are the known limitations of Mirelo SFX v1 (Add Sound Effects)?

Key limitations include: sfx only — no music or speech; quality varies with content. FairStack documents these transparently so you can choose the right model for your workflow.

How fast is Mirelo SFX v1 (Add Sound Effects)?

Mirelo SFX v1 (Add Sound Effects) typically completes in under 5 seconds. This makes it suitable for real-time applications, interactive workflows, and high-volume batch processing.

What video capabilities does Mirelo SFX v1 (Add Sound Effects) offer?

Mirelo SFX v1 (Add Sound Effects) offers: automatic sfx generation; video content analysis; ultra-cheap at $0.007/s; up to 30 seconds. All capabilities are accessible through both the FairStack web interface and REST API.

Start using Mirelo SFX v1 (Add Sound Effects) today

$0.042/clip. Full API access. No subscription.

Start Creating