Add ModelPicker to Your AI Tools

Stop your AI assistant from recommending outdated models. Drop a file in your project and every AI session gets real-time model selection intelligence.

Skill Files

One file, zero setup. Download the skill file for your tool, drop it in your project, and your AI assistant will check ModelPicker for current model data instead of guessing from training data.

C

Claude Code

Download the file and place it in your project root as CLAUDE.md, or add it as a custom command in ~/.claude/commands/.

Save as: ~/.claude/commands/model-selection.md

Download
Cu

Cursor

Download and save as .cursorrules in your project root. Cursor will automatically include it in every AI session.

Save as: Project root.cursorrules

Download
W

Windsurf

Download and save as .windsurfrules in your project root.

Save as: Project root.windsurfrules

Download
GH

GitHub Copilot

Download and save as .github/copilot-instructions.md in your repo.

Save as: .github/copilot-instructions.md

Download
?

Any Tool

Download and include in your project. Most AI tools will pick up markdown files in the project root.

Save as: Project rootMODEL-SELECTION.md

Download

API Access

Free, no API key required. Query our data programmatically.

GET /api/v1/models

All models with pricing, grades, and metadata. Filter by ?bracket=, ?provider=, ?grade=

GET /api/v1/recommend?role=core

Get the current best model for a role: frontier, core, structured, editor, fast, agent, rag, classifier, conversational

GET /api/v1/compare?a=MODEL_ID&b=MODEL_ID

Head-to-head comparison with scores across all 12 benchmark categories

GET /api/v1/export?format=csv

Download all model data as CSV or JSON. Use for your own analysis or dashboards.

AI-Readable Data

Point any AI agent at these URLs for current model data.

/llms.txt

Site index optimized for AI agents. Describes what data is available and how to navigate it.

/llms-full.txt

Complete data dump: all models, prices, scores, roles. Feed this into any LLM context window for instant model selection intelligence.