diff --git a/aider/website/_posts/2025-01-28-deepseek-down.md b/aider/website/_posts/2025-01-28-deepseek-down.md index e69de29bb..5c7fd28c5 100644 --- a/aider/website/_posts/2025-01-28-deepseek-down.md +++ b/aider/website/_posts/2025-01-28-deepseek-down.md @@ -0,0 +1,73 @@ +--- +title: DeepSeek V3 polyglot benchmark results by provider +excerpt: Comparing DeepSeek V3 performance across different providers on aider's polyglot benchmark. +highlight_image: /assets/deepseek-down.jpg +draft: false +nav_exclude: true +--- +{% if page.date %} +
{{ page.date | date: "%B %d, %Y" }}
+{% endif %} + +# DeepSeek V3 polyglot benchmark results by provider +{: .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. + +This article compares DeepSeek V3 results from multiple providers to help you choose the best option for your needs. + +## Results + +Model | +Percent completed correctly | +Percent using correct edit format | +Command | +Edit format | +Total Cost | +
---|---|---|---|---|---|
{{ row.model }} | +{{ row.pass_rate_2 }}% | +{{ row.percent_cases_well_formed }}% | +{{ row.command }} |
+ {{ row.edit_format }} | +{% if row.total_cost == 0 %}?{% else %}${{ row.total_cost | times: 1.0 | round: 2 }}{% endif %} | +