mirror of
https://github.com/father-bot/chatgpt_telegram_bot.git
synced 2026-08-03 13:27:16 +03:00
Replace dalle-2 with dall-e-3 pricing in models.yml
Update the image model entry to dalle-3 at $0.04 per 1024x1024 image so /balance reflects DALL-E 3 costs.
This commit is contained in:
+2
-2
@@ -115,9 +115,9 @@ info:
|
||||
Fast: 5
|
||||
Cheap: 4
|
||||
|
||||
dalle-2:
|
||||
dalle-3:
|
||||
type: image
|
||||
price_per_1_image: 0.018 # 512x512
|
||||
price_per_1_image: 0.04 # 1024x1024 standard quality
|
||||
|
||||
whisper:
|
||||
type: audio
|
||||
|
||||
Reference in New Issue
Block a user