From cad31b638b6da5af75b5d5890d672e8425d95af8 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 9 May 2025 15:57:04 -0700 Subject: [PATCH] copy --- aider/website/_posts/2025-05-08-qwen3.md | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/aider/website/_posts/2025-05-08-qwen3.md b/aider/website/_posts/2025-05-08-qwen3.md index 474ee5852..80b580d1c 100644 --- a/aider/website/_posts/2025-05-08-qwen3.md +++ b/aider/website/_posts/2025-05-08-qwen3.md @@ -277,6 +277,31 @@ const LEADERBOARD_CUSTOM_TITLE = "Qwen3 results on the aider polyglot benchmark" +## No think, via official Alibaba API + +These results were obtained running against `https://dashscope.aliyuncs.com/compatible-mode/v1` +with no thinking. + +```bash +export OPENAI_API_BASE=https://dashscope.aliyuncs.com/compatible-mode/v1 +export OPENAI_API_KEY= +``` + +```yaml +- name: openai/qwen3-235b-a22b + use_temperature: 0.7 + streaming: false + extra_params: + stream: false + max_tokens: 16384 + top_p: 0.8 + top_k: 20 + temperature: 0.7 + enable_thinking: false + extra_body: + enable_thinking: false +``` + ## OpenRouter only TogetherAI, recommended /no_think settings These results were obtained with the