TA
The Aggregate — LLM benchmark aggregate
/search_models
Search models
Find ranked models by (partial) name or provider. Returns rank, Elo and the model page URL. One row per model by default, fused across reasoning-effort settings
liveverifiedunknown~5s typical
mcpprobedtheaggregate—
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-theaggregate-the-aggregate /search_models for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Model or provider name fragment, e.g. "opus" or "deepseek". |
| limit | number | Max results (1-25, default 10). |
| include_variants | boolean | Return each reasoning-effort variant separately (e.g. "Claude Opus 4.6 (High)") instead of |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-theaggregate-the-aggregate","endpoint":"/search_models","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-ai-theaggregate-the-aggregate -e /search_models -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-ai-theaggregate-the-aggregate", endpoint: "/search_models", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.