Hi. Is dynamic model switching based on exchange number possible in Vapi?
I want to use a fast native model (gpt-4o-mini) for exchanges 1-2, then automatically switch to my custom LLM endpoint for exchange 3+.
I would like a seamless model provider switch based on conversation turn/exchange number without function call overhead.
Current workaround: Using a function tool for handoff, but it adds 1-2s delay when the function is called.