ComputeSage StackBench
CS
ComputeSage StackBench
/predict_performance

predict performance

$0.05 USDC: predict configuration throughput, memory, and power from bounded StackBench evidence with confidence, missing metrics, and caveats.

liveverifiedunknown~5s typical
mcpprobedcomputesagestackbench
$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-computesage-stackbench /predict_performance for me.

Input

FieldTypeDescription
model*string
hardware_system*string
quantizationstring
enginestring
engine_versionstring
kv_cache_type_kstring
kv_cache_type_vstring
prompt_tokens*integer
decode_context_depthstring
batch_sizestring
ubatch_sizestring
concurrencyinteger default 1
flash_attentionstring
requested_metricsarray
max_evidenceinteger default 12

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-computesage-stackbench","endpoint":"/predict_performance","input":{"model":"...","hardware_system":"...","prompt_tokens":1,"concurrency":1,"max_evidence":12}}'
cli
npx cracked-ai run -p mcp-com-computesage-stackbench -e /predict_performance -i '{"model":"...","hardware_system":"...","prompt_tokens":1,"concurrency":1,"max_evidence":12}'
mcp
run_tool({ provider: "mcp-com-computesage-stackbench", endpoint: "/predict_performance", input: {"model":"...","hardware_system":"...","prompt_tokens":1,"concurrency":1,"max_evidence":12} })

Try it

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