I have the following list of points :
I'm trying to find the best regression model to fit these points.
The logistic regression is not close enough to the points :
I guess I need something closer to a spline, but I don't know how to compute a regression model based on a spline, all I can find are interpolation models.
Also, I would like to be able to compute the derivative of the regression. With a spline interpolation, I don't know how to compute the derivative over x so that it appears as a function of one-variable.
For context, this is in order to build a tool for acid-base titration for chemistry.
Thanks !


Fitting of an equation model made of a linear equation and a logistic equation ( blue curve) :
Without data provided on numerical form the points (in red) were obtained by scanning the pixels of the figure joint to the OP question. This is not accurate. Thus the above results are only rough approximates.
IN ADDITION
A variant for $y$ tending to constant for large $x$.