Send Custom LLM endpoint a body
# support
b
So currently it looks like we are unable to send the custom llm endpoint any information via query param (due to the appending of "/chat/completions") or through body (due to it not being exposed). I was wondering if there is a way to do something like this (i was thinking of using the agent name but it felt sort of hacky) Use Case: - Building an agent per tenant using vapi dashboard - Each agent needs to let the custom llm server know the tenant that's calling
k
Include it in the metadata field of the call or assistant configuration..
b
I dont see a UI component that exposes this on vapi assistant dashboard. Was your suggestion for usse of the api?
c
Yes,the metadata approach is only available via the vapi API or SDK..
4 Views