diff --git a/VERSION b/VERSION index a9f871b..8bbab56 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.13.4.1 +2.13.5 diff --git a/src/providers/openai/qwen-core.js b/src/providers/openai/qwen-core.js index 919a42e..08adffa 100644 --- a/src/providers/openai/qwen-core.js +++ b/src/providers/openai/qwen-core.js @@ -668,7 +668,7 @@ export class QwenApiService { const maxRetries = (this.config && this.config.REQUEST_MAX_RETRIES) || 3; const baseDelay = (this.config && this.config.REQUEST_BASE_DELAY) || 1000; - const version = "0.13.2"; + const version = "0.14.2"; const userAgent = `QwenCode/${version} (${process.platform}; ${process.arch})`; try { diff --git a/src/providers/provider-models.js b/src/providers/provider-models.js index b8fa6ba..7fce550 100644 --- a/src/providers/provider-models.js +++ b/src/providers/provider-models.js @@ -44,10 +44,12 @@ export const PROVIDER_MODELS = { 'openai-custom': [], 'openaiResponses-custom': [], 'openai-qwen-oauth': [ + 'coder-model', + 'vision-model', + 'qwen3.6-plus', + 'qwen3.5-plus', 'qwen3-coder-plus', 'qwen3-coder-flash', - 'coder-model', - 'vision-model' ], 'openai-iflow': [ // iFlow 特有模型