Skip to content
VS Code

Model Radar for VS Code

io.github.srclight/model-radar

Ping 134+ free coding LLMs across 17 providers, rank by latency, pick the fastest.

client:VS Code transport:stdio runtime:pypi

Install Model Radar in VS Code

.vscode/mcp.json

{
  "servers": {
    "model-radar": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "model-radar-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Model Radar in other clients