OpenAI TTS-1 HD
OpenAI's high-definition TTS model. Better quality for production use cases.
Examples
See what OpenAI TTS-1 HD can generate
Audiobook Passage
Input text:
"The old lighthouse keeper climbed the spiral stairs for the last time. Forty years of storms, shipwrecks, and solitary nights had carved deep lines into his face. But tonight, as the automated beacon flickered to life without him, he felt not relief but an aching emptiness—the sea no longer needed his watchful eyes."
Product Demo
Input text:
"Introducing AuraSync, the smart home hub that learns your routines. It dims the lights when you start a movie, adjusts the thermostat when you fall asleep, and brews your coffee exactly six minutes before your alarm. Your home, finally as intelligent as you are."
1.0x
Pricing
API Integration
Use our OpenAI-compatible API to integrate OpenAI TTS-1 HD into your application.
npm install railwailimport railwail from "railwail";
const rw = railwail("YOUR_API_KEY");
// Simple — just pass a string
const reply = await rw.run("openai-tts-1-hd", "Hello! What can you do?");
console.log(reply);
// With message history
const reply2 = await rw.run("openai-tts-1-hd", [
{ role: "system", content: "You are a helpful assistant." },
{ role: "user", content: "Explain quantum computing simply." },
]);
console.log(reply2);
// Full response with usage info
const res = await rw.chat("openai-tts-1-hd", [
{ role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);Free credits on sign-up
Related Models
View all Text-to-SpeechElevenLabs Multilingual V2
ElevenLabs' most natural-sounding TTS model. Supports 29 languages with emotional range.
ElevenLabs Turbo v2.5
Low-latency TTS model from ElevenLabs. Optimized for real-time applications with natural-sounding output.
OpenAI TTS-1
OpenAI's text-to-speech model. Six built-in voices with natural intonation.
Start using OpenAI TTS-1 HD today
Get started with free credits. No credit card required. Access OpenAI TTS-1 HD and 100+ other models through a single API.