Quick answer

What is the Autohand NVIDIA integration?

The Autohand NVIDIA integration connects the coding agent to NVIDIA-hosted models through an OpenAI-compatible inference endpoint. It uses an NVIDIA API key and an account-supported model identifier.

Status
Available
Requires
An NVIDIA API key and access to the selected hosted model.
Configure with
Set NVIDIA_API_KEY, select the nvidia provider, and choose a model ID available to the NVIDIA account.
Best for
Hosted model inference through NVIDIA services.

Know before you start: The available catalog, quotas, endpoints, and model behavior depend on the current NVIDIA account and service.

Overview

NVIDIA is available as the nvidia provider. Use it when your team wants NVIDIA-hosted model access, GPU-backed inference infrastructure, or a provider catalog that includes NVIDIA, Mistral, DeepSeek, and related model families.

Setup

export NVIDIA_API_KEY="your-nvidia-api-key"

autohand --provider nvidia --model deepseek-ai/deepseek-v4-pro

CLI configuration

{
  "provider": "nvidia",
  "nvidia": {
    "apiKey": "${NVIDIA_API_KEY}",
    "baseUrl": "https://integrate.api.nvidia.com/v1",
    "model": "deepseek-ai/deepseek-v4-pro"
  }
}
OptionDescriptionDefault
apiKeyYour NVIDIA API key-
baseUrlNVIDIA inference endpointhttps://integrate.api.nvidia.com/v1
modelNVIDIA-hosted model IDdeepseek-ai/deepseek-v4-pro

Models

Select NVIDIA-hosted models with /model or configure a custom model ID from your NVIDIA account.

Example modelBest for
deepseek-ai/deepseek-v4-proAdvanced coding and reasoning
mistralai/mixtral-8x7b-instruct-v0.1General-purpose instruction following
nvidia/usdcodeNVIDIA-specific coding and content workflows

Common questions

NVIDIA integration FAQ

How do I configure the Autohand NVIDIA integration?

Set NVIDIA_API_KEY, select the nvidia provider, and choose a model ID available to the NVIDIA account.

What does the Autohand NVIDIA integration require?

An NVIDIA API key and access to the selected hosted model.

What limitations should I know about?

The available catalog, quotas, endpoints, and model behavior depend on the current NVIDIA account and service.