AI API Radar
AA
AI API Radar
/cheapest_model

cheapest model

Return the cheapest LLM API models that meet a constraint, ranked by blended $/M-token cost. Use this to route an agent to the lowest-cost model with enough con

liveverifiedunknown~5s typical
mcpprobedaiapiradar
$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-com-dropwatchhq-ai-api-radar /cheapest_model for me.

Input

FieldTypeDescription
min_contextnumberMinimum context window (tokens), e.g. 128000.
providerstringRestrict to one provider slug (openai, anthropic, google, ...).
in_weightnumberRelative weight of input-token price (default 1).
out_weightnumberRelative weight of output-token price (default 3, output-heavy).
limitnumberHow many to return (default 10).
operational_onlybooleanDrop providers with a major/critical status indicator.

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-com-dropwatchhq-ai-api-radar","endpoint":"/cheapest_model","input":{}}'
cli
npx cracked-ai run -p mcp-com-dropwatchhq-ai-api-radar -e /cheapest_model -i '{}'
mcp
run_tool({ provider: "mcp-com-dropwatchhq-ai-api-radar", endpoint: "/cheapest_model", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.