fix(ai): regenerate model catalog

Includes updated Xiaomi MiMo pricing from models.dev. Closes #6138
This commit is contained in:
Vegard Stikbakke
2026-06-30 08:33:18 +02:00
parent 927e98068c
commit 3d6acb37b9
17 changed files with 218 additions and 179 deletions
+1
View File
@@ -12,6 +12,7 @@
### Fixed
- 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)).
- Fixed retry classification for provider errors that explicitly tell callers to retry the request ([#6019](https://github.com/earendil-works/pi/issues/6019)).