text stringlengths 0 59.1k |
|---|
# Nvidia |
Use `nvidia/<model>` with VoltAgent's model router. |
## Quick start |
```ts |
import { Agent } from "@voltagent/core"; |
const agent = new Agent({ |
name: "nvidia-agent", |
instructions: "You are a helpful assistant", |
model: "nvidia/black-forest-labs/flux.1-dev", |
}); |
``` |
## Environment variables |
- `NVIDIA_API_KEY` |
## Provider package |
`@ai-sdk/openai-compatible` |
This provider uses the OpenAI-compatible adapter. |
## Default base URL |
`https://integrate.api.nvidia.com/v1` |
You can override the base URL by setting `NVIDIA_BASE_URL`. |
## Provider docs |
- https://docs.api.nvidia.com/nim/ |
## Models |
<details> |
<summary>Show models (66)</summary> |
- black-forest-labs/flux.1-dev |
- deepseek-ai/deepseek-coder-6.7b-instruct |
- deepseek-ai/deepseek-r1 |
- deepseek-ai/deepseek-r1-0528 |
- deepseek-ai/deepseek-v3.1 |
- deepseek-ai/deepseek-v3.1-terminus |
- google/codegemma-1.1-7b |
- google/codegemma-7b |
- google/gemma-2-27b-it |
- google/gemma-2-2b-it |
- google/gemma-3-12b-it |
- google/gemma-3-1b-it |
- google/gemma-3-27b-it |
- google/gemma-3n-e2b-it |
- google/gemma-3n-e4b-it |
- meta/codellama-70b |
- meta/llama-3.1-405b-instruct |
- meta/llama-3.1-70b-instruct |
- meta/llama-3.2-11b-vision-instruct |
- meta/llama-3.2-1b-instruct |
- meta/llama-3.3-70b-instruct |
- meta/llama-4-maverick-17b-128e-instruct |
- meta/llama-4-scout-17b-16e-instruct |
- meta/llama3-70b-instruct |
- meta/llama3-8b-instruct |
- microsoft/phi-3-medium-128k-instruct |
- microsoft/phi-3-medium-4k-instruct |
- microsoft/phi-3-small-128k-instruct |
- microsoft/phi-3-small-8k-instruct |
- microsoft/phi-3-vision-128k-instruct |
- microsoft/phi-3.5-moe-instruct |
- microsoft/phi-3.5-vision-instruct |
- microsoft/phi-4-mini-instruct |
- minimaxai/minimax-m2 |
- mistralai/codestral-22b-instruct-v0.1 |
- mistralai/devstral-2-123b-instruct-2512 |
- mistralai/mamba-codestral-7b-v0.1 |
- mistralai/ministral-14b-instruct-2512 |
- mistralai/mistral-large-2-instruct |
- mistralai/mistral-large-3-675b-instruct-2512 |
- mistralai/mistral-small-3.1-24b-instruct-2503 |
- moonshotai/kimi-k2-instruct |
- moonshotai/kimi-k2-instruct-0905 |
- moonshotai/kimi-k2-thinking |
- nvidia/cosmos-nemotron-34b |
- nvidia/llama-3.1-nemotron-51b-instruct |
- nvidia/llama-3.1-nemotron-70b-instruct |
- nvidia/llama-3.1-nemotron-ultra-253b-v1 |
- nvidia/llama-3.3-nemotron-super-49b-v1 |
- nvidia/llama-3.3-nemotron-super-49b-v1.5 |
- nvidia/llama-embed-nemotron-8b |
- nvidia/llama3-chatqa-1.5-70b |
- nvidia/nemoretriever-ocr-v1 |
- nvidia/nemotron-3-nano-30b-a3b |
- nvidia/nemotron-4-340b-instruct |
- nvidia/nvidia-nemotron-nano-9b-v2 |
- nvidia/parakeet-tdt-0.6b-v2 |
- openai/gpt-oss-120b |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.