founderhooks·Speech & voice·Official
VoiceForge Realtime
Low-latency voice generation for demos, onboarding, and voice-enabled product workflows.
See examples, test outputs, copy the API call.
ttsrealtimeagents
API snapshot
7ab2c98
Avg latency
780ms
Billing hint
$0.006 / 15 sec
Playground
Run this model now
prediction output
0.9s
Guided walkthrough audio
Useful for demos, embedded previews, and onboarding clips inside the app.
curl
API sample
curl -s -X POST https://www.founderhooks.com/api/v1/predictions \
-H "Authorization: Bearer $FOUNDERHOOKS_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "founderhooks/voiceforge-realtime",
"input": {
"text": "Generate a polished product visual for an AI platform homepage"
},
"wait": 10
}'Python
API sample
import os
import requests
response = requests.post(
"https://www.founderhooks.com/api/v1/predictions",
headers={
"Authorization": "Bearer " + os.environ["FOUNDERHOOKS_API_TOKEN"],
"Content-Type": "application/json",
},
json={
"model": "founderhooks/voiceforge-realtime",
"input": {
"text": "Generate a polished product visual for an AI platform homepage"
},
"wait": 10,
},
)
print(response.json())Available snapshots
7ab2c98
stable
Reduced first-byte latency for short-form synthesis.
2026-04-21 · L4
fda1c40
stable
Improved pacing on product demos and onboarding scripts.
2026-04-01 · L4
Example outputs
0.9s
Product onboarding voiceover
Useful for demos, embedded previews, and onboarding clips inside the app.