Parameters
Nvidia extends OpenAILike and accepts all of its parameters.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure Nvidia, Agno’s model class for NVIDIA’s language models.
| Parameter | Type | Default | Description |
|---|---|---|---|
id | str | "meta/llama-3.3-70b-instruct" | The id of the NVIDIA model to use |
name | str | "Nvidia" | The name of the model |
provider | str | "Nvidia" | The provider of the model |
api_key | Optional[str] | None | The API key for NVIDIA (defaults to NVIDIA_API_KEY env var) |
base_url | str | "https://integrate.api.nvidia.com/v1" | The base URL for the NVIDIA API |
supports_native_structured_outputs | bool | False | Whether the model supports native structured outputs |
Nvidia extends OpenAILike and accepts all of its parameters.Was this page helpful?