LH
LLM Hosting Pricing
/get_model_prices
get model prices
All provider prices for one LLM model: input/output/cache price per 1M tokens and context window per provider, cheapest first.
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 /get_model_prices for me.
Input
| Field | Type | Description |
|---|---|---|
| model* | string | model slug or name, e.g. "deepseek-v4-flash" |
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":"/get_model_prices","input":{"model":"..."}}'cli
npx cracked-ai run -p mcp-ai-llmhosting-pricing -e /get_model_prices -i '{"model":"..."}'mcp
run_tool({ provider: "mcp-ai-llmhosting-pricing", endpoint: "/get_model_prices", input: {"model":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.