April 3, 2026

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