P
plith
/burnrate_estimate
burnrate estimate
Before executing a multi-step agent plan, estimate the total LLM cost. Returns per-step breakdown and optimization suggestions. If the estimate exceeds your bud
liveverifiedunknown~5s typical
mcpprobedplith
$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-plith-plith /burnrate_estimate for me.
Input
| Field | Type | Description |
|---|---|---|
| plan* | array | Array of plan steps with provider, model, and token estimates. |
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-plith-plith","endpoint":"/burnrate_estimate","input":{"plan":[]}}'cli
npx cracked-ai run -p mcp-ai-plith-plith -e /burnrate_estimate -i '{"plan":[]}'mcp
run_tool({ provider: "mcp-ai-plith-plith", endpoint: "/burnrate_estimate", input: {"plan":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.