{"slug":"playht","name":"PlayAI (PlayHT)","owner":null,"repo":null,"category":"voice-media","lang":"","blurb":"Generative text-to-speech API with 900+ voices, instant voice cloning, and low-latency streaming for conversational AI.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Generative text-to-speech API with 900+ voices, instant voice cloning, and low-latency streaming for conversational AI.","website":"https://play.ht","docs_url":"https://docs.play.ht","signup_url":"https://play.ht","pricing_model":"freemium","pricing_note":"Free tier available; Creator ~$39/mo; PlayDialog/3.0 engines with sub-300ms streaming; usage billed per character.","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Generate a User ID + API key in the dashboard on free signup. Offers HTTP, WebSocket, and gRPC.","mcp_server":"","sdks":["Python","Node.js","REST"],"code_sample":"{\"lang\":\"python\",\"code\":\"from pyht import Client\\nfrom pyht.client import TTSOptions\\n\\nclient = Client(user_id=\\\"PLAY_USER_ID\\\", api_key=\\\"PLAY_API_KEY\\\")\\noptions = TTSOptions(voice=\\\"s3://voice-cloning-zero-shot/.../manifest.json\\\")\\nwith open(\\\"out.mp3\\\", \\\"wb\\\") as f:\\n    for chunk in client.tts(\\\"Hello from Play.\\\", options, voice_engine=\\\"PlayDialog\\\"):\\n        f.write(chunk)\"}","tags":["tts","voice-cloning","streaming","conversational-ai"],"useCases":[],"codeSample":{"lang":"python","code":"from pyht import Client\nfrom pyht.client import TTSOptions\n\nclient = Client(user_id=\"PLAY_USER_ID\", api_key=\"PLAY_API_KEY\")\noptions = TTSOptions(voice=\"s3://voice-cloning-zero-shot/.../manifest.json\")\nwith open(\"out.mp3\", \"wb\") as f:\n    for chunk in client.tts(\"Hello from Play.\", options, voice_engine=\"PlayDialog\"):\n        f.write(chunk)"},"oneLiner":"Generative text-to-speech API with 900+ voices, instant voice cloning, and low-latency streaming for conversational AI.","docsUrl":"https://docs.play.ht","signupUrl":"https://play.ht","pricingModel":"freemium","pricingNote":"Free tier available; Creator ~$39/mo; PlayDialog/3.0 engines with sub-300ms streaming; usage billed per character.","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Generate a User ID + API key in the dashboard on free signup. Offers HTTP, WebSocket, and gRPC.","mcpServer":""}