Skip to content
Discussion options

You must be logged in to vote

Got it working! So the issue was even though on Az OpenAI the model version is specified as 2024-07-18, I cannot set this in librechat.yaml for a specific model.

Omitting baseURL is also key, if that is there the same error occurs.

endpoints:
  azureOpenAI:
    titleConvo: true
    groups:
      - group: 'azure'
        apiKey: "..."
        instanceName: redacted
        # version: "2024-12-01-preview"
        version: "2025-01-01-preview"
        models:
          gpt-4o-mini:
            deploymentName: gpt-4o-mini

Glad it's finally working! Thanks for your help! 😄

Replies: 7 comments 12 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

You must be logged in to vote
1 reply
@marlonka
Comment options

Comment options

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

Comment options

You must be logged in to vote
2 replies
@marlonka
Comment options

@maxx-ukoo
Comment options

Comment options

You must be logged in to vote
7 replies
@danny-avila
Comment options

@ismailuddin
Comment options

@danny-avila
Comment options

@ismailuddin
Comment options

Answer selected by danny-avila
@Pfaufisch
Comment options

@ismailuddin
Comment options

@marlonka
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
8 participants
Converted from issue

This discussion was converted from issue #9003 on August 12, 2025 13:19.