Let's say I have a non-linear model model of the form
$$\mathbf{y}(\mathbf{x})=a\cdot e^{b\cdot\mathbf{x}}$$
There are 2 parameters to fit ($a$ and $b$). In a reference book (Burnham, ed. 2002, ISBN: 0-387-95364-7, p. 61 ), it is written "K = the number of estimable parameters". According to this, it should be $k$=2, no? Other references that I found seem to say otherwise: "K: The number of parameters in the model. The default K is 2, so a model with one parameter will have a K of 2 + 1 = 3" (https://www.scribbr.com/statistics/akaike-information-criterion/)
In our case, which one is correct? $k$=2, $k$=2+1, $k$=2+2? If the right answer is $k$=2+1 or $k$=2+2, what does those additional constant 1 or 2 represent?
(and additionaly $\mathbf{n}$ is the length of vector $\mathbf{x}$ (or $\mathbf{y}$) correct?).
I am aware of this question which deals with linear models