Play.aiReleased on Nov 1, 2024

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.

ProviderInput $/MOutput $/MMax InputMax OutputLatency sThroughputQuantInputOutput
Groq logoGroq
$50.0010.0K

PlayAI Dialog v1.0 API

POST/v1/tts/synthesize

Run 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.

Who created PlayAI Dialog v1.0?

PlayAI Dialog v1.0 was created by Play.ai.

What is the license for PlayAI Dialog v1.0?

PlayAI Dialog v1.0 is released under the Proprietary license.

Is PlayAI Dialog v1.0 multimodal?

Yes, PlayAI Dialog v1.0 is a multimodal model that can process both text and images as input.