LLMIntel Model Lifecycle
LM
LLMIntel Model Lifecycle
/check_model

Check a model's lifecycle status

Check whether an LLM model id is safe to use, deprecated, or retired, and what to migrate to. Accepts the exact string used in code (e.g. 'gpt-4o', 'claude-sonn

liveverifiedunknown~5s typical
mcpprobedllmintelmodellifecycle
$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-llmintel-model-lifecycle /check_model for me.

Input

FieldTypeDescription
model*stringModel id or alias exactly as it appears in code, e.g. 'gpt-4o'.

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-llmintel-model-lifecycle","endpoint":"/check_model","input":{"model":"..."}}'
cli
npx cracked-ai run -p mcp-ai-llmintel-model-lifecycle -e /check_model -i '{"model":"..."}'
mcp
run_tool({ provider: "mcp-ai-llmintel-model-lifecycle", endpoint: "/check_model", input: {"model":"..."} })

Try it

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