AI DevKit
Search Results for

    Show / Hide Table of Contents

    Enum ModelFeature

    Formerly known as ModelCapability, this enum represents the features that a model can support. It is used to determine the capabilities of a model and to check if a specific feature is supported.

    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    [Flags]
    public enum ModelFeature

    Fields

    Name Description
    Caching
    CodeExecution
    ComputerUse
    Distillation
    FineTuning
    FunctionCalling
    ImageGeneration
    ImageInpainting
    Moderation
    None
    PixelArtEstimateSkeleton
    PixelArtGeneration
    PixelArtInpainting
    PredictedOutputs
    Realtime
    Reasoning
    Search
    SoundFXGeneration
    SpeechGeneration
    Streaming
    StructuredOutputs
    TextEmbedding
    TextGeneration
    Transcription
    VideoGeneration
    Vision
    VoiceChange
    VoiceIsolation
    In this article
    Back to top Generated by DocFX