April 3, 2026

NVIDIA LLM provider now available

NVIDIA is now a supported LLM provider for the Voice Agent API. Two models are available in the Standard pricing tier:

Set the provider type to nvidia in your agent configuration:

1{
2 "agent": {
3 "think": {
4 "provider": {
5 "type": "nvidia",
6 "model": "llama-nemotron-super-49B",
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.