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:

{
"agent": {
"think": {
"provider": {
"type": "nvidia",
"model": "nemotron-3-nano-30B-A3B",
"temperature": 0.7
}
}
}
}

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.