RSX Code Reference
    Preparing search index...

    Class LLMProviderCapabilities

    Persisted capability metadata for one LLM provider profile.

    Index
    audioInput: boolean

    Indicates whether the model can accept audio input.

    audioOutput: boolean

    Indicates whether the model can produce audio output.

    toolCalling: boolean

    Indicates whether the model can request tools through provider tool-calling APIs.

    visionInput: boolean

    Indicates whether the model can accept image or vision input.