cc94bcd3662444fb92e43506c7036c08

speech-2.8-turbo

speech-2.8-turbo
Context

2K

Input

text

Output

audio

Tool calling

Not listed

About this model

Speech 2.8-turbo is a text-to-speech model

Input modalities

text

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice

Performance

Published evaluation results associated with this model.

No benchmark data is listed for this model.

API example

curl -X POST https://api.oneinfer.ai/v1/ula/generate-audio \
  -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "provider": "cc94bcd3662444fb92e43506c7036c08",
  "model": "speech-2.8-turbo",
  "prompt": "OneInfer makes AI inference simple.",
  "stream": false,
  "voice_id": "English_expressive_narrator",
  "format": "mp3"
}'