mirror of
https://github.com/father-bot/chatgpt_telegram_bot.git
synced 2026-08-03 13:27:16 +03:00
Replace dalle-3 with gpt-image-1 in models.yml
Swap the image model entry to gpt-image-1 ($0.042 per 1024x1024 medium-quality image) so /balance reflects the new model.
This commit is contained in:
+2
-2
@@ -115,9 +115,9 @@ info:
|
||||
Fast: 5
|
||||
Cheap: 4
|
||||
|
||||
dalle-3:
|
||||
gpt-image-1:
|
||||
type: image
|
||||
price_per_1_image: 0.04 # 1024x1024 standard quality
|
||||
price_per_1_image: 0.042 # 1024x1024, medium quality
|
||||
|
||||
whisper:
|
||||
type: audio
|
||||
|
||||
Reference in New Issue
Block a user