Skip to content
Discussion options

You must be logged in to vote

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-models

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"

Replies: 1 comment 1 reply

Comment options

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

Answer selected by LayerFort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants