August 8, 2025

Voice Agent API

New Features

🤖 GPT 5.0 LLM Support

We’ve added support for OpenAI’s new 5.0 models in our Voice Agent API!

Available Models:

  • 5.0 (gpt-5)
  • 5.0 Mini (gpt-5-mini)
  • 5.0 Nano (gpt-5-nano)

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"
8 }
9 }
10 }
11}

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