- Organizations
- Play.ai
- PlayAI Dialog v1.0
PlayAI Dialog v1.0: Benchmarks, Pricing & Context Window
PlayAI Dialog v1.0 is a text-to-speech model from Play.ai, released in November 2024.
High-quality English TTS model with 19 available voices. 140 characters/second throughput.
Input
Text
Output
Audio
PlayAI Dialog v1.0 pricing
Providers
PlayAI Dialog v1.0 starts at $50.00 per million input tokens via Groq.
| Provider | Input $/M | Output $/M | Max Input | Max Output | Latency s | Throughput | Quant | Input | Output |
|---|---|---|---|---|---|---|---|---|---|
| $50.00 | — | 10.0K | — | — | — | — |
PlayAI Dialog v1.0 API
POST/v1/tts/synthesize
Modelplayai-ttsRun a request to see the response
Use it in your code
OpenAI-compatible endpoint through the LLM Stats gateway.
import requests
response = requests.post(
"https://gateway.llm-stats.com/v1/tts/synthesize",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={
"model_id": "playai-tts",
"text": "Hello, this is a test.",
"format": "mp3",
"sample_rate": 24000,
},
)
with open("output.mp3", "wb") as f:
f.write(response.content)Need an API key? Create one above in the playground, or read the API documentation.
PlayAI Dialog v1.0 license
PlayAI Dialog v1.0 is released under the Proprietary license, which restricts commercial use.
- License
- Proprietary
- Non-commercial
Proprietary license - usage restrictions apply
FAQ
Common questions about PlayAI Dialog v1.0.