ComputeSage StackBench
CS
ComputeSage StackBench
/recommend_deployment

recommend deployment

$0.25 USDC: recommend what to buy or run from bounded StackBench fit, performance, confidence, evidence, caveats, and economics only when supported.

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 /recommend_deployment for me.

Input

FieldTypeDescription
model*string
hardware_systemstring
modestring (configuration | hardware_experimental) default "configuration"
quantizationstring
enginestring
engine_versionstring
prompt_tokens*integer
decode_context_depthstring
batch_sizestring
ubatch_sizestring
concurrencyinteger default 1
flash_attentionstring
candidate_kv_formatsstring
minimum_prefill_tok_sstring
minimum_decode_tok_sstring
maximum_vram_bytesstring
maximum_power_wattsstring
objectivestring (balanced | maximize_decode | maximize_prefill | minimize_vram | minimize_power | minimize_capex) default "balanced"
evidence_policystring (verified_only | include_public | all) default "include_public"
constraint_policystring (point_estimate | conservative) default "point_estimate"

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":"/recommend_deployment","input":{"model":"...","mode":"configuration","prompt_tokens":1,"concurrency":1,"objective":"balanced","evidence_policy":"include_public","constraint_policy":"point_estimate"}}'
cli
npx cracked-ai run -p mcp-com-computesage-stackbench -e /recommend_deployment -i '{"model":"...","mode":"configuration","prompt_tokens":1,"concurrency":1,"objective":"balanced","evidence_policy":"include_public","constraint_policy":"point_estimate"}'
mcp
run_tool({ provider: "mcp-com-computesage-stackbench", endpoint: "/recommend_deployment", input: {"model":"...","mode":"configuration","prompt_tokens":1,"concurrency":1,"objective":"balanced","evidence_policy":"include_public","constraint_policy":"point_estimate"} })

Try it

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