Check a model's lifecycle status
check_modelChecks an LLM model id to determine if it is safe, deprecated, or retired, and provides the recommended migration path. Use this before hardcoding or changing model references in code.
Instructions
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-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'. |