Hi Jim,
The plugin settings override what is set in the config.php file on disk, so you're likely on gpt-5.2. There isn't a lot of difference for DAM use except it costs an awful lot more.
I think you might have misunderstood the message though because the changes are just for ChatGPT - "In the API, there are no changes at this time" so there's no need to move right now.
We have been experimenting with Ollama and Google Gemma 3 (both open source) running on a local PC with a decent GPU and it works extremely well, so we'll be setting up a production server that does the same. It's almost a drop-in replacement but the image part of the API is slightly different so we're adding an Ollama compatibility mode. It was just a few lines that needed changing. So we will be moving away from OpenAI ourselves. We will have to run servers with GPUs in our data centre - not cheap! - but we will have fixed costs and no external data transfer or dependency which will be great.
It's quite impressive how even the smaller Gemma 3 models are a match for GPT-4o.
Dan