Korean TTS API Voices

Generate lifelike Korean speech across a wide range of voices and every major accent, over carrier-grade infrastructure built for voice agents and IVR.

Pay as you go from ~$3 per 1M characters, no commitment

Built on the same infrastructure thousands of teams ship voice on

14,000+
companies build on Telnyx
100+
languages & dialects
1,300+
voices, one API
<500ms
end-to-end latency
VOICES & ACCENTS

Korean voices & accents

Korean voices across every major regional accent. Hear them below, or browse the full catalog by country.

DEVELOPERS

Call the Korean TTS API

Generate Korean audio in one request. OpenAI-SDK compatible, with streaming for real-time apps.

cURL
curl -X POST https://api.telnyx.com/v2/text-to-speech/speech \
  -H "Authorization: Bearer $TELNYX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "voice": "Telnyx.NaturalHD.ko-KR-1",
    "text": "처방전이 준비되어 약국에서 픽업하실 수 있습니다."
  }' --output sample.mp3
Node
import OpenAI from "openai";

const client = new OpenAI({
  apiKey: process.env.TELNYX_API_KEY,
  baseURL: "https://api.telnyx.com/v2",
});

const audio = await client.audio.speech.create({
  model: "Telnyx.NaturalHD",
  voice: "ko-KR-1",
  input: "처방전이 준비되어 약국에서 픽업하실 수 있습니다.",
});
Python
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["TELNYX_API_KEY"],
    base_url="https://api.telnyx.com/v2",
)

audio = client.audio.speech.create(
    model="Telnyx.NaturalHD",
    voice="ko-KR-1",
    input="처방전이 준비되어 약국에서 픽업하실 수 있습니다.",
)

Voice IDs follow the Telnyx.<Tier>.<Voice> convention, so you can swap the voice without touching the rest of your code.

Read the TTS docs
USE CASES

What teams build with Korean TTS

Voice agents & IVR

Natural Korean phone agents that handle calls end-to-end, carrier-grade.

Customer support automation

Bilingual support flows that resolve common requests without a queue.

E-learning

Narrate Korean courses and lessons in any regional accent.

Audiobooks

Long-form Korean narration with consistent, lifelike delivery.

Video voiceover & dubbing

Localize content into Korean at scale with named native voices.

Accessibility

Korean screen-reading and read-aloud for inclusive products.

ALL VOICES

Browse all Korean voices by country

Female Korean TTS Voices

75
telnyx⚡ Hosted

Jiwoo - Service Specialist

Ultra Korean female: Service Specialist. Warm, latency-aware.

Telnyx.Ultra.15628352-2ede-4f1b-89e6-ceda0c983fbc
minimax

Airheaded Girl

MiniMax 02t female, AirheadedGirl. Natural for customer service.

Minimax.speech-02-turbo.Korean_AirheadedGirl
inworld

Minji

Energetic, friendly young Korean female voice [e51f].

Inworld.Mini.Minji
azure

SunHi Dragon HD Latest

Azure DragonHD Korean female, ko-KR-SunHi:DragonHDLatestNeural. Deliberate, voice AI re...

Azure.ko-KR-SunHi:DragonHDLatestNeural
aws

Jihye (Neural)

AWS Neural Korean female, Jihye. Articulate for call handling.

AWS.Polly.Jihye-Neural
telnyx⚡ Hosted

Jihyun - Anchorwoman

Ultra Korean female: Anchorwoman. Smooth, carrier-optimized.

Telnyx.Ultra.304fdbd8-65e6-40d6-ab78-f9d18b9efdf9
minimax

Airheaded Girl

MiniMax 2.6t female, AirheadedGirl. Controlled for phone automation.

Minimax.speech-2.6-turbo.Korean_AirheadedGirl
inworld

Minji

Energetic, friendly young Korean female voice.

Inworld.Max.Minji

Male Korean TTS Voices

72
telnyx⚡ Hosted

Minho - Friendly Spirit

Ultra Korean male: Friendly Spirit. Even, production-tested.

Telnyx.Ultra.537a82ae-4926-4bfb-9aec-aff0b80a12a5
minimax

Athletic Student

MiniMax 02t male, AthleticStudent. Crisp for automated support.

Minimax.speech-02-turbo.Korean_AthleticStudent
inworld

Hyunwoo

Young adult Korean male voice [ed6a].

Inworld.Mini.Hyunwoo
azure

Hyunsu Dragon HD Latest

Azure DragonHD Korean male, ko-KR-Hyunsu:DragonHDLatestNeural. Dynamic, production-tested.

Azure.ko-KR-Hyunsu:DragonHDLatestNeural
telnyx⚡ Hosted

Jaewon - Steady Advisor

Ultra Korean male: Steady Advisor. Articulate, built for scale.

Telnyx.Ultra.89f4372f-1f73-4b85-8e1e-5d24ed8bc826
minimax

Athletic Student

MiniMax 2.6t male, AthleticStudent. Robust for live conversations.

Minimax.speech-2.6-turbo.Korean_AthleticStudent
inworld

Hyunwoo

Young adult Korean male voice.

Inworld.Max.Hyunwoo
azure

InJoon

Azure Neural Korean male, ko-KR-InJoonNeural. Assured, carrier-grade.

Azure.ko-KR-InJoonNeural

