Support for grok-3
in Azure OpenAI
#7508
-
What features would you like to see added?Hey! Microsoft recently added Do you know if this model can be already used right now in LibreChat with proper config, or a support needs to be explicitly added to LibreChat code first? My attempt to use it failed with an error. More detailsI attempted to set it up similarly to other models (which work for me): endpoints:
azureOpenAI:
groups:
- group: "somethingSomething-eastus2"
apiKey: "${AZURE_API_KEY}"
instanceName: "${AZURE_INSTANCE_NAME}"
assistants: false
models:
gpt-4.1:
deploymentName: gpt-4.1
version: "2025-01-01-preview"
# (...)
grok-3:
deploymentName: grok-3
version: "2025-01-01-preview" When I try to use the prompt I see error in logs:
Which components are impacted by your request?No response PicturesCode of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can add it already:
More info: https://www.librechat.ai/docs/configuration/azure#serverless-inference-endpoints |
Beta Was this translation helpful? Give feedback.
-
For the record, you can also use Grok 3 (from Azure) as a custom endpoint: - name: "azure_xai"
apiKey: "$AZURE_OAI_API_KEY}"
baseURL: "https://your-endpoint.ai.azure.com/models/"
models:
default: ["grok-3"]
fetch: true
titleConvo: true
titleMethod: "completion"
titleModel: "grok-beta"
summarize: false
summaryModel: "grok-beta"
forcePrompt: false
modelDisplayLabel: "Grok"
headers:
"api-version": "2024-05-01-preview" |
Beta Was this translation helpful? Give feedback.
You can add it already:
More info:
https://www.librechat.ai/docs/configuration/azure#serverless-inference-endpoints