diff --git a/home/base/tui/editors/neovim/nvim/lua/plugins/avante.lua b/home/base/tui/editors/neovim/nvim/lua/plugins/avante.lua index 18b00b85..471b9305 100644 --- a/home/base/tui/editors/neovim/nvim/lua/plugins/avante.lua +++ b/home/base/tui/editors/neovim/nvim/lua/plugins/avante.lua @@ -54,6 +54,13 @@ return { endpoint = "https://api.deepseek.com", model = "deepseek-reasoner", }, + aliyun_qwen3 = { + __inherited_from = "openai", + api_key_name = "DASHSCOPE_API_KEY", + endpoint = "https://dashscope.aliyuncs.com/compatible-mode/v1", + -- model = "qwen-coder-plus-latest", + model = "qwen3-235b-a22b", + }, }, -- WARNING: Since auto-suggestions are a high-frequency operation and therefore expensive, -- currently designating it as `copilot` provider is dangerous because: https://github.com/yetone/avante.nvim/issues/1048