{"slug":"deepgram","name":"Deepgram","owner":null,"repo":null,"category":"voice-media","lang":"","blurb":"Fast, accurate speech-to-text, text-to-speech, and voice-agent APIs built for real-time and batch at scale.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Fast, accurate speech-to-text, text-to-speech, and voice-agent APIs built for real-time and batch at scale.","website":"https://deepgram.com","docs_url":"https://developers.deepgram.com","signup_url":"https://console.deepgram.com/signup","pricing_model":"freemium","pricing_note":"$200 free credit, no card; STT from $0.0043/min (batch), TTS $30/1M chars; Voice Agent bundle ~$4.50/hr.","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Free signup with $200 credit, no credit card; instant API key in the console. A Management API can create/rotate keys programmatically once an account+project exists.","mcp_server":"https://github.com/deepgram/mcp","sdks":["Python","JavaScript","Go",".NET","REST"],"code_sample":"{\"lang\":\"python\",\"code\":\"from deepgram import DeepgramClient, PrerecordedOptions\\n\\ndeepgram = DeepgramClient(\\\"DEEPGRAM_API_KEY\\\")\\nresponse = deepgram.listen.rest.v(\\\"1\\\").transcribe_url(\\n    {\\\"url\\\": \\\"https://dpgr.am/spacewalk.wav\\\"},\\n    PrerecordedOptions(model=\\\"nova-3\\\", smart_format=True),\\n)\\nprint(response.results.channels[0].alternatives[0].transcript)\"}","tags":["stt","tts","voice-agents","real-time"],"useCases":[],"codeSample":{"lang":"python","code":"from deepgram import DeepgramClient, PrerecordedOptions\n\ndeepgram = DeepgramClient(\"DEEPGRAM_API_KEY\")\nresponse = deepgram.listen.rest.v(\"1\").transcribe_url(\n    {\"url\": \"https://dpgr.am/spacewalk.wav\"},\n    PrerecordedOptions(model=\"nova-3\", smart_format=True),\n)\nprint(response.results.channels[0].alternatives[0].transcript)"},"oneLiner":"Fast, accurate speech-to-text, text-to-speech, and voice-agent APIs built for real-time and batch at scale.","docsUrl":"https://developers.deepgram.com","signupUrl":"https://console.deepgram.com/signup","pricingModel":"freemium","pricingNote":"$200 free credit, no card; STT from $0.0043/min (batch), TTS $30/1M chars; Voice Agent bundle ~$4.50/hr.","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Free signup with $200 credit, no credit card; instant API key in the console. A Management API can create/rotate keys programmatically once an account+project exists.","mcpServer":"https://github.com/deepgram/mcp"}