Accio-Lab/occamy-1.0

Model

Available Checkpoints

129

12 commits

6 linked in READMEs

updated Sep 18, 2026

See the code
agent
agentic
coding
conversational
co-work
endpoints_compatible
image-text-to-text
long-context
mixture-of-experts
qwen3_5_moe
safetensors
tool-use
transformers

README

Accio      Occamy logo

Occamy-1.0

Open Pareto-frontier 35B Intelligence for Co-work


Project Website Hugging Face Dressage Technical Report ModelScope License

Project Website  |  Model Weights  |  Training Framework

Available Checkpoints

FormatDownload
GGUF (Q4_K_M / Q8_0)occamy-1.0-GGUF
FP8occamy-1.0-FP8
NVFP4occamy-1.0-NVFP4
Experimental MTP headoccamy-1.0-MTP

See each model card for usage and validation. Community releases also offer smaller GGUF quantizations and MLX builds for Apple Silicon.

BF16, FP8 and NVFP4 each passed a nine-case vLLM compatibility check on a single H200, covering text, code, JSON, tool calls and follow-up, and images. NVFP4 used Marlin W4A16. These checks used ordinary decoding; the separate MTP head remains experimental.

1. Model Introduction

Occamy-1.0 is a compact agentic model purpose-built for real-world co-work: long-horizon, stateful tasks that require coordinated use of search, code, tools, files, structured APIs, and productivity software. Starting from the post-trained Qwen3.6-35B-A3B checkpoint, Occamy concentrates further training on reliable execution, persistent state tracking, recovery, and follow-through rather than relearning general capabilities from scratch.

Key Features

  • Co-work specialization: Designed for sustained execution across multi-step professional workflows, not isolated question answering.
  • Compact inference footprint: A 35B-total, 3B-active Mixture-of-Experts model that keeps long-running agent workloads practical.
  • Long-horizon continuity: Designed to keep work coherent across tool calls, delegated runs, and history rewrites such as context compaction.
  • Broad agentic capability: Co-work gains are accompanied by strong tool calling, terminal coding, and instruction following.
  • Execution-grounded training: Supervised fine-tuning spans general agentic work, long-horizon interaction, software engineering, and tool-call grounding.
  • Open training stack: The multi-harness reinforcement-learning infrastructure used to train Occamy is released as Dressage.

[!NOTE] Occamy is optimized for common co-work workloads, not as a replacement for frontier models on every task. Retrieval-heavy and simulated-user tasks still have headroom, and native browser or desktop visual interaction is not part of the current co-work training interface.

2. Model Summary

ArchitectureMixture-of-Experts causal model with vision encoder
Total Parameters35B
Activated Parameters3B
Number of Layers40
Number of Experts256
Activated Experts8 routed + 1 shared
Base Architecture Context262,144 tokens
SFT Sequence Length131,072 tokens
Starting CheckpointQwen3.6-35B-A3B
Post-trainingFull-parameter SFT, HDPO, model merging, and SAO

Architecture fields follow the starting checkpoint's published model card. Occamy post-trains the language backbone without changing the architecture; the vision encoder and projector are frozen during SFT. The released checkpoint configuration remains the source of truth for serving limits.

3. Evaluation Results

Occamy-1.0 results on co-work, tool-use, coding, and business benchmarks

Full Evaluation

Benchmark35B-A3B ModelsLarge-scale Models
Occamy-1.0Qwen3.6
35B-A3B
Agents-A1Nex-N2-miniBigBang-1.0Ornith-1.5GPT-5.6 SolQwen3.8-MaxDeepSeek V4
Pro (0813)
GLM-5.2
Co-work
Claw-Eval (average)82.2069.5069.9066.6063.5064.4081.8083.9281.7081.60
Claw-Eval (Pass³)71.4054.8041.7037.0040.2048.7068.9073.6874.5068.30
WildClawBench49.1640.4030.7330.3132.8745.9167.2054.4237.3052.14
CommerceAgentBench37.3819.609.3016.8030.8037.4049.5046.3043.3039.30
Business Arena$79,868$44,751$33,626$13,325$56,477$66,292$168,867$89,423$40,804$55,742
GDPval1,1281,0048699999518551,7411,6401,5001,452
OfficeQA Pro48.1039.1023.3046.6043.6059.4074.4069.2051.2066.20
τ³-Bench (Banking)37.1011.907.2025.8010.3021.7046.9054.6044.3037.10
Tool calling
AutomationBench (Pass¹)27.607.502.205.7014.8018.5045.5043.5032.0028.00
AutomationBench (partial)69.1039.4014.7027.9047.4058.0081.2081.2059.7070.00
BFCL v465.4063.1957.2362.8157.8668.5164.3373.6567.1070.33
VitaBench41.7534.2537.0026.2546.0040.2546.7552.2553.5043.75
Coding
Terminal-Bench 2.159.0049.5041.6060.70*33.7067.80*88.8081.30*87.90*82.70
Instruction following
IFEval91.5386.9091.6091.6090.5081.8095.0095.0293.7493.89

