LM
LLMIntel Model Lifecycle
/list_retiring_models
List models retiring soon
List tracked models scheduled to retire within a time window, soonest first. Use this to audit a codebase or plan migration work.
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 /list_retiring_models for me.
Input
| Field | Type | Description |
|---|---|---|
| withinDays | integer | Only include models retiring within this many days. Defaults to 180. default 180 |
| provider | string (openai | anthropic | azure | bedrock | google | cohere) | Restrict to one provider. Omit for all providers. |
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":"/list_retiring_models","input":{"withinDays":180}}'cli
npx cracked-ai run -p mcp-ai-llmintel-model-lifecycle -e /list_retiring_models -i '{"withinDays":180}'mcp
run_tool({ provider: "mcp-ai-llmintel-model-lifecycle", endpoint: "/list_retiring_models", input: {"withinDays":180} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.