Skip to content

Model picker guide

Every Rymi agent runs a language model (the brain) and a voice (the sound). On a custom agent you can pick any combination. The models you choose only change the per-minute call cost (component cost + a flat $0.02/min platform fee).

Quick recommendations

I want the cheapest agent that still feels good

Pick GPT-4o Mini or Claude Haiku 4.5 for the LLM, OpenAI TTS for voice. Latency low, cost low, quality fine for most short flows.

I want the most natural-sounding agent

Pick Claude Sonnet 4.6 for the LLM (or Opus if budget allows), ElevenLabs for voice. Best for high-stakes calls: concierge, executive support, premium sales.

I need the lowest latency possible

Pick a realtime path: GPT-4o Realtime + native voice, or Gemini 2.5 Flash with native audio. Avoid stacking separate TTS providers. Each hop adds 100–200 ms.

My users speak Hindi or other Indic languages

Pick Sarvam 30B or 105B for the LLM, Sarvam Bulbul v3 for voice. The full Sarvam stack is tuned together and runs from Indian regions for lower latency.

Language models

Anthropic (Claude)

Strong reasoning, careful tone. Good default for most production agents.

ModelBest forNotes
claude-haiku-4-5Fast, friendly tone, handles 80% of support / qualification flowsCheapest Claude
claude-sonnet-4-6Balanced quality + speed. Solid for sales discovery and multi-step playbooks
claude-opus-4-8Highest reasoning. Use when nuance matters most: complex objection handling, escalationsFlagship · most capable
claude-opus-4-7Prior flagship. Strong reasoning, still selectable for pinned deployments
claude-opus-4-6Prior Opus generation. Still selectable for pinned deployments

All three Opus models bill at the same per-minute rate — pick on capability, not cost. Opus is the most expensive Claude tier; Haiku the cheapest.

OpenAI (GPT)

Wide tool support, strong realtime variant for low-latency calls.

ModelBest forNotes
gpt-4o-miniShort verification or routing flowsCheapest
gpt-4oGeneral-purpose flagship. Reliable for most agent shapes
gpt-realtime-miniLow-latency native-audio voice on a budget. Strong default for production realtime callsRealtime
gpt-realtime-1.5OpenAI's highest-fidelity realtime voice. Pick for premium concierge experiencesRealtime · premium

Google (Gemini)

Native multimodal audio path. Strong default for voice-first agents.

ModelBest forNotes
gemini-2.5-flash-liteHigh-volume top-of-funnelCheapest
gemini-2.5-flashBalanced quality and speed. Pair with native audio for low end-to-end latencyNative audio
gemini-2.5-proHighest Gemini quality for nuanced, multi-step flows

Sarvam (India-optimized)

Tuned for Indian English, Hindi, and other Indic languages. Lower latency in India.

ModelBest for
sarvam-30bMid-tier quality. Solid for most India support flows
sarvam-105bHighest Sarvam quality. Use for nuanced Indic conversations

Voices

ProviderWhat it isBest for
Gemini native audioBuilt into the Gemini stack with no extra hopLowest end-to-end latency. Default if you pick a Gemini model.
OpenAI TTS13 voices, mostly gendered (alloy, ash, ballad, coral, echo, fable, nova, onyx, sage, shimmer, verse, marin, cedar)Cheap, fast, consistent. Limited expressive range.
ElevenLabs22 curated voices across 18 languages, accent control; connect your own key to use your full ElevenLabs libraryHighest perceived quality and variety. Best for brand-sensitive deployments.
Deepgram Aura 212 curated English voicesLow-latency, natural English TTS. Strong fallback option.
Sarvam Bulbul v3Indic-optimized TTSHindi and other Indic languages with natural prosody.
Cartesia SonicLow-latency premium TTS with high naturalness, BYO key supportedNewest premium voice tier.

Bring your own keys

Connect your OpenAI / Anthropic / ElevenLabs / Cartesia / Groq / and other provider keys under Settings → BYO Providers to route through your own accounts. If no key is connected, Rymi falls back to the platform default. See Voice Providers API for the full BYOK list.

What's next