📄️ EchoKit server config options
The EchoKit server orchestrates multiple AI services to turn user voice input into voice responses.
📄️ Voice to text services (ASR)
The EchoKit server supports popular ASR providers.
📄️ LLM services
The EchoKit server utilizes LLM services to generate responses to user queries.
📄️ LLM with tools
The responses API is pioneered by OpenAI
📄️ Configure an End-to-End Pipeline for EchoKit
EchoKit supports real-time models that can reduce latency. However, this approach has several limitations:
📄️ Tool calls and actions
EchoKit supports MCP (Model Context Protocol), which allows LLMs to call external tools and actions.
📄️ Text to speech services (TTS)
The EchoKit server utilizes TTS services to synthesize voice from LLM responses.