Skip to content

Commit 6eb16c0

Browse files
authored
Merge pull request #1548 from QwenLM/mingholy/fix/qwen-oauth-model-info
Fix: Update Qwen OAuth model information
2 parents 7fa1dcb + 03f12bf commit 6eb16c0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

packages/core/src/models/constants.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,14 @@ export const QWEN_OAUTH_ALLOWED_MODELS = [
102102
export const QWEN_OAUTH_MODELS: ModelConfig[] = [
103103
{
104104
id: 'coder-model',
105-
name: 'Qwen Coder',
106-
description:
107-
'The latest Qwen Coder model from Alibaba Cloud ModelStudio (version: qwen3-coder-plus-2025-09-23)',
105+
name: 'coder-model',
106+
description: 'The latest Qwen Coder model from Alibaba Cloud ModelStudio',
108107
capabilities: { vision: false },
109108
},
110109
{
111110
id: 'vision-model',
112-
name: 'Qwen Vision',
113-
description:
114-
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)',
111+
name: 'vision-model',
112+
description: 'The latest Qwen Vision model from Alibaba Cloud ModelStudio',
115113
capabilities: { vision: true },
116114
},
117115
];

0 commit comments

Comments
 (0)