LLM Radar

Skip the search. Your AI already has current model info.

Updated daily
--
Models Tracked
3
Providers
Daily
Updates

Latest Models

Loading model data...

Get Started

Connect LLM Radar to Claude Desktop and stop searching for model info. Just ask - your AI already knows what's current.

Quick Install

# Clone the repository
git clone https://github.com/ajentsor/llm-radar.git
cd llm-radar

# Install dependencies
pip install -e .

Add to Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "llm-radar": {
      "command": "llm-radar-mcp"
    }
  }
}

Available Tools

query_models

Search models by provider, type, or modality support

compare_models

Side-by-side comparison of specific models

get_model

Get detailed info about a specific model by API ID

list_model_ids

List all available model IDs for a provider

Example Usage

Just ask Claude naturally:

"What models support vision input?"

"Compare GPT-4o vs Claude Sonnet vs Gemini 2.5 Pro"

"List all OpenAI model IDs available via API"

"Which Google models support audio output?"
View on GitHub Raw JSON API