llm_fit_finder
Find the best LLM for a given use case. Compares 30+ cloud API models and 12+ local models by cost, speed, benchmarks, features and VRAM requirements. Returns ranked recommendations with cost simulation. No API key needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | cloud (API models) or local (Ollama/self-hosted). Default: cloud | |
| top_n | No | Number of recommendations to return (default: 5) | |
| vram_gb | No | GPU VRAM in GB (only for mode=local). Default: 16 | |
| features | No | Required features: vision, function_calling, json_mode, streaming, reasoning | |
| use_case | No | Primary use case: chatbot | code | rag | summarization | classification | reasoning | agents | multilingual | |
| max_budget | No | Maximum monthly budget in USD (based on tokens_per_day) | |
| quantization | No | Quantization (only for mode=local): Q4_K_M | Q8_0 | FP16. Default: Q4_K_M | |
| tokens_per_day | No | Estimated daily token volume (default: 100000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| score | No | ||
| results | No | ||
| vram_gb | No | ||
| use_case | No | ||
| quantization | No | ||
| tokens_per_day | No | ||
| total_matching | No |