CS
Cannon Studio
/estimate_generation_cost
Estimate Developer API Generation Cost
Estimate credits for a Cannon Studio generation request before creating billable work. Requires OAuth or a developer API key; it may update key/token usage meta
liveverifiedunknown~5s typical
mcpprobedcannonstudio
$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-app-cannonstudio-cannon-studio /estimate_generation_cost for me.
Input
| Field | Type | Description |
|---|---|---|
| operation* | string | Cannon Studio developer API operation id to price. Use get_api_operation first if unsure. |
| input* | object | Operation-specific request payload to estimate. Use the exact shape documented by get_api_ |
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-app-cannonstudio-cannon-studio","endpoint":"/estimate_generation_cost","input":{"operation":"...","input":{}}}'cli
npx cracked-ai run -p mcp-app-cannonstudio-cannon-studio -e /estimate_generation_cost -i '{"operation":"...","input":{}}'mcp
run_tool({ provider: "mcp-app-cannonstudio-cannon-studio", endpoint: "/estimate_generation_cost", input: {"operation":"...","input":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.