Every tool here computes from the same arithmetic: weights are parameters × bits-per-weight ÷ 8, plus a KV-cache term for your context, plus runtime overhead. Throughput is memory bandwidth divided by bytes read per token. Nothing is a lookup table, and nothing asks you to sign up.
The highest-intent local LLM utilities are live as full tool pages or structured gateway pages.

VRAM Calculator for LLMs
LiveFind exactly how much VRAM any model needs at any quantization level and context length.

Context Window Memory Calculator
LiveSee how larger context windows change KV cache growth, memory pressure, and practical fit.

Quantization Picker
LiveChoose the right quant level for your hardware, quality target, and inference speed goals.

GPU-to-Model Fit Checker
GatewayMatch your GPU directly to the best-fit models and skip dead-end downloads.

Ollama Context Length Calculator
LiveEstimate what your chosen Ollama context setting means for memory use and local stability.

Tokens-per-Second Estimator
LiveEstimate likely local inference speed before you commit to a model and runtime stack.

Can My PC Run This AI Model?
GatewayA guided compatibility check that funnels users to Runyard home for the live answer.

Model Size to RAM / VRAM Converter
LiveConvert model parameter counts and quant formats into memory estimates you can reason about.

CPU vs GPU Offload Calculator
LiveEstimate whether partial GPU offload will help or just create a slow, awkward compromise.

GGUF Variant Chooser
LivePick the right GGUF file variant without memorizing every quant suffix and packaging nuance.

Best Model for My Hardware Finder
GatewayA recommendation-first landing page that points users back to Runyard home for the live shortlist.

Prompt Token Counter
LiveCount prompt size, estimate context consumption, and catch oversized inputs before they fail.

Model Comparison Matrix
LiveCompare model families across fit, speed, context, and practical use-case tradeoffs.

Local LLM Cost Savings Calculator
LiveEstimate how much local inference can save compared with repeated paid API usage.

Power & Heat Calculator
LiveEstimate watts, monthly electricity cost, and BTU/hr heat for any local LLM rig.

API Cost vs Local Cost Calculator
LiveCompare monthly OpenAI / Anthropic / Google API spend against a local GPU rig — find the break-even in months.

GGUF File Size Estimator
LiveEstimate the on-disk size of any GGUF file by parameter count and quant format, plus VRAM at load.

OOM Fix Assistant
LiveDiagnose likely out-of-memory causes and suggest the fastest fixes for local inference failures.

QLoRA VRAM Calculator
LiveQLoRA, LoRA and full fine-tuning memory for any model size, against your card.

LoRA vs QLoRA vs Full Fine-Tune
LiveMemory, fidelity and hardware for all three, at every model size.

Fine-Tune Batch Size Calculator
LiveHow much memory is left for activations after the model, and what that buys.

Training Time Estimator
LiveWall-clock estimate from dataset size, epochs and your hardware.

llama.cpp Flags Generator
LiveA complete, copy-pasteable command sized to your card and context.

vLLM Memory Calculator
LiveWork out the fraction to set, and how many concurrent sequences it buys.

Concurrent Requests Calculator
LiveConcurrency from KV cache headroom, and what it does to per-user speed.

Multi-GPU Split Calculator
LiveCards required at each quantisation, and what that costs.

Ollama Storage Planner
LiveDisk for a library of models, before you run out mid-pull.

GPU Upgrade Advisor
LiveWhat a bigger card actually unlocks, in models and in speed.

Local Cost per Million Tokens
LiveElectricity plus hardware amortisation, expressed the way APIs price.

GPU Payback Period Calculator
LiveBreak-even in months, from your real token volume.

LLM Electricity Cost Calculator
LiveMonthly and yearly electricity, from power draw and hours.

Cloud GPU vs Buy Calculator
LiveThe hours per month at which renting stops being the cheaper option.

API Token Cost Calculator
LiveMonthly spend from requests, prompt length and price — with caching.

RAG vs Fine-Tune Cost
LiveA one-off training cost against the per-request cost of retrieval.

GPU Price per GB of VRAM
LiveEvery catalogued card ranked by cost per usable gigabyte.

Cheapest GPU for a Model
LiveThe lowest-cost card that fits, at every quantisation level.

Mac Unified Memory Calculator
LiveWhat each memory configuration actually runs, and how fast.

RAM Offload Speed Calculator
LiveThe real cost of running a model that does not quite fit.

CPU-Only Inference Calculator
LiveWhat CPU-only inference realistically gives you, at each model size.

Laptop vs Desktop for Local AI
LiveCapacity, speed and cost across both, for the model you want to run.

Used GPU Value Checker
LivePrice per usable gigabyte against every alternative at the same capability.

KV Cache Calculator
LiveThe part of your VRAM that grows with every token in the conversation.

Flash Attention Savings Calculator
LiveWhat --flash-attn buys you in context length, on your card.

RAG Chunk Size Calculator
LiveHow many chunks fit in your context once the prompt takes its share.

Embedding Storage Calculator
LiveDisk and memory for a vector index, from document count and dimension.

Vector Database Memory Calculator
LiveWhether the index fits in memory, and what happens when it does not.

Codebase Context Planner
LiveLines of code to tokens, against real context windows.

MoE vs Dense Memory Calculator
LiveCapacity follows total parameters; speed follows the active ones.

Model Download Time Calculator
LiveFile size at each quantisation, and the wait on your connection.

Speculative Decoding Speedup
LiveExpected speedup from a draft model, at your acceptance rate.

GPU vs GPU for Local AI
LiveTwo cards compared on what actually matters: capacity and bandwidth.

Whisper VRAM Calculator
LiveMemory and real-time factor for each Whisper size, on your card.

Team GPU Sizing Calculator
LiveCards required to serve N people, from concurrency and daily volume.

Agent Loop Cost Calculator
LiveWhy a coding agent bills far more than the tokens you think you sent.
Ideas on the list, not yet built. They appear here without links until they compute something real.
Tokens & Context Calculator
T-02Estimate tokens for any prompt, check context window fit, and compare model limits.
Coming soonModel Comparison Matrix
T-03Side-by-side specs, performance, and cost for any two models you want to compare.
Coming soonInference Speed Estimator
T-04Predict tokens/sec for your hardware given a model size and quantization.
Coming soonQuantization Picker
T-05Answer 3 questions about your GPU and use case and get the exact quant level to use.
Coming soonCloud GPU Cost Estimator
T-06Compare RunPod, Lambda, Vast.ai and more and find the cheapest option for your workload.
Coming soonGPU-to-Model Fit Checker, Can My PC Run This AI Model, and Best Model for My Hardware Finder all funnel into Model Radar because that is already the real interactive product.
Open Model Radar ->