Beelzebub
12/06/2025, 6:08 AMVapi Support Bot
12/06/2025, 6:09 AM"gpt-4.1-mini" with "gpt-4o-mini" as shown below:
json
"model": {
"provider": "openai",
"model": "gpt-4o-mini",
"temperature": 0.3,
"maxTokens": 250
}
Try this change and save your workflow again.
Source: information found in the [Vapi Workflow API documentation](https://docs.vapi.ai/api-reference/workflow/workflow-controller-create).Beelzebub
12/06/2025, 6:13 AMChiranjeet Mishra
12/09/2025, 4:35 AM"gpt-4o-mini" is a valid model. Make sure your JSON snippet follows this pattern:
json
"model": {
"provider": "openai",
"model": "gpt-4o-mini",
"temperature": 0.3,
"maxTokens": 250
}
Verify that the model name "gpt-4o-mini" is correctly inputted in your workflow. You can reference supported models in the [Structured Output documentation](https://docs.vapi.ai/api-reference/structured-outputs/structured-output-controller-update). If the error persists despite the correct model name, it might be worth checking if there are other configuration issues unrelated to the model that could be causing this.