← Back to model catalog A simple illustration of the Qwen3-Coder Cloud setup -- your computer talks to OpenWebUI, which talks to Alibaba's coding AI in the cloud

Image source: Ollama

Qwen3-Coder · Terminal Glass

A Powerful Coding AI -- Without Needing a Computer the Size of a Filing Cabinet

Qwen3-Coder is a large AI model built specifically for writing, fixing, and understanding code -- one of the biggest coding models available. It can hold entire codebases in mind at once (hundreds of thousands of lines of context) and can use other tools to complete multi-step coding tasks on its own. The full-sized version normally needs about 250 GB of computer memory to run -- far more than a typical computer has. With Terminal Glass, you skip buying that hardware entirely: you get a simple chat window on a modest computer, and NVIDIA's -- sorry, Alibaba's -- model does its work on Ollama's cloud servers instead. In exchange, your prompts and any code you paste in travel out to those servers, and you pay for usage as you go.

In short: your computer runs the chat window. Alibaba's coding model, running on Ollama's cloud, does the heavy lifting.

So, what exactly is Qwen3-Coder?

It's Alibaba's AI model built specifically for writing and understanding computer code -- things like generating new code, cleaning up messy code, writing tests, editing multiple files at once, and explaining how a large, unfamiliar codebase works. It can hold a genuinely massive amount of code in one conversation, which means it can reason about an entire project rather than just one file at a time. It only works with text and code, not images.

The full, biggest version of this model needs roughly 250 GB of computer memory to run on your own hardware -- well beyond what almost anyone has lying around. There's a smaller version that only needs about 19 GB, which is much more realistic for a personal machine, but that smaller version isn't currently offered through the cloud option -- only downloadable for local use. Terminal Glass gives you access to the full, biggest version through the cloud, so you can try out the most capable coding AI without committing to expensive hardware first. If your coding needs are smaller, the Qwen2.5-Coder option that runs entirely on your own machine might be all you need.

Here's the honest trade-off

Terminal Glass gives you the same friendly chat app (OpenWebUI) and the same locally stored document search tool you'd get with a fully private setup -- but instead of your own computer doing the "thinking," each question gets sent out to Ollama's cloud to be answered by Alibaba's model. A small, inexpensive computer is usually enough on your end, since it's just running the chat window and your document search, not a 250 GB AI model.

Here's what that really means: every question you ask -- including any code you paste in -- and anything your document search tool pulls up gets sent over the internet to be processed. This is not a private, locked-down setup -- it's a different thing entirely from NoCloudGPT Private Instances, where everything, including your code, stays on machines you own and control. You'll also pay an ongoing, usage-based fee that can add up quickly if you're running automated coding "agents" that send lots of requests back and forth on their own. If your source code is proprietary, under an NDA, or subject to regulations that say it can't leave your building, this cloud setup isn't the right choice -- use a fully offline NoCloudGPT Air Gapped deployment instead.

"Do I need to buy a fancy graphics card?"

This is really the question most people are trying to figure out, even if they don't phrase it that way.

If you try to run these AI models without a proper graphics card (the same kind used for video games, but scaled up), your computer will fall back to using its regular processor. That technically works for the occasional light question, but it becomes painfully slow for regular use. A lot of people learn this the hard way after renting a cloud computer that turns out to be either too slow or surprisingly expensive.

If you'd rather not deal with picking out graphics cards, comparing specs, or troubleshooting driver issues at all, Terminal Glass Cloud is the easier path -- you get a capable AI through a simple, familiar chat window, and someone else worries about the hardware.

On the other hand, if you want everything running on equipment you personally control, you can rent a graphics-card-equipped server (through AWS, Digital Ocean, or your own machines) and install NoCloudGPT on it yourself. In that setup, you're the one responsible for picking the right graphics card and keeping it running smoothly.

And if your organization needs everything to stay completely inside your own walls from the very first day -- no exceptions, especially for source code -- then a NoCloudGPT Air Gapped setup on your own hardware is the way to go.

There's no single "correct" choice here. It really comes down to your budget, how sensitive your code is, how fast you need answers, and whether you want to own your equipment long-term.

Is this actually for you?

👤 If you're a solo developer or hobbyist

A good fit if you want strong help writing and fixing code on a laptop or small computer that simply couldn't run the full-sized model on its own. Great for side projects, learning new programming frameworks, and generating repetitive boilerplate code or tests. Just remember: any code you paste in gets sent to the cloud -- keep proprietary or sensitive personal projects on the Private Instances option instead. Open-source projects and general learning are lower-stakes uses of this cloud setup.

