Check a model's lifecycle status
check_modelCheck 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-sonnet-4-5-20250929', 'anthropic/claude-opus-4-1'). Call this before writing or changing any hardcoded model id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model id or alias exactly as it appears in code, e.g. 'gpt-4o'. |