ollama run w4d4f4k/aiia_v1
Llama-3.2-3B-Instruct fine-tuned for the AIIA agent framework — an
autonomous PLAN/BUILD-mode code agent with XML-style tool calling.
Executes coding and file-system tasks step by step using AIIA’s tool
protocol:
<WriteFile>
<fileName>fibonacci.py</fileName>
<contentOfFile>def fibonacci(n): ...</contentOfFile>
</WriteFile>
Supported tools include: ReadFile, WriteFile, CreateFile, AppendFile,
TreeView, List, Find, Grep, ReplaceLine, Sed, Diff, ExecuteScript, Terminal,
createPlan, nextTask, and more. Task lifecycle is signalled with
<nextTask>completed</nextTask> / <nextTask>blocked</nextTask>.
Designed to run inside the AIIA framework, which injects real tool results and drives the task loop.
ollama run w4d4f4k/aiia_v1
Recommended options: temperature 0.3-0.7 for BUILD mode.
| aiia_v1 (this) | qwen3_v1 | |
|---|---|---|
| Base | Llama-3.2-3B | Qwen3-4B-Instruct-2507 |
| Size (Q4_K_M) | 2.0 GB | 2.5 GB |
| Speed / power | lighter, faster | ~25% heavier |
| Coding ability | good | stronger |
Use this one for lighter tasks and lower power draw; use qwen3_v1 when
coding quality matters most.