Skip to main content

Overview

sub200 provides unified access to state-of-the-art open-source TTS models through WebSocket API. Our curated selection covers edge deployment to research-grade synthesis.

Model Playground

Try models in your browser

Pricing

Simple, transparent pricing

Available Models

Maya Research - Maya One

State-of-the-art research model with advanced neural architecture.
Specifications
  • Parameters: Enterprise-grade
  • Latency: ~400ms
  • Quality: 4.9/5.0
  • GPU Required: Yes
Best for: Research applications, premium audiobooks, high-end content production

Canopy Labs - Orpheus Three Billion

Professional model with three billion parameters for high-quality synthesis.
Specifications
  • Parameters: 3B
  • Latency: ~350ms
  • Quality: 4.8/5.0
  • GPU Required: Yes
Best for: Commercial production, media content, professional narration

Nari Labs - Dia One Point Six Billion

Versatile conversational model with natural dialogue capabilities.
Specifications
  • Parameters: 1.6B
  • Latency: ~220ms
  • Quality: 4.5/5.0
  • GPU Required: Yes
Best for: Conversational AI, virtual assistants, interactive applications

Sesame - CSM One Billion

Balanced billion-parameter model for production use.
Specifications
  • Parameters: 1B
  • Latency: ~180ms
  • Quality: 4.4/5.0
  • GPU Required: Yes
Best for: General purpose applications, stable performance, production systems

Model Comparison

WebSocket API

Connect to any model through our unified WebSocket API endpoint.

Request Parameters

string
required
Model identifier for synthesisAvailable models:
  • maya-research/maya1
  • hexgrad/Kokoro-82M
  • neuphonic/neutts-air
  • coqui/XTTS-v2
  • ResembleAI/chatterbox
  • sesame/csm-1b
  • nari-labs/Dia-1.6B
  • canopylabs/orpheus-3b-0.1-ft
string
required
Text to synthesize (max length varies by model and plan)
object
Voice customization parameters
number
default:"0.75"
Voice consistency (0.0 to 1.0)
number
default:"0.75"
Voice character strength (0.0 to 1.0)
number
default:"0.5"
Speaking style intensity (0.0 to 1.0)
number
default:"1.0"
Speech rate multiplier (0.5 to 2.0)
number
default:"0"
Pitch shift in semitones (-12 to 12)
string
default:"mp3_44100_128"
Audio output formatOptions:
  • mp3_44100_128: MP3 at 44.1kHz, 128kbps
  • mp3_22050_32: MP3 at 22.05kHz, 32kbps
  • pcm_16000: Raw PCM at 16kHz
  • pcm_22050: Raw PCM at 22.05kHz
  • pcm_44100: Raw PCM at 44.1kHz

Response Format

string
Base64-encoded audio chunk
object
Stream metadata (sent with first chunk)
number
Total audio duration in milliseconds
number
Audio sample rate
number
Number of audio channels
boolean
Indicates if streaming is complete

Model Selection Guide

Real-time Applications
  • Recommended: hexgrad/Kokoro-82M or neuphonic/neutts-air
  • Latency: 30-75ms
  • Use for: Voice assistants, live translation
Professional Content
  • Recommended: maya-research/maya1 or canopylabs/orpheus-3b-0.1-ft
  • Quality: Studio-grade
  • Use for: Audiobooks, podcasts, narration
Conversational AI
  • Recommended: ResembleAI/chatterbox or nari-labs/Dia-1.6B
  • Features: Emotion, context awareness
  • Use for: Chatbots, virtual assistants
Multilingual Projects
  • Recommended: coqui/XTTS-v2
  • Languages: Twenty-five plus
  • Use for: International apps, dubbing
Lowest Latency
  • hexgrad/Kokoro-82M: ~30ms
  • neuphonic/neutts-air: ~75ms
  • ResembleAI/chatterbox: ~150ms
Highest Quality
  • maya-research/maya1: 4.9/5.0
  • canopylabs/orpheus-3b-0.1-ft: 4.8/5.0
  • coqui/XTTS-v2: 4.5/5.0
Best Efficiency
  • hexgrad/Kokoro-82M: 82M params
  • neuphonic/neutts-air: Optimized
  • ResembleAI/chatterbox: Balanced

Advanced Features

Available with coqui/XTTS-v2 model.
Requirements:
  • Ten to thirty seconds of clean audio
  • Single speaker only
  • Sixteen kHz or higher sample rate

Error Codes

Best Practices

SDK Installation

Migration Guide

Model Mapping:
  • eleven_multilingual_v2 → canopylabs/orpheus-3b-0.1-ft
  • eleven_turbo_v2 → neuphonic/neutts-air
  • eleven_flash_v2 → hexgrad/Kokoro-82M
Key Differences:
  • WebSocket vs REST API
  • Real-time streaming by default
  • Open-source models
  • More granular control

Support

Documentation

Comprehensive guides and tutorials

Discord

Join our community

GitHub

SDKs and examples

Status

Service monitoring
Need help? Contact our support team at sumit@sub200.dev
sub200 - Democratizing voice AI with open-source models