South Korea Korean TTS Voices

178
minimax

Airheaded Girl

MiniMax 02t female, AirheadedGirl. Natural for customer service.

Minimax.speech-02-turbo.Korean_AirheadedGirl
inworld

Hyunwoo

Young adult Korean male voice [ed6a].

Inworld.Mini.Hyunwoo
azure

SunHi Dragon HD Latest

Azure DragonHD Korean female, ko-KR-SunHi:DragonHDLatestNeural. Deliberate, voice AI re...

Azure.ko-KR-SunHi:DragonHDLatestNeural
aws

Jihye (Neural)

AWS Neural Korean female, Jihye. Articulate for call handling.

AWS.Polly.Jihye-Neural
minimax

Airheaded Girl

MiniMax 2.6t female, AirheadedGirl. Controlled for phone automation.

Minimax.speech-2.6-turbo.Korean_AirheadedGirl
inworld

Hyunwoo

Young adult Korean male voice.

Inworld.Max.Hyunwoo
azure

Hyunsu Dragon HD Latest

Azure DragonHD Korean male, ko-KR-Hyunsu:DragonHDLatestNeural. Dynamic, production-tested.

Azure.ko-KR-Hyunsu:DragonHDLatestNeural
aws

Seoyeon (Neural)

AWS Neural Korean female, Seoyeon. Measured for agent deployment.

AWS.Polly.Seoyeon-Neural
POWERED BY TELNYX

Infrastructure for TTS Library, courtesy of Telnyx

The delivery path, model breadth, low-latency pipeline, and economics behind every voice above.

RECOMMENDED STACK

The stack quality Korean TTS needs

01

Delivery path

24 kHz audio has to survive the phone network. Without a carrier-grade delivery path it gets crushed to 8 kHz, throwing away the quality the model produced. Own the delivery, or the voice degrades before anyone hears it.

02

Model layer

No single engine wins every language, accent, and budget. Front many models (Telnyx, AWS Polly, Rime, Inworld, ElevenLabs, and more) behind one API so you can swap by config instead of re-integrating each time.

03

Real-time pipeline

For voice agents and IVR, TTS alone isn't enough: TTS, STT, LLM, SIP and numbers belong in one path under ~500ms end-to-end, or the back-and-forth feels laggy and robotic.

04

Economics

Predictable per-character, pay-as-you-go pricing, no seats, minimums, or surprise overage tiers, is what keeps quality voice affordable once you scale past a demo.

TRUST & COMPLIANCE

Enterprise-grade trust

SOC 2 Type IIHIPAAPCI DSSGDPRISO 27001 / 27701STIR/SHAKEN A-level

Owned infrastructure in 20+ countries, PSTN reach in 100+ countries, used by 14,000+ companies.

PRICING

Korean TTS pricing

From ~$3 per 1M charactersPay as you go. No commitment, no seats.
ModelPer characterPer 1M characters
Telnyx (standard)$0.000003 / char~$3 / 1M chars
Telnyx HD$0.000048 / char~$48 / 1M chars
Bring-your-own (ElevenLabs, Azure)Your provider's rateBilled through Telnyx

Qualifying startups can apply to the Telnyx startups program for up to $20K in credits. Volume discounts available on the Growth Plan.

Start building

Start building with Korean TTS

Korean voices, carrier-grade delivery, from ~$3 per 1M characters.

Pay as you go. No commitment. Business email required.

FAQ

Korean text to speech FAQ

Korean text to speech (TTS) converts written Korean into natural-sounding spoken audio using AI voices. Telnyx exposes Korean voices through one API for apps, IVR, and voice agents.

PHONOLOGY & PROSODY

Korean phonology and prosody

Every syllable gets equal time

English is stress-timed: speakers compress unstressed syllables and stretch stressed ones, creating a bouncy strong-weak alternation. Korean is syllable-timed: each syllable receives roughly the same duration and energy, producing an even, staccato cadence with nothing swallowed or rushed. A TTS engine trained on English stress-timing will impose prominence where Korean expects none, making output sound foreign immediately. Natural Korean synthesis requires inference tuned for syllable-level uniformity running where the audio is processed: not handed off across providers mid-stream.

Vowels that refuse to reduce

In English, unstressed vowels collapse toward [ə]: the second syllable of "sofa," the first of "about." Korean vowels stay stable regardless of position; there is no systematic centralization or weakening tied to prominence. Where English TTS learns to blur unstressed vowels as a core feature of naturalness, a Korean pipeline must do the opposite: maintain full vowel quality on every syllable. Getting this wrong produces output that sounds like an English accent imposed on Korean. Accurate rendering at this consistency requires models and audio processing co-located on the same infrastructure: not routed between separate speech and telephony systems.

Pitch at the phrase, not the word

English intonation rides on lexical stress: pitch peaks land on stressed syllables, tying melody tightly to individual words. Korean intonation operates at the phrase level, using boundary tones and phrase-final pitch movements rather than word-internal prominence to signal questions, focus, and emotion. To an English ear, Korean can sound flat; to a Korean ear, it is precisely contoured. A voice AI system that maps English prosodic patterns onto Korean output misplaces every melodic cue. Reproducing phrase-level pitch contours demands co-located inference where synthesis and telephony share the same network: no inter-provider hops distorting the tonal signal.