4 Downloads Updated 1 month ago
ollama run amalwork689/AMI
Updated 1 month ago
1 month ago
272b62df83f8 · 7.1GB ·
AMI is a lightweight, highly efficient routing model based on Mistral-nemo(12B). It is specifically designed to act as the central orchestrator (LM-1) in a Mixture of Experts (MoE) architecture.
Instead of answering user queries directly, AMI analyzes incoming prompts, categorizes the required task, and determines if external tools (like web search) are needed. It outputs strictly in JSON format, allowing developers to easily parse the response in Python and route the prompt to specialized expert models (e.g., deepseek-r1 for math, qwen-coder for programming).
-Task Categorization: Classifies prompts into general, math, creative writing or code.
-Tool Routing: Evaluates if a web search is required via the needs_web_search boolean flag.
-Deterministic Output: Tuned with Temperature 0.0 to guarantee reliable, strict JSON formatting without conversational fluff.