SupportedModel
class mint.types.SupportedModel ( BaseModel )¶
Information about a model supported by the server.
Fields:
- model_name ( Optional[str] ) – The name of the supported model.
- max_context_length ( Optional[int] ) – The maximum context length (in tokens) supported by this model.
Referenced by¶
- mint.types.GetServerCapabilitiesResponse