Share via


AIFoundryModel.OpenAI.Gpt432k Field

Definition

gpt-4 can solve difficult problems with greater accuracy than any of the previous OpenAI models. Like gpt-35-turbo, gpt-4 is optimized for chat but works well for traditional completions tasks. The gpt-4 supports 8192 max input tokens and the gpt-4-32k supports up to 32,768 tokens. Note: this model can be deployed for inference, but cannot be finetuned. Learn more at <https://free.blessedness.top/azure/cognitive-services/openai/concepts/models>

public static readonly Aspire.Hosting.Azure.AIFoundryModel Gpt432k;
 staticval mutable Gpt432k : Aspire.Hosting.Azure.AIFoundryModel
Public Shared ReadOnly Gpt432k As AIFoundryModel 

Field Value

Applies to