continuedev / continuedev/continue

Cannot setup Deepseek model using Azure Foundry

Open
#3,902 15 comments 1 reaction 1 assignee View on GitHub

@sestinj is already working on this.

Since Jan 30, 2025.

ide:vscode kind:bug needs-triage os:windows
Dominant language
TypeScript
Stars
36k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

Before submitting your bug report
Relevant environment info
- OS: Windows 11
- Continue version: 0.8.66
- IDE version: VSCode 1.93.1
- Model: Deepseek-R1
- config.json:
  
  "models": [
    {
      "title": "Deepseek R1",
      "model": "Deepseek-R1",
      "provider": "azure",
      "apiBase": "https://DeepSeek-R1-hwgxs.eastus2.models.ai.azure.com",
      "apiType": "azure",
      "apiKey": "<API-KEY>"
    }
  ]
Description

I am not able to use Deepseek-R1 model deployed using azure foundry.

When i try sending a message, following error occurs in logs:
Error: HTTP 404 Not Found from https://deepseek-r1-hwgxs.eastus2.models.ai.azure.com/openai/deployments/Deepseek-R1/chat/completions?api-version=2023-07-01-preview

To reproduce

No response

Log output

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.