Documentation Index
Fetch the complete documentation index at: https://docs.getpatter.com/llms.txt
Use this file to discover all available pages before exploring further.
Speechmatics STT
Parity status: Speechmatics STT currently ships in the Python SDK
only. The Patter project’s SDK parity rule
expects every public provider to land in both SDKs. The TypeScript port is
tracked in the SDK feature inventory and will follow once the official
@speechmatics/voice Node SDK reaches feature parity with the Python
Voice SDK that backs the Python adapter.Today
Use the Python SDK if you need Speechmatics in production:Pipeline alternatives in TypeScript
While the TypeScript port is in flight, the closest equivalents in the TypeScript SDK are:| Need | Recommendation (TS) |
|---|---|
| Multilingual streaming with high accuracy | DeepgramSTT with model: "nova-3-multilingual" |
| Lowest cost per minute | SonioxSTT ($0.002/min) |
| OpenAI ecosystem | OpenAITranscribeSTT with gpt-4o-mini-transcribe |
getpatter/stt/<provider> namespace pattern.
Models and rates (Python)
| Tier | Rate / min |
|---|---|
| Pro (default) | $0.004 |
getpatter/pricing for the canonical rate table.
