LLM Hosting Pricing
LH
LLM Hosting Pricing
/search_models

search models

Search LLM models by name. Returns matching models with provider count and the cheapest input/output price per 1M tokens.

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

Input

FieldTypeDescription
query*stringmodel name or fragment, e.g. "deepseek" or "llama 70b"

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":"/search_models","input":{"query":"..."}}'
cli
npx cracked-ai run -p mcp-ai-llmhosting-pricing -e /search_models -i '{"query":"..."}'
mcp
run_tool({ provider: "mcp-ai-llmhosting-pricing", endpoint: "/search_models", input: {"query":"..."} })

Try it

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