defaultCapabilities property
Default capabilities assumed for unknown models
When a model is not explicitly configured in modelConfigs, these capabilities will be assumed. This provides a safe fallback for OpenAI-compatible providers where we can't know all models.
If null, defaults to supportedCapabilities.
Implementation
final Set<LLMCapability>? defaultCapabilities;