Rumored next-gen OpenAI TTS model succeeding tts-1 / tts-1-hd. Expected to unify the Advanced Voice stack with an API-accessible synthesis endpoint.
Rumored next-gen OpenAI TTS model succeeding tts-1 / tts-1-hd. Expected to unify the Advanced Voice stack with an API-accessible synthesis endpoint.
Why it matters: Developers search "openai voice 2" looking for the API version of ChatGPT Advanced Voice.
Expected pricing: ~$15 per 1M characters (unconfirmed)
Current OpenAI TTS endpoint — same request shape, we will route to Voice 2 when available.
We'll auto-switch your API calls to OpenAI Voice 2 the moment it launches — no code changes required.
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"skill_id": "openai/tts-1",
"input": {
"prompt": "Say hello from OpenAI Voice 2 — routed via SkillBoss"
}
}'Create a free SkillBoss account and we'll email you the moment routing is live — and automatically upgrade your API calls.
Create Free Account