Within each size group, bold denotes the best result and underlining denotes the second-best result. * Official model-card or Artificial Analysis result. Reproduced on the public task release.

Cost-Performance

Aggregate inference cost versus normalized performance across four co-work benchmarks

Across Claw-Eval, WildClawBench, AutomationBench, and GDPval, Occamy-1.0 lies near the low-cost knee of the empirical Pareto frontier. Relative to its Qwen3.6-35B-A3B starting checkpoint, it delivers a large aggregate capability gain with only a modest change in measured per-task inference cost. Benchmark scores are equally weighted after per-benchmark min-max normalization, and costs are macro-averaged per task under the frozen pricing protocol used in the report.

4. Training Recipe

Occamy uses staged specialization and consolidation:

Qwen3.6-35B-A3B
  ├─ Marathon Expert: SFT → HDPO ┐
  └─ Sprint Expert: SFT          ├─ Uniform merge → SAO → Occamy-1.0

The Marathon Expert learns sustained execution and accuracy-conditioned efficiency, while the Sprint Expert preserves broader agentic capability. A uniform parameter-space merge combines both experts into one checkpoint with no inference-time routing or ensembling, and a final Single-Rollout Asynchronous Optimization (SAO) stage refines the merged policy on a broad co-work mixture.

The deduplicated SFT union across both experts is:

Data sourceTrajectoriesAverage lengthTokens
General agentic5,41837.7K204.1M
Long-horizon interactive agents92395.8K88.4M
Terminal and software engineering1,22835.1K43.1M
Tool-call grounding7,4299.1K67.7M
Overall14,99826.9K403.3M

Training tasks are grounded in executable environments with observable state transitions and task-level grading. The open-source Dressage stack provides multi-harness execution, token-exact trajectory capture, sandbox integration, and multi-segment conversion for reinforcement learning.

5. Deployment

Occamy-1.0 keeps the Qwen3.6-35B-A3B architecture, so the upstream deployment recipe is the reference serving path. The examples below mirror that recipe with eight-way tensor parallelism and its full context length; adjust both to fit your hardware and confirm them against the released Occamy checkpoint configuration.

SGLang

The upstream model card recommends SGLang 0.5.10 or newer for the Qwen3.6 architecture.

python -m sglang.launch_server \
  --model-path Accio-Lab/Occamy-1.0 \
  --port 8000 \
  --tp-size 8 \
  --mem-fraction-static 0.8 \
  --context-length 262144 \
  --reasoning-parser qwen3 \
  --tool-call-parser qwen3_coder

vLLM

The upstream model card recommends vLLM 0.19.0 or newer for the Qwen3.6 architecture.

vllm serve Accio-Lab/Occamy-1.0 \
  --port 8000 \
  --tensor-parallel-size 8 \
  --max-model-len 262144 \
  --reasoning-parser qwen3 \
  --enable-auto-tool-choice \
  --tool-call-parser qwen3_coder

Both commands expose an OpenAI-compatible endpoint at http://localhost:8000/v1.

6. Model Usage

from openai import OpenAI

client = OpenAI(base_url="http://localhost:8000/v1", api_key="EMPTY")

response = client.chat.completions.create(
    model="Accio-Lab/Occamy-1.0",
    messages=[
        {
            "role": "user",
            "content": "Inspect this repository, fix the failing test, and explain the change.",
        }
    ],
    max_tokens=32768,
    temperature=1.0,
    top_p=0.95,
    presence_penalty=1.5,
    extra_body={
        "top_k": 20,
        "chat_template_kwargs": {
            "enable_thinking": True,
            "preserve_thinking": True,
        },
    },
)

print(response.choices[0].message.content)

For multi-turn agent runs, retain the complete assistant message returned by the server, including reasoning content and tool calls, then append tool results using the standard OpenAI chat-completions schema. This preserves the execution context that Occamy relies on across long workflows.

Agent Frameworks

Occamy was trained and evaluated across multiple harnesses, including OpenClaw, Hermes Agent, and Accio Work. It can be integrated with other tool-using agent frameworks through the same OpenAI-compatible API.


7. License

This repository is released under the Apache License 2.0. See the Hugging Face model card for the terms that apply to the model weights.


8. Contact Us

For questions or feedback, please open an issue.

Contributors

junboolee

8 commits

iLOVE2D

2 commits

Eang

1 commits

qcz

1 commits

