Skip to content
Discussion options

You must be logged in to vote

There are two problems. First is that version value is not used and always replaced with "preview". Why?

Azure explains this here: https://learn.microsoft.com/en-us/azure/ai-foundry/openai/api-version-lifecycle?tabs=key#api-evolution


The following config works for me:

# librechat.yaml

azureOpenAI:
# Group level config under `azureOpenAI`
    - group: "arbitrary-group-name"
      apiKey: "${YOUR_API_KEY}" # .env var reference
      instanceName: "your-instance-name"
      version: "2025-04-01-preview" # whichever version works for non-responses
      models:
        o3-pro:
          deploymentName: "o3-pro"
# librechat.yaml

modelSpecs:
  list:
  - name: o3-pro
    label: o3-pro (azur…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by normunds-wipo
Comment options

You must be logged in to vote
1 reply
@danny-avila
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #9575 on September 11, 2025 11:51.