AIAny
AI Client2026
Icon for item

whichllm

Detects your GPU/CPU/RAM and ranks HuggingFace models that will actually run and perform best on your machine, using live, recency-aware benchmarks and a one-line CLI for simulation, planning, and instant local runs.

Introduction

Choosing a model by parameter count or "what fits" often misleads: the biggest model that fits VRAM can be slower or lower-quality than a newer, better-quantized alternative. whichllm focuses on the pragmatic question many engineers actually face — which local LLM will run and give the best real-world performance on my hardware?

What Sets It Apart
  • Evidence-first ranking: merges multiple benchmark sources (LiveBench, Artificial Analysis, Aider, Chatbot Arena ELO, Open LLM Leaderboard) and tags evidence by confidence so scores reflect data quality, not just size. Recency-aware lineage demotion prevents stale leaderboards from overranking older models.
  • Hardware-aware fit and speed: models are evaluated by estimated VRAM (weights + KV cache + activations + overhead), backend/quantization efficiency, and bandwidth-bound token/sec projections. Simulation mode (--gpu) lets you mimic other cards for planning.
  • Practical output and automation: one-command flow to pick, download, and run a model; JSON output for scripting; snippets for local runtimes (llama-cpp-python, AWQ/GPTQ, GGUF). Live HuggingFace queries with cached fallbacks balance freshness and reliability.
Who It's For (and Trade-offs)

Great fit if you need to pick or plan hardware (buying a GPU), want a quick, realistic local-model recommendation for a given machine, or need scriptable JSON output to wire into deployment workflows. It’s also useful for developers who want a reproducible, evidence-graded model shortlist rather than manual trial-and-error.
Look elsewhere if you require exhaustive, lab-grade microbenchmarks for a custom build (whichllm provides planning-range estimates, not per-variant lab runs), need a GUI-first experience, or rely entirely on cloud-hosted managed models. Note: rankings depend on available benchmark sources and HuggingFace metadata; speed figures are planning estimates with confidence ranges rather than absolute guarantees.

Information

  • Websitegithub.com
  • AuthorsAndyyyy64
  • Published date2026/03/04

Categories

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).