apiVersion mismatch of Azure o4-mini & Azure o3-mini #7171
-
Beta Was this translation helpful? Give feedback.
Answered by
Patrick-Erichsen
Aug 15, 2025
Replies: 1 comment 1 reply
-
I think your config.yaml is missing the Here is what I think yours should look like: - name: GPT-o3-mini
provider: azure
model: o3-mini
apiKey: #
apiBase: https://#.cognitiveservices.azure.com/
engine: o3-mini
env:
apiVersion: "2024-12-01-preview" |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LayerFort
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think your config.yaml is missing the
env
property: https://docs.continue.dev/customize/model-providers/top-level/azure#how-to-set-up-azure-ai-foundry-chat-modelsHere is what I think yours should look like: