Table of Contents

Enum ModelEndpoint

Represents the endpoints available for AI models.

[Flags]
public enum ModelEndpoint

Fields

Assistants = 1024
AudioTranscriptions = 128
AudioTranslations = 256
Batch = 2048
ChatCompletions = 2
Completions = 1
Embeddings = 8
FineTuning = 4
ImageGeneration = 32
ImageInpainting = 64
Moderations = 16
None = 0

Error endpoint, used when no valid endpoint is specified.

Realtime = 4096
Responses = 8192
SpeechGeneration = 512