# Using own LLM gateway and modify the request

**URL:** https://forum.rasa.com/t/using-own-llm-gateway-and-modify-the-request/67996
**Category:** Rasa CALM
**Created:** [September 23, 2025, 9:07am UTC](https://forum.rasa.com/t/using-own-llm-gateway-and-modify-the-request/67996 "2025-09-23T09:07:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![hardeepnagi](https://avatars.discourse-cdn.com/v4/letter/h/5e9695/32.png) [@hardeepnagi](https://forum.rasa.com/u/hardeepnagi)
#### Post date: [September 23, 2025, 9:07am UTC](https://forum.rasa.com/t/using-own-llm-gateway-and-modify-the-request/67996/1 "2025-09-23T09:07:14Z")

</div>

Hi, we are trying Rasa pro and have it working locally. We have built our own LLM gateway and it’s all working fine. We want to modify the request that Rasa sends to our LLM gateway (add conversationId), we have tried many configs and approaches but nothing is working. Does anyone have experience in intercepting the Rasa request to LLM and modifying it?

Thanks

---

<div class="post-metadata">

### Author: ![izi](https://avatars.discourse-cdn.com/v4/letter/i/dfb087/32.png) [@izi](https://forum.rasa.com/u/izi)
#### Post date: [November 17, 2025, 7:23pm UTC](https://forum.rasa.com/t/using-own-llm-gateway-and-modify-the-request/67996/2 "2025-11-17T19:23:13Z")

</div>

Can you please share what did you try? Rasa will be using the Chat Completions API endpoint and from the gateway you should be able to modify the request.
