Any updates on allowing us to pick different grok ...
# support
g
In the xai api I have multiple modals available for fork 3 but in vapi it defaults to one. Any update on allowing us to pick the modal we want to use
k
Currently, Vapi API defaults to one assistant modal, and while it doesn't support dynamically switching modals during a call, you can configure the assistant's settings before initiating a call using the assistant overrides field or create multiple assistants to choose from for each call.
g
So I can make an assistant use a different grok modal? Or is there going to be the release to pick it in the assistant like it already has but it isn’t letting me pick the other API grok 3 modals. Also the transfer tool doesn’t work when using grok 3
k
Yes, you can configure your assistant to use different Grok models, such as grok-beta, by specifying the desired model in the assistant’s configuration. This can be done by setting the assistant.model parameter to the appropriate model name and you can specify the model for individual call squad members using call.squad.members.assistant.model or override it with call.squad.members.assistantOverrides.model .