{"openapi":"3.1.0","info":{"title":"Local LLM Rig Planner","description":"This tool estimates which AI language models you can run on your computer based on your CPU, RAM, and GPU specifications.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/local-llm-rig-planner":{"get":{"operationId":"localLlmRigPlanner","summary":"This tool estimates which AI language models you can run on your computer based on your CPU, RAM, and GPU specifications.","parameters":[{"name":"cpu_name","in":"query","required":false,"description":"CPU (name / cores)","schema":{"type":"string"}},{"name":"cpu_cores","in":"query","required":false,"description":"CPU Cores","schema":{"type":"number"}},{"name":"system_ram","in":"query","required":false,"description":"System RAM (GB)","schema":{"type":"number"}},{"name":"vram_per_gpu","in":"query","required":false,"description":"VRAM per GPU (GB)","schema":{"type":"number"}},{"name":"num_gpus","in":"query","required":false,"description":"Number of GPUs","schema":{"type":"number"}},{"name":"overhead_percentage","in":"query","required":false,"description":"Context/KV-cache overhead (%)","schema":{"type":"number"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}