Moonshine Base
Moonshine Base is a speech-to-text model built by Useful Sensors. Strongest at Low-latency live transcription, embedded devices.. Self-hosted on Free.ai GPUs — runs free against your daily token pool (500 tokens per minute). Released under MIT — commercial use permitted on Free.ai.
Use via API
OpenAI-compatible REST API. Generate a key and call this model in seconds.
curl -X POST https://api.free.ai/v1/stt/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"model":"moonshine-base","audio_url":"https://..."}'
API Documentation
Get API Key