Table of Contents

Enum ModelFeature

Namespace
Glitch9.AIDevKit

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.

[Flags]
public enum ModelFeature

Fields

Caching = 64
CodeExecution = 16
ComputerUse = 262144
Distillation = 2097152
FineTuning = 2
FunctionCalling = 32
ImageGeneration = 128
ImageInpainting = 256
Moderation = 32768
None = 0
PixelArtEstimateSkeleton = 33554432
PixelArtGeneration = 8388608
PixelArtInpainting = 16777216
PredictedOutputs = 4194304
Realtime = 131072
Reasoning = 1048576
SoundFXGeneration = 2048
SpeechGeneration = 512
Streaming = 4
StructuredOutputs = 8
TextEmbedding = 16384
TextGeneration = 1
Transcription = 1024
VideoGeneration = 8192
Vision = 67108864
VoiceChange = 4096
VoiceIsolation = 524288