add docs/providers.md comparison guide

This commit is contained in:
leonardotrapani
2026-02-01 02:14:00 +01:00
parent 10ec54fc99
commit 8ced10179c
3 changed files with 273 additions and 13 deletions
+12
View File
@@ -479,4 +479,16 @@ Started: Sun Feb 1 12:22:47 AM CET 2026
- Updated Development Status table: all items now complete (local, streaming, model mgmt, language validation)
- Updated Project Structure: added deps/, language/, models/whisper/ packages
- Updated File Locations: added models directory path
- Typecheck passes
### Task 45: Create docs/providers.md comparison guide
- Created comprehensive provider comparison documentation
- Transcription providers table: OpenAI, Groq, Mistral, ElevenLabs, Deepgram, whisper-cpp with Type/Models/Languages/Streaming/Speed/Quality/Cost
- Individual provider sections with models list and "Best for" recommendations
- LLM providers table: OpenAI and Groq models
- Decision flowchart for choosing a provider (privacy -> streaming -> speed -> accuracy)
- Quick recommendations table for common use cases
- Language support section: full 57-language list, English-only models clearly marked, Deepgram subset languages
- Streaming vs Batch explanation with use cases
- Local vs Cloud comparison with pros/cons and when-to-choose guidelines
- Typecheck passes