Model Catalog

View as Markdown

Explore the model families and sizes supported by NVIDIA NeMo Customizer.

For information on setting up model entities for customization, see the Manage Model Entities guide. For fine-tuning and deployment tutorials, see the Tutorials guide.

Before You Start

If downloading models hosted on Hugging Face, create a secret with your Hugging Face API key, then create a FileSet and Model Entity referencing the model. See index for setup instructions.


Model Families

Tested Models

The following table lists models that NVIDIA tested and their available features. This is a list of known-good combinations, not a list of limits: NeMo Customizer can fine-tune additional Hugging Face checkpoints and regimes when their architectures are supported by the selected training backend. Compatibility varies by architecture and fine-tuning method—for example, Automodel LoRA does not support Conv1D-based models. Models and regimes outside this table may work but have not been formally validated; test them before relying on them in production.

For detailed technical specifications of each model such as architecture, parameters, and token limits, refer to the model family pages.

Large Language Models

The following models support both chat and completion model training.

ModelTrain a Chat Model with Tool CallingFine-tuning OptionsSequence Packing1Inference with NIMReasoning
meta-llama/Llama-3.2-3B-InstructYesFull SFT, LoRAYesSupportedNo
meta-llama/Llama-3.2-1B-InstructYesFull SFT, LoRAYesSupportedNo
meta-llama/Llama-3.1-8B-InstructYesFull SFT, LoRAYesSupportedNo
nvidia/Llama-3.1-Nemotron-Nano-8B-v1NoFull SFT, LoRAYesSupportedYes
nvidia/NVIDIA-Nemotron-Nano-9B-v2NoFull SFT, LoRANoSupportedYes
nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16NoFull SFT, LoRANoSupported (only Full SFT)Yes
nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16NoLoRANoSupportedYes
microsoft/phi-4NoFull SFT, LoRANoSupportedNo
openai/gpt-oss-20bYesFull SFT, LoRALoRA with prompt-completion dataSupportedYes
Qwen/Qwen2.5-1.5B-InstructNoFull SFT, LoRANoSupportedYes
Qwen/Qwen3-0.6BNoFull SFT, LoRANoSupportedYes
mistralai/Mistral-7B-Instruct-v0.3NoFull SFT, LoRANoSupportedNo
mistralai/Ministral-3-3B-Instruct-2512NoFull SFT, LoRANoNoNo
mistralai/Ministral-3-3B-Reasoning-2512NoFull SFT, LoRAYesNoYes

Embedding Models

ModelFine-tuning OptionsInference with NIM
nvidia/llama-nemotron-embed-1b-v2Full SFT, LoRA (merged)Supported

For detailed technical specifications and configuration information for embedding models, see the Embedding Models page.

Footnotes

  1. Read more on sequence packing with NeMo Framework