• bitcoinBitcoin(BTC)$84,007.00-0.70%
  • ethereumEthereum(ETH)$2,681.88-0.81%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$771.00-0.61%
  • rippleXRP(XRP)$1.54-1.02%
  • usd-coinUSDC(USDC)$1.000.00%
  • solanaSolana(SOL)$119.931.37%
  • tronTRON(TRX)$0.336778-0.14%
  • zcashZcash(ZEC)$1,522.78-4.13%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.020.00%
  • HyperliquidHyperliquid(HYPE)$91.68-2.07%
  • dogecoinDogecoin(DOGE)$0.0970950.40%
  • chainlinkChainlink(LINK)$13.99-0.58%
  • moneroMonero(XMR)$552.07-2.81%
  • whitebitWhiteBIT Coin(WBT)$83.81-0.64%
  • USDSUSDS(USDS)$1.00-0.01%
  • cardanoCardano(ADA)$0.254043-0.26%
  • RainRain(RAIN)$0.011720-1.22%
  • leo-tokenLEO Token(LEO)$8.961.39%
  • stellarStellar(XLM)$0.216700-1.58%
  • bitcoin-cashBitcoin Cash(BCH)$337.06-0.49%
  • nearNEAR Protocol(NEAR)$4.82-3.03%
  • uniswapUniswap(UNI)$9.612.64%
  • litecoinLitecoin(LTC)$74.184.80%
  • CantonCanton(CC)$0.13535614.78%
  • Ethena USDeEthena USDe(USDE)$1.00-0.02%
  • suiSui(SUI)$1.1611.64%
  • avalanche-2Avalanche(AVAX)$10.540.78%
  • daiDai(DAI)$1.00-0.01%
  • USD1USD1(USD1)$1.000.00%
  • hedera-hashgraphHedera(HBAR)$0.0936270.49%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.452.01%
  • BittensorBittensor(TAO)$312.672.63%
  • shiba-inuShiba Inu(SHIB)$0.0000060.14%
  • crypto-com-chainCronos(CRO)$0.0654510.11%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • EthenaEthena(ENA)$0.27656322.87%
  • MemeCoreMemeCore(M)$1.221.88%
  • tether-goldTether Gold(XAUT)$4,279.30-0.19%
  • OndoOndo(ONDO)$0.55-2.14%
  • okbOKB(OKB)$120.820.88%
  • Ripple USDRipple USD(RLUSD)$1.00-0.01%
  • BitwayBitway(BTW)$0.91-15.56%
  • Circle USYCCircle USYC(USYC)$1.140.03%
  • aaveAave(AAVE)$152.884.61%
  • mantleMantle(MNT)$0.714.16%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.150.31%
  • Pump.funPump.fun(PUMP)$0.00446811.30%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

Qwen Releases Qwen3-Coder-480B-A35B-Instruct: Its Most Powerful Open Agentic Code Model Yet

July 23, 2025
in AI & Technology
Reading Time: 9 mins read
A A
Qwen Releases Qwen3-Coder-480B-A35B-Instruct: Its Most Powerful Open Agentic Code Model Yet
ShareShareShareShareShare

Introduction

Qwen has unveiled Qwen3-Coder-480B-A35B-Instruct, their most powerful open agentic code model released to date. With a distinctive Mixture-of-Experts (MoE) architecture and comprehensive agentic coding capabilities, Qwen3-Coder not only sets a new standard for open-source coding models but also redefines what’s possible for large-scale, autonomous developer assistance.

Model Architecture and Specifications

Key Features

  • Model Size: 480 billion parameters (Mixture-of-Experts), with 35 billion active parameters during inference.
  • Architecture: 160 experts, 8 activated per inference, enabling both efficiency and scalability.
  • Layers: 62
  • Attention Heads (GQA): 96 (Q), 8 (KV)
  • Context Length: Natively supports 256,000 tokens; scales to 1,000,000 tokens using context extrapolation techniques.
  • Supported Languages: Supports a large variety of programming and markup languages including Python, JavaScript, Java, C++, Go, Rust, and many more.
  • Model Type: Causal Language Model, available in both base and instruct variants.

Mixture-of-Experts Design

The MoE approach activates only a subset of the model’s parameters for any given inference, delivering state-of-the-art performance with dramatically reduced computational overhead and enabling unprecedented scale.

YOU MAY ALSO LIKE

Exa Launches Agent Ultra: A Subagent Swarm Deep Research API Built for Exhaustive List Building

Liquid AI Releases LFM2.5-VL-3B-DSpark: Speculative Decoding for Vision-Language Models With Up to 3.13x Faster Decoding

Long Context and Scalability

Qwen3-Coder-480B-A35B-Instruct stands out for its native 256K context window, allowing direct handling of extremely large files and repositories. With context window extrapolation (using methods such as Yarn), it can scale up to 1 million tokens, making it suitable for even the largest codebases and documentation sets.

Performance Across Benchmarks

Agentic Coding

Qwen3-Coder is designed and optimized for agentic coding workflows—where the model not only generates code but autonomously interacts with tools and developer environments.

Benchmarks

  • SWE-bench-Verified: Achieves state-of-the-art results among open models on this challenging real-world coding task suite, outperforming or matching proprietary closed models in performance.
  • Additional Agentic Tasks: Excels at Agentic Coding, Agentic Browser-Use, and Agentic Tool-Use, comparable to top-tier models such as Claude Sonnet-4.
  • Breadth: Demonstrates high proficiency across competitive programming, automated testing, code refactoring, and debugging.

Foundation Model for Developer Ecosystems

