{"id":47660830,"url":"https://github.com/deepgram/cli","last_synced_at":"2026-05-08T21:02:29.370Z","repository":{"id":343318809,"uuid":"1021502571","full_name":"deepgram/cli","owner":"deepgram","description":"Official Deepgram CLI — speech-to-text, text-to-speech, and audio intelligence from your terminal","archived":false,"fork":false,"pushed_at":"2026-05-01T23:38:45.000Z","size":1407,"stargazers_count":3,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-02T01:16:01.501Z","etag":null,"topics":["audio-intelligence","cli","deepgram","developer-tools","mcp","python","speech-to-text","stt","text-to-speech","transcription","tts","voice-ai"],"latest_commit_sha":null,"homepage":"https://cli.deepgram.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepgram.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-07-17T13:48:24.000Z","updated_at":"2026-05-01T23:38:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/deepgram/cli","commit_stats":null,"previous_names":["deepgram/cli"],"tags_count":85,"template":false,"template_full_name":null,"purl":"pkg:github/deepgram/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepgram","download_url":"https://codeload.github.com/deepgram/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram%2Fcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32797265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio-intelligence","cli","deepgram","developer-tools","mcp","python","speech-to-text","stt","text-to-speech","transcription","tts","voice-ai"],"created_at":"2026-04-02T11:02:34.659Z","updated_at":"2026-05-08T21:02:29.363Z","avatar_url":"https://github.com/deepgram.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deepgram CLI\n\n[![Test](https://github.com/deepgram/cli/actions/workflows/test.yml/badge.svg)](https://github.com/deepgram/cli/actions/workflows/test.yml)\n[![Version](https://img.shields.io/pypi/v/deepctl)](https://pypi.org/project/deepctl/)\n[![Python](https://img.shields.io/pypi/pyversions/deepctl)](https://pypi.org/project/deepctl/)\n[![License](https://img.shields.io/github/license/deepgram/cli)](https://github.com/deepgram/cli/blob/main/LICENSE)\n```sh\nUsage: dg [OPTIONS] COMMAND [ARGS]...\n\n████████████████\n██████████████████\n████████████████████\n█████████████████████\n███████      ████████\n███████       ███████\n             ████████\n      ███████████████\n    ████████████████\n  ████████████████\n████████████████\n\ndeepctl — Official Deepgram CLI STT · TTS · Audio Intelligence\n```\n\nThe official Deepgram CLI brings speech-to-text, text-to-speech, audio\nintelligence, and project management directly into your terminal. Aliases:\n`deepctl`, `deepgram`, `dg`.\n\n## Installation\n\n### Quick Install\n\n**macOS / Linux (Homebrew):**\n\n```bash\nbrew tap deepgram/tap\nbrew install deepgram\n```\n\nHomebrew brings in `ffmpeg` and `portaudio` automatically — `dg listen --mic`, `dg debug probe`, and raw audio piping all work without further setup. To upgrade later: `brew upgrade deepgram`.\n\n**macOS / Linux (curl):**\n\n```bash\ncurl -fsSL https://deepgram.com/install.sh | sh\n```\n\n**Windows (PowerShell):**\n\n```powershell\niwr https://deepgram.com/install.ps1 -useb | iex\n```\n\n### Package Managers\n\n```bash\npip install deepctl          # pip\nuv tool install deepctl      # uv\npipx install deepctl         # pipx\n```\n\n### Try Without Installing\n\n```bash\nuvx deepctl --help\npipx run deepctl --help\n```\n\n## Getting Started\n\n```bash\n# Authenticate with Deepgram\ndg login\n\n# Transcribe an audio file\ndg listen recording.wav\n\n# Text-to-speech\ndg speak \"Hello from Deepgram\" -o hello.mp3\n\n# Live microphone transcription\ndg listen --mic\n\n# Analyze text for sentiment and topics\ndg read \"The product is amazing\" --sentiment --topics\n```\n\n## Examples\n\n### Speech-to-text\n\n```bash\n# File or URL — auto-detected\ndg listen keynote.mp3 --diarize --model nova-3\ndg listen https://cdn.example.com/podcast.mp3\n\n# Pipe to jq for scripting\ndg -o json listen standup.mp3 \\\n  | jq '.results.channels[0].alternatives[0].transcript'\n\n# Live microphone with interim (partial) results\ndg listen --mic --model nova-3 --interim\n\n# Raw audio stream from ffmpeg\nffmpeg -i video.mp4 -f s16le -ar 16000 -ac 1 - \\\n  | dg listen --encoding linear16\n```\n\n### Captions (WebVTT \u0026 SRT)\n\n```bash\n# Generate a WebVTT file\ndg listen keynote.mp3 --webvtt --save-to keynote.vtt\n\n# SRT with speaker labels\ndg listen interview.mp3 --srt --diarize --save-to interview.srt\n\n# Stream live captions from the microphone\ndg listen --mic --webvtt\n\n# Captions from a video via ffmpeg\nffmpeg -i video.mp4 -f s16le -ar 16000 -ac 1 - \\\n  | dg listen --encoding linear16 --srt\n```\n\n### Text intelligence\n\n```bash\ndg read earnings.txt --sentiment --summarize --topics\n```\n\n### Text-to-speech\n\n```bash\n# Stream directly to a player\ndg speak \"Hello from Deepgram\" | ffplay -nodisp -autoexit -\n```\n\n### Account \u0026 project management\n\n```bash\ndg whoami                                        # Auth status\ndg projects --list                               # List projects\ndg keys --create --comment 'ci-pipeline' --dry-run  # Dry-run key creation\ndg usage --last-month                            # Usage stats\ndg requests --status failed --endpoint listen   # Debug failed requests\n```\n\n### Raw API \u0026 MCP\n\n```bash\n# Hit any endpoint directly\ndg api /v1/projects --jq '.projects[0].name'\n\n# MCP server for AI editors (Claude Code, Cursor, etc.)\ndg mcp --transport sse --port 8000\n```\n\n## Features\n\n### Speech-to-Text\n\nTranscribe audio files, URLs, or live microphone input.\n\n```bash\ndg listen meeting.wav --diarize --smart-format\ndg listen https://example.com/audio.mp3 --model nova-3\ndg listen --mic --model nova-3 --language en-US\ncat audio.raw | dg listen --encoding linear16 --sample-rate 16000\n```\n\n### Text-to-Speech\n\nConvert text to natural speech. Supports file output and piping.\n\n```bash\ndg speak \"Welcome to Deepgram\" -o welcome.mp3\ndg speak --file script.txt -o output.mp3 -m aura-2-luna-en\necho \"Hello\" | dg speak -o greeting.mp3\ndg speak \"Stream me\" | ffplay -nodisp -    # pipe to audio player\n```\n\n### Text Intelligence\n\nAnalyze text for sentiment, summaries, topics, and intents.\n\n```bash\ndg read \"Customer called about billing\" --sentiment --summarize\ndg read --file article.txt --topics --intents\ncat feedback.txt | dg read --sentiment\n```\n\n### Project Management\n\nManage your Deepgram account from the terminal.\n\n```bash\ndg projects --list                        # List projects\ndg keys --list                            # List API keys\ndg keys --create --comment \"staging\"      # Create API key\ndg members                                # List team members\ndg members --invite user@co.com           # Invite member\ndg usage --last-month                     # View usage stats\ndg billing                                # Check balances\ndg requests --limit 20 --status failed    # Request history\ndg models --type tts                      # List available models\n```\n\n### Direct API Access\n\nMake authenticated requests to any Deepgram endpoint.\n\n```bash\ndg api /v1/projects\ndg api /v1/projects -X POST -f name=\"New Project\"\ndg api /v1/listen -X POST --input audio.wav --jq '.results'\n```\n\n### Debugging Tools\n\nDiagnose audio, network, and browser issues.\n\n```bash\ndg debug audio --file recording.wav       # Analyze audio compatibility\ndg debug network --verbose                # Test connectivity to Deepgram\ndg debug probe --port 3100                # Live stream audio analysis\n```\n\n### MCP Server\n\nConnect Deepgram tools to AI coding assistants (Claude Code, Cursor, etc.).\n\n```bash\ndg mcp                                    # Start MCP server (stdio)\ndg mcp --transport sse --port 8000        # SSE transport\n```\n\nAdd to your editor's MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"deepgram\": {\n      \"type\": \"stdio\",\n      \"command\": \"dg\",\n      \"args\": [\"mcp\"]\n    }\n  }\n}\n```\n\n### AI Tool Integration\n\nAutomatically detect and configure AI coding assistants with Deepgram skills.\n\n```bash\ndg skills status                          # Detect AI tools\ndg skills setup                           # Interactive setup wizard\ndg skills install --all                   # Install for all detected tools\n```\n\n### Starter Apps\n\nScaffold a new project from Deepgram templates.\n\n```bash\ndg init --list                            # Browse templates\ndg init node-live-transcription           # Clone and set up\n```\n\n## CI / Automation\n\nEvery command is CI-friendly. Authentication works via environment variables,\nall interactive prompts have flag-based alternatives, and destructive operations\nrequire explicit `--yes`.\n\n```bash\n# CI authentication\nexport DEEPGRAM_API_KEY=\"your-key\"\nexport DEEPGRAM_PROJECT_ID=\"your-project-id\"\n\n# Non-interactive usage\ndg listen recording.wav\ndg speak \"Deploy complete\" -o notification.mp3\ndg keys --create --comment \"ci-key\" --scopes member\ndg keys --delete KEY_ID --yes\ndg read --file report.txt --summarize\n\n# Output formats for scripting\ndg projects --list -o json\ndg keys --list -o csv\ndg usage --last-week -o yaml\n```\n\nWhen running in a non-TTY environment (pipes, CI, or AI coding tools), the CLI\nautomatically switches to structured JSON output with plain-text status messages.\n\n### Forcing non-interactive mode\n\nThree explicit ways to skip every prompt and run with defaults — useful from a\nreal terminal where auto-detection wouldn't otherwise trigger:\n\n```bash\n# Global flag (works at any position)\ndg --non-interactive listen recording.wav\ndg listen --non-interactive recording.wav\n\n# Environment variable (good for whole scripts)\nCI=1 dg listen recording.wav\n```\n\nAlso recognised: `--agent-friendly` (alias intended for AI coding tools — same\neffect plus JSON metadata output), and the auto-detected env vars\n`CLAUDECODE`, `CLAUDE_CODE_ENTRYPOINT`, `CODEX_SANDBOX`, and Aider's\n`OR_APP_NAME` / `OR_SITE_URL`.\n\n## Plugins\n\nExtend the CLI with custom commands.\n\n```bash\ndg plugin search deepctl-               # Find plugins\ndg plugin install \u003cpackage\u003e              # Install\ndg plugin list                           # List installed\ndg plugin remove \u003cpackage\u003e              # Remove\n```\n\nCreate your own — see the [plugin example](packages/deepctl-plugin-example).\n\n## Configuration\n\n**Priority:** CLI flags \u003e environment variables \u003e profile config \u003e project config\n\n```bash\ndg login                                 # Interactive or --api-key\ndg login --profile staging --api-key SK  # Named profiles\ndg profiles --list                       # List profiles\ndg profiles --switch staging             # Switch profile\n```\n\nOutput format on any command: `--output json|yaml|table|csv`\n\n## Telemetry\n\nThe CLI phones home anonymous error reports to help us catch crashes and regressions before users have to file an issue. It's **on by default** and easy to turn off.\n\n**What's collected:** Python exceptions, stack traces, the CLI version, and the Python runtime. Request bodies, headers, cookies, API keys, email addresses, IP addresses, and usernames are scrubbed before send. No performance traces, no profiling, no replays — errors only.\n\n**Where it goes:** the `dx-cli` Sentry project owned by the Deepgram DX team.\n\n### Opt out\n\nPersistent (recommended):\n\n```bash\ndg config set telemetry.enabled false\n```\n\nOne-shot (CI, scripts, single command):\n\n```bash\nDEEPCTL_TELEMETRY_DISABLED=1 dg listen recording.wav\n```\n\n### Override the destination\n\nFor forks or self-hosted Sentry, point telemetry at your own DSN:\n\n```bash\nexport DEEPCTL_TELEMETRY_DSN='https://\u003ckey\u003e@\u003cyour-sentry\u003e/\u003cproject\u003e'\n```\n\n`DEEPCTL_TELEMETRY_DISABLED` always wins. The default DSN is baked into the package and only used when the override is unset.\n\n## Development\n\n```bash\ngit clone https://github.com/deepgram/cli \u0026\u0026 cd cli\nuv sync --group dev\nmake dev                                 # Format + lint + test\nmake check                               # Format + lint + typecheck (no tests)\n```\n\n### Architecture\n\n\u003c!-- BEGIN:architecture --\u003e\n```\ncli/\n├── src/deepctl/                      # Main CLI entry point\n├── packages/\n│   ├── deepctl-cmd-api/              # API command for deepctl\n│   ├── deepctl-cmd-billing/          # Billing command for deepctl\n│   ├── deepctl-cmd-completion/       # Shell completion command for deepctl\n│   ├── deepctl-cmd-debug/            # Debug command group for deepctl\n│   ├── deepctl-cmd-debug-audio/      # Audio debug subcommand for deepctl\n│   ├── deepctl-cmd-debug-browser/    # Browser debug subcommand for deepctl\n│   ├── deepctl-cmd-debug-network/    # Network debug subcommand for deepctl\n│   ├── deepctl-cmd-debug-probe/      # Debug probe subcommand for deepctl — live ffprobe analysis during streaming\n│   ├── deepctl-cmd-debug-toolkit/    # Toolkit subcommand for dg debug — runs field support scripts from deepgram/support-toolkit\n│   ├── deepctl-cmd-ffprobe/          # FFprobe configuration command for deepctl\n│   ├── deepctl-cmd-init/             # Init command for deepctl — scaffold Deepgram starter apps\n│   ├── deepctl-cmd-keys/             # API keys management command for deepctl\n│   ├── deepctl-cmd-listen/           # Listen (live speech-to-text) command for deepctl\n│   ├── deepctl-cmd-login/            # Login command for deepctl\n│   ├── deepctl-cmd-mcp/              # MCP proxy command for deepctl — connects to Deepgram's developer API\n│   ├── deepctl-cmd-members/          # Members management command for deepctl\n│   ├── deepctl-cmd-models/           # Models command for deepctl\n│   ├── deepctl-cmd-plugin/           # Plugin management command for deepctl\n│   ├── deepctl-cmd-projects/         # Projects command for deepctl\n│   ├── deepctl-cmd-read/             # Read (text intelligence) command for deepctl\n│   ├── deepctl-cmd-requests/         # Requests history command for deepctl\n│   ├── deepctl-cmd-skills/           # AI coding assistant skill management for deepctl\n│   ├── deepctl-cmd-speak/            # Speak (text-to-speech) command for deepctl\n│   ├── deepctl-cmd-transcribe/       # Transcribe command for deepctl\n│   ├── deepctl-cmd-update/           # Update command for deepctl\n│   ├── deepctl-cmd-usage/            # Usage command for deepctl\n│   ├── deepctl-core/                 # Core components for deepctl\n│   ├── deepctl-plugin-example/       # Example plugin for deepctl\n│   ├── deepctl-shared-utils/         # Shared utilities for deepctl\n│   └── deepctl-telemetry/            # Opt-out phone-home telemetry for deepctl\n├── tests/                            # Integration tests\n└── Makefile                          # Development tasks\n```\n\u003c!-- END:architecture --\u003e\n\n### Commands\n\n\u003c!-- BEGIN:commands --\u003e\n| Command | Description |\n|---------|-------------|\n| `deepctl api` | API command for deepctl |\n| `deepctl billing` | Billing command for deepctl |\n| `deepctl completion` | Shell completion command for deepctl |\n| `deepctl debug audio` | Audio debug subcommand for deepctl |\n| `deepctl debug browser` | Browser debug subcommand for deepctl |\n| `deepctl debug network` | Network debug subcommand for deepctl |\n| `deepctl debug probe` | Debug probe subcommand for deepctl — live ffprobe analysis during streaming |\n| `deepctl debug toolkit` | Toolkit subcommand for dg debug — runs field support scripts from deepgram/support-toolkit |\n| `deepctl debug` | Debug command group for deepctl |\n| `deepctl ffprobe` | FFprobe configuration command for deepctl |\n| `deepctl init` | Init command for deepctl — scaffold Deepgram starter apps |\n| `deepctl keys` | API keys management command for deepctl |\n| `deepctl listen` | Listen (live speech-to-text) command for deepctl |\n| `deepctl login` | Login command for deepctl |\n| `deepctl logout` | Login command for deepctl |\n| `deepctl mcp` | MCP proxy command for deepctl — connects to Deepgram's developer API |\n| `deepctl members` | Members management command for deepctl |\n| `deepctl models` | Models command for deepctl |\n| `deepctl plugin` | Plugin management command for deepctl |\n| `deepctl profiles` | Login command for deepctl |\n| `deepctl projects` | Projects command for deepctl |\n| `deepctl read` | Read (text intelligence) command for deepctl |\n| `deepctl requests` | Requests history command for deepctl |\n| `deepctl skills` | AI coding assistant skill management for deepctl |\n| `deepctl speak` | Speak (text-to-speech) command for deepctl |\n| `deepctl transcribe` | Transcribe command for deepctl |\n| `deepctl update` | Update command for deepctl |\n| `deepctl usage` | Usage command for deepctl |\n| `deepctl whoami` | Login command for deepctl |\n\u003c!-- END:commands --\u003e\n\n### Packages\n\n\u003c!-- BEGIN:packages --\u003e\n| Package | Description |\n|---------|-------------|\n| [`deepctl-cmd-api`](packages/deepctl-cmd-api) | API command for deepctl |\n| [`deepctl-cmd-billing`](packages/deepctl-cmd-billing) | Billing command for deepctl |\n| [`deepctl-cmd-completion`](packages/deepctl-cmd-completion) | Shell completion command for deepctl |\n| [`deepctl-cmd-debug`](packages/deepctl-cmd-debug) | Debug command group for deepctl |\n| [`deepctl-cmd-debug-audio`](packages/deepctl-cmd-debug-audio) | Audio debug subcommand for deepctl |\n| [`deepctl-cmd-debug-browser`](packages/deepctl-cmd-debug-browser) | Browser debug subcommand for deepctl |\n| [`deepctl-cmd-debug-network`](packages/deepctl-cmd-debug-network) | Network debug subcommand for deepctl |\n| [`deepctl-cmd-debug-probe`](packages/deepctl-cmd-debug-probe) | Debug probe subcommand for deepctl — live ffprobe analysis during streaming |\n| [`deepctl-cmd-debug-toolkit`](packages/deepctl-cmd-debug-toolkit) | Toolkit subcommand for dg debug — runs field support scripts from deepgram/support-toolkit |\n| [`deepctl-cmd-ffprobe`](packages/deepctl-cmd-ffprobe) | FFprobe configuration command for deepctl |\n| [`deepctl-cmd-init`](packages/deepctl-cmd-init) | Init command for deepctl — scaffold Deepgram starter apps |\n| [`deepctl-cmd-keys`](packages/deepctl-cmd-keys) | API keys management command for deepctl |\n| [`deepctl-cmd-listen`](packages/deepctl-cmd-listen) | Listen (live speech-to-text) command for deepctl |\n| [`deepctl-cmd-login`](packages/deepctl-cmd-login) | Login command for deepctl |\n| [`deepctl-cmd-mcp`](packages/deepctl-cmd-mcp) | MCP proxy command for deepctl — connects to Deepgram's developer API |\n| [`deepctl-cmd-members`](packages/deepctl-cmd-members) | Members management command for deepctl |\n| [`deepctl-cmd-models`](packages/deepctl-cmd-models) | Models command for deepctl |\n| [`deepctl-cmd-plugin`](packages/deepctl-cmd-plugin) | Plugin management command for deepctl |\n| [`deepctl-cmd-projects`](packages/deepctl-cmd-projects) | Projects command for deepctl |\n| [`deepctl-cmd-read`](packages/deepctl-cmd-read) | Read (text intelligence) command for deepctl |\n| [`deepctl-cmd-requests`](packages/deepctl-cmd-requests) | Requests history command for deepctl |\n| [`deepctl-cmd-skills`](packages/deepctl-cmd-skills) | AI coding assistant skill management for deepctl |\n| [`deepctl-cmd-speak`](packages/deepctl-cmd-speak) | Speak (text-to-speech) command for deepctl |\n| [`deepctl-cmd-transcribe`](packages/deepctl-cmd-transcribe) | Transcribe command for deepctl |\n| [`deepctl-cmd-update`](packages/deepctl-cmd-update) | Update command for deepctl |\n| [`deepctl-cmd-usage`](packages/deepctl-cmd-usage) | Usage command for deepctl |\n| [`deepctl-core`](packages/deepctl-core) | Core components for deepctl |\n| [`deepctl-plugin-example`](packages/deepctl-plugin-example) | Example plugin for deepctl |\n| [`deepctl-shared-utils`](packages/deepctl-shared-utils) | Shared utilities for deepctl |\n| [`deepctl-telemetry`](packages/deepctl-telemetry) | Opt-out phone-home telemetry for deepctl |\n\u003c!-- END:packages --\u003e\n\n## Release\n\nMerging [conventional commits](https://www.conventionalcommits.org/) to `main`\ntriggers [release-please](https://github.com/googleapis/release-please) to open\na release PR. Merging that PR creates tags and publishes all changed packages to\nPyPI. Each package is versioned independently.\n\n## Requirements\n\n- Python 3.10+\n- Cross-platform: Linux, Windows, macOS\n\n## Contributing\n\n1. Fork the repository\n2. `uv sync --group dev`\n3. `make dev` (formats, lints, tests)\n4. Submit a pull request\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for the contributor workflow.\n\n## Links\n\n- [Documentation](https://developers.deepgram.com/docs/cli)\n- [API Reference](https://developers.deepgram.com/reference)\n- [Discord](https://discord.gg/deepgram)\n- [Issues](https://github.com/deepgram/cli/issues)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepgram%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepgram%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepgram%2Fcli/lists"}