# tinker_cookbook.model_info | Class | Description | | ----------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | | [`ModelAttributes`](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/model_info/modelattributes/index.md) | Metadata describing a model's organization, version, size, and recommended rende | | Function | Description | | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | | [`get_model_attributes()`](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/model_info/get_model_attributes/index.md) | Get model metadata by name. | | [`get_recommended_renderer_names()`](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/model_info/get_recommended_renderer_names/index.md) | Return a list of renderers that are designed for the model. | | [`get_recommended_renderer_name()`](https://tinker-docs.thinkingmachines.ai/cookbook/api-reference/model_info/get_recommended_renderer_name/index.md) | Return the most recommended renderer for the model. |