EveryDev.ai
Subscribe
Home
Tools

3,569+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Speko
    Speko icon

    Speko

    Audio

    A voice AI router that benchmarks speech models language by language and routes STT, LLM, and TTS calls to the best-performing provider through a single OpenAI-compatible API.

    Visit Website

    At a Glance

    Pricing
    Paid
    Router: $0 usage-based
    Speko infra: $0 usage-based
    Enterprise: Custom/contact

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteDocsllms.txt

    Topics

    AudioLLM OrchestrationUnified API

    Alternatives

    SupertonicVidStudioOpenGranola
    Developer
    SpekoSan Francisco, CAEst. 2026$1600000 raised

    Listed Aug 2026

    About Speko

    Speko is a Y Combinator-backed voice AI routing platform that sits in front of every major speech provider and selects the best model per language and objective from published benchmark measurements. It exposes a single OpenAI-compatible API endpoint, so frameworks like LiveKit and Pipecat can point at Speko without changing agent code. The platform is SOC 2 Type II certified, HIPAA-compliant, and GDPR-ready, and is currently in public preview.

    What It Is

    Speko is a model router for voice AI pipelines. Instead of picking a single speech-to-text, LLM, or text-to-speech provider and hoping it performs well across all languages, Speko reads its own cross-provider benchmark data and routes each request to the model that scores best for the requested language and objective (latency, quality, cost, or balanced). The router covers all three legs of a voice pipeline — STT, LLM, and TTS — under one API key and one base URL.

    How the Routing Works

    The core insight behind Speko is that most speech model leaderboards are English-only. According to the homepage, 11 of 23 measured STT models have no published benchmark data outside English, and 4 different models win across just 9 languages. Speko's router uses its own per-language benchmark board to make routing decisions rather than relying on a vendor's English leaderboard.

    Routing is controlled through request headers:

    • X-Speko-Objective — choose latency, quality, cost, or balanced
    • X-Speko-Language — BCP 47 tag for benchmark selection
    • X-Speko-Allow / X-Speko-Deny — allowlist or blocklist specific providers or models
    • X-Speko-Max-Price — cap the per-unit cost of the selected model

    Each response includes X-Route and X-Route-Reason headers so callers can observe which provider was selected and why. Pre-response failover is built in: if a candidate fails, the router tries the next-ranked model before returning an error.

    Gateway and Framework Integration

    Speko speaks the OpenAI API wire format, so any framework that already calls OpenAI for STT, LLM, or TTS needs only a new base_url and API key. The docs show working examples for:

    • LiveKit (TypeScript) — point the OpenAI plugin at https://api.speko.ai/v1 with model: 'auto'
    • Pipecat (Python) — same pattern for the pipeline's STT, LLM, and TTS stages
    • Claude / Cursor — via MCP at https://mcp.speko.ai/mcp

    The auto model string tells the router to rank eligible models dynamically. Callers can also pin a specific provider:model ID from the /v1/models list when they want deterministic routing.

    API Surface

    The API covers the full voice pipeline with both OpenAI-compatible and Speko-native routes:

    • POST /v1/audio/transcriptions and POST /v1/transcribe for batch and streaming STT
    • POST /v1/chat/completions for LLM
    • POST /v1/audio/speech and POST /v1/synthesize for TTS
    • GET /v1/realtime WebSocket for speech-to-speech
    • GET /v1/transcribe/stream and GET /v1/synthesize/stream for realtime streaming
    • GET /v1/routing/preview to preview a route without sending upstream traffic

    The OpenAPI spec is published at https://api.speko.ai/openapi.json.

    Current Status

    Speko is in public preview with all systems operational. The platform is backed by Y Combinator and offers $100 in signup credit to every new account. Enterprise access is available by contract with committed monthly minimums, dedicated support, and SLA terms. No SLA is offered during the public preview period for the Router and Speko infra tiers.

    Speko - 1

    Community Discussions

    Be the first to start a conversation about Speko

    Share your experience with Speko, ask questions, or help others learn from your insights.

    Pricing

    Router

    Routes requests to the best provider per language. You pay the provider's published rate plus a 5% routing fee.

    $0
    usage based
    • Speech-to-text, LLM, and TTS via provider published rates
    • Measured selection and pre-response failover
    • Public preview access
    • Email support
    • No SLA during preview
    • No commitment

    Speko infra

    All-inclusive per-minute rate covering STT, LLM, and TTS on Speko infrastructure.

    $0
    usage based
    • Speech-to-text, LLM, and TTS included
    • Measured selection and pre-response failover
    • Public preview access
    • Email support
    • No SLA during preview
    • No commitment

    Enterprise

    Custom pricing locked for the contract term with dedicated support and SLA.

    Custom
    contact sales
    • Speech-to-text, LLM, and TTS included
    • Measured selection, pre-response failover, plus deployment reviews
    • Access by contract
    • Dedicated support
    • SLA in the contract
    • Committed monthly minimum
    View official pricing

    Capabilities

    Key Features

    • Cross-provider voice AI routing (STT, LLM, TTS)
    • Per-language benchmark-driven model selection
    • OpenAI-compatible API (drop-in base URL swap)
    • Pre-response failover across providers
    • Objective-based routing: latency, quality, cost, balanced
    • Language-aware routing via BCP 47 tags
    • Provider allowlist and blocklist controls
    • Max-price constraint per request
    • X-Route and X-Route-Reason response headers for observability
    • Realtime speech-to-speech WebSocket
    • Realtime STT and TTS streaming WebSockets
    • Route preview without upstream traffic
    • LiveKit and Pipecat integration
    • MCP server for Claude and Cursor
    • SOC 2 Type II, HIPAA, and GDPR compliance
    • $100 signup credit for all accounts

    Integrations

    LiveKit
    Pipecat
    OpenAI
    Deepgram
    AssemblyAI
    ElevenLabs
    Cartesia
    Google Cloud Speech (Chirp 3)
    xAI (Grok STT)
    Gladia
    Smallest AI
    Soniox
    Modulate
    Inworld
    Alibaba (Qwen3-ASR)
    Gradium
    Claude (MCP)
    Cursor (MCP)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Speko and help others make informed decisions.

    Developer

    Speko Team

    Speko builds a measured routing layer for voice AI pipelines, selecting the best speech-to-text, LLM, and text-to-speech model per language from its own cross-provider benchmark data. The company is backed by Y Combinator and holds SOC 2 Type II, HIPAA, and GDPR certifications. Speko exposes an OpenAI-compatible API so developers can integrate without rewriting existing agent code.

    Founded 2026
    San Francisco, CA
    $1600000 raised
    4 employees

    Used by

    Morgan Stanley (legacy client of…
    Prudential (legacy client of founder's…
    HSBC (legacy client of founder's…
    Grab (legacy client of founder's…
    Read more about Speko Team
    WebsiteLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Supertonic icon

    Supertonic

    Lightning-fast, on-device text-to-speech system powered by ONNX Runtime that runs entirely locally with no cloud dependency, supporting 31 languages across Python, JavaScript, mobile, and native runtimes.

    VidStudio icon

    VidStudio

    A browser-based video processing suite that runs entirely client-side using WebAssembly — no uploads, no installs, fully private.

    OpenGranola icon

    OpenGranola

    OpenGranola is an open-source alternative to the Granola AI meeting notes app, allowing users to capture and enhance meeting notes locally.

    Browse all tools

    Related Topics

    Audio

    AI tools that generate or edit audio — music, sound effects, voice and speech, and podcast production.

    32 tools

    LLM Orchestration

    Platforms and frameworks for designing, managing, and deploying complex LLM workflows with visual interfaces, allowing for the coordination of multiple AI models and services.

    203 tools

    Unified API

    AI-enhanced API aggregation services that provide a single, intelligent interface for accessing and managing multiple APIs with automatic version management.

    15 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions