Model reference · open weights
Solar-Open2 is an open-weight language model from upstage, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
Solar Open 2 Solar Open 2 is Upstage’s 250B-A15B open-weight large language model, built for agentic use cases such as office productivity, document-intensive work, and coding. Its Hybrid-Attention Mixture-of-Experts (MoE) architecture with linear attention delivers highly efficient inference even in long-context settings. Technical Report | Blog | Upstage Website Highlights - Agentic Specialist: Purpose-built for agentic workflows — tool calling, multi-step reasoning, and end-to-end task execution. Competitive with the strongest open-weight models on agent benchmarks. - Minimal Inference Cost: A 250B-parameter MoE that activates only 15B per token, built on a hybrid attention stack that interleaves three linear-attention layers with one softmax-attention layer — large-model capacity at small-model inference cost. - 1M-Token Context: The linear-attention layers encode token order intrinsically in their recurrent state, so positional encoding is removed entirely (NoPE), lifting the RoPE extrapolation limit. Only 12 of the 48 layers keep a KV cache, holding long-context memory to roughly a quarter of an all-softmax model of the same shape. - Efficiently Trained at Low Cost: Initialized by selective weight transfer from Solar Open 1 (102B) — only the 2.3% of weights that survive the architectural change are carried over, and everything else is randomly initialized — which raises the starting point and accelerates early convergence at 250B scale. - Multilingual: English, Korean, and Japanese. Model Overview Performance English Benchmarks Korean Benchmarks † in-house benchmarks. Quickstart The examples below assume 8 GPUs with at least 141 GB of memory each, such as NVIDIA H200 or B200 GPUs. Actual memory requirements depend on the context length and serving settings. Transformers Use the Upstage Transformers branch with native Solar Open 2 support for local experimentation. For production serving, we recommend vLLM. Install the dependencies: Install a CUDA-enabled PyTorch build for your platform before running this command. fla-core enables the optimized KDA kernels; without it, Transformers uses a substantially slower PyTorch fallback. Run the model: If the answer
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | upstage |
|---|---|
| Type | Language models |
| Parameters (lead) | 250.3B |
| Context | 1024k tokens |
| Variants | 1 |
| Runs with | transformers |
| Released | 2026-07-22 |
| Popularity | 25k downloads / month |
| Likes | 752 |
| Licence | Commercial licence needed |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| Solar-Open2-250B | 250.3B | BF16 | ~575.7 GB | — | Weights ↗ |
Using it via the API
Once AxForge deploys solar-open2 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (solar-open2 below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"solar-open2","messages":[{"role":"user","content":"Hello"}]}'
Licence
The weights are open but its licence needs a commercial agreement for business use. AxForge can arrange that licence and host the model for you — you pay AxForge, we settle with the model’s maker. Ask us for a quote. Read the licence ↗