LinuxCommandLibrary

qwen

CLI for Alibaba's Qwen AI models

TLDR

Chat with Qwen

$ qwen
copy
Send prompt
$ qwen "[prompt]"
copy
Use specific model
$ qwen --model [qwen-turbo] "[prompt]"
copy

SYNOPSIS

qwen [options] [prompt]

DESCRIPTION

qwen is a command-line interface for interacting with Alibaba Cloud's Qwen series of large language models. It provides an interactive chat experience directly from the terminal, supporting both conversational prompts and single-shot queries for quick answers.
The tool connects to Alibaba's DashScope API to access various Qwen model variants, including Qwen Turbo for fast responses and larger models for more complex reasoning tasks. Temperature and other sampling parameters can be adjusted to control response creativity and determinism.

PARAMETERS

PROMPT

Message to send.
--model MODEL
Model to use.
--temperature TEMP
Sampling temperature.

CAVEATS

Requires API access. Alibaba Cloud service.

HISTORY

Qwen is Alibaba's large language model series.

SEE ALSO

ollama(1), llm(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community