> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inceptionlabs.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# ElevenLabs

> Wire Mercury 2 into the ElevenLabs Agents platform as a custom LLM.

This tutorial creates a voice assistant, integrating the realtime reasoning intelligence of Mercury 2 with the TTS and STT models from ElevenLabs. For this demo, you will need an Inception [API key](https://platform.inceptionlabs.ai/dashboard/api-keys) and an ElevenLabs [account](https://elevenlabs.io/app/sign-up).

1. Navigate to the **Agents** [platform](https://elevenlabs.io/app/agents?platform=agents) on the ElevenLabs sidebar.

<Frame>
  <img src="https://mintcdn.com/inception/mc61y3uyPEkcg-Kx/images/Screenshot2026-03-02at5.07.14PM.png?fit=max&auto=format&n=mc61y3uyPEkcg-Kx&q=85&s=21927412640b45309dbf7f9998819d5b" alt="Screenshot2026 03 02at5 07 14PM" title="Screenshot2026 03 02at5 07 14PM" style={{ width:"35%" }} width="506" height="1362" data-path="images/Screenshot2026-03-02at5.07.14PM.png" />
</Frame>

2. Create a **Blank Agent**. You can name it **Mercury 2**.

<Frame>
  <img src="https://mintcdn.com/inception/mc61y3uyPEkcg-Kx/images/Screenshot2026-03-02at5.09.56PM.png?fit=max&auto=format&n=mc61y3uyPEkcg-Kx&q=85&s=8e496124e65a22976068ec5822d8368f" alt="Screenshot2026 03 02at5 09 56PM" width="1374" height="882" data-path="images/Screenshot2026-03-02at5.09.56PM.png" />
</Frame>

3. Click into the model dropdown in the bottom right, under **LLM**.

<Frame>
  <img src="https://mintcdn.com/inception/mc61y3uyPEkcg-Kx/images/Screenshot2026-03-02at5.11.18PM.png?fit=max&auto=format&n=mc61y3uyPEkcg-Kx&q=85&s=53cb3a9bac5db0c2d988d0454330b550" alt="Screenshot2026 03 02at5 11 18PM" width="2400" height="1348" data-path="images/Screenshot2026-03-02at5.11.18PM.png" />
</Frame>

4. Scroll all the way down and select **Custom LLM**.

<Frame>
  <img src="https://mintcdn.com/inception/mc61y3uyPEkcg-Kx/images/Screenshot2026-03-23at3.39.57PM.png?fit=max&auto=format&n=mc61y3uyPEkcg-Kx&q=85&s=d3b175d19a07aa8ad5f61707fc7cc2b7" alt="Screenshot2026 03 23at3 39 57PM" title="Screenshot2026 03 23at3 39 57PM" className="ml-auto" style={{ width:"53%" }} width="1098" height="1910" data-path="images/Screenshot2026-03-23at3.39.57PM.png" />
</Frame>

5. Fill in Custom LLM details as follows:
   * Add your Inception API key by clicking **API Key** —> **Create new secret**
   * Set **Server URL** to `https://api.inceptionlabs.ai/v1`
   * Set **Temperature** to `0.75`
   * Set **Reasoning Effort** as desired (N.B. None defaults to `medium` reasoning effort)

<Frame>
  <img src="https://mintcdn.com/inception/mc61y3uyPEkcg-Kx/images/Screenshot2026-03-02at5.35.36PM.png?fit=max&auto=format&n=mc61y3uyPEkcg-Kx&q=85&s=1e4b50d546f4e82c32113fbe54c6f6bc" alt="Screenshot2026 03 02at5 35 36PM" title="Screenshot2026 03 02at5 35 36PM" className="ml-auto" style={{ width:"56%" }} width="998" height="1638" data-path="images/Screenshot2026-03-02at5.35.36PM.png" />
</Frame>

6. Add any custom tools under the **Tools** tab.

<Frame>
  <img src="https://mintcdn.com/inception/mc61y3uyPEkcg-Kx/images/Screenshot2026-03-02at5.38.06PM.png?fit=max&auto=format&n=mc61y3uyPEkcg-Kx&q=85&s=be78d953cf77ed40cc74a8443370d906" alt="Screenshot2026 03 02at5 38 06PM" width="2592" height="810" data-path="images/Screenshot2026-03-02at5.38.06PM.png" />
</Frame>

7. Amend the Mercury 2 system prompt as desired, then hit **Publish** in the top right corner when done!

<Frame>
  <img src="https://mintcdn.com/inception/mc61y3uyPEkcg-Kx/images/Screenshot2026-03-02at5.39.20PM.png?fit=max&auto=format&n=mc61y3uyPEkcg-Kx&q=85&s=cd2cfa318e4c0557de39c344009d0ede" alt="Screenshot2026 03 02at5 39 20PM" width="2542" height="1480" data-path="images/Screenshot2026-03-02at5.39.20PM.png" />
</Frame>

8. For phone integration, add **Mercury 2** as the assigned agent to pick up your phone calls.

<Frame>
  <img src="https://mintcdn.com/inception/mc61y3uyPEkcg-Kx/images/Screenshot2026-03-02at5.39.55PM.png?fit=max&auto=format&n=mc61y3uyPEkcg-Kx&q=85&s=1909cfb2013d72c9649721b83da87019" alt="Screenshot2026 03 02at5 39 55PM" width="2460" height="936" data-path="images/Screenshot2026-03-02at5.39.55PM.png" />
</Frame>