Qwen3-Coder-480B-A35B-Instruct is built as a foundation model—intended to serve as a universal backbone for code understanding, generation, and agentic workflows across the digital world:

  • Maintains strengths in mathematics and reasoning, inherited from the Qwen3 base model.
  • Adapts easily to various developer workflows, CI/CD pipelines, and code review systems.

Overview

In tandem with the model, Qwen is also open-sourcing “Qwen Code”, a command-line agentic coding tool engineered to fully leverage the new model’s capabilities.

Key Features

  • Origin: Forked from Gemini Code (gemini-cli), ensuring compliance and open-source accessibility.
  • Custom Prompts and Protocols: Enhanced with custom prompts and advanced function call protocols tailored for Qwen3-Coder, unlocking agentic use-cases such as tool integration, multi-turn code refinement, and context injection.
  • Developer Integration: Designed to work seamlessly with best-in-class community tools, editors, and CI systems. Supports dynamic code interactions, repository-scale tasks, and direct function calling.
  • Enhanced Tool Support: Utilizes an upgraded parser and function call logic to empower agentic workflows and program synthesis.

Usage and Extensibility

Qwen3-Coder-480B-A35B-Instruct is available under an open license and integrates with the broader open-source AI and development landscape. It can be run using standard transformers pipelines or through the dedicated Qwen Code CLI, and is compatible with modern developer stacks.

Conclusion

Qwen3-Coder-480B-A35B-Instruct marks a significant milestone in open-source code intelligence. With its blend of scalability, state-of-the-art agentic coding abilities, and developer-centric tooling, it provides a robust foundation model for the future of autonomous software development. Qwen’s commitment to openness—exemplified by both the release of the model and the Qwen Code agentic CLI—signals a new era for AI-powered, agentic coding in the global developer community.

FAQ 1: What are the main advantages of Qwen3-Coder-480B-A35B-Instruct compared to other open code models?

Qwen3-Coder-480B-A35B-Instruct stands out due to its massive scale—a 480B-parameter Mixture-of-Experts architecture with 35B active parameters—and its ability to natively handle 256,000-token contexts (scaling up to 1 million tokens via context extrapolation). This enables it to work with entire large codebases or repositories in one go. Its agentic design allows it not just to generate code, but also actively interact with developer tools and environments to autonomously solve complex programming tasks. Across multiple coding and agentic benchmarks, Qwen3-Coder delivers top-tier performance among open models, particularly excelling at SWE-bench-Verified and other real-world software engineering tasks.

FAQ 2: How do I use Qwen3-Coder with my own projects, and what is Qwen Code?

Qwen3-Coder-480B-A35B-Instruct can be accessed via standard Transformers pipelines or with the Qwen Code command-line interface, which is open-source and available on GitHub. Qwen Code, forked from Gemini Code, is a specialized agentic coding tool that leverages the model’s advanced custom prompts and function call protocols. It integrates easily with popular development stacks, supports seamless interaction with code bases and tools, and allows you to utilize Qwen3-Coder’s agentic capabilities for tasks such as code generation, refactoring, debugging, and automated tool use directly from your terminal.

FAQ 3: What kind of programming languages and tasks does Qwen3-Coder support?

Qwen3-Coder natively supports 358 programming and markup languages, including Python, JavaScript, Java, C++, Go, Rust, HTML, SQL, and many more. It is proficient at a wide spectrum of coding tasks, from competitive programming and code completion to bug fixing, code review, repository-scale understanding, test generation, refactoring, and multi-turn agentic workflows. Its long-context and foundation model architecture also make it suitable for integrating with CI/CD pipelines, cloud platforms, and large-scale software engineering environments.


Check out the Model on Hugging Face and Qwen Code GitHub Page. All credit for this research goes to the researchers of this project.

Join the fastest growing AI Dev Newsletter read by Devs and Researchers from NVIDIA, OpenAI, DeepMind, Meta, Microsoft, JP Morgan Chase, Amgen, Aflac, Wells Fargo and 100s more…….


Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.

Credit: Source link

ShareTweetSendSharePin

Related Posts

Exa Launches Agent Ultra: A Subagent Swarm Deep Research API Built for Exhaustive List Building
AI & Technology

Exa Launches Agent Ultra: A Subagent Swarm Deep Research API Built for Exhaustive List Building

September 26, 2026
Liquid AI Releases LFM2.5-VL-3B-DSpark: Speculative Decoding for Vision-Language Models With Up to 3.13x Faster Decoding
AI & Technology

Liquid AI Releases LFM2.5-VL-3B-DSpark: Speculative Decoding for Vision-Language Models With Up to 3.13x Faster Decoding

September 25, 2026
How To Stop Meta Training Its AI Models On Your Smart Glasses’ Visual Data
AI & Technology

How To Stop Meta Training Its AI Models On Your Smart Glasses’ Visual Data

September 25, 2026
New Mexico Jury Rules Meta Misled State Residents About Data Privacy
AI & Technology

New Mexico Jury Rules Meta Misled State Residents About Data Privacy

September 25, 2026
Next Post
Good news: Community bands together to celebrate library wedding

Good news: Community bands together to celebrate library wedding

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Why Is Your Laptop Fan So Loud?

Why Is Your Laptop Fan So Loud?

September 22, 2026
Domino’s shutters 13 restaurants in a single state

Domino’s shutters 13 restaurants in a single state

September 22, 2026
Live updates: Trump says he faces a decision on Iran to make a deal or ‘annihilate’ the country – CNN

Live updates: Trump says he faces a decision on Iran to make a deal or ‘annihilate’ the country – CNN

September 22, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!