P
plith
/burnrate_optimize
burnrate optimize
Get a cheaper equivalent plan by substituting models with lower-cost alternatives. Call after burnrate_estimate if the estimated cost exceeds your budget. Retur
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_optimize for me.
Input
| Field | Type | Description |
|---|---|---|
| plan* | array | Array of plan steps. Same schema as burnrate_estimate: each step needs step, provider, mod |
| target_budget | number | Optional. Target total cost in USD. |
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_optimize","input":{"plan":[]}}'cli
npx cracked-ai run -p mcp-ai-plith-plith -e /burnrate_optimize -i '{"plan":[]}'mcp
run_tool({ provider: "mcp-ai-plith-plith", endpoint: "/burnrate_optimize", input: {"plan":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.