Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.96 KB

vendors_overview.md

File metadata and controls

13 lines (10 loc) · 1.96 KB

Vendors Overview

The table summarizes vendor alternative for core AI service and optional RAI modules:

Module Open source Alternative Why to consider alternative? More information
AI service Ollama OpenAI, Bedrock Overall performance of the AI model, supported modalities and features LangChain models
Optional: Tracing tool Langfuse LangSmith Better integration with LangChain Comparison
Optional: Text to speech OpenTTS ElevenLabs Arguably, significantly better voice synthesis
  • OpenTTS GitHub
  • RAI voice interface
  • Optional: Speech to text Whisper OpenAI Whisper (hosted) When suitable local GPU is not an option
  • Whisper GitHub
  • RAI voice interface
  • Our recommendation, if your environment allows it, is to go with OpenAI GPT4o model, ElevenLabs for TTS, locally-hosted Whisper, and Langfuse.