fix(ai): update generated model catalogue

This commit is contained in:
Mario Zechner
2026-06-30 22:12:48 +02:00
parent fd6659dd5d
commit 5c1a2977bc
12 changed files with 215 additions and 82 deletions
+1
View File
@@ -12,6 +12,7 @@
### Fixed
- Fixed Claude Sonnet 5 metadata to use adaptive thinking payloads for Anthropic-compatible and Bedrock requests.
- Fixed generated Xiaomi MiMo model pricing to match current pay-as-you-go pricing from models.dev ([#6138](https://github.com/earendil-works/pi/issues/6138)).
- Fixed `streamSimple()` to send a context-aware max-token cap so providers that count input and output against one context window do not reject long requests ([#5595](https://github.com/earendil-works/pi/issues/5595)).
- Fixed OpenAI Responses streams to preserve reasoning replay state when output items finish out of order ([#6009](https://github.com/earendil-works/pi/issues/6009)).