list_events
The changelog of record for the model layer: deprecations, price changes, launches, and the market events around them. Filter by severity to find what demands action: 'breaking' (model going away, ID changing), 'action_required' (price/rate-limit/context changes), 'informational' (releases, funding).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Event type, e.g. model_deprecation, pricing_change, model_launch. | |
| limit | No | Max events. Default 50. | |
| since | No | ISO date (YYYY-MM-DD); events announced on/after. | |
| until | No | ISO date (YYYY-MM-DD); events announced on/before. | |
| status | No | Verification status. Default 'verified' (human-confirmed). 'all' = verified + unverified. | |
| provider | No | Filter to events touching this provider. | |
| severity | No | Filter by what the event demands of consumers of the affected models. |