🤖 New OpenAI & Gemini LLM Models Support

We’ve added support for new LLM models in our Voice Agent API!

Available Models:

  • OpenAI GPT 5.2 Instant (gpt-5.2-instant)
  • OpenAI GPT 5.2 Thinking (gpt-5.2)
  • Google Gemini 3 Flash (gemini-3-flash-preview)

Implementation: Configure your chosen model in your Voice Agent settings:

1{
2 "type": "Settings",
3 "agent": {
4 "think": {
5 "provider": {
6 "type": "open_ai",
7 "model": "gpt-5.2-instant"
8 }
9 }
10 },
11 ... # other config
12}

For complete information about supported LLMs including the new models, visit our Voice Agent LLM Models documentation.