The Ultimate Coding CLI for QWEN 3.0 Coder!

QWEN-Agents unleashes the power of Qwen 3.0 Coder for both the 480B parameter cloud model and the 30B parameter local model.

QWEN-Agents is an open source fork of Alibaba's Qwen Code which is a fork of Google's Gemini CLI.

Install using npm
npm i -g @ai-masters-community/qwen-agents-code-core
npm i -g @ai-masters-community/qwen-agents-code
qwen-agents
Install Custom System Prompts
git clone https://github.com/vibetemplates/qwen-agents-prompts.git
Add Features / Fork your own
git clone https://github.com/vibetemplates/qwen-agents-cli.git
Hero Image

WHY QWEN AGENTS

QWEN Agents Features

Custom System Prompts

Qwen Agents CLI supports custom system prompts the can be loaded and stored using the /sp commands within the CLI. The system prompt contains the most important of all instructions to the coding model and tailoring your system prompt to your tasks and tech stack dramatically improves reliabiliy and accuracy.

Tech Stack Context

Our custom system prompt support allows you to better manage your context window by loading important information about your tech stack and design patterns into the context window. This keeps the model's "creativity" in check ensuring hallucination do not damage your codebase or give you unexpected results.

Reliable and Inexpensive

Cloud models like OPUS 4.5 and Sonnet 4.5 are both expensive and prone to mistakes when working with a well established code base or "getting creative". The process of adding features, bug fixes, and ui changes can be better performed with smaller models having specific instructions.

About

About QWEN-Agents

The Best CLI Coder Tool for QWEN 3.0

Qwen Code is a fork of Gemini CLI from Alibaba that provides the capabilities of Gemini CLI specifically for Qwen 3.0 Coder 480b and 30b models.

Qwen Agents is a fork of Qwen Code specifically to provide customized agentic coding capabilities by supporting swapable system prompts targeted for specific coding tasks. This makes vibe coding with Qwen predictable, efficient, and reliable.

The 480B parameters cloud model can solve complex coding tasks within the boundaries you provide in your system prompts and requirements documentation. The 30b parameter local model is perfect for maintaining code and adding features to your existing applications.

QWEN Agents Features

Coding Models for Professional Use

1

Supports 30b/480b Models

Qwen Agents CLI support both the 480b and 30b Qwen 3.0 Coder models which can be run locally or provided by cloud providers. The 480b model is a great overall coding model that scores high on most coding benchmarks. The 30b model is great for repetitive tasks and works great for adding features or modifying existing codebases.

2

Custom System Prompts

The tools supports custom system prompts that dramatically improves the reliabiliy of the coding tools. By providing stack specific system prompts developers can expect consistent output far exceeding what can be done with tools like Claude Code Subagents and Claude Agent Skills.

3

Local Options

Qwen is known for open source models that can run locally. This makes Qwen 3.0 coder a great option for organizations that do not want to use cloud models. The 30B parameter model can be run on a desktop but we recommend at least 1 NVIDIA A100 GPU with GPU RAM to run the 32B parameter model and 8 NVIDIA H100-H200 GPUs for the 480B parameter model.

Dev Notes: The 30B model will technically fit on 32GB of GPU RAM but the performance will suffer dramatically. Our team uses the 480b model available via the Ollama Cloud for most tasks and we have had great success with the 30b model hosted on a server provisioned at Fireworks.ai

MODEL OPTIONS

Local and Low Cost Model Options

<-- Swipe for More -->

Ollama Local
Ollama Local

You can download the 30b and 480b models to run locally.

Ollama Cloud
Ollama Cloud

You can run the 480b model on the Ollama Cloud which we found to be a great value.

Alibaba Model Studio
Model Studio

The Alibaba Model Studio has serverless options that are available in China and Singapore.

Fireworks AI
Fireworks AI

Fireworks.ai has serverless and custom deployment options available at a reasonable price.

Amazon Bedrock
Amazon Bedrock

Amazon Bedrock has hosting options available for both the 30b and 480b parameter versions.

OUR CHOICES

Our Model Recommendations

Local Hosting

Free

Per Month

  • Run 30B on consumer grade hardware.
  • Have at least 64GB GPU RAM
  • Recommend 8xH200 (80Gb Each) for 480b model.
  • Always free and private
  • Performance Tradeoff
Ollama
Best Value

$20.00 Pro

Per Month

  • Run 480b on Ollama Cloud
  • Great Performance
  • Pro Plan enough for most developers.
  • Mac and Windows (no servers)
  • Best value for desktop coding
Ollama Cloud
Server API

$0.45/$1.80

Per 1M Tokens

  • Works on Servers like Ubuntu
  • Less expensive than Claude.
  • Very Reliable
  • Can also run 30B model ($0.15/$0.60)
  • Pay as you go
Fireworks AI

Our News

Get Latest Updates

Blog
  • Ed
  • 27 Nov 2025

The right tool for Enterprise Level Code

If you are looking for reliability day in and day out Qwen Coder 3.0 is the perfect tool. The 480b cloud hosted model is on par with Sonnet 4.1 but is much more predictable.

Developers of Enterprise level applications do not need to worry that the model is going to make ton of unwanted changes or "flake out" like Claude does when it's team is tweaking the models.

Blog
  • Ed
  • 27 Nov 2025

Tech Stack Matters

Qwen 3.0 is much more reliable on simpler tech stacks. If you are looking for a Single Page Applications (SPA) look and feel, we recommend a solution like HTMX with your favorite backend language over something like React or NextJs.

When you choose your tech stack make sure to either create your own system prompt specific for your tech stack or use one of ours.

Blog
  • Ed
  • 27 Nov 2024

Qwen 3.0 Coder

Qwen3-Coder is a powerful open-source AI model from Alibaba designed for advanced software development, known for its agentic capabilities and large context window. It is available in a local 30 billion-parameter version and its flagship 480 billion-parameter version.

Many reviewers say it is competitive with commercial models like Claude Sonnet, but we actually consider it superior because it's predictable and not contantly changing.

Read More

Download Qwen Agents CLI Now

Qwen Agents CLI can be installed using NPM and the full source code is available on Github.