Model reference · open weights
SynLogic is an open-weight language model from MiniMaxAI. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Maker | MiniMaxAI |
|---|---|
| Type | Language models |
| Task | Text gen |
| Parameters (lead) | 7.6B |
| Runs with | transformers |
| Based on | Qwen/Qwen2.5-7B |
| Released | 2025-06-03 |
| Popularity | 502 downloads / month |
| Licence | Open weights |
About
SynLogic-7B is a logical reasoning model built on Qwen2.5-7B-Base and trained using reinforcement learning on our SynLogic dataset. Despite its smaller size, the model demonstrates strong logical reasoning capabilities and effective generalization to mathematical domains.
| Model | KOR-Bench | BBH | BBEH |
|---|---|---|---|
| Qwen2.5-7B-Instruct | 38.6 | 62.7 | 12.4 |
| SynLogic-7B | 48.1 | 66.5 | 8.0 |
| Model | AIME 2024 | MATH 500 | AMC 2023 |
|---|---|---|---|
| Qwen2.5-7B-Base | 0.3 | 64.6 | 30.0 |
| Qwen2.5-7B-Instruct | 6.3 | 76.4 | 52.5 |
| SynLogic-7B | 10.0 | 71.8 | 55.0 |
Key Achievements:
@misc{liu2025synlogic,
title={SynLogic: Synthesizing Verifiable Reasoning Data at Scale for Learning Logical Reasoning and Beyond},
author={Junteng Liu and Yuanxiang Fan and Zhuo Jiang and Han Ding and Yongyi Hu and Chi Zhang and Yiqi Shi and Shitong Weng and Aili Chen and Shiqi Chen and Yunan Huang and Mozhi Zhang and Pengyu Zhao and Junjie Yan and Junxian He},
year={2025},
eprint={2505.19641},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2505.19641},
}
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys synlogic for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (synlogic 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":"synlogic","messages":[{"role":"user","content":"Hello"}]}'
Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.