Commit ed56a8ffcd10

Vincent Demeester <vincent@sbr.pm>
2026-01-07 10:41:53
feat(aomi): Add tool-calling models for OpenCode integration
- Enable llama3.1:8b and mistral-nemo for OpenCode compatibility - Support local AI coding assistant with native tool calling - Provide CPU-friendly alternatives to larger coding models
1 parent 2a9a814
Changed files (1)
systems
systems/aomi/extra.nix
@@ -76,6 +76,10 @@
         # Quick Tasks
         "phi3.5:3.8b" # Ultra-fast all-rounder: MIT license (~2.4GB, 15-25 tok/s)
 
+        # Tool Calling / OpenCode Support
+        "llama3.1:8b" # Native tool support, good for OpenCode (~4.7GB)
+        "mistral-nemo" # Fast tool calling support (~7.7GB)
+
         # Legacy (keeping for compatibility)
         "mistral:7b-instruct-q4_K_M" # General purpose fallback
       ];