LLMIntel Model Lifecycle
LM
LLMIntel Model Lifecycle
/search_models

Search the model catalog

List tracked models, optionally filtered by provider and lifecycle state. Use this to discover what is currently available from a provider.

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

Input

FieldTypeDescription
providerstring (openai | anthropic | azure | bedrock | google | cohere)Filter by provider.
statestring (announced | active | legacy | deprecated | retiring | retired)Filter by canonical lifecycle state, e.g. 'active' or 'deprecated'.
limitintegerMaximum results. default 50

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

Try it

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