Curated AI Model Picker
Hand-picked AI model recommendations for your AI agents because using outdated models isn't the vibe.
import { generateText } from "ai";
const response = await fetch(
"https://modelpicker.ai/api/v1/latest/research"
);
const { primary } = await response.json();
const { text } = await generateText({
model: primary.id,
prompt: "What is love?",
});Claude Opus 4.5
anthropic/claude-opus-4-5
Anthropic's most advanced model. Excels at complex coding, long-running agents, and deep reasoning tasks.
GPT-5.2 Codex
openai/gpt-5.2-codex
Optimized for agentic coding. Best for large refactors, migrations, and security audits.
MiniMax M2.1
minimax/m2.1
Open-source coding model with strong performance. Great budget fallback option.
Gemini 2 Flash
google/gemini-2.0-flash
Massive context window for summarizing entire codebases or legal docs.
Claude Haiku 4.5
anthropic/claude-haiku-4-5
Fast and affordable summaries with excellent tone preservation.
GPT-4.1 Mini
openai/gpt-4.1-mini
Reliable fallback for bullet-style executive briefs.
Perplexity Sonar Pro
perplexity/sonar-reasoning-pro
Real-time web search with inline citations. Best for current research.
GPT-5.2
openai/gpt-5.2
Strong reasoning for deep research requiring structured outputs.
OpenAI o3 Deep Research
openai/o3-deep-research
High recall across academic and policy documents.
Query the API to get curated model recommendations. Pin a snapshot date for reproducible builds, or use "latest" to always get the current picks.
/api/v1/{date}/{category}Get model recommendations for a category
/api/v1/categoriesList all supported categories
/api/v1/snapshotsList all available snapshots
Get coding recommendations
curl https://modelpicker.ai/api/v1/latest/codingPin to a specific snapshot
curl https://modelpicker.ai/api/v1/2026-01-15/research