{"id":26671067,"url":"https://github.com/outspeed-ai/voice-devtools","last_synced_at":"2025-04-12T04:06:28.705Z","repository":{"id":282946481,"uuid":"936442909","full_name":"outspeed-ai/voice-devtools","owner":"outspeed-ai","description":"Developer tools to debug and build realtime voice agents. Supports multiple models.","archived":false,"fork":false,"pushed_at":"2025-04-11T11:38:04.000Z","size":2258,"stargazers_count":26,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T04:06:25.459Z","etag":null,"topics":["javascript","multimodal","nodejs","open-source","voice-ai","webrtc"],"latest_commit_sha":null,"homepage":"https://demo.outspeed.com","language":"TypeScript","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/outspeed-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-21T05:06:23.000Z","updated_at":"2025-04-11T11:38:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"199124cf-d154-412d-b20e-4370b0b6723d","html_url":"https://github.com/outspeed-ai/voice-devtools","commit_stats":null,"previous_names":["outspeed-ai/voice-devtools"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outspeed-ai%2Fvoice-devtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outspeed-ai%2Fvoice-devtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outspeed-ai%2Fvoice-devtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outspeed-ai%2Fvoice-devtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outspeed-ai","download_url":"https://codeload.github.com/outspeed-ai/voice-devtools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514228,"owners_count":21116903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["javascript","multimodal","nodejs","open-source","voice-ai","webrtc"],"created_at":"2025-03-25T23:32:19.946Z","updated_at":"2025-04-12T04:06:28.678Z","avatar_url":"https://github.com/outspeed-ai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Voice DevTools\n\nThis UI provides a debug console for real-time AI voice interactions. It works with multiple realtime models ([View supported models](https://docs.outspeed.com/models)). Features include:\n\n1. Cost Tracking: Know how much you've spent per voice interaction\n2. Model Support: Supports open-source (MiniCPM-o) and closed-source S2S models (adding more soon!)\n3. Metrics Support: Track errors, response timelines, and performance\n4. Voice and Chat UI\n\nInspired by [openai-realtime-console](https://github.com/openai/openai-realtime-console) and [openai-realtime-agents](https://github.com/openai/openai-realtime-agents).\n\n## Quick Start\n\n1. Get your API keys:\n\n   - [Outspeed API key](https://dashboard.outspeed.com)\n   - [OpenAI API key](https://platform.openai.com/settings/api-keys)\n\n2. Set up environment:\n\n   ```bash\n   cp .env.example .env\n   # Add your API keys to .env:\n   # OPENAI_API_KEY=\"\u003cyour-openai-key\u003e\"\n   # OUTSPEED_API_KEY=\"\u003cyour-outspeed-key\u003e\"\n   ```\n\n3. Install and run:\n   ```bash\n   npm install\n   npm run dev\n   ```\n\nVisit [http://localhost:3000](http://localhost:3000) to access the console.\n\n### Usage\n\nTo modify agent prompt and tools, modify `agent-config.js`.\n\nTo modify the model parameters like (voice, version, etc.), edit `model-config.js`\n\n\n### Agents\n\nThere are two voice agent examples already present in `agent-config.js`:\n1. Dental Agent: Answers callers' questions about working hours of a dental clinic\n2. Message Agent: Takes callers' messages for a person\n\nYou can modify the export in the file to activate an agent:\n\n```js\n// agent-config.js\nexport { dental_agent as agent }\n\n// for message_agent\nexport { message_agent as agent }\n```\n\nPlay around with the prompts, or add your own voice agent to give it a spin.\n\n### Supported Models\n  - [MiniCPM-o](https://github.com/OpenBMB/MiniCPM-o) (hosted by Outspeed)\n  - OpenAI Realtime models\n  - Moshi (Coming Soon)\n  - Gemini Multimodal Live (Coming Soon)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutspeed-ai%2Fvoice-devtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutspeed-ai%2Fvoice-devtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutspeed-ai%2Fvoice-devtools/lists"}