Alex
10/13/2025, 9:45 AMVapi Support Bot
10/13/2025, 9:46 AMjson
{
"model": {
"provider": "groq",
"model": "llama-3.3-70b-versatile"
}
}
Tip: Double-check your assistant's configuration to avoid unintended fallbacks. If you need to set an API key for Groq, please consult the latest dashboard or support, as the documentation does not specify this step.
Source:
- [Changelog: January 5, 2025](https://docs.vapi.ai/changelog/2025/1/5)Alex
10/13/2025, 9:52 AMAlex
10/14/2025, 6:47 AMAlex
10/14/2025, 6:48 AMChiranjeet Mishra
10/15/2025, 7:46 AMcurl -X POST https://api.vapi.ai/credential \
-H "Authorization: Bearer YOUR_VAPI_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"provider": "groq",
"apiKey": "gsk_YOUR_GROQ_API_KEY_HERE"
}'
The reason for the fallback is because the model request failed with groq for the tool call:
🔵 15:58:57:979 [user WARN] Model request failed (attempt #1, reason: tool call validation failed: parameters for tool get_next_step_alex did not match schema: errors: [`/provided_password`: expected string, but got null]) (provider: groq, model: llama-3.3-70b-versatile, region: unknown, credential: true)