NVIDIA NIM Provider Plugin
Access 42+ NVIDIA NIM API models through OpenClaw — LLM chat, vision analysis, text embeddings, and image generation. Single API key, OpenAI-compatible endpoints.
Features
- List Models — Browse all available models by category
- Model Info — Get detailed specs (context length, pricing, strengths)
- Compare Pricing — Compare input/output costs across models
- Recommend Model — AI-powered recommendations by use case and budget
- Estimate Cost — Calculate API call costs before executing
Setup
- Get an API key from build.nvidia.com
- Configure in
openclaw.json:
{
"plugins": {
"entries": {
"nvidia-nim-provider": {
"enabled": true,
"config": {
"apiKey": "nvapi-..."
}
}
}
}
}
Categories
| Category | Description | Examples |
|---|---|---|
| llm | Chat completion | Nemotron, Llama, Qwen, GLM |
| vision | Image generation | SDXL Turbo, Playground |
| embedding | Text embeddings | NV-Embed-QA |
| rerank | Search reranking | NV-Rerank |
Pricing
Pricing is in $/M tokens. Some models (Llama 3.1) are free. Check build.nvidia.com for latest pricing.