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.
[Flags]
public enum ModelFeature
Fields
Caching = 64CodeExecution = 16ComputerUse = 262144Distillation = 2097152FineTuning = 2FunctionCalling = 32ImageGeneration = 128ImageInpainting = 256Moderation = 32768None = 0PixelArtEstimateSkeleton = 33554432PixelArtGeneration = 8388608PixelArtInpainting = 16777216PredictedOutputs = 4194304Realtime = 131072Reasoning = 1048576Search = 65536SoundFXGeneration = 2048SpeechGeneration = 512Streaming = 4StructuredOutputs = 8TextEmbedding = 16384TextGeneration = 1Transcription = 1024VideoGeneration = 8192Vision = 67108864VoiceChange = 4096VoiceIsolation = 524288