v2.21.0
cloudflare/pingorav2.21.0Jul 30, 2026by dsfaccini
AI Summary
Adds a new configuration option for input token limits and refreshes model names from Gateway probes.
Key Highlights
- Added `per_request_input_tokens_limit` to `UsageLimits`
- Refreshed `KnownModelName` from Gateway probes and stable Google image IDs
New Features
- New usage limit configuration option
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 🚀 Features * feat(usage): add `per_request_input_tokens_limit` to `UsageLimits` by @Oxygen56 in https://github.com/pydantic/pydantic-ai/pull/5907 ### 🐛 Bug Fixes * Refresh `KnownModelName` from Gateway probes and stable Google image IDs by @adtyavrdhn in https://github.com/pydantic/pydantic-ai/pull/6806 **Full Changelog**: https://github.com/pydantic/pydantic-ai/compare/v2.20.0...v2.21.0