You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft Entra Token: Authentication tokens are included in a request as the Authorization header, the token can be retrieved using the following environment variables by callingget_bearer_token_provider from azure sdk
// BackendSecurityPolicyAzureCredentials contains the supported authentication mechanisms to access azure AI servicestypeBackendSecurityPolicyAzureCredentialsstruct {
// Region specifies the Azure region associated with the policy.//// +kubebuilder:validation:MinLength=1Regionstring`json:"region"`// ClientId is a unique identifier assigned to a registered application// +optionalClientIdstring`json:"clientId"`// TenantId is a unique identifier for an Azure Active Directory tenant//// +optionalTenantIdstring`json:"tenantId"`// ClientSecret is a confidential secret generated for the application//// +optionalClientSecret gwapiv1.SecretObjectReference`json:"clientSecret"`
}
Description:
Support Azure OpenAI Service for GPT-4o, o1 series models.
Authentication
https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#authentication
api-key
HTTP headerget_bearer_token_provider
from azure sdkData Plane API
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/stable/2024-10-21/inference.json#L287
xxx-openai-azure-{region}-{tier}
Control Plane API
[optional Relevant Links:]
https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models?tabs=global-standard%2Cstandard-chat-completions
The text was updated successfully, but these errors were encountered: