Model reference · open weights
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.
About
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
| Maker | BAAI |
|---|---|
| Type | Language models |
| Parameters (lead) | 4.5B |
| Variants | 2 |
| Runs with | transformers |
| Based on | Qwen/Qwen3.5-4B |
| Released | 2026-07-23 |
| Popularity | 748 downloads / month |
| Likes | 45 |
| Licence | Open weights |
How it works
Variants
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.
Using it via the API
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"}]}'
Licence
Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