# tinker.types.GetServerCapabilitiesResponse *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.GetServerCapabilitiesResponse**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/get_server_capabilities_response.py#L24)(*[BaseModel](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/_models.py#L88)*) Response containing the server's supported models and capabilities. **Fields:** - [**supported_models**](https://github.com/thinking-machines-lab/tinker/blob/1e5777ef1e0bb2bae6d9b8d63a6144eec405377d/src/tinker/types/get_server_capabilities_response.py#L27) (*List\[[SupportedModel](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/types/supportedmodel/index.md)\]*) – List of models available on the server. ## Referenced by - [ServiceClient.get_server_capabilities](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/serviceclient/#get_server_capabilities)