Voice Agent API

New Features

🤖 GPT-OSS-20B LLM Support

We’ve added support for OpenAI’s first open source LLM, gpt-oss-20b, in our Voice Agent API!

Available Models:

  • GPT OSS 20B

Implementation: Configure GPT-OSS-20B in your Voice Agent settings:

1{
2 "type": "Settings",
3 "agent": {
4 "think": {
5 "provider": {
6 "type": "groq",
7 "model": "openai/gpt-oss-20b"
8 }
9 }
10 }
11}

For complete information about supported LLMs including GPT OSS 20B, visit our Voice Agent LLM Models documentation.