Skip to content

Commit c562071

Browse files
committed
Update models and pricing based on reviewer feedback - Add latest OpenAI models, remove obsolete ones, update pricing structure
1 parent 0474eb6 commit c562071

File tree

3 files changed

+235
-116
lines changed

3 files changed

+235
-116
lines changed

extensions/chatgpt-quick-actions/CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# ChatGPT Quick Actions Changelog
22

3-
## [Add latest OpenAI models] - {PR_MERGE_DATE}
4-
5-
- Add support for new OpenAI reasoning models: `o1-preview`, `o1-mini`, and `o3-mini`
6-
- Update pricing estimates for the new models
7-
- Models are now available in all command preferences and global preferences
3+
## [Update to latest OpenAI models and pricing] - {PR_MERGE_DATE}
4+
5+
- Add support for latest OpenAI models: `gpt-4.1`, `gpt-4.1-mini`, `gpt-4.1-nano`, `o1`, `o1-mini`, `o1-pro`, `o3`, `o3-mini`, `o4-mini`
6+
- Remove obsolete models: `gpt-3.5-turbo`, `gpt-4`, `gpt-4-turbo`, `o1-preview`
7+
- Update pricing calculations to use the latest OpenAI pricing structure (per 1M tokens)
8+
- Update all model pricing to reflect current OpenAI API rates
9+
- Rename pricing function parameters to `input_token` and `output_token` for consistency with OpenAI docs
10+
- All models are available in both global preferences and individual command preferences
811

912
## [Add Transform and Transform Preview commands] - 2024-09-18
1013

0 commit comments

Comments
 (0)