# tinker.types.SupportedModel ## *class* [**tinker.types.SupportedModel**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/get_server_capabilities_response.py#L8)(*[BaseModel](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/_models.py#L88)*) Information about a model supported by the server. **Fields:** - [**model_name**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/get_server_capabilities_response.py#L11) (*Optional[str]*) – The name of the supported model. - [**max_context_length**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/get_server_capabilities_response.py#L14) (*Optional[int]*) – The maximum context length (in tokens) supported by this model. ## Referenced by - [tinker.types.GetServerCapabilitiesResponse](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/types/getservercapabilitiesresponse/index.md)