South Korean company Upstage has introduced Solar Open 2, a sovereign open-weight model based on the Mixture-of-Experts (MoE) architecture. The model possesses a total of 250B parameters, with only 15B parameters active per token, ensuring high efficiency while maintaining intelligence.

image
image
image

What Happened

Developers from Upstage have released Solar Open 2, which supports a context window of up to 1 million tokens. This was made possible through a hybrid attention architecture consisting of 75% Linear Attention and 25% Grouped-Query Attention (GQA). The model is specifically optimized for agentic scenarios, such as coding, tool use, and multi-step reasoning, demonstrating high results in the LiveCodeBench (92.4) and APEX-Agents benchmarks.

Context

Modern AI agent tasks often require processing massive amounts of data and performing sequential logical operations. Using an MoE architecture in combination with a hybrid attention mechanism allows for a balance between computational complexity and the ability to maintain long-range dependencies in text, which is a critical factor for creating autonomous systems.

Why It Matters for the Industry

The emergence of a strong open-weight alternative reduces the industry's global dependence on proprietary APIs like GPT-4. The efficient MoE architecture and the ability to work with a massive context allow companies to create specialized, sovereign solutions for process automation, significantly reducing infrastructure costs and API call expenses.

Why It Matters for Users

Users gain the ability to deploy highly efficient AI agents on relatively accessible hardware. Thanks to quantization, the model can run, for example, on two H200 GPUs, opening the way for local analysis of ultra-long documents, automation of complex programming, and the creation of personal assistants while maintaining data privacy.

Sources

Author

Look at AI, Editorial Team