Files
obsidian-vault/300 areas/350 AI/LLM - models to consider.md

37 lines
2.3 KiB
Markdown

---
created: 2026-05-21 08:15
modified: 2026-05-21 08:15
type: note
tags:
- ai
- llm
- Pi
- ai-resume
aliases: []
---
# [[LLM - models to consider]]
### owl alpha
This is a multi-layer tool that as split into planner, coordinator and worker agents as its basic architecture and worth exploring.
| Model | Primary Agent Advantage | Availability | Best Use Case |
| ------------------------------------ | ------------------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------- |
| **Owl Alpha** | 3-layer native workflow (Planner, Coordinator, Workers) | [OpenRouter](https://openrouter.ai/openrouter/owl-alpha) (Free) | Lengthy context-heavy web tasks & workflows |
| **Qwen 3.6 Plus** | Exceptionally reliable tool calling and code generation | [OpenRouter](https://openrouter.ai/qwen/qwen3.6-plus) (Free/Preview) | Building free production code agents |
| **Kimi K2.6** | High tolerance for parallel tasks & long chains | Open-Weight / API | Multi-agent collaboration frameworks |
| **GLM 4.5 Air** | Toggleable Native "Thinking Mode" for reasoning | OpenRouter (Free) | Hybrid text and complex API automation |
| **NVIDIA Nemotron 3 Nano (30B A3B)** | Local, secure agents that do not rely on cloud APIs | Open-Weight | Local, secure desktop agent loops |
### Free models
| Model | Best For | Key Strength |
| :--- | :--- | :--- |
| **Owl-Alpha** | General Purpose | Balanced performance, great free baseline |
| **Llama 3.3 70B** | General Purpose | Premium intelligence, handles complex reasoning |
| **Gemma 4 31B** | Everyday Tasks | Fast response times, great for summarizing |
| **DeepSeek V4 Flash**| Logic & Math | Rapid-fire problem solving, structured data |
| **Qwen 3 Coder** | Coding & Tech | Writing scripts, debugging, Excel formulas |
| **NVIDIA Nemotron** | Long Documents | Massive context window for deep research |