LM
LLMIntel Model Lifecycle
/suggest_replacement
Suggest a replacement for a model
Given a deprecated or retiring model, return the provider's recommended replacement(s) and, when none is published, active models from the same provider to cons
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 /suggest_replacement for me.
Input
| Field | Type | Description |
|---|---|---|
| model* | string | Model id or alias to find a replacement for. |
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":"/suggest_replacement","input":{"model":"..."}}'cli
npx cracked-ai run -p mcp-ai-llmintel-model-lifecycle -e /suggest_replacement -i '{"model":"..."}'mcp
run_tool({ provider: "mcp-ai-llmintel-model-lifecycle", endpoint: "/suggest_replacement", input: {"model":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.