Model reference · open weights

SynLogic

Available as managed deployment LLMs MiniMaxAI Text gen 2 variants 502 dl/mo

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

MakerMiniMaxAI
TypeLanguage models
TaskText gen
Parameters (lead)7.6B
Runs withtransformers
Based onQwen/Qwen2.5-7B
Released2025-06-03
Popularity502 downloads / month
LicenceOpen weights

About

What SynLogic is

Model Overview

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.

Key Features

  • Comprehensive Logical Reasoning: Trained on 27 diverse logical reasoning tasks (adapted for 7B scale) including Sudoku, Game of 24, Cipher, and more
  • Verifiable Training: All training data can be automatically verified, enabling effective reinforcement learning
  • Strong Generalization: Transfers logical reasoning skills to mathematical problem-solving without explicit math training
  • Efficient Scale: Achieves strong performance with a more compact 7B parameter model

Performance Highlights

Logical Reasoning Benchmarks

ModelKOR-BenchBBHBBEH
Qwen2.5-7B-Instruct38.662.712.4
SynLogic-7B48.166.58.0

Mathematical Benchmarks

ModelAIME 2024MATH 500AMC 2023
Qwen2.5-7B-Base0.364.630.0
Qwen2.5-7B-Instruct6.376.452.5
SynLogic-7B10.071.855.0

Key Achievements:

  • +9.5 points improvement over Qwen2.5-7B-Instruct on KOR-Bench
  • Strong mathematical generalization with 10.0% on AIME 2024 (vs 6.3% for instruct model)
  • Effective logical reasoning training despite smaller model size

Training Details

  • Base Model: Qwen2.5-7B-Base
  • Training Algorithm: GRPO (Group Relative Policy Optimization)
  • Dataset: 16k SynLogic-Easy samples with controlled difficulty optimized for 7B scale
  • Reward Design: Binary rewards based on format adherence and correctness verification
  • Response Length: Achieves average response lengths of ~2,500 tokens with emerging reflection behaviors

Citation

@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

Call it like any OpenAI endpoint

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.

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