Model reference · open weights

maple

Available as managed deployment LLMs deepgrove Text gen 1 variants 4k dl/mo

maple is an open-weight language model from deepgrove. 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

Released bydeepgrove
TypeLanguage models
TaskText gen
Parameters (lead)20.2B
Context128k tokens
Runs withtransformers
Released2026-08-04
Popularity4k downloads / month
LicenceOpen weights

About

What maple is

DeepGrove · 2026

Today we introduce Maple-Preview, an open-source 20B-A1B ternary-weight reasoning LLM. Maple-Preview has SOTA reasoning for its weight class and is even competitive with larger models. It solves IMO-level problems and runs at 200+ tokens/sec on a Mac mini M4, 5–16× faster than efficient models like Gemma 4, Qwen3.5, and gpt-oss.

  • 20B-A1B Model
  • 218 tok/s M4 Mac mini
  • 5.31 GB Checkpoint
  • 131,072 Token context

[!NOTE] The included Transformers implementation depends on Triton and FlashAttention and is intended for a compatible CUDA environment. The reported Apple Silicon result uses a separate on-device runtime.

Read the full model card

Architecture

Maple-Preview is a 20B-A1B reasoning model designed from the start for efficient on-device inference. It utilizes a 24-layer, 256-expert (8 active) configuration with 3:1 SWA-512:GA attention.

Evaluation

On benchmarks, Maple-Preview sets a new point on the Pareto frontier for both memory-to-performance and speed-to-performance, demonstrating its strong reasoning capabilities. However, we note that this preview is focused primarily on raw reasoning and, as such, may underperform on agentic benchmarks. We intend to continue improving general performance through extended training before Maple's full release.

Capability comparison using the dense output head across LCBv6, AIME 2026, HMMT 2026, and GPQA-D.

Limitations

This preview received minimal post-training for agentic tasks and only small-scale general reinforcement learning.

License

Maple-Preview is released under the MIT License.

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 maple for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (maple 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":"maple","messages":[{"role":"user","content":"Hello"}]}'

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

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