Josh
06/13/2025, 6:21 AMVapi Support Bot
06/13/2025, 6:23 AMopenai or anthropic. For example, your node configuration should look like this:
json
{
"model": {
"provider": "openai",
"model": "gpt-4.1-2025-04-14",
"temperature": 0.7,
"maxTokens": 1024
}
}
Double-check that the provider field is not empty or set to an unsupported value. This should allow you to save your workflow successfully.
Sources:
- [Vapi Workflows API Reference Create Workflow](https://docs.vapi.ai/api-reference/workflow/workflow-controller-create?explorer=true)
- [Vapi Workflows Quickstart](https://docs.vapi.ai/workflows)Josh
06/13/2025, 6:23 AMJosh
06/13/2025, 4:19 PMChiranjeet Mishra
06/14/2025, 12:14 PM