# tinker.types.SaveWeightsExternalResponse ## *class* [**tinker.types.SaveWeightsExternalResponse**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/_pydantic_types/save_weights_external_response.py#L19)(*[BaseModel](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/_models.py#L88)*) **Fields:** - [**path**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/_pydantic_types/save_weights_external_response.py#L20) (*str*) – A tinker URI for the external-format model weights - [**type**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/_pydantic_types/save_weights_external_response.py#L23) (*Optional\[Literal['save_weights_external']\]*)