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
| Field | Type | Description |
|---|---|---|
| min_context | number | Minimum context window (tokens), e.g. 128000. |
| provider | string | Restrict to one provider slug (openai, anthropic, google, ...). |
| in_weight | number | Relative weight of input-token price (default 1). |
| out_weight | number | Relative weight of output-token price (default 3, output-heavy). |
| limit | number | How many to return (default 10). |
| operational_only | boolean | Drop 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.