# Speko > Speko is an OpenRouter-style gateway for voice AI: one API for every voice provider. Speko benchmarks STT, LLM, and TTS providers in real time and routes each call to the best provider for your language, latency, and cost target, with automatic failover across the full voice stack (STT, TTS, and speech-to-speech) in 10+ languages. Documentation lives at https://docs.speko.dev. Machine-readable indexes: https://docs.speko.dev/llms.txt (per-page index) and https://docs.speko.dev/llms-full.txt (full documentation corpus in one file). ## Docs - [Documentation index for LLMs](https://docs.speko.dev/llms.txt): one-line descriptions of every documentation page - [Full documentation corpus](https://docs.speko.dev/llms-full.txt): all documentation pages concatenated for LLM context - [Quickstart](https://docs.speko.dev/quickstart): from sign-up to your first transcribe call in under five minutes - [MCP quickstart](https://docs.speko.dev/quickstart/mcp): connect Speko to Claude Code, Codex, OpenCode, Cursor, and other AI coding tools - [How routing works](https://docs.speko.dev/concepts/routing): intent plus benchmark scores produce ranked provider candidates with live failover - [Failover](https://docs.speko.dev/concepts/failover): how Speko transparently retries against runner-up providers when the primary fails - [API reference](https://docs.speko.dev/api-reference/introduction): public REST API for the Speko voice gateway ## Benchmarks - [Provider benchmarks](https://benchmarks.speko.ai): live STT, TTS, LLM, and speech-to-speech provider benchmarks (accuracy, latency, cost) that drive Speko routing - [STT benchmarks by language](https://speko.ai/stt): per-language speech-to-text leaderboard index - [English STT providers](https://speko.ai/stt/english): STT provider comparison for English - [Thai STT providers](https://speko.ai/stt/thai): STT provider comparison for Thai - [Indonesian STT providers](https://speko.ai/stt/indonesian): STT provider comparison for Indonesian - [Vietnamese STT providers](https://speko.ai/stt/vietnamese): STT provider comparison for Vietnamese - [TTS benchmarks by language](https://speko.ai/tts): per-language text-to-speech benchmark index - [Thai TTS providers](https://speko.ai/tts/thai): TTS provider comparison for Thai - [Filipino TTS providers](https://speko.ai/tts/filipino): TTS provider comparison for Filipino - [Vietnamese TTS providers](https://speko.ai/tts/vietnamese): TTS provider comparison for Vietnamese ## SDKs and tools - [@spekoai/sdk on npm](https://www.npmjs.com/package/@spekoai/sdk): official TypeScript SDK for the Speko voice gateway - [spekoai on PyPI](https://pypi.org/project/spekoai/): official Python SDK - [@spekoai/mcp on npm](https://www.npmjs.com/package/@spekoai/mcp): Speko MCP server with an init wizard for Claude Code, Codex, OpenCode, and Cursor - [@spekoai/adapter-livekit on npm](https://www.npmjs.com/package/@spekoai/adapter-livekit): Speko STT, LLM, and TTS components for LiveKit Agents - [Hosted MCP endpoint](https://mcp.speko.ai/mcp): OAuth-protected hosted Speko MCP server, no local install required - [SpekoAI on GitHub](https://github.com/SpekoAI): source repositories and SDKs ## Optional - [Speko homepage](https://speko.ai/) - [Blog](https://speko.ai/blog/): engineering posts on voice agent latency, STT evaluation, streaming vs batch STT, and barge-in design