# tinker_cookbook.model_info.ModelAttributes ## *class* [**tinker_cookbook.model_info.ModelAttributes**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/model_info.py#L53)() Metadata describing a model's organization, version, size, and recommended renderers. **Fields:** - [**organization**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/model_info.py#L67) (*str*) - [**version_str**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/model_info.py#L68) (*str*) - [**size_str**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/model_info.py#L69) (*str*) - [**is_chat**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/model_info.py#L70) (*bool*) - [**recommended_renderers**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/model_info.py#L71) (*tuple[str, ...]*) - [**is_vl**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/model_info.py#L72) (*bool*, default: `False`) - [**is_audio_in**](https://github.com/thinking-machines-lab/tinker-cookbook/blob/main/tinker_cookbook/model_info.py#L73) (*bool*, default: `False`)