ai-stt
Speech-to-Text for togo — Whisper + Deepgram drivers
Extends ai
togo install togo-framework/ai-sttStars0
LanguageGo
License—
Last push2026-06-25
- ai
- artificial-intelligence
- go
- golang
- llm
- plugin
- speech-to-text
- togo
Readme
togo-framework/ai-stt
Part of the togo framework.
Install
bash
ai-stt — Speech-to-Text for togo
Adds Speech-to-Text to a togo app on the ai plugin family. Drivers register via
init(); pick one with STT_DRIVER.
bash
Drivers
STT_DRIVER | Provider | Env |
|---|---|---|
openai | OpenAI Whisper | OPENAI_API_KEY (OPENAI_BASE_URL optional) |
deepgram | Deepgram | DEEPGRAM_API_KEY |
Use
Mount the REST handler under /api/ai/stt and POST the raw audio (body) →
{"text": "..."}. Or from Go:
go
MIT
Premium sponsors
text
Support togo — become a sponsor.