{"slug":"lmnt","name":"LMNT","owner":null,"repo":null,"category":"voice-media","lang":"","blurb":"Low-latency (150–200ms) multilingual text-to-speech with studio-quality voices and instant cloning.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Low-latency (150–200ms) multilingual text-to-speech with studio-quality voices and instant cloning.","website":"https://www.lmnt.com","docs_url":"https://docs.lmnt.com","signup_url":"https://app.lmnt.com","pricing_model":"freemium","pricing_note":"Free tier 15k chars; Indie $10/mo (200k chars), Pro $49/mo (1.25M), Premium $199/mo (5.7M).","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Free signup; grab an API key from the app dashboard. Python and Node SDKs.","mcp_server":"","sdks":["Python","Node.js","REST"],"code_sample":"{\"lang\":\"python\",\"code\":\"import asyncio\\nfrom lmnt.api import Speech\\n\\nasync def main():\\n    async with Speech(api_key=\\\"LMNT_API_KEY\\\") as speech:\\n        result = await speech.synthesize(\\\"Hello, world!\\\", voice=\\\"leah\\\")\\n        with open(\\\"out.mp3\\\", \\\"wb\\\") as f:\\n            f.write(result[\\\"audio\\\"])\\n\\nasyncio.run(main())\"}","tags":["tts","low-latency","voice-cloning","conversational-ai"],"useCases":[],"codeSample":{"lang":"python","code":"import asyncio\nfrom lmnt.api import Speech\n\nasync def main():\n    async with Speech(api_key=\"LMNT_API_KEY\") as speech:\n        result = await speech.synthesize(\"Hello, world!\", voice=\"leah\")\n        with open(\"out.mp3\", \"wb\") as f:\n            f.write(result[\"audio\"])\n\nasyncio.run(main())"},"oneLiner":"Low-latency (150–200ms) multilingual text-to-speech with studio-quality voices and instant cloning.","docsUrl":"https://docs.lmnt.com","signupUrl":"https://app.lmnt.com","pricingModel":"freemium","pricingNote":"Free tier 15k chars; Indie $10/mo (200k chars), Pro $49/mo (1.25M), Premium $199/mo (5.7M).","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Free signup; grab an API key from the app dashboard. Python and Node SDKs.","mcpServer":""}