I'm trying to come up with an exponential function that starts at zero, rises quickly (in $y$) between $x = 0$ and $x = 100$ and then slowly levels off as $x$ continues into infinity.
Something that looks like....

I'm trying to come up with an exponential function that starts at zero, rises quickly (in $y$) between $x = 0$ and $x = 100$ and then slowly levels off as $x$ continues into infinity.
Something that looks like....

Try
$$ y=\mu \frac{1}{e^{-\alpha x} + \epsilon}+\beta$$
Adjust $\alpha$, $\beta$ $\mu$ and $\epsilon$ to meet your needs.
Note: