Models/OpenAI TTS
Audio

OpenAI TTS

by OpenAI

OpenAI text-to-speech with low-latency streaming voices for real-time assistants.

Capabilities

  • Text to speech
  • Streaming

Available models

Pass any of these IDs in the model field.

Model IDDetailPrice
openai-tts-2per 1K chars$0.015 / 1K chars

Pricing starts at

$0.015 / 1K chars

Pay only for what you use. Each response returns the exact amount settled against your balance — no subscriptions, no minimums.

Quickstart

OpenAI TTS · openai-tts-2

cURL
curl -X POST https://capi.ai/api/v1/audio/speech \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"model":"openai-tts-2","input":"Welcome to CAPI."}' \
  --output out.mp3