mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-09-03 08:55:40 +00:00
The settings effort dropdown is driven by a model's reasoning.efforts and falls back to [low, medium, high] when absent, so xhigh/max were never selectable for OpenAI-compatible models even though the backend accepts them. Declare the verified accepted levels: - glm-5.2: [high, max] (Z.AI: GLM-5.2 reasoning_effort accepts only high/max, so the default low/medium were also wrong for it) - gpt-5.4: [low, medium, high, xhigh] (OpenAI GPT-5.4/5.5 effort enum) Other openai/gpt-5.x entries still need per-model effort verification. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>