Model reference · open weights

AREX

AREX is an open-weight language model from BAAI, 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.

LLMs BAAI 2 variants 748 downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What AREX is

Introduction AREX is a family of deep research agents developed by the Beijing Academy of Artificial Intelligence (BAAI). It is designed for long-horizon tasks in which an agent must search across sources, assemble candidate answers, verify multiple constraints, and revise its research plan when the available evidence is incomplete. AREX follows a recursive self-improvement framework consisting of an inner research loop and an outer self-improvement loop. The inner loop conducts deep research, while the outer loop evaluates and improves the research process. This repository contains AREX-Turbo, the compact model in the AREX family. It is a dense 4B model built on Qwen3.5-4B and follows the same recursive deep research framework as AREX-Base. AREX-Turbo targets lower-cost research-agent deployment while retaining AREX's core research, verification, and context-management behavior. - Architecture: Dense - Parameters: 4B - Context length: 262,144 tokens Key Features - Compact research agent: provides AREX capabilities in a dense 4B model for lower-cost serving and faster iteration. - Recursive self-improvement: evaluates provisional answers and chooses whether to accept, refine, or restart the research trajectory. - Verification-guided research: converts unresolved answer constraints into focused follow-up searches. - Autonomous context updates: retains verified findings, source identifiers, rejected candidates, open constraints, and the next research plan. - Long-horizon tool use: supports multi-round search, browsing, evidence integration, and answer construction. Model Family Method AREX organizes deep research as two interacting loops supported by autonomous context management. 1. Inner research loop. The agent searches, reads, integrates evidence, tracks candidates, and produces a provisional answer with supporting evidence and an answer-level confidence score. 2. Outer self-improvement loop. The agent checks the provisional answer against the original constraints. High-confidence answers are accepted. Recoverable trajectories are refined around unresolved claims, while uninformative trajectories can be restarted. 3. Autonomous context update. The model invoke

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

MakerBAAI
TypeLanguage models
Parameters (lead)4.5B
Variants2
Runs withtransformers
Based onQwen/Qwen3.5-4B
Released2026-07-23
Popularity748 downloads / month
Likes45
LicenceOpen weights

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
AREX-Turbo4.5BBF16~10.4 GBWeights ↗
AREX-Base122.6BBF16~281.9 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

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

Details

Languages, data & research

Languages

en

Tags

transformers safetensors qwen3_5 image-text-to-text agent deep-research reasoning tool-use long-context qwen3.5 dense text-generation conversational en

Papers

Licence

Open weights

Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗

Sources

Weights & code

Want AREX on EU-owned hardware?

Request this model on EU hardware See what’s served now

Explore

More language models

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