fix(ai): apply DeepSeek V4 reasoning compat

closes #3940
This commit is contained in:
Mario Zechner
2026-04-29 23:25:03 +02:00
parent 39146f3296
commit c1dd6082ee
3 changed files with 12 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
### Fixed
- Fixed generated OpenAI-compatible DeepSeek V4 models to carry the provider-specific reasoning effort mapping outside the direct DeepSeek provider ([#3940](https://github.com/badlogic/pi-mono/issues/3940)).
- Fixed DeepSeek V4 Flash and V4 Pro pricing metadata to match current official rates ([#3910](https://github.com/badlogic/pi-mono/issues/3910)).
- Fixed DeepSeek prompt cache hits to be tracked from `prompt_cache_hit_tokens` in OpenAI-compatible usage responses ([#3880](https://github.com/badlogic/pi-mono/issues/3880)).