Tuesday, August 25, 2026
1 change · saas-19.1
Enhancements to existing features
AI agents can now automatically move from older ChatGPT and Gemini models to the latest approved model based on their selected response style. This reduces disruption when providers retire models and gives users clearer visibility when an automatic or deprecated model choice is being replaced behind the scenes.
Original PR description
To ease the process of llm model deprecation, 2 new mappings are introduced: - A mapping from legacy model name (e.g. gpt-3.5-turbo) to a config (e.g. snappy and creative). - A mapping from the `config` the latest model (e.g. gpt-5.4-mini). - Deprecating an llm model is now as simple as changing the latest model value in the mapping from a config to a model. - The value of the latest model isn't selectable from the agent form view and so won't be stored in the DB. Thus, the mapping from legacy model name to config doesn't need to change. task-6004597 Forward-Port-Of: odoo/enterprise#126189