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

April 3, 2026
April 3, 2026
Was this page helpful?
Previous

April 2, 2026

Next
Built with

NVIDIA LLM provider now available

NVIDIA is now a supported LLM provider for the Voice Agent API. The following model is available in the Standard pricing tier:

  • nemotron-3-nano-30B-A3B — Nemotron 3 Nano 30B A3B provides cost efficiency with high accuracy for targeted agentic tasks.

Set the provider type to nvidia in your agent configuration:

1{
2 "agent": {
3 "think": {
4 "provider": {
5 "type": "nvidia",
6 "model": "nemotron-3-nano-30B-A3B",
7 "temperature": 0.7
8 }
9 }
10 }
11}

NVIDIA is a managed provider, so the endpoint field is optional. For the full list of supported models and pricing tiers, see the Voice Agent LLM Models documentation.