Response Status
State of a ModelResponse or of a single ResponseItem, serialized as the raw value the API sends.
A closed enum would fail on any status the API adds later, so the value is wrapped instead: ResponseStatus("queued") stays readable.