Enum ModelEndpoint
Represents the endpoints available for AI models.
[Flags]
public enum ModelEndpoint
Fields
Assistants = 1024AudioTranscriptions = 128AudioTranslations = 256Batch = 2048ChatCompletions = 2Completions = 1Embeddings = 8FineTuning = 4ImageGeneration = 32ImageInpainting = 64Moderations = 16None = 0Error endpoint, used when no valid endpoint is specified.
Realtime = 4096Responses = 8192SpeechGeneration = 512