Accio-Lab/occamy-1.0

Model

Available Checkpoints

129

12 commits

6 linked in READMEs

updated Sep 18, 2026

See the code
agent
agentic
coding
conversational
co-work
endpoints_compatible
image-text-to-text
long-context
mixture-of-experts
qwen3_5_moe
safetensors
tool-use
transformers

README

Accio      Occamy logo

Occamy-1.0

Open Pareto-frontier 35B Intelligence for Co-work


Project Website Hugging Face Dressage Technical Report ModelScope License

Project Website  |  Model Weights  |  Training Framework

Available Checkpoints

FormatDownload
GGUF (Q4_K_M / Q8_0)occamy-1.0-GGUF
FP8occamy-1.0-FP8
NVFP4occamy-1.0-NVFP4
Experimental MTP headoccamy-1.0-MTP

See each model card for usage and validation. Community releases also offer smaller GGUF quantizations and MLX builds for Apple Silicon.

BF16, FP8 and NVFP4 each passed a nine-case vLLM compatibility check on a single H200, covering text, code, JSON, tool calls and follow-up, and images. NVFP4 used Marlin W4A16. These checks used ordinary decoding; the separate MTP head remains experimental.

1. Model Introduction

Occamy-1.0 is a compact agentic model purpose-built for real-world co-work: long-horizon, stateful tasks that require coordinated use of search, code, tools, files, structured APIs, and productivity software. Starting from the post-trained Qwen3.6-35B-A3B checkpoint, Occamy concentrates further training on reliable execution, persistent state tracking, recovery, and follow-through rather than relearning general capabilities from scratch.

Key Features

  • Co-work specialization: Designed for sustained execution across multi-step professional workflows, not isolated question answering.
  • Compact inference footprint: A 35B-total, 3B-active Mixture-of-Experts model that keeps long-running agent workloads practical.
  • Long-horizon continuity: Designed to keep work coherent across tool calls, delegated runs, and history rewrites such as context compaction.
  • Broad agentic capability: Co-work gains are accompanied by strong tool calling, terminal coding, and instruction following.
  • Execution-grounded training: Supervised fine-tuning spans general agentic work, long-horizon interaction, software engineering, and tool-call grounding.
  • Open training stack: The multi-harness reinforcement-learning infrastructure used to train Occamy is released as Dressage.

[!NOTE] Occamy is optimized for common co-work workloads, not as a replacement for frontier models on every task. Retrieval-heavy and simulated-user tasks still have headroom, and native browser or desktop visual interaction is not part of the current co-work training interface.

2. Model Summary

ArchitectureMixture-of-Experts causal model with vision encoder
Total Parameters35B
Activated Parameters3B
Number of Layers40
Number of Experts256
Activated Experts8 routed + 1 shared
Base Architecture Context262,144 tokens
SFT Sequence Length131,072 tokens
Starting CheckpointQwen3.6-35B-A3B
Post-trainingFull-parameter SFT, HDPO, model merging, and SAO

Architecture fields follow the starting checkpoint's published model card. Occamy post-trains the language backbone without changing the architecture; the vision encoder and projector are frozen during SFT. The released checkpoint configuration remains the source of truth for serving limits.

3. Evaluation Results

Occamy-1.0 results on co-work, tool-use, coding, and business benchmarks

Full Evaluation

Benchmark35B-A3B ModelsLarge-scale Models
Occamy-1.0Qwen3.6
35B-A3B
Agents-A1Nex-N2-miniBigBang-1.0Ornith-1.5GPT-5.6 SolQwen3.8-MaxDeepSeek V4
Pro (0813)
GLM-5.2
Co-work
Claw-Eval (average)82.2069.5069.9066.6063.5064.4081.8083.9281.7081.60
Claw-Eval (Pass³)71.4054.8041.7037.0040.2048.7068.9073.6874.5068.30
WildClawBench49.1640.4030.7330.3132.8745.9167.2054.4237.3052.14
CommerceAgentBench37.3819.609.3016.8030.8037.4049.5046.3043.3039.30
Business Arena$79,868$44,751$33,626$13,325$56,477$66,292$168,867$89,423$40,804$55,742
GDPval1,1281,0048699999518551,7411,6401,5001,452
OfficeQA Pro48.1039.1023.3046.6043.6059.4074.4069.2051.2066.20
τ³-Bench (Banking)37.1011.907.2025.8010.3021.7046.9054.6044.3037.10
Tool calling
AutomationBench (Pass¹)27.607.502.205.7014.8018.5045.5043.5032.0028.00
AutomationBench (partial)69.1039.4014.7027.9047.4058.0081.2081.2059.7070.00
BFCL v465.4063.1957.2362.8157.8668.5164.3373.6567.1070.33
VitaBench41.7534.2537.0026.2546.0040.2546.7552.2553.5043.75
Coding
Terminal-Bench 2.159.0049.5041.6060.70*33.7067.80*88.8081.30*87.90*82.70
Instruction following
IFEval91.5386.9091.6091.6090.5081.8095.0095.0293.7493.89

