ElevenLabs Scribe (STT)
ElevenLabs Scribe (STT) costs $0.0006/sec on FairStack · a speech to text model for voice generation. 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.
How much does ElevenLabs Scribe (STT) cost?
How do I use the ElevenLabs Scribe (STT) API?
curl -X POST https://api.fairstack.ai/v1/generations/voice \
-H "Authorization: Bearer $FAIRSTACK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "fal-elevenlabs-stt",
"prompt": "Your prompt here"
}' import requests
response = requests.post(
"https://api.fairstack.ai/v1/generations/voice",
headers={
"Authorization": f"Bearer {FAIRSTACK_API_KEY}",
"Content-Type": "application/json",
},
json={
"model": "fal-elevenlabs-stt",
"prompt": "Your prompt here",
},
)
result = response.json()
print(result["url"]) const response = await fetch(
"https://api.fairstack.ai/v1/generations/voice",
{
method: "POST",
headers: {
Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
model: "fal-elevenlabs-stt",
prompt: "Your prompt here",
}),
}
);
const result = await response.json();
console.log(result.url); Frequently Asked Questions
How much does ElevenLabs Scribe (STT) cost?
ElevenLabs Scribe (STT) costs $0.0006/sec 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 ElevenLabs Scribe (STT) and what is it best for?
ElevenLabs Scribe (STT) is a speech to text AI model available on FairStack for $0.0006/sec. It is best for voice generation. Access via REST API with full documentation.
Does ElevenLabs Scribe (STT) have an API?
Yes. ElevenLabs Scribe (STT) is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/voice with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.
How does ElevenLabs Scribe (STT) compare to other voice models?
ElevenLabs Scribe (STT) is a speech to text model priced at $0.0006/sec on FairStack. Compare it with other voice models at fairstack.ai/models.
See how ElevenLabs Scribe (STT) compares
Side-by-side pricing comparisons with competitors
Start using ElevenLabs Scribe (STT) today
$0.0006/sec. Full API access. No subscription.