Enum ModelEndpoint
Represents the endpoints available for AI models.
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
[Flags]
public enum ModelEndpoint
Fields
Name | Description |
---|---|
Assistants | |
AudioTranscriptions | |
AudioTranslations | |
Batch | |
ChatCompletions | |
Completions | |
Embeddings | |
FineTuning | |
ImageGeneration | |
ImageInpainting | |
Moderations | |
None | Error endpoint, used when no valid endpoint is specified. |
Realtime | |
Responses | |
SpeechGeneration |