Update our preferred models - #913
Conversation
… and vision model
…ai_meta_description_result_temperature filter
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #913 +/- ##
=============================================
- Coverage 80.43% 80.41% -0.03%
Complexity 2565 2565
=============================================
Files 110 110
Lines 10448 10437 -11
=============================================
- Hits 8404 8393 -11
Misses 2044 2044
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
What?
Updates the preferred Anthropic text and vision model from
claude-sonnet-4-6toclaude-sonnet-5, the preferred Google text and vision model fromgemini-3-flash-previewtogemini-3.6-flashand the preferred OpenAI text and vision model fromgpt-5.4-minitogpt-5.6-lunaand removes the setting of custom temperature parameters.Why?
We want to ensure the default models we recommend are using the latest versions of models. In addition, the OpenAI GPT-5.5+ models don't support setting temperature values unless reasoning mode is turned off. There are a few different approaches we could take here:
For now I've gone with option 1 in this PR as I don't think setting temperature really provides any value but open to thoughts there.
How?
Updates our preferred models for Anthropic, Google and OpenAI to be the latest versions and removes anywhere we were using
using_temperatureon the prompt builderUse of AI Tools
None
Testing Instructions
One by one, configure Anthropic, Google and OpenAI and test all features to ensure they still work
Changelog Entry