# tinker.types.GetInfoResponse *Generated from tinker 0.30.4 at commit [`1e5777e`](https://github.com/thinking-machines-lab/tinker/tree/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d). Source links point at that snapshot.* ## *class* [**tinker.types.GetInfoResponse**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/_pydantic_types/get_info_response.py#L22)(*[BaseModel](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/_models.py#L88)*) Response containing information about a training client's model. **Fields:** - [**type**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/_pydantic_types/get_info_response.py#L25) (*Optional\[Literal['get_info']\]*) – Response type identifier. - [**model_data**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/_pydantic_types/get_info_response.py#L28) (*[ModelData](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/types/modeldata/index.md)*) – Detailed metadata about the model. - [**model_id**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/_pydantic_types/get_info_response.py#L31) (*[ModelID](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/model_id.py#L5)*) – Unique identifier for the model. - [**optimizer_config**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/_pydantic_types/get_info_response.py#L34) (*[OptimizerConfig](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/optimizer.py#L26)*) - [**is_lora**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/_pydantic_types/get_info_response.py#L36) (*Optional[bool]*) – Whether this is a LoRA fine-tuned model. - [**lora_rank**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/_pydantic_types/get_info_response.py#L39) (*Optional[int]*) – The rank of the LoRA adaptation, if applicable. - [**model_name**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/_pydantic_types/get_info_response.py#L42) (*Optional[str]*) – The name of the model. ## Referenced by - [TrainingClient.get_info](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/trainingclient/#get_info)