supportedCapabilities property

Set<LLMCapability> get supportedCapabilities

Set of capabilities this provider supports

This represents the general capabilities of the provider, but actual support may vary by specific model or configuration.

Implementation

Set<LLMCapability> get supportedCapabilities;