Skip to main content
Check out our guides for creating voice agents with Mercury in ElevenLabs and Vapi. Mercury plugs in easily to ASR → LLM → TTS voice agent workflows, providing quality and latencies that are competitive with non-reasoning small frontier models and reasoning models served on specialized hardware. Set your Inception API key:
Install the SDK:
Try a request:
We recommend temperature=0.75 (default) and reasoning_effort="medium" for Mercury in most voice use cases. For tool-calling workflows, a lower temperature may be appropriate, e.g., temperature=0.6. You can also try out reasoning_effort="low" and realtime=true for ultra-low latency, especially TTFT-sensitive workflows. Since Mercury is a reasoning model, we recommend setting max_tokens to at least 3,000 for reasoning_effort="medium", adjusting as needed according to reasoning effort.