For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Ask AIPlaygroundLoginFree API Key
HomeAPI ReferenceVoice AgentSpeech-to-TextText-to-SpeechIntelligenceSelf-Hosted Deployments
HomeAPI ReferenceVoice AgentSpeech-to-TextText-to-SpeechIntelligenceSelf-Hosted Deployments
    • Home
    • Ask AI
    • Support
    • Changelog
  • Trust & Security
    • Security Policy
    • Data Privacy Compliance
    • Information Security & Privacy
  • SDKs
    • SDK Features
  • Guides
LogoLogo
Ask AIPlaygroundLoginFree API Key

Changelog

February 6, 2026
February 6, 2026
Was this page helpful?
Previous

February 5, 2026

Next
Built with

🤖 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.