-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
Description
Breaking changes
- POST /v1/images/generations
- quality: Parameter is now validated as an enum of "low", "medium", or "high" (or null). Previously it accepted any string and was marked "not supported". Requests using other values may now be rejected, and the parameter now influences output quality.
New features
- POST /v1/images/edits
- Added optional quality parameter to control output image quality. Accepted values: "low", "medium", "high" (or null).
Fixes
- POST /v1/images/generations
- Removed redundant top-level request schema description.
https://github.com/gr2m/ai-provider-monitor/releases/tag/xai%4015.0.0