AI/TLDR

Apodex · 2026-08-24 · major

Apodex 1.1 — an agent model that finishes whole jobs, with 35B open weights

Apodex 1.1 is an agent model built to finish real work, not just write a report. It scores 38.5 on APEX-Agents and 78.8 on GDPVal. A 35B Mini version ships with open weights under Apache-2.0.

Apodex 1.1 announcement graphic

Apodex 1.1 works through long tasks end to end, and its 35B Mini version comes with open weights.

Quick facts

MakerApodex
Open weightsApodex 1.1 Mini, Apache-2.0
Base modelQwen3.5-35B-A3B
Context window262,144 tokens
AvailabilityWeb workbench, API platform, local
Agent frameworkFrontierAgent (Apache-2.0)
Training methodPIVOT-RL

Benchmarks

APEX-Agents
Apodex 1.1 (Agent Team)38.5%
Apodex 1.1 Mini27.7%
source ↗
FrontierFinance
Apodex 1.1 (Agent Team)54.3%
Apodex 1.1 Mini50.2%
source ↗
GDPVal
Apodex 1.1 (Agent Team)78.8%
source ↗
Humanity's Last Exam
Apodex 1.1 (Agent Team)56.1%
source ↗

What is it?

Apodex 1.1 adds an Agent Team mode that splits one job across sub-agents running in parallel and keeps folding their results back into the main task. The model works directly with files, data and code, so it can open a CSV, run an analysis and check its own claims instead of stopping at a written summary. Two versions ship: a frontier model on the Apodex web workbench, and a 35B Mini built on Qwen3.5-35B-A3B with open weights.

How does it work?

Two scaling ideas sit behind the model. Environment Scaling grows the set of executable file, search and code environments it trains in. Agentic Coordination Scaling teaches it to break a task apart, hand pieces to sub-agents and replan when a step fails. Training uses PIVOT-RL, which finds the few decision points in a long run that actually changed the outcome, so learning still works when the only signal is a final score. A Statement Review step verifies key claims before an answer is delivered.

Why does it matter?

Open weights are the practical part here. The Mini version scores 50.2 on FrontierFinance and 27.7 on APEX-Agents under an Apache-2.0 license, so a team can run this style of long-horizon work on its own hardware rather than through a hosted agent. FrontierAgent, the framework Apodex open-sourced alongside it, brings the same ReAct and Agent Team setup to a local terminal.

Who is it for?

research, finance and analyst teams

Frequently asked questions

Is Apodex 1.1 open source?
Apodex 1.1 is partly open. The Apodex 1.1 Mini weights are published on Hugging Face under Apache-2.0, and the FrontierAgent framework is Apache-2.0 on GitHub. The larger Apodex 1.1 frontier model is not released as weights — it runs on the hosted workbench at apodex.ai and through the API platform.
How does Apodex 1.1 Mini compare to the full Apodex 1.1?
The gap is real but smaller than the size difference suggests. Running Agent Team, the full Apodex 1.1 scores 38.5 on APEX-Agents and 54.3 on FrontierFinance. Apodex 1.1 Mini reaches 27.7 and 50.2 on the same two benchmarks. Finance work is where the open 35B version stays closest to the frontier model.
Where can I run Apodex 1.1?
Apodex offers three routes. The hosted workbench at apodex.ai runs the frontier model in a browser. An API platform at platform.apodex.ai covers programmatic access. For local use, Apodex 1.1 Mini serves through SGLang or vLLM behind an OpenAI-compatible endpoint, and FrontierAgent drives it from the command line.
Can I redirect Apodex 1.1 while it is still working?
Yes. Apodex 1.1 shows its task breakdown, dependencies and exceptions as the run progresses, and a user can step in to guide or redirect the work mid-task without throwing away the parts already finished. That is one of the differences Apodex highlights against agents that only report back at the end.

Try it

vllm serve apodex/Apodex-1.1-mini

Sources · 5 outlets

Tags

  • agents
  • open-weights
  • apache-2-0
  • deep-research
  • agent-team
  • long-horizon-agents
  • reinforcement-learning
  • apodex
  • frontieragent

← All releases · Learn AI