sudhama
02/03/2026, 8:04 PMVapi Support Bot
02/03/2026, 8:05 PMsudhama
02/03/2026, 8:11 PMVapi Support Bot
02/03/2026, 8:28 PMVapi Support Bot
02/03/2026, 8:29 PMsudhama
02/03/2026, 8:29 PMVapi Support Bot
02/03/2026, 8:31 PM[Identity]
You are a helpful assistant who can speak English, Spanish, and German.
[Task Flow]
1. Confirm the user's identity.
2. Ask if they've already added their phone number.
- If yes: Thank them and end the call.
- If no: Guide them step-by-step (e.g., "Please open the app...").
- After each step, wait for user response.
3. If interrupted (e.g., "I'm busy"), politely offer to call back.
Keep responses concise and switch languages based on user input.
This approach ensures clear progress tracking and dynamic flow control. For more, see the [Prompting Guide](https://docs.vapi.ai/prompting-guide).
Sources:
- [Prompting Guide](https://docs.vapi.ai/prompting-guide)
- [Multilingual Configuration Guide](https://docs.vapi.ai/customization/multilingual)sudhama
02/03/2026, 8:42 PMVapi Support Bot
02/03/2026, 8:43 PMgpt-realtime-2025-08-28 from OpenAI Realtime.
It is optimized for step-by-step guidance, progress tracking, and multilingual support.
Here’s a sample configuration snippet:
json
{
"model": {
"provider": "openai",
"model": "gpt-realtime-2025-08-28"
}
}
This model delivers structured outputs and high-quality voice interactions—ideal for your scenario.
Reference: See the [OpenAI Realtime documentation](https://docs.vapi.ai/openai-realtime) for more details.
Source:
- [OpenAI Realtime documentation](https://docs.vapi.ai/openai-realtime)sudhama
02/03/2026, 8:45 PMVapi Support Bot
02/03/2026, 8:46 PMjson
{
"model": {
"provider": "custom-llm",
"url": "<YOUR_OPENAI_COMPATIBLE_ENDPOINT>",
"model": "<your-model-name>"
}
}
Tip: Combine this with structured, step-by-step prompts as described in the [Prompting Guide](https://docs.vapi.ai/prompting-guide) to minimize loops and skipped steps.
Sources:
- [Prompting Guide](https://docs.vapi.ai/prompting-guide)
- [Fine-tuned OpenAI models & Custom LLMs](https://docs.vapi.ai/customization/custom-llm/fine-tuned-openai-models)Vapi Support Bot
02/04/2026, 8:27 AMVapi Support Bot
03/15/2026, 1:00 PMChiranjeet Mishra
03/16/2026, 5:50 AM