Returns default image-generation provider/model for the current user along with the available provider/model groups for image services.
GET/studio/images
- Reads the authenticated user from the HTTP context and loads their saved selection for
ServiceType.Images. - Falls back to whatever defaults are contained within the selection store if none are set.
- Caller must be authenticated; this endpoint does not modify state.
Request
Responses
- 200
- 401
- 403
OK
Unauthorized - missing or invalid credentials.
Forbidden - authenticated but missing required role or policy.