Class OpenAIModels

OpenAIModels class

تحتوي على معرفات نماذج OpenAI المتاحة.

public static class OpenAIModels

Properties

NameDescription
static Gpt35Turbo { get; }يحصل على المعرف لنموذج GPT-3.5 Turbo.
static Gpt35Turbo0125 { get; }يحصل على المعرف لنموذج GPT-3.5 Turbo 0125.
static Gpt35Turbo1106 { get; }يحصل على المعرف لنموذج GPT-3.5 Turbo 1106.
static Gpt35Turbo16K0613 { get; }يحصل على المعرف لنموذج GPT-3.5 Turbo 16k 0613.
static Gpt4O { get; }يحصل على المعرف لنموذج GPT-4o.
static Gpt4Turbo { get; }يحصل على المعرف لنموذج GPT-4 Turbo.

See Also