Within each size group, bold denotes the best result and underlining denotes the second-best result. * Official model-card or Artificial Analysis result. Reproduced on the public task release.

Cost-Performance

Aggregate inference cost versus normalized performance across four co-work benchmarks

Across Claw-Eval, WildClawBench, AutomationBench, and GDPval, Occamy-1.0 lies near the low-cost knee of the empirical Pareto frontier. Relative to its Qwen3.6-35B-A3B starting checkpoint, it delivers a large aggregate capability gain with only a modest change in measured per-task inference cost. Benchmark scores are equally weighted after per-benchmark min-max normalization, and costs are macro-averaged per task under the frozen pricing protocol used in the report.

4. Training Recipe

Occamy uses staged specialization and consolidation:

Qwen3.6-35B-A3B
  ├─ Marathon Expert: SFT → HDPO ┐
  └─ Sprint Expert: SFT          ├─ Uniform merge → SAO → Occamy-1.0

The Marathon Expert learns sustained execution and accuracy-conditioned efficiency, while the Sprint Expert preserves broader agentic capability. A uniform parameter-space merge combines both experts into one checkpoint with no inference-time routing or ensembling, and a final Single-Rollout Asynchronous Optimization (SAO) stage refines the merged policy on a broad co-work mixture.

The deduplicated SFT union across both experts is:

Data sourceTrajectoriesAverage lengthTokens
General agentic5,41837.7K204.1M
Long-horizon interactive agents92395.8K88.4M
Terminal and software engineering1,22835.1K43.1M
Tool-call grounding7,4299.1K67.7M
Overall14,99826.9K403.3M

Training tasks are grounded in executable environments with observable state transitions and task-level grading. The open-source Dressage stack provides multi-harness execution, token-exact trajectory capture, sandbox integration, and multi-segment conversion for reinforcement learning.

5. Deployment

Occamy-1.0 keeps the Qwen3.6-35B-A3B architecture, so the upstream deployment recipe is the reference serving path. The examples below mirror that recipe with eight-way tensor parallelism and its full context length; adjust both to fit your hardware and confirm them against the released Occamy checkpoint configuration.

SGLang

The upstream model card recommends SGLang 0.5.10 or newer for the Qwen3.6 architecture.

python -m sglang.launch_server \
  --model-path Accio-Lab/Occamy-1.0 \
  --port 8000 \
  --tp-size 8 \
  --mem-fraction-static 0.8 \
  --context-length 262144 \
  --reasoning-parser qwen3 \
  --tool-call-parser qwen3_coder

vLLM

The upstream model card recommends vLLM 0.19.0 or newer for the Qwen3.6 architecture.

vllm serve Accio-Lab/Occamy-1.0 \
  --port 8000 \
  --tensor-parallel-size 8 \
  --max-model-len 262144 \
  --reasoning-parser qwen3 \
  --enable-auto-tool-choice \
  --tool-call-parser qwen3_coder

Both commands expose an OpenAI-compatible endpoint at http://localhost:8000/v1.

6. Model Usage

from openai import OpenAI

client = OpenAI(base_url="http://localhost:8000/v1", api_key="EMPTY")

response = client.chat.completions.create(
    model="Accio-Lab/Occamy-1.0",
    messages=[
        {
            "role": "user",
            "content": "Inspect this repository, fix the failing test, and explain the change.",
        }
    ],
    max_tokens=32768,
    temperature=1.0,
    top_p=0.95,
    presence_penalty=1.5,
    extra_body={
        "top_k": 20,
        "chat_template_kwargs": {
            "enable_thinking": True,
            "preserve_thinking": True,
        },
    },
)

print(response.choices[0].message.content)

For multi-turn agent runs, retain the complete assistant message returned by the server, including reasoning content and tool calls, then append tool results using the standard OpenAI chat-completions schema. This preserves the execution context that Occamy relies on across long workflows.

Agent Frameworks

Occamy was trained and evaluated across multiple harnesses, including OpenClaw, Hermes Agent, and Accio Work. It can be integrated with other tool-using agent frameworks through the same OpenAI-compatible API.


7. License

This repository is released under the Apache License 2.0. See the Hugging Face model card for the terms that apply to the model weights.


8. Contact Us

For questions or feedback, please open an issue.

Contributors

junboolee

8 commits

iLOVE2D

2 commits

Eang

1 commits

qcz

1 commits