Share via


EmbeddingsOptions.DeploymentName Property

Definition

The deployment name to use for an embeddings request.

public string DeploymentName { get; set; }
member this.DeploymentName : string with get, set
Public Property DeploymentName As String

Property Value

Remarks

When making a request against Azure OpenAI, this should be the customizable name of the "model deployment" (example: my-gpt4-deployment) and not the name of the model itself (example: gpt-4).

When using non-Azure OpenAI, this corresponds to "model" in the request options and should use the appropriate name of the model (example: gpt-4).

Applies to