← Back to Posts
Launching qwen3-coder-480B

Launching qwen3-coder-480B

Sep 2, 20252 min read
Tanya Verma

If you've been paying attention to OpenRouter's usage stats, you've probably noticed something interesting: Qwen3 Coder is now the third most popular model for programming, right after Claude Sonnet and Grok Code Fast.

Starting today, we’re really happy to announce that we’ve added support for Qwen3 480B Coder through our API — with the same cryptographically verifiable privacy guarantees as our other models!

Openrouter programming leaderboard

Every time you paste code into an AI assistant, you're making a bet. The bet goes like this: the productivity gain from using this tool exceeds the risk of my code ending up... somewhere else. For personal projects, this is easy math. For your company’s core differentiation, that may be a tough sell.

The 2025 StackOverflow Developer survey highlights that data security and privacy concerns are the biggest issue that prevents developers from adopting tools:

Stackoverflow Developer Survey reports that security or privacy is the biggest reason for not using tech tools

Even if they want to use it, IT and security teams can make the situation difficult:

Stackoverflow Developer Survey reports 81% of respondents have concerns about security and privacy of data when using AI agents

Along with Qwen3 Coder 480B, we’re also releasing a command line tool tinfoil-qwen, which is a forked version of qwen-code with Tinfoil client side verification integrated. This lets you verify with every request that the model is running on secure hardware enclaves and no one, not even Tinfoil, can see it. You no longer have to worry about your private keys or proprietary IP leaking and you can use coding agents on your most sensitive codebases.

Getting Started

The CLI is forked from Qwen's official qwen-code with attestation verification added. To get started, run:

npm i -g @tinfoil-code/qwen-code
export TINFOIL_API_KEY="your_api_key"
tinfoil-qwen

Then type tinfoil-qwen and start coding. More detailed instructions are in the README.md.

tinfoil-qwen CLI

Looking Ahead

We'd love to hear from you if you're navigating AI coding in sensitive environments. And as always, please don’t hesitate to reach out if you have any questions or feedback for us!


The future isn't about choosing between privacy and capability. It's about making those false choices irrelevant through better infrastructure.

Subscribe for Updates

Stay up to date with our latest blog posts and announcements.