🪙 feat: Update Token Values for gpt-4o-2024-08-06 and AWS Models (#3594)

* feat: gpt-4o-2024-08-06 pricing for tx

* feat: add AWS models to tokenValues in tx.js for pricing transactions

* feat: Update tokenValues in tx.js for AWS models pricing

* refactor: add bedrock prefix values as well (temporary until we update value keys which includes context)
This commit is contained in:
Danny Avila 2024-08-08 23:31:07 -04:00 committed by GitHub
parent 016ed866a3
commit e05a6d306d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 139 additions and 26 deletions

View file

@ -11,6 +11,7 @@ const openAIModels = {
'gpt-4-0125': 127990, // -10 from max
'gpt-4o': 127990, // -10 from max
'gpt-4o-mini': 127990, // -10 from max
'gpt-4o-2024-08-06': 127990, // -10 from max
'gpt-4-turbo': 127990, // -10 from max
'gpt-4-vision': 127990, // -10 from max
'gpt-3.5-turbo': 16375, // -10 from max