Are there examples of algebras over a field with elements having multiple inverses?
Yes. Consider $S=\{e,a,b\}$ with the following multiplication table
$$
\begin{array}{c|c|c|c}
& e
& a
& b \\\hline
e
& e
& a
& b \\\hline
a
& a
& e
& e \\\hline
b
& b
& e
& e \\
\end{array}$$
which is nonassociative with unity and with multiple inverses.
Now let $F$ be any field and consider $F[S]$ which is a vector space over $F$ with $S$ as a basis. The multiplication on $F[S]$ is induced linearly from the multipication on $S$, i.e.
$$\bigg(\sum_{i=1}^n \lambda_i s_i\bigg)\cdot \bigg(\sum_{i=1}^n\tau_i s_i\bigg):=\sum_{i,j=1}^n\lambda_i\tau_j s_is_j$$
This makes it a unital, nonassociative algebra over $F$, but $a$ has at least two inverses: itself and $b$.