Skip to content

Azure Foundry Claude Opus working under 1.2.11 now broken under 1.2.14 #9789

@Johannisbaer

Description

@Johannisbaer

Before submitting your bug report

Relevant environment info

- OS: Windows
- Continue version: 1.2.14
- IDE version: VSCode 1.103.2
- Model: claude-opus-4-5
- config:
  
name: Continue Config
version: 0.0.1
schema: v1
models:
  - name: claude-opus-4-5
    provider: anthropic
    model: claude-opus-4-5
    apiKey: C.....
    apiBase: https://
    env:
      deployment: claude-opus-4-5
      apiType: azure-foundry
      apiVersion: 2023-06-01
    capabilities:
      - tool_use
      - image_input
    roles:
      - chat
      - edit
      - apply
  
  OR link to agent in Continue hub:

Description

I am using claude-opus-4-5 via the Azure AI Foundry which has been working fine under continue version 1.2.11 but is now broken under 1.2.14.

I tried deleting all files, re-installing, changing the yaml config to all possible options including headers for api-key. In the end a downgrade was the only working solution...

To reproduce

install lasted continue dev
try azure foundry anthropic models

Log output

{"error":{"code":"401","message":"Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource."}} {"context":"llm_stream_chat","model":"claude-opus-4-5","provider":"anthropic","useOpenAIAdapter":false,"streamEnabled":true,"templateMessages":false}

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:configurationRelates to configuration optionside:vscodeRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on Windows

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions