> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ccs.kaitran.ca/llms.txt
> Use this file to discover all available pages before exploring further.

# Qwen Provider Status

> Qwen account linking is currently unavailable in the bundled CLIProxy runtime

# Qwen Provider Status

Qwen account linking is currently unavailable in the bundled CLIProxy runtime.
Commands such as `ccs qwen --auth` and `ccs qwen --auth --add` return a clear
unsupported-provider error instead of starting a broken device-code flow.

<Warning>
  The upstream CLIProxy runtime bundled with CCS does not expose Qwen OAuth or
  device-code authentication. Use an API-key Qwen route instead.
</Warning>

## Recommended Qwen Route

Use [Alibaba Coding Plan](/providers/api/alibaba) for Qwen3 Coder models with an
API key:

```bash theme={null}
ccs api create --preset alibaba-coding-plan
ccs albb "review this function"
```

This keeps Qwen model access available while avoiding the unsupported account
linking path.

## Unsupported Commands

```bash theme={null}
ccs qwen --auth
ccs qwen --auth --add
ccs qwen --use <account>
```

These commands depend on runtime-managed Qwen OAuth tokens, which CLIProxy does
not provide today.

## Related Pages

<CardGroup cols={2}>
  <Card title="Alibaba Coding Plan" icon="key" href="/providers/api/alibaba">
    Use Qwen3 Coder models with an API key
  </Card>

  <Card title="API Profiles" icon="code" href="/providers/concepts/api-profiles">
    Configure API-key providers and custom endpoints
  </Card>
</CardGroup>
