Creates a new comparison request for A/B evaluations by persisting an `OrcaRequest` with the user's prompt and returning its identifier.
POST/studio/compare_createid
- Requires an authenticated user.
- Persists the
OrcaRequestwith statusInProgressimmediately, even if no tasks exist yet, so downstream streaming tasks can reference the request id.
Request
Responses
- 200
- 401
- 403
OK
Unauthorized - missing or invalid credentials.
Forbidden - authenticated but missing required role or policy.