{"slug":"rime","name":"Rime","owner":null,"repo":null,"category":"voice-media","lang":"","blurb":"Enterprise TTS with 200+ realistic voices, sub-200ms latency, and linguistically-aware markup for voice agents.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Enterprise TTS with 200+ realistic voices, sub-200ms latency, and linguistically-aware markup for voice agents.","website":"https://rime.ai","docs_url":"https://docs.rime.ai","signup_url":"https://rime.ai","pricing_model":"freemium","pricing_note":"Free plan 10k chars/mo (200+ voices); Starter $5/mo (100k chars); Growth and Enterprise tiers above.","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Sign up via Google or GitHub OAuth; every account gets free monthly characters and a Bearer API key. Models: Mist v2, Arcana, Coda.","mcp_server":"","sdks":["Python","REST"],"code_sample":"{\"lang\":\"python\",\"code\":\"import requests\\n\\nresp = requests.post(\\n    \\\"https://users.rime.ai/v1/rime-tts\\\",\\n    headers={\\n        \\\"Authorization\\\": \\\"Bearer RIME_API_KEY\\\",\\n        \\\"Accept\\\": \\\"audio/mp3\\\",\\n        \\\"Content-Type\\\": \\\"application/json\\\",\\n    },\\n    json={\\\"text\\\": \\\"Hello from Rime.\\\", \\\"speaker\\\": \\\"cove\\\", \\\"modelId\\\": \\\"mistv2\\\"},\\n)\\nopen(\\\"out.mp3\\\", \\\"wb\\\").write(resp.content)\"}","tags":["tts","low-latency","voice-agents","enterprise"],"useCases":[],"codeSample":{"lang":"python","code":"import requests\n\nresp = requests.post(\n    \"https://users.rime.ai/v1/rime-tts\",\n    headers={\n        \"Authorization\": \"Bearer RIME_API_KEY\",\n        \"Accept\": \"audio/mp3\",\n        \"Content-Type\": \"application/json\",\n    },\n    json={\"text\": \"Hello from Rime.\", \"speaker\": \"cove\", \"modelId\": \"mistv2\"},\n)\nopen(\"out.mp3\", \"wb\").write(resp.content)"},"oneLiner":"Enterprise TTS with 200+ realistic voices, sub-200ms latency, and linguistically-aware markup for voice agents.","docsUrl":"https://docs.rime.ai","signupUrl":"https://rime.ai","pricingModel":"freemium","pricingNote":"Free plan 10k chars/mo (200+ voices); Starter $5/mo (100k chars); Growth and Enterprise tiers above.","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Sign up via Google or GitHub OAuth; every account gets free monthly characters and a Bearer API key. Models: Mist v2, Arcana, Coda.","mcpServer":""}