π¦πΊ Built in Australia Β· open weights Β· release candidate
An open, self-hostable, multimodal coding model whose wins are proven by running the code β not by a leaderboard. Australian-built, honestly measured.
What's decision-grade
Every number is a paired statistical test (McNemar exact p) on a contamination-controlled held-out set, reconciled for infrastructure losses. No cherry-picked demos.
The differentiator
Show it a picture; it writes the code; we render that code and compare to the target β an objective reward you can't bluff. It uses two assets few open models have together: a vision tower and an execution verifier.
Run it yourself
A1 ships as a LoRA adapter on the open Qwen/Qwen3.6-27B base. Serve it through vLLM as an OpenAI-compatible endpoint.
# serve the base with the A1 adapter (single 80GB GPU, vLLM β₯ 0.19) vllm serve Qwen/Qwen3.6-27B \ --enable-lora --lora-modules swarmdo-a1=SwarmDo/SwarmDo-A1 --max-lora-rank 32 \ --tool-call-parser qwen3_xml --reasoning-parser qwen3 --enforce-eager # then call model "swarmdo-a1" on the OpenAI-compatible endpoint
On-device paths exist too: MLX (4-bit, ~16GB, vision kept), GGUF (llama.cpp / Ollama), and GPTQ-Int4 vLLM on a single 24GB GPU. Apache-2.0.
Honest by design
Ships alongside the SwarmDo plugin β agent-swarm orchestration for Claude Code β as one open agentic-coding stack.