LH
LLM Hosting Pricing
/gpu_price_history
gpu price history
Daily minimum rental price history for a GPU (recorded daily since 2026-07-06).
liveverifiedunknown~5s typical
mcpprobedllmhostingpricing
$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-llmhosting-pricing /gpu_price_history for me.
Input
| Field | Type | Description |
|---|---|---|
| gpu* | string | GPU name, e.g. "H100 SXM" or "RTX 4090" |
| days | number | how many most-recent days to return (default 30) |
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-llmhosting-pricing","endpoint":"/gpu_price_history","input":{"gpu":"..."}}'cli
npx cracked-ai run -p mcp-ai-llmhosting-pricing -e /gpu_price_history -i '{"gpu":"..."}'mcp
run_tool({ provider: "mcp-ai-llmhosting-pricing", endpoint: "/gpu_price_history", input: {"gpu":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.