fastgpu
F
fastgpu
/match_workload

Match a workload to the cheapest GPU

The routing DECISION: describe a job (a model, size, or GPU need) and get the ranked, reasoned recommendation for the cheapest place to run it across the live m

liveverifiedunknown~5s typical
mcpprobedfastgpu
$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-co-fastgpu-fastgpu /match_workload for me.

Input

FieldTypeDescription
querystringPlain-language job, e.g. "cheapest to serve Llama 3 70B" or "2x H100 for fine-tuning". Pro
modelstringOpen model name to size against, e.g. "Llama 3 70B", "Qwen 72B", "Mixtral".
params_bnumberModel size in billions of parameters when no exact model is named.
vram_gbintegerRough VRAM the job needs, in GB, if you already know it.
taskstring (inference | finetune-lora | finetune-full | generate | transcribe | embed)What the job does.
precisionstring (fp16 | int8 | int4)Numeric precision to size the model at.
gpu_countintegerForce a specific GPU count instead of letting the engine size it.
budget_usd_hrnumberOnly recommend configs at or under this hourly budget.
regionstring (US | EU | ASIA)Restrict to a data-residency region.
spotstring (true | false)Set true to include interruptible spot capacity for a cheaper rate.
reservedstring (true | false)Set true to include reserved / committed-term capacity for a lower rate.

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-co-fastgpu-fastgpu","endpoint":"/match_workload","input":{}}'
cli
npx cracked-ai run -p mcp-co-fastgpu-fastgpu -e /match_workload -i '{}'
mcp
run_tool({ provider: "mcp-co-fastgpu-fastgpu", endpoint: "/match_workload", input: {} })

Try it

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