mirror of
https://github.com/father-bot/chatgpt_telegram_bot.git
synced 2026-08-03 13:27:16 +03:00
Update gpt-4o pricing to current rates
gpt-4o was priced at its launch rate (0.005/0.015). OpenAI later cut it to $2.50 / $10 per 1M tokens; update to 0.0025/0.01 so /balance reflects current cost.
This commit is contained in:
+2
-2
@@ -33,8 +33,8 @@ info:
|
||||
name: GPT-4o
|
||||
description: GPT-4o is a special variant of GPT-4 designed for optimal performance and accuracy. Suitable for complex and detailed tasks.
|
||||
|
||||
price_per_1000_input_tokens: 0.005
|
||||
price_per_1000_output_tokens: 0.015
|
||||
price_per_1000_input_tokens: 0.0025
|
||||
price_per_1000_output_tokens: 0.01
|
||||
|
||||
scores:
|
||||
Smart: 5
|
||||
|
||||
Reference in New Issue
Block a user