fix(analytics): DATA-13528 Upgrade BigAI Copywriter model#78
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
solofeed
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira: DATA-13528
What/Why?
Upgrade BigAI Copywriter model from
gemini-2.0-flashtogemini-2.5-flash-litebecause it's been retired on June 1st.Google recommends upgrade to
gemini-3.1-flash-litealthough a Claude analysis recommends bettergemini-2.5-flash-litebased on:- gemini-2.0-flash (retired): $0.15 input / $0.60 output
- gemini-2.5-flash-lite: $0.10 input / $0.40 output (about 33% cheaper on both input and output)
- gemini-3.1-flash-lite: $0.25 input / $1.50 output (more expensive than the retired model: +67% input, +150% output)
Rollout/Rollback
Revert.
Testing
@bigcommerce/team-data