How to setup Jupyter AI with gpt-4o-mini

I am using Jupyter AI with Jupyter notebook and unable to setup the newer openai-chat:gpt-4o-mini in the OpenAI model .
There is no option for gpt-4o-mini in OpenAI models in the chat interface settings panel to choose the OpenAI language model.
The command line jupyter notebook --AiExtension.model_parameters openai-chat:gpt-4o-mini didnt help.

the setting it programmatically by

from jupyter_ai import AiExtension

extension = AiExtension()
extension.model_parameters = {
“openai-chat:gpt-4o-mini”: {
“max_tokens”: 4095
}
}

seems doesnt overwrite the settings in the chat interface: