> 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.

# nemo_automodel.components.models.mistral3_vlm

FP8-native Mistral3 VLM custom model registration (dawn-ridge 128B).

Importing this module installs a resolver hook on
`_resolve_custom_model_cls_for_config` (nemo\_automodel/\_transformers/
model\_init.py) that routes FP8-native Mistral3 VLM configs to
`Mistral3FP8VLMForConditionalGeneration`. The model registry is **not**
overwritten, so non-FP8 Mistral3 VLMs keep the stock `mistral4.model`
path and there is no regression for other users.

## Submodules

* **[`nemo_automodel.components.models.mistral3_vlm.model`](/nemo-automodel/nemo_automodel/components/models/mistral3_vlm/model)**
* **[`nemo_automodel.components.models.mistral3_vlm.state_dict_adapter`](/nemo-automodel/nemo_automodel/components/models/mistral3_vlm/state_dict_adapter)**

## Package Contents

### Functions

| Name                                                                                              | Description                                                                      |
| ------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| [`_install_resolver_hook`](#nemo_automodel-components-models-mistral3_vlm-_install_resolver_hook) | Prepend an FP8-Mistral3 VLM check to \_resolve\_custom\_model\_cls\_for\_config. |

### Data

[`__all__`](#nemo_automodel-components-models-mistral3_vlm-__all__)

[`logger`](#nemo_automodel-components-models-mistral3_vlm-logger)

### API

```python
nemo_automodel.components.models.mistral3_vlm._install_resolver_hook() -> None
```

Prepend an FP8-Mistral3 VLM check to \_resolve\_custom\_model\_cls\_for\_config.

```python
nemo_automodel.components.models.mistral3_vlm.__all__ = ['Mistral3FP8VLMForConditionalGeneration']
```

```python
nemo_automodel.components.models.mistral3_vlm.logger = logging.getLogger(__name__)
```