> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/automodel/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/automodel/_mcp/server.

# Model Release Log

A reverse-chronological log of every model added to NeMo AutoModel. The **Recipe** column links to a working example YAML you can run immediately.

See the [Model Coverage Overview](/model-coverage/overview) for release summaries, and the [LLM](/model-coverage/large-language-models/overview) / [VLM](/model-coverage/vision-language-models/overview) / [Omni](/model-coverage/omni/overview) / [Diffusion](/model-coverage/diffusion/overview) pages for the full architecture listings.

| Date       | Model                         | HF Model ID                                                                                                                                       | Modality  | Recipe                                                                                                                                                           | Try on Brev                                                                                                                                                                                                           |
| ---------- | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 2026-04-29 | Mistral Medium 3.5            | [`mistralai/Mistral-Medium-3.5-128B`](https://huggingface.co/mistralai/Mistral-Medium-3.5-128B)                                                   | VLM       | [mistral3p5\_128b\_medpix.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/mistral3p5/mistral3p5_128b_medpix.yaml)                 | 🚧                                                                                                                                                                                                                    |
| 2026-04-28 | Hy3-preview                   | [`tencent/Hy3-preview`](https://huggingface.co/tencent/Hy3-preview)                                                                               | LLM       | [hy3\_preview\_deepep.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/hy_v3/hy3_preview_deepep.yaml)                              | 🚧                                                                                                                                                                                                                    |
| 2026-04-25 | DeepSeek V4 Flash             | [`deepseek-ai/DeepSeek-V4-Flash`](https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash)                                                           | LLM       | [deepseek\_v4\_flash\_hellaswag.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/deepseek_v4/deepseek_v4_flash_hellaswag.yaml)     | 🚧                                                                                                                                                                                                                    |
| 2026-04-22 | Qwen3.6-27B                   | [`Qwen/Qwen3.6-27B`](https://huggingface.co/Qwen/Qwen3.6-27B)                                                                                     | VLM       | [qwen3\_6\_27b.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/qwen3_5/qwen3_6_27b.yaml)                                          | 🚧                                                                                                                                                                                                                    |
| 2026-04-16 | LLaVA-OneVision-1.5 (4B / 8B) | [`lmms-lab/LLaVA-OneVision-1.5-4B-Instruct`](https://huggingface.co/lmms-lab/LLaVA-OneVision-1.5-4B-Instruct)                                     | VLM       | [llava\_ov\_1\_5\_4b\_finetune.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/llava_onevision/llava_ov_1_5_4b_finetune.yaml)     | 🚧                                                                                                                                                                                                                    |
| 2026-04-16 | Qwen3.6 MoE                   | [`Qwen/Qwen3.6-35B-A3B`](https://huggingface.co/Qwen/Qwen3.6-35B-A3B)                                                                             | VLM       | [qwen3\_6\_35b.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/qwen3_5_moe/qwen3_6_35b.yaml)                                      | 🚧                                                                                                                                                                                                                    |
| 2026-04-12 | MiniMax-M2.7                  | [`MiniMaxAI/MiniMax-M2.7`](https://huggingface.co/MiniMaxAI/MiniMax-M2.7)                                                                         | LLM       | [minimax\_m2.7\_hellaswag\_pp.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/minimax_m2/minimax_m2.7_hellaswag_pp.yaml)          |                                                                                                                                                                                                                       |
| 2026-04-07 | GLM-5.1                       | [`zai-org/GLM-5.1`](https://huggingface.co/zai-org/GLM-5.1)                                                                                       | LLM       | [glm\_5.1\_hellaswag\_pp.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/glm/glm_5.1_hellaswag_pp.yaml)                           | 🚧                                                                                                                                                                                                                    |
| 2026-04-02 | Gemma 4                       | [`google/gemma-4-4b-it`](https://huggingface.co/google/gemma-4-4b-it)                                                                             | VLM       | [gemma4\_4b.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/gemma4/gemma4_4b.yaml)                                                | 🚧                                                                                                                                                                                                                    |
| 2026-03-16 | Mistral Small 4               | [`mistralai/Mistral-Small-4-119B-2603`](https://huggingface.co/mistralai/Mistral-Small-4-119B-2603)                                               | VLM       | [mistral4\_medpix.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/mistral4/mistral4_medpix.yaml)                                  | 🚧                                                                                                                                                                                                                    |
| 2026-03-11 | Nemotron Super v3             | [`nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16`](https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16)                           | LLM       | [nemotron\_super\_v3\_hellaswag.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/nemotron/nemotron_super_v3_hellaswag.yaml)        | 🚧                                                                                                                                                                                                                    |
| 2026-03-11 | GLM-5                         | [`zai-org/GLM-5`](https://huggingface.co/zai-org/GLM-5)                                                                                           | LLM       | [glm\_5\_hellaswag\_pp.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/glm/glm_5_hellaswag_pp.yaml)                               | 🚧                                                                                                                                                                                                                    |
| 2026-03-03 | FLUX.1-dev                    | [`black-forest-labs/FLUX.1-dev`](https://huggingface.co/black-forest-labs/FLUX.1-dev)                                                             | Diffusion | [flux\_t2i\_flow.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/diffusion/finetune/flux_t2i_flow.yaml)                                        | 🚧                                                                                                                                                                                                                    |
| 2026-03-03 | Wan 2.1 T2V                   | [`Wan-AI/Wan2.1-T2V-1.3B-Diffusers`](https://huggingface.co/Wan-AI/Wan2.1-T2V-1.3B-Diffusers)                                                     | Diffusion | [wan2\_1\_t2v\_flow.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/diffusion/finetune/wan2_1_t2v_flow.yaml)                                   | 🚧                                                                                                                                                                                                                    |
| 2026-03-03 | HunyuanVideo 1.5              | [`hunyuanvideo-community/HunyuanVideo-1.5-Diffusers-720p_t2v`](https://huggingface.co/hunyuanvideo-community/HunyuanVideo-1.5-Diffusers-720p_t2v) | Diffusion | [hunyuan\_t2v\_flow.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/diffusion/finetune/hunyuan_t2v_flow.yaml)                                  | 🚧                                                                                                                                                                                                                    |
| 2026-03-02 | Qwen3.5 (0.8B – 9B)           | [`Qwen/Qwen3.5-9B`](https://huggingface.co/Qwen/Qwen3.5-9B)                                                                                       | VLM       | [qwen3\_5\_9b.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/qwen3_5/qwen3_5_9b.yaml)                                            | 🚧                                                                                                                                                                                                                    |
| 2026-02-16 | Qwen3.5 MoE                   | [`Qwen/Qwen3.5-397B-A17B`](https://huggingface.co/Qwen/Qwen3.5-397B-A17B)                                                                         | VLM       | [qwen3\_5\_moe\_medpix.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/qwen3_5_moe/qwen3_5_moe_medpix.yaml)                       | 🚧                                                                                                                                                                                                                    |
| 2026-02-13 | MiniMax-M2.5                  | [`MiniMaxAI/MiniMax-M2.5`](https://huggingface.co/MiniMaxAI/MiniMax-M2.5)                                                                         | LLM       | [minimax\_m2.5\_hellaswag\_pp.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/minimax_m2/minimax_m2.5_hellaswag_pp.yaml)          | 🚧                                                                                                                                                                                                                    |
| 2026-02-11 | GLM-4.7-Flash                 | [`zai-org/GLM-4.7-Flash`](https://huggingface.co/zai-org/GLM-4.7-Flash)                                                                           | LLM       | [glm\_4.7\_flash\_te\_packed\_sequence.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/glm/glm_4.7_flash_te_packed_sequence.yaml) | 🚧                                                                                                                                                                                                                    |
| 2026-02-09 | MiniMax-M2.1                  | [`MiniMaxAI/MiniMax-M2`](https://huggingface.co/MiniMaxAI/MiniMax-M2)                                                                             | LLM       | [minimax\_m2.1\_hellaswag\_pp.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/minimax_m2/minimax_m2.1_hellaswag_pp.yaml)          | 🚧                                                                                                                                                                                                                    |
| 2026-02-06 | Qwen3-VL-235B                 | [`Qwen/Qwen3-VL-235B-A22B-Instruct`](https://huggingface.co/Qwen/Qwen3-VL-235B-A22B-Instruct)                                                     | VLM       | [qwen3\_vl\_moe\_235b.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/qwen3/qwen3_vl_moe_235b.yaml)                               | 🚧                                                                                                                                                                                                                    |
| 2026-02-06 | GLM-4.7                       | [`zai-org/GLM-4.7`](https://huggingface.co/zai-org/GLM-4.7)                                                                                       | LLM       | [glm\_4.7\_te\_deepep.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/glm/glm_4.7_te_deepep.yaml)                                 | 🚧                                                                                                                                                                                                                    |
| 2026-02-06 | Step-3.5-Flash                | [`stepfun-ai/Step-3.5-Flash`](https://huggingface.co/stepfun-ai/Step-3.5-Flash)                                                                   | LLM       | [step\_3.5\_flash\_hellaswag\_pp.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/stepfun/step_3.5_flash_hellaswag_pp.yaml)        | 🚧                                                                                                                                                                                                                    |
| 2026-02-05 | DeepSeek-V3.2                 | [`deepseek-ai/DeepSeek-V3.2`](https://huggingface.co/deepseek-ai/DeepSeek-V3.2)                                                                   | LLM       | [deepseek\_v32\_hellaswag\_pp.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/deepseek_v32/deepseek_v32_hellaswag_pp.yaml)        | 🚧                                                                                                                                                                                                                    |
| 2026-02-04 | Kimi-K2.5 VL                  | [`moonshotai/Kimi-K2.5`](https://huggingface.co/moonshotai/Kimi-K2.5)                                                                             | VLM       | [kimi25vl\_medpix.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/kimi/kimi25vl_medpix.yaml)                                      | 🚧                                                                                                                                                                                                                    |
| 2026-01-30 | Kimi-VL                       | [`moonshotai/Kimi-VL-A3B-Instruct`](https://huggingface.co/moonshotai/Kimi-VL-A3B-Instruct)                                                       | VLM       | [kimi2vl\_cordv2.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/kimi/kimi2vl_cordv2.yaml)                                        | 🚧                                                                                                                                                                                                                    |
| 2026-01-12 | Nemotron Flash 1B             | [`nvidia/Nemotron-Flash-1B`](https://huggingface.co/nvidia/Nemotron-Flash-1B)                                                                     | LLM       | [nemotron\_flash\_1b\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/nemotron_flash/nemotron_flash_1b_squad.yaml)          | 🚧                                                                                                                                                                                                                    |
| 2026-01-12 | Nemotron Parse v1.1           | [`nvidia/NVIDIA-Nemotron-Parse-v1.1`](https://huggingface.co/nvidia/NVIDIA-Nemotron-Parse-v1.1)                                                   | VLM       | [nemotron\_parse\_v1\_1.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/nemotron/nemotron_parse_v1_1.yaml)                        | <a href="https://brev.nvidia.com/launchable/deploy/now?launchableID=env-3C6LDKU2DfOvpVTFhjw3YQ4djPM"><img src="https://brev-assets.s3.us-west-1.amazonaws.com/nv-lb-dark.svg" alt="Launch on Brev" height="23" /></a> |
| 2026-01-07 | Devstral-Small-2512           | [`mistralai/Devstral-Small-2512`](https://huggingface.co/mistralai/Devstral-Small-2512)                                                           | LLM       | [devstral2\_small\_2512\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/devstral/devstral2_small_2512_squad.yaml)          | 🚧                                                                                                                                                                                                                    |
| 2025-12-15 | Nemotron-3-Nano-30B-A3B       | [`nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-FP8`](https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-FP8)                                   | LLM       | [nemotron\_nano\_v3\_hellaswag.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/nemotron/nemotron_nano_v3_hellaswag.yaml)          | 🚧                                                                                                                                                                                                                    |
| 2025-12-05 | Ministral 3 (3B / 8B / 14B)   | [`mistralai/Ministral-8B-Instruct-2410`](https://huggingface.co/mistralai/Ministral-8B-Instruct-2410)                                             | VLM       | [ministral3\_8b\_medpix.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/mistral/ministral3_8b_medpix.yaml)                        | 🚧                                                                                                                                                                                                                    |
| 2025-11-24 | GLM-4.5-Air                   | [`zai-org/GLM-4.5-Air`](https://huggingface.co/zai-org/GLM-4.5-Air)                                                                               | LLM       | [glm\_4.5\_air\_te\_deepep.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/glm/glm_4.5_air_te_deepep.yaml)                        | 🚧                                                                                                                                                                                                                    |
| 2025-11-19 | InternVL 3.5                  | [`OpenGVLab/InternVL3-4B`](https://huggingface.co/OpenGVLab/InternVL3-4B)                                                                         | VLM       | [internvl\_3\_5\_4b.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/internvl/internvl_3_5_4b.yaml)                                | 🚧                                                                                                                                                                                                                    |
| 2025-11-10 | Qwen3-Omni                    | [`Qwen/Qwen3-30B-A3B`](https://huggingface.co/Qwen/Qwen3-30B-A3B)                                                                                 | Omni      | [qwen3\_omni\_moe\_30b\_te\_deepep.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/qwen3/qwen3_omni_moe_30b_te_deepep.yaml)       | 🚧                                                                                                                                                                                                                    |
| 2025-10-24 | Qwen3-Next                    | [`Qwen/Qwen3-235B-A22B`](https://huggingface.co/Qwen/Qwen3-235B-A22B)                                                                             | LLM       | [qwen3\_next\_te\_deepep.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/qwen/qwen3_next_te_deepep.yaml)                          | 🚧                                                                                                                                                                                                                    |
| 2025-10-23 | Qwen3-VL (4B / 8B)            | [`Qwen/Qwen3-VL-7B-Instruct`](https://huggingface.co/Qwen/Qwen3-VL-7B-Instruct)                                                                   | VLM       | [qwen3\_vl\_4b\_instruct\_rdr.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/qwen3/qwen3_vl_4b_instruct_rdr.yaml)                | 🚧                                                                                                                                                                                                                    |
| 2025-10-05 | Mixtral 8x7B                  | [`mistralai/Mixtral-8x7B-Instruct-v0.1`](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1)                                             | LLM       | [mixtral-8x7b-v0-1\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/mistral/mixtral-8x7b-v0-1_squad.yaml)                   | 🚧                                                                                                                                                                                                                    |
| 2025-09-29 | DeepSeek-V3                   | [`deepseek-ai/DeepSeek-V3`](https://huggingface.co/deepseek-ai/DeepSeek-V3)                                                                       | LLM       | [deepseekv3\_pretrain.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_pretrain/deepseekv3_pretrain.yaml)                                   | 🚧                                                                                                                                                                                                                    |
| 2025-09-23 | GPT-OSS 20B / 120B            | [`openai/gpt-oss-20b`](https://huggingface.co/openai/gpt-oss-20b)                                                                                 | LLM       | [gpt\_oss\_20b.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/gpt_oss/gpt_oss_20b.yaml)                                          | 🚧                                                                                                                                                                                                                    |
| 2025-09-08 | Moonlight 16B                 | [`moonshotai/Moonlight-16B-A3B`](https://huggingface.co/moonshotai/Moonlight-16B-A3B)                                                             | LLM       | [moonlight\_16b\_te.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/moonlight/moonlight_16b_te.yaml)                              | 🚧                                                                                                                                                                                                                    |
| 2025-08-27 | Mistral / Mistral-Nemo        | [`mistralai/Mistral-7B-v0.1`](https://huggingface.co/mistralai/Mistral-7B-v0.1)                                                                   | LLM       | [mistral\_7b\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/mistral/mistral_7b_squad.yaml)                                | 🚧                                                                                                                                                                                                                    |
| 2025-08-27 | Qwen2 / Qwen2.5               | [`Qwen/Qwen2.5-7B`](https://huggingface.co/Qwen/Qwen2.5-7B)                                                                                       | LLM       | [qwen2\_5\_7b\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/qwen/qwen2_5_7b_squad.yaml)                                  | 🚧                                                                                                                                                                                                                    |
| 2025-08-27 | Gemma 2 / 3                   | [`google/gemma-2-9b-it`](https://huggingface.co/google/gemma-2-9b-it)                                                                             | LLM       | [gemma\_2\_9b\_it\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/gemma/gemma_2_9b_it_squad.yaml)                          | 🚧                                                                                                                                                                                                                    |
| 2025-08-27 | Phi 2 / 3 / 4                 | [`microsoft/phi-4`](https://huggingface.co/microsoft/phi-4)                                                                                       | LLM       | [phi\_4\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/phi/phi_4_squad.yaml)                                              | 🚧                                                                                                                                                                                                                    |
| 2025-08-27 | Granite 3.x                   | [`ibm-granite/granite-3.3-2b-instruct`](https://huggingface.co/ibm-granite/granite-3.3-2b-instruct)                                               | LLM       | [granite\_3\_3\_2b\_instruct\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/granite/granite_3_3_2b_instruct_squad.yaml)   | 🚧                                                                                                                                                                                                                    |
| 2025-08-27 | OLMo 2                        | [`allenai/OLMo-2-0425-1B-Instruct`](https://huggingface.co/allenai/OLMo-2-0425-1B-Instruct)                                                       | LLM       | [olmo\_2\_0425\_1b\_instruct\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/olmo/olmo_2_0425_1b_instruct_squad.yaml)      | 🚧                                                                                                                                                                                                                    |
| 2025-08-27 | Seed-Coder / Seed-OSS         | [`ByteDance-Seed/Seed-Coder-8B-Instruct`](https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Instruct)                                           | LLM       | [seed\_coder\_8b\_instruct\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/seed/seed_coder_8b_instruct_squad.yaml)         | 🚧                                                                                                                                                                                                                    |
| 2025-08-27 | Baichuan 2                    | [`baichuan-inc/Baichuan2-7B-Chat`](https://huggingface.co/baichuan-inc/Baichuan2-7B-Chat)                                                         | LLM       | [baichuan\_2\_7b\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/baichuan/baichuan_2_7b_squad.yaml)                        | 🚧                                                                                                                                                                                                                    |
| 2025-08-27 | Cohere Command-R              | [`CohereForAI/c4ai-command-r-v01`](https://huggingface.co/CohereForAI/c4ai-command-r-v01)                                                         | LLM       | [cohere\_command\_r\_7b\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/cohere/cohere_command_r_7b_squad.yaml)             | 🚧                                                                                                                                                                                                                    |
| 2025-08-27 | StarCoder 2                   | [`bigcode/starcoder2-3b`](https://huggingface.co/bigcode/starcoder2-3b)                                                                           | LLM       | [starcoder\_2\_7b\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/starcoder/starcoder_2_7b_squad.yaml)                     | 🚧                                                                                                                                                                                                                    |
| 2025-08-27 | Falcon 3                      | [`tiiuae/Falcon3-7B-Instruct`](https://huggingface.co/tiiuae/Falcon3-7B-Instruct)                                                                 | LLM       | [falcon3\_7b\_instruct\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/falcon/falcon3_7b_instruct_squad.yaml)              | 🚧                                                                                                                                                                                                                    |
| 2025-08-27 | GLM-4 / GLM-4-MoE             | [`zai-org/glm-4-9b-chat-hf`](https://huggingface.co/zai-org/glm-4-9b-chat-hf)                                                                     | LLM       | [glm\_4\_9b\_chat\_hf\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/glm/glm_4_9b_chat_hf_squad.yaml)                     | 🚧                                                                                                                                                                                                                    |
| 2025-08-27 | Qwen3 / Qwen3-MoE             | [`Qwen/Qwen3-0.6B`](https://huggingface.co/Qwen/Qwen3-0.6B)                                                                                       | LLM       | [qwen3\_0p6b\_hellaswag.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/qwen/qwen3_0p6b_hellaswag.yaml)                           | 🚧                                                                                                                                                                                                                    |
| 2025-08-23 | Gemma 3 VL                    | [`google/gemma-3-4b-it`](https://huggingface.co/google/gemma-3-4b-it)                                                                             | VLM       | [gemma3\_vl\_4b\_cord\_v2.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/gemma3/gemma3_vl_4b_cord_v2.yaml)                       | 🚧                                                                                                                                                                                                                    |
| 2025-08-23 | Gemma 3n                      | [`google/gemma-3n-e4b-it`](https://huggingface.co/google/gemma-3n-e4b-it)                                                                         | VLM       | [gemma3n\_vl\_4b\_medpix.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/gemma3n/gemma3n_vl_4b_medpix.yaml)                       | 🚧                                                                                                                                                                                                                    |
| 2025-08-23 | Llama 3.x                     | [`meta-llama/Llama-3.2-1B`](https://huggingface.co/meta-llama/Llama-3.2-1B)                                                                       | LLM       | [llama3\_2\_1b\_squad.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/llm_finetune/llama3_2/llama3_2_1b_squad.yaml)                            | 🚧                                                                                                                                                                                                                    |
| 2025-08-23 | Qwen2.5-VL                    | [`Qwen/Qwen2.5-VL-7B-Instruct`](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct)                                                               | VLM       | [qwen2\_5\_vl\_3b\_rdr.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/qwen2_5/qwen2_5_vl_3b_rdr.yaml)                            | 🚧                                                                                                                                                                                                                    |
| 2025-08-23 | Phi-4-multimodal              | [`microsoft/Phi-4-multimodal-instruct`](https://huggingface.co/microsoft/Phi-4-multimodal-instruct)                                               | Omni      | [phi4\_mm\_cv17.yaml](https://github.com/NVIDIA-NeMo/Automodel/blob/main/examples/vlm_finetune/phi4/phi4_mm_cv17.yaml)                                           | 🚧                                                                                                                                                                                                                    |