loading…
Search for a command to run...
loading…
Search, rank, and compare 500K+ AI models from 13+ platforms with VRAM and license constraints
Search, rank, and compare 500K+ AI models from 13+ platforms with VRAM and license constraints
Discover, rank, and compare 500,000+ AI models, datasets, papers, and tools from 13+ platforms. Updated daily, scored by the Free2AITools Nexus Index (FNI).
Website: free2aitools.com
curl -s https://free2aitools.com/api/v1/select \
-H "Content-Type: application/json" \
-d '{"task":"text-generation","constraints":{"max_vram_gb":8}}'
Returns ranked recommendations with params, VRAM estimates, license, and rationale.
curl "https://free2aitools.com/api/v1/compare?ids=hf-model--meta-llama--llama-3-8b,hf-model--google--gemma-2-27b"
Side-by-side comparison with FNI factor decomposition.
curl "https://free2aitools.com/api/v1/search?q=code+generation&limit=5"
Add to Claude, Cursor, Windsurf, or any MCP-compatible client:
{
"mcpServers": {
"free2aitools": {
"url": "https://free2aitools.com/api/mcp"
}
}
}
5 tools: free2aitools_search, free2aitools_rank, free2aitools_explain, free2aitools_select_model, free2aitools_compare.
Embed live FNI score in your README:

Parquet exports available for offline analysis with DuckDB, Pandas, or Spark.
No auth required. Free to use.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"free2aitools": {
"command": "npx",
"args": []
}
}
}