Instructions to use Anayosky/AesSedaiWork with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Anayosky/AesSedaiWork with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Anayosky/AesSedaiWork", dtype="auto") - llama-cpp-python
How to use Anayosky/AesSedaiWork with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Anayosky/AesSedaiWork", filename="Step-3.5-Flash-Base-Midtrain-Q4_K_M-00001-of-00004.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Anayosky/AesSedaiWork with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Anayosky/AesSedaiWork:Q4_K_M # Run inference directly in the terminal: llama-cli -hf Anayosky/AesSedaiWork:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Anayosky/AesSedaiWork:Q4_K_M # Run inference directly in the terminal: llama-cli -hf Anayosky/AesSedaiWork:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Anayosky/AesSedaiWork:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Anayosky/AesSedaiWork:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Anayosky/AesSedaiWork:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Anayosky/AesSedaiWork:Q4_K_M
Use Docker
docker model run hf.co/Anayosky/AesSedaiWork:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Anayosky/AesSedaiWork with Ollama:
ollama run hf.co/Anayosky/AesSedaiWork:Q4_K_M
- Unsloth Studio
How to use Anayosky/AesSedaiWork with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Anayosky/AesSedaiWork to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Anayosky/AesSedaiWork to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Anayosky/AesSedaiWork to start chatting
- Pi
How to use Anayosky/AesSedaiWork with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf Anayosky/AesSedaiWork:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Anayosky/AesSedaiWork:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use Anayosky/AesSedaiWork with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf Anayosky/AesSedaiWork:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default Anayosky/AesSedaiWork:Q4_K_M
Run Hermes
hermes
- Docker Model Runner
How to use Anayosky/AesSedaiWork with Docker Model Runner:
docker model run hf.co/Anayosky/AesSedaiWork:Q4_K_M
- Lemonade
How to use Anayosky/AesSedaiWork with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Anayosky/AesSedaiWork:Q4_K_M
Run and chat with the model
lemonade run user.AesSedaiWork-Q4_K_M
List all available models
lemonade list
Step 3.5 Flash Base Midtrain (Aes Sedai GGUF)
1. Introduction
Step 3.5 Flash (visit website) is our most capable open-source foundation model, engineered to deliver frontier reasoning and agentic capabilities with exceptional efficiency. We also open-sourced the training codebase (SteptronOss), with support for continue pretrain, SFT, RL (WIP), and evaluation (WIP), and will open-source the SFT data. Built on a sparse Mixture of Experts (MoE) architecture, it selectively activates only 11B of its 196B parameters per token. This "intelligence density" allows it to rival the reasoning depth of top-tier proprietary models, while maintaining the agility required for real-time interaction.
2. Key Capabilities
Deep Reasoning at Speed: While chatbots are built for reading, agents must reason fast. Powered by 3-way Multi-Token Prediction (MTP-3), Step 3.5 Flash achieves a generation throughput of 100–300 tok/s in typical usage (peaking at 350 tok/s for single-stream coding tasks). This allows for complex, multi-step reasoning chains with immediate responsiveness.
A Robust Engine for Coding & Agents: Step 3.5 Flash is purpose-built for agentic tasks, integrating a scalable RL framework that drives consistent self-improvement. It achieves 74.4% on SWE-bench Verified and 51.0% on Terminal-Bench 2.0, proving its ability to handle sophisticated, long-horizon tasks with unwavering stability.
Efficient Long Context: The model supports a cost-efficient 256K context window by employing a 3:1 Sliding Window Attention (SWA) ratio—integrating three SWA layers for every full-attention layer. This hybrid approach ensures consistent performance across massive datasets or long codebases while significantly reducing the computational overhead typical of standard long-context models.
Accessible Local Deployment: Optimized for accessibility, Step 3.5 Flash brings elite-level intelligence to local environments. It runs securely on high-end consumer hardware (e.g., Mac Studio M4 Max, NVIDIA DGX Spark), ensuring data privacy without sacrificing performance.
3. Performance
Step 3.5 Flash delivers performance parity with leading closed-source systems while remaining open and efficient.
Performance of Step 3.5 Flash measured across Reasoning, Coding, and Agentic Abilities. Open-source models (left) are sorted by their total parameter count, while top-tier proprietary models are shown on the right. xbench-DeepSearch scores are sourced from official publications for consistency. The shadowed bars represent the enhanced performance of Step 3.5 Flash using Parallel Thinking.
Detailed Benchmarks
| Benchmark | # Shots | Step3.5 Flash (Base Midtrain) | Step3.5 Flash (Base) | MiMo‑V2 Flash (Base) | GLM‑4.5 (Base) | DeepSeek V3.1 (Base) | DeepSeekV3.2 (Exp Base) | Kimi‑K2 (Base) |
|---|---|---|---|---|---|---|---|---|
| # Activated Params | - | 11B | 11B | 15B | 32B | 37B | 37B | 32B |
| # Total Params | - | 196B | 196B | 309B | 355B | 671B | 671B | 1043B |
| General | ||||||||
| BBH | 3-shot | 87.3 | 88.2 | 88.5 | 86.2 | 88.2† | 88.7† | 88.7 |
| MMLU | 5-shot | 83.4 | 85.8 | 86.7 | 86.1 | 87.4† | 87.8† | 87.8 |
| MMLU‑Redux | 5-shot | 87.2 | 89.2 | 90.6 | - | 90.0† | 90.4† | 90.2 |
| MMLU‑Pro | 5-shot | 63.6 | 62.3 | 73.2 | - | 58.8† | 62.1† | 69.2 |
| HellaSwag | 10-shot | 91.0 | 90.2 | 88.5 | 87.1 | 89.2† | 89.4† | 94.6 |
| WinoGrande | 5-shot | 75.8 | 79.1 | 83.8 | - | 85.9† | 85.6† | 85.3 |
| GPQA | 5-shot | 43.8 | 41.7 | 43.5* | 33.5* | 43.1* | 37.3* | 43.1* |
| SuperGPQA | 5-shot | 41.2 | 41.0 | 41.1 | - | 42.3† | 43.6† | 44.7 |
| SimpleQA | 5-shot | 28.4 | 31.6 | 20.6 | 30.0 | 26.3† | 27.0† | 35.3 |
| Mathematics | ||||||||
| GSM8K | 8-shot | 88.9 | 88.2 | 92.3 | 87.6 | 91.4† | 91.1† | 92.1 |
| MATH | 4-shot | 65.7 | 66.8 | 71.0 | 62.6 | 62.6† | 62.5† | 70.2 |
| Code | ||||||||
| HumanEval | 3-shot | 67.0 | 81.1 | 77.4* | 79.8* | 72.5* | 67.7* | 84.8* |
| MBPP | 3-shot | 79.0 | 79.4 | 81.0* | 81.6* | 74.6* | 75.6* | 89.0* |
| HumanEval+ | 0-shot | 75.0 | 72.0 | 70.7 | - | 64.6† | 67.7† | - |
| MBPP+ | 0-shot | 62.4 | 70.6 | 71.4 | - | 72.2† | 69.8† | - |
| MultiPL‑E HumanEval | 0-shot | 63.0 | 67.7 | 59.5 | - | 45.9† | 45.7† | 60.5 |
| MultiPL‑E MBPP | 0-shot | 47.9 | 58.0 | 56.7 | - | 52.5† | 50.6† | 58.8 |
| Chinese | ||||||||
| C‑EVAL | 5-shot | 87.2 | 89.6 | 87.9 | 86.9 | 90.0† | 91.0† | 92.5 |
| CMMLU | 5-shot | 86.9 | 88.9 | 87.4 | - | 88.8† | 88.9† | 90.9 |
| C‑SimpleQA | 5-shot | 58.1 | 63.2 | 61.5 | 70.1 | 70.9† | 68.0† | 77.6 |
- “*” denotes cases where the original score was unavailable; we report results evaluated under the same test conditions as Step3.5 Flash for fair comparison.
- “†” indicates DeepSeek scores quoted from the MiMo‑V2‑Flash report.
Recommended Inference Parameters
- For general chat domain, we suggest:
temperature=0.6, top_p=0.95 - For reasoning / agent scenario, we recommend:
temperature=1.0, top_p=0.95.
4. Architecture Details
Step 3.5 Flash is built on a Sparse Mixture-of-Experts (MoE) transformer architecture, optimized for high throughput and low VRAM usage during inference.
4.1 Technical Specifications
| Component | Specification |
|---|---|
| Backbone | 45-layer Transformer (4,096 hidden dim) |
| Context Window | 256K |
| Vocabulary | 128,896 tokens |
| Total Parameters | 196.81B (196B Backbone + 0.81B Head) |
| Active Parameters | ~11B (per token generation) |
4.2 Mixture of Experts (MoE) Routing
Unlike traditional dense models, Step 3.5 Flash uses a fine-grained routing strategy to maximize efficiency:
- Fine-Grained Experts: 288 routed experts per layer + 1 shared expert (always active).
- Sparse Activation: Only the Top-8 experts are selected per token.
- Result: The model retains the "memory" of a 196B parameter model but executes with the speed of an 11B model.
4.3 Multi-Token Prediction (MTP)
To improve inference speed, we utilize a specialized MTP Head consisting of a sliding-window attention mechanism and a dense Feed-Forward Network (FFN). This module predicts 4 tokens simultaneously in a single forward pass, significantly accelerating inference without degrading quality.
5. Training Codebase
The training codebase for Step 3.5 Flash is available at SteptronOss.
📜 Citation
If you find this project useful in your research, please cite our technical report:
@misc{huang2026step35flashopen,
title={Step 3.5 Flash: Open Frontier-Level Intelligence with 11B Active Parameters},
author={Ailin Huang and Ang Li and Aobo Kong and Bin Wang and Binxing Jiao and Bo Dong and Bojun Wang and Boyu Chen and Brian Li and Buyun Ma and Chang Su and Changxin Miao and Changyi Wan and Chao Lou and Chen Hu and Chen Xu and Chenfeng Yu and Chengting Feng and Chengyuan Yao and Chunrui Han and Dan Ma and Dapeng Shi and Daxin Jiang and Dehua Ma and Deshan Sun and Di Qi and Enle Liu and Fajie Zhang and Fanqi Wan and Guanzhe Huang and Gulin Yan and Guoliang Cao and Guopeng Li and Han Cheng and Hangyu Guo and Hanshan Zhang and Hao Nie and Haonan Jia and Haoran Lv and Hebin Zhou and Hekun Lv and Heng Wang and Heung-Yeung Shum and Hongbo Huang and Hongbo Peng and Hongyu Zhou and Hongyuan Wang and Houyong Chen and Huangxi Zhu and Huimin Wu and Huiyong Guo and Jia Wang and Jian Zhou and Jianjian Sun and Jiaoren Wu and Jiaran Zhang and Jiashu Lv and Jiashuo Liu and Jiayi Fu and Jiayu Liu and Jie Cheng and Jie Luo and Jie Yang and Jie Zhou and Jieyi Hou and Jing Bai and Jingcheng Hu and Jingjing Xie and Jingwei Wu and Jingyang Zhang and Jishi Zhou and Junfeng Liu and Junzhe Lin and Ka Man Lo and Kai Liang and Kaibo Liu and Kaijun Tan and Kaiwen Yan and Kaixiang Li and Kang An and Kangheng Lin and Lei Yang and Liang Lv and Liang Zhao and Liangyu Chen and Lieyu Shi and Liguo Tan and Lin Lin and Lina Chen and Luck Ma and Mengqiang Ren and Michael Li and Ming Li and Mingliang Li and Mingming Zhang and Mingrui Chen and Mitt Huang and Na Wang and Peng Liu and Qi Han and Qian Zhao and Qinglin He and Qinxin Du and Qiuping Wu and Quan Sun and Rongqiu Yang and Ruihang Miao and Ruixin Han and Ruosi Wan and Ruyan Guo and Shan Wang and Shaoliang Pang and Shaowen Yang and Shengjie Fan and Shijie Shang and Shiliang Yang and Shiwei Li and Shuangshuang Tian and Siqi Liu and Siye Wu and Siyu Chen and Song Yuan and Tiancheng Cao and Tianchi Yue and Tianhao Cheng and Tianning Li and Tingdan Luo and Wang You and Wei Ji and Wei Yuan and Wei Zhang and Weibo Wu and Weihao Xie and Wen Sun and Wenjin Deng and Wenzhen Zheng and Wuxun Xie and Xiangfeng Wang and Xiangwen Kong and Xiangyu Liu and Xiangyu Zhang and Xiaobo Yang and Xiaojia Liu and Xiaolan Yuan and Xiaoran Jiao and Xiaoxiao Ren and Xiaoyun Zhang and Xin Li and Xin Liu and Xin Wu and Xing Chen and Xingping Yang and Xinran Wang and Xu Zhao and Xuan He and Xuanti Feng and Xuedan Cai and Xuqiang Zhou and Yanbo Yu and Yang Li and Yang Xu and Yanlin Lai and Yanming Xu and Yaoyu Wang and Yeqing Shen and Yibo Zhu and Yichen Lv and Yicheng Cao and Yifeng Gong and Yijing Yang and Yikun Yang and Yin Zhao and Yingxiu Zhao and Yinmin Zhang and Yitong Zhang and Yixuan Zhang and Yiyang Chen and Yongchi Zhao and Yongshen Long and Yongyao Wang and Yousong Guan and Yu Zhou and Yuang Peng and Yuanhao Ding and Yuantao Fan and Yuanzhen Yang and Yuchu Luo and Yudi Zhao and Yue Peng and Yueqiang Lin and Yufan Lu and Yuling Zhao and Yunzhou Ju and Yurong Zhang and Yusheng Li and Yuxiang Yang and Yuyang Chen and Yuzhu Cai and Zejia Weng and Zetao Hong and Zexi Li and Zhe Xie and Zheng Ge and Zheng Gong and Zheng Zeng and Zhenyi Lu and Zhewei Huang and Zhichao Chang and Zhiguo Huang and Zhiheng Hu and Zidong Yang and Zili Wang and Ziqi Ren and Zixin Zhang and Zixuan Wang},
year={2026},
eprint={2602.10604},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2602.10604},
}
License
This project is open-sourced under the Apache 2.0 License.
- Downloads last month
- -
4-bit
5-bit
