ART Framework API Docs
    Preparing search index...

    Enumeration ModelCapability

    Represents the different capabilities a model might possess. Used for model selection and validation.

    Index

    Enumeration Members

    CODE: "code"

    Specialized in understanding or generating code.

    RAG: "rag"

    Built-in or optimized for Retrieval-Augmented Generation.

    REASONING: "reasoning"

    Advanced reasoning, planning, complex instruction following.

    STREAMING: "streaming"

    Supports streaming responses chunk by chunk.

    TEXT: "text"

    Basic text generation/understanding.

    TOOL_USE: "tool_use"

    Capable of using tools/function calling.

    VISION: "vision"

    Ability to process and understand images.