fix(ai): use OpenAI endpoint for Fireworks GLM-5.2

closes #5923
This commit is contained in:
Armin Ronacher
2026-06-20 21:31:31 +02:00
parent 5505316ea2
commit 500b568b04
3 changed files with 14 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
### Fixed
- Fixed Fireworks GLM-5.2 metadata to use the OpenAI-compatible Chat Completions endpoint with `reasoning_effort` support ([#5923](https://github.com/earendil-works/pi/issues/5923)).
- Fixed OpenRouter GLM-5.2 metadata to expose `xhigh` reasoning and send OpenRouter's native `xhigh` effort ([#5770](https://github.com/earendil-works/pi/issues/5770)).
- Fixed GitHub Copilot OAuth model availability to use the authenticated account's model picker catalog ([#5897](https://github.com/earendil-works/pi/issues/5897)).