founderhooks·语音与音频·Official
VoiceForge Realtime
适合 demo、onboarding 和产品语音流程的低延迟语音模型。
看示例、试效果、复制调用代码。
ttsrealtimeagents
API snapshot
7ab2c98
Avg latency
780ms
价格提示
$0.006 / 15 sec
Playground
直接运行这个模型
prediction output
0.9s
引导式产品配音
适合 demo、嵌入式预览和产品内 onboarding 片段。
curl
API 示例
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 示例
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())可用快照
7ab2c98
stable
降低了短文本合成的首包延迟。
2026-04-21 · L4
fda1c40
stable
优化了产品演示和 onboarding 文案的语速节奏。
2026-04-01 · L4
示例输出
0.9s
产品 onboarding 配音
适合 demo、嵌入式预览和产品内 onboarding 片段。