OpenAIModelDto
Constructors
Properties
This enables specifying a fallback model that doesn't already exist as an OpenAIModelType enum.
This enables specifying a model that doesn't already exist as an OpenAIModelType enum.
This determines whether we detect user's emotion while they speak and send it as an additional info to model. Default false
because the model is usually good at understanding the user's emotion from text.
These are the fallback models that will be used if the primary model fails. This shouldn't be specified unless you have a specific reason to do so. Vapi will automatically find the fastest fallbacks that make sense.
This is the name of the model.
This sets how many turns at the start of the conversation to use a smaller, faster model from the same provider before switching to the primary model. Example, gpt-3.5-turbo if provider is openai. Default is 0.
This is the temperature that will be used for calls.
These are the tools that the assistant can use during the call. To use transient tools, use tools
. Both tools
and toolIds
can be used together.