Model reference · open weights

Solar-Open2

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.

Licence fee required LLMs upstage 1 variants 25k downloads/mo
Request a licence + hosting quote All served models Not on the shared API today — deployed on request.

About

What Solar-Open2 is

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

What it is

Makerupstage
TypeLanguage models
Parameters (lead)250.3B
Context1024k tokens
Variants1
Runs withtransformers
Released2026-07-22
Popularity25k downloads / month
Likes752
LicenceCommercial licence needed

How it works

How language models work

Your prompttext / messagesTransformerattention over tokensNext-token loopgenerate + streamResponsetext · tool callsA language model reads your tokens and predicts the next one, again and again, streaming the reply back.

Variants

Sizes & precisions

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.

VariantParamsPrecisionVRAMFits 16 GBWeights
Solar-Open2-250B250.3BBF16~575.7 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

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"}]}'

Details

Languages, data & research

Languages

en ko ja

Tags

transformers safetensors solar_open2 text-generation upstage solar moe llm vllm conversational en ko ja eval-results

Papers

Licence

Commercial licence needed

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 ↗

Sources

Weights & code

Want Solar-Open2 on EU-owned hardware?

Request a licence + hosting quote See what’s served now

Explore

More language models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms