Skip to content

Commit

Permalink
update dalle pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
fegloff committed Jan 10, 2024
1 parent 8b70ba0 commit bb8833f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/open-ai/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,22 @@ export const ChatGPTModels: Record<string, ChatModel> = {
export const DalleGPTModels: Record<string, DalleGPTModel> = {
'1024x1792': {
size: '1024x1792',
price: 0.02
price: 0.10
},
'1792x1024': {
size: '1792x1024',
price: 0.02
price: 0.10
},
'1024x1024': {
size: '1024x1024',
price: 0.02
price: 0.10
},
'512x512': {
size: '512x512',
price: 0.018
price: 0.10
},
'256x256': {
size: '256x256',
price: 0.016
price: 0.10
}
}

0 comments on commit bb8833f

Please sign in to comment.