From e9aecb6e1f640631048022e39227b84b9f39039e Mon Sep 17 00:00:00 2001 From: Jingze <52855280+Jing-ze@users.noreply.github.com> Date: Wed, 25 Feb 2026 10:26:25 +0800 Subject: [PATCH] fix(ai-proxy): update anthropic messages endpoint path for qwen provider (#3530) --- plugins/wasm-go/extensions/ai-proxy/provider/qwen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wasm-go/extensions/ai-proxy/provider/qwen.go b/plugins/wasm-go/extensions/ai-proxy/provider/qwen.go index b741258dc..82ca16c5e 100644 --- a/plugins/wasm-go/extensions/ai-proxy/provider/qwen.go +++ b/plugins/wasm-go/extensions/ai-proxy/provider/qwen.go @@ -37,7 +37,7 @@ const ( qwenCompatibleRetrieveBatchPath = "/compatible-mode/v1/batches/{batch_id}" qwenBailianPath = "/api/v1/apps" qwenMultimodalGenerationPath = "/api/v1/services/aigc/multimodal-generation/generation" - qwenAnthropicMessagesPath = "/api/v2/apps/claude-code-proxy/v1/messages" + qwenAnthropicMessagesPath = "/apps/anthropic/v1/messages" qwenAsyncAIGCPath = "/api/v1/services/aigc/" qwenAsyncTaskPath = "/api/v1/tasks/"