ModelProfile.supports()
Check whether a capability is supported.
Usage
ModelProfile.supports(capability)Parameters
capability: str-
One of
"tools"``,“vision”, `"structured_output","streaming".
Returns
bool | None-
True/Falseif known,Noneif unknown.
Raises
ValueError- If the capability name is not recognised.