Quasi-polynomial time, or QP for short, is a complexity class on deterministic Turing machine. Here is the precise definition:https://complexityzoo.uwaterloo.ca/Complexity_Zoo:Q#qp
While βP is a complexity class of limited nondeterminism. Here is the precise definition: https://complexityzoo.uwaterloo.ca/Complexity_Zoo:B#betap
It is easy to see that any machine of βP can be simulated by a machine of QP, namely, βP $\subseteq$ QP.
But do we have an example, a problem that is in QP but not in βP, even if we just have no precise proof that the problem is not in βP?