Llama-3.1-Nemotron-70B-Instruct
By nvidia. Unknown parameters, a context window of Unknown tokens and the licence llama3.1.
Facts
- Released
- 2024-10-12 the day the repository was first published on Hugging Face Hugging Face, read
- Licence
- llama3.1 the licence the model card declares Hugging Face, read
- Open weights
- Yes the weights are published in this Hugging Face repository Hugging Face, read
- Parameters
- Unknown
- Active parameters
- Unknown
- Knowledge cutoff
- Unknown
- Context window
- Unknown
- Longest output
- Unknown
- Tool calling
- Unknown
- Structured output
- Unknown
- Reasoning controls
- Unknown
- Inputs and outputs
- Unknown
- Good for
- No source names a use.
Prices
| Provider | Input | Output | Context | As of | Source |
|---|---|---|---|---|---|
| Nvidia | 0 USD | 0 USD | 128,000 | older than 30 days; check the provider | models.dev, read |
| Deep Infra | 0.600 USD | 0.600 USD | 131,072 | LiteLLM, read |
Run it on your own hardware
No source lists weight files or a parameter count for this model, so its memory needs are Unknown.
Use it from your harness
Set up for DeepInfra with the model nvidia/Llama-3.1-Nemotron-70B-Instruct. Each endpoint page has the same setup for its own address.
OpenCode
Put this in opencode.json in your project folder:
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"deepinfra": {
"npm": "@ai-sdk/openai-compatible",
"name": "DeepInfra",
"options": {
"baseURL": "https://api.deepinfra.com/v1/openai",
"apiKey": "{env:DEEPINFRA_TOKEN}"
},
"models": {
"nvidia/Llama-3.1-Nemotron-70B-Instruct": {
"name": "Llama-3.1-Nemotron-70B-Instruct"
}
}
}
}
}- OpenCode reads any OpenAI-compatible address through the @ai-sdk/openai-compatible package, and an address that speaks the Responses API through @ai-sdk/openai.
From OpenCode documentation, read .
Pi
Put this in ~/.pi/agent/models.json:
{
"providers": {
"deepinfra": {
"baseUrl": "https://api.deepinfra.com/v1/openai",
"api": "openai-completions",
"apiKey": "$DEEPINFRA_TOKEN",
"models": [
{
"id": "nvidia/Llama-3.1-Nemotron-70B-Instruct"
}
]
}
}
}- The apiKey field can name an environment variable as $NAME.
From Pi documentation, read .
Codex
Codex speaks only the Responses API, and DeepInfra documents no Responses address. A gateway that offers one can sit in between.
- Codex speaks the Responses API only: responses is the one supported wire API of a custom provider. Ollama and LM Studio are built in and start with --oss.
From Codex documentation, read .
Claude Code
Put this in ~/.claude/settings.json, or variables in your shell:
export ANTHROPIC_BASE_URL="https://api.deepinfra.com/anthropic"
export ANTHROPIC_AUTH_TOKEN="$DEEPINFRA_TOKEN"
export ANTHROPIC_MODEL="nvidia/Llama-3.1-Nemotron-70B-Instruct"
claude- Claude Code sends Anthropic Messages requests to ANTHROPIC_BASE_URL. Anthropic says it does not support routing Claude Code to models other than Claude through any gateway, so some features may not work with another model.
From Claude Code documentation, read .
Other ways to reach it
- Nvidia, model
nvidia/llama-3.1-nemotron-70b-instruct
Published results
These are results other people published. Baltor did not run them and does not rank models by them.
- Results the maker published on the model card published by nvidia Hugging Face, read
Two more publishers are linked, never copied, because their terms do not allow it:
- Artificial Analysis publishes its own intelligence, speed and price measurements.
- OpenRouter lists current prices and uptime for each provider it routes to.
Sources of this page
Paid links
No link in this directory is a paid link or an ad, and no listing is paid for. The order and the contents of every list come from the sources named on this page.