Nvidia

Configure Nvidia, Agno's model class for NVIDIA's language models.

The Nvidia model provides access to Nvidia's language models.

Parameters

ParameterTypeDefaultDescription
idstr"meta/llama-3.3-70b-instruct"The id of the NVIDIA model to use
namestr"Nvidia"The name of the model
providerstr"Nvidia"The provider of the model
api_keyOptional[str]NoneThe API key for NVIDIA (defaults to NVIDIA_API_KEY env var)
base_urlstr"https://integrate.api.nvidia.com/v1"The base URL for the NVIDIA API
supports_native_structured_outputsboolFalseWhether the model supports native structured outputs

Nvidia extends OpenAILike and accepts all of its parameters.