Skip to content

[BUG] /model command doesn't show all avaliable models #1820

@STX5

Description

@STX5

What happened?

In qwen code, I have only 2 models avaliable, which are qwen3-max-quick and qwen3-coder-plus.

 > /model

  ╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
  │                                                                                                  │
  │ 选择模型                                                                                         │
  │                                                                                                  │
  │ 当前(实际生效)配置                                                                             │
  │                                                                                                  │
  │ AuthType:   openai                                                                               │
  │ Model:      qwen3-coder-plus                                                                     │
  │             ModelProviders openai:qwen3-coder-plus                                               │
  │ Base URL:   https://dashscope.aliyuncs.com/compatible-mode/v1                                    │
  │             ModelProviders openai:qwen3-coder-plus                                               │
  │ API Key:    (已设置)                                                                             │
  │             ENV BAILIAN_CODING_PLAN_API_KEY                                                      │
  │                                                                                                  │
  │   1. [qwen-oauth] coder-model                                                                    │
  │      The latest Qwen Coder model from Alibaba Cloud ModelStudio                                  │
  │   2. [qwen-oauth] vision-model                                                                   │
  │      The latest Qwen Vision model from Alibaba Cloud ModelStudio                                 │
  │ ● 3. [openai] qwen3-coder-plus                                                                   │
  │   4. [openai] qwen3-max-quick                                                                    │
  │                                                                                                  │
  │ (按 Esc 关闭)                                                                                  │
  │                                                                                                  │
  ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯

in the setting.json, I have 3 models configured.

{
  "env": {
    "BAILIAN_CODING_PLAN_API_KEY": "sk-xxxxxxxx"
  },
  "modelProviders": {
    "openai": [
      {
        "id": "qwen3-coder-plus",
        "name": "qwen3-coder-plus",
        "baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
        "envKey": "BAILIAN_CODING_PLAN_API_KEY"
      },
      {
        "id": "qwen3-max-2026-01-23",
        "name": "qwen3-max-quick",
        "baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
        "envKey": "BAILIAN_CODING_PLAN_API_KEY",
        "generationConfig": {
          "extra_body": {
            "enable_thinking": false
          }
        }
      },
      {
        "id": "qwen3-max-2026-01-23",
        "name": "qwen3-max-thinking",
        "baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
        "envKey": "BAILIAN_CODING_PLAN_API_KEY",
        "generationConfig": {
          "extra_body": {
            "enable_thinking": true
          }
        }
      }
    ]
  },
  "security": {
    "auth": {
      "selectedType": "openai"
    }
  },
  "$version": 3
}

The third model qwen3-max-thinking is missing, I only have qwen3-max-quick avaliable . Is this because these two models have the same id?

What did you expect to happen?

Client information

qwen --version
0.10.1

Login information

No response

Anything else we need to know?

No response

Metadata

Metadata

Assignees

Labels

status/needs-triageIssue needs to be triaged and labeledtype/bugSomething isn't working as expected

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions