I built an assistant in Vapi, which I want to integrate as a chatbot, and I want the bot to respond by actually performing a web search, but it doesn't. Can you please tell me which LLM can do that for me? Many LLMs don't offer web search through APIs.
Muhammad Ahmad
06/03/2025, 8:37 PM
@User
t
TamasFarago
06/03/2025, 8:51 PM
I recommend you to use a custom tool where you perform the search
v
Vapi
06/04/2025, 9:00 AM
Use an LLM that supports real-time search like Claude 3, then connect it using Vapi’s function-calling to fetch and respond with live web data..