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 | |
FineTuning | |
FunctionCalling | |
ImageGeneration | |
ImageInpainting | |
Moderation | |
None | |
Realtime | |
Search | |
SoundFXGeneration | |
SpeechGeneration | |
SpeechRecognition | |
Streaming | |
StructuredOutputs | |
TextEmbedding | |
TextGeneration | |
VideoGeneration | |
VoiceChanger | |
VoiceIsolation |