🏢 If you're using this for your business or team

Small engineering teams use this to explain pull requests, write unit tests, build internal scripts and tools, and help new developers get up to speed on an unfamiliar codebase -- often alongside a private document search tool for internal docs. This works well when your code isn't under strict legal, export, or confidentiality restrictions and you'd rather not buy expensive hardware. It is not appropriate for healthcare, defense, finance, or other settings where your code legally cannot leave your network -- those teams need the fully private setup instead.

⚙️ If you're technical or building software

Useful for testing out coding-assistant ideas, demoing multi-file code changes, quickly scaffolding APIs, and experimenting with AI "agents" before committing to buying dedicated hardware. Answers take a bit longer than a locally-run model -- usually a few seconds before it starts responding -- so this fits thoughtful coding tasks better than instant, as-you-type autocomplete. Once your usage settles into a steady pattern, the same setup can move to a self-hosted version on your own hardware.

🔬 If you're doing research or working with data

Handy for writing data-processing scripts, generating spreadsheet-style or database queries, debugging analysis notebooks, and documenting your workflow -- all without renting expensive graphics-card hardware full time. Just know that a cloud model can change or update behind the scenes, which matters if you need perfectly consistent results. Confidential datasets, unpublished research code, or anything sensitive should stay on a fully local Private Instance instead.

How this actually works, step by step

You'll interact with everything through OpenWebUI -- a clean, simple chat window running on your own small computer (or through basic typed commands, if you prefer). Your chat history, your login accounts, and any documents you've indexed for search all live on your own hardware. But the moment you send a message -- including any code you've pasted in and anything your document search tool found -- it travels out to Ollama's cloud servers to be processed by Qwen3-Coder, and the answer streams back to your screen.

To use the cloud version, you'll need to sign in with an Ollama account on your computer first. This particular model is on Ollama's pricier "heavy usage" tier -- expect it to cost more per question than smaller, general-purpose cloud models, especially if you're using long conversations or letting it run automated, multi-step coding tasks on its own.

ollama signin
ollama run qwen3-coder:480b-cloud

What leaves your computer: your typed questions, any code you paste in, and anything your document search tool finds. Speed: expect a short delay -- often a second or several -- before it starts responding, since your request has to travel over the internet. Cost: based on how much you use it, and it can add up fast if you're running automated tasks or batch jobs.

When you should probably choose something else

What we recommend

Version Best for Notes
qwen3-coder:480b-cloud Teams and developers wanting the most capable coding AI available, without buying huge hardware Can hold entire codebases in mind at once, works with text and code only, on Ollama's pricier usage tier. Best for complex, multi-file coding work, AI "agents" that write code on their own, and answering questions about a whole codebase -- as long as you're okay with code leaving your network. Get quote →

There isn't currently a cloud version of the smaller, 30B model in this family -- that one is only available as a download for local use. Double-check current availability at ollama.com/library/qwen3-coder before you commit.

The legal fine print, in plain terms

Using the cloud version of Qwen3-Coder requires an Ollama Cloud account, and you'll be billed based on how much you use it -- pricing and limits can change over time. The downloadable versions of this model are released under the widely-used Apache 2.0 license, which generally allows commercial use with very few restrictions. Ollama's cloud service has its own separate terms worth reviewing before relying on this for anything business-critical.

Official listing: ollama.com/library/qwen3-coder · Further reading: Qwen3-Coder blog

A quick disclaimer: Terminal Glass is our own way of packaging this setup -- we don't own or run Qwen3-Coder or Ollama Cloud ourselves. Pricing, availability, and model behavior are all controlled by Alibaba Cloud and Ollama, and things can change without notice. Remember: any code you send through this setup does leave your own network. This page is meant to help you understand your options -- it isn't legal advice.

What we handle for you

Terminal Glass sets you up with one simple, shared chat interface, keeps your document search tools stored locally, lets you manage multiple team members with different access levels, and helps you keep an eye on cloud usage so your bill never comes as a surprise.

Get a quote for Qwen3-Coder Cloud →

We'll help you figure out the right small computer to run locally and the right cloud option for your needs.

Image and source credits

Hero image

Same artwork used on the Qwen Coder family pages, originally from the Ollama library listing.

Who makes this model

Qwen3-Coder is made by Alibaba Cloud's Qwen team. Terminal Glass and NoCloudGPT are separate services and aren't affiliated with Alibaba or Ollama.

Want it fully private instead?

See Qwen Coder -- NoCloudGPT Private Instances for a coding AI that runs entirely on hardware you control.