From bf6ca2dc78e083da08b3d1bc256db532b636de4a Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 28 Jan 2025 09:52:20 -0800 Subject: [PATCH] docs: Update article to address DeepSeek API reliability issues and provide alternatives --- .../_posts/2025-01-28-deepseek-down.md | 26 ++++++++++++++----- 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/aider/website/_posts/2025-01-28-deepseek-down.md b/aider/website/_posts/2025-01-28-deepseek-down.md index 5c7fd28c5..4d17e4ce2 100644 --- a/aider/website/_posts/2025-01-28-deepseek-down.md +++ b/aider/website/_posts/2025-01-28-deepseek-down.md @@ -1,6 +1,6 @@ --- -title: DeepSeek V3 polyglot benchmark results by provider -excerpt: Comparing DeepSeek V3 performance across different providers on aider's polyglot benchmark. +title: DeepSeek API issues - Alternative providers +excerpt: DeepSeek's API has been experiencing reliability issues. Here are alternative providers you can use. highlight_image: /assets/deepseek-down.jpg draft: false nav_exclude: true @@ -9,15 +9,29 @@ nav_exclude: true

{{ page.date | date: "%B %d, %Y" }}

{% endif %} -# DeepSeek V3 polyglot benchmark results by provider +# DeepSeek API issues - Alternative providers {: .no_toc } -DeepSeek V3 is a powerful open source model that performs well on aider's polyglot benchmark. -However, the results can vary significantly depending on which provider is serving the model. +DeepSeek's API has been experiencing significant reliability issues for the past 24-48+ hours, with many users reporting downtime and overload problems. -This article compares DeepSeek V3 results from multiple providers to help you choose the best option for your needs. +If you're affected by these issues, several alternative providers offer access to DeepSeek models. This article compares their performance on aider's polyglot benchmark to help you choose a reliable alternative. + +## Using alternative providers + +The benchmark results below show that several providers offer comparable or better performance than DeepSeek's native API. To switch providers, you'll need to: + +1. Sign up for an account with your chosen alternative provider +2. Get their API key +3. Update your aider configuration to use their endpoint + +For example, to use OpenRouter: + +```bash +export OPENROUTER_API_KEY= +aider --model openrouter/deepseek/deepseek-v3 +``` ## Results