"The specified base model does not support fine-tuning." - Unable to finetune any model

Apparently only few models can be fine tuned according to the documentation (see image at end). I have tried all the below by the command.

openai api fine_tunes.create -t fine_tune_prepared.jsonl -m ada

I get the below error

←[91mError:←[0m The specified base model does not support fine-tuning. (HTTP status code: 400)

I have even tried the models that are not supported (text-davinci-003) just for fun and same result

Can somebody help me please?