Skip to content
167 changes: 164 additions & 3 deletions pricing/azure-openai.json
Original file line number Diff line number Diff line change
Expand Up @@ -2483,11 +2483,172 @@
"gpt-image-1": {
"pricing_config": {
"pay_as_you_go": {
"request_token": {
"price": 0.0005
"image": {
"default": {
"default": {
"price": 16.7
},
"1024x1024": {
"price": 16.7
},
"1024x1536": {
"price": 25
},
"1536x1024": {
"price": 25
}
},
"high": {
"default": {
"price": 16.7
},
"1024x1024": {
"price": 16.7
},
"1024x1536": {
"price": 25
},
"1536x1024": {
"price": 25
}
},
"medium": {
"default": {
"price": 4.2
},
"1024x1024": {
"price": 4.2
},
"1024x1536": {
"price": 6.3
},
"1536x1024": {
"price": 6.3
}
},
"low": {
"default": {
"price": 1.1
},
"1024x1024": {
"price": 1.1
},
"1024x1536": {
"price": 1.6
},
"1536x1024": {
"price": 1.6
}
}
},
"response_token": {
"request_image_token": {
"price": 0.001
},
"response_image_token": {
"price": 0.004
},
"request_text_token": {
"price": 0.0005
},
"cached_image_input_token": {
"price": 0.00025
},
"cache_read_image_input_token": {
"price": 0.00025
},
"cached_text_input_token": {
"price": 0.000125
},
"cache_read_text_input_token": {
"price": 0.000125
}
}
}
},
"gpt-image-1.5": {
"pricing_config": {
"pay_as_you_go": {
"image": {
"default": {
"default": {
"price": 13.3
},
"1024x1024": {
"price": 13.3
},
"1024x1536": {
"price": 20
},
"1536x1024": {
"price": 20
}
},
"high": {
"default": {
"price": 13.3
},
"1024x1024": {
"price": 13.3
},
"1024x1536": {
"price": 20
},
"1536x1024": {
"price": 20
}
},
"medium": {
"default": {
"price": 3.4
},
"1024x1024": {
"price": 3.4
},
"1024x1536": {
"price": 5
},
"1536x1024": {
"price": 5
}
},
"low": {
"default": {
"price": 0.9
},
"1024x1024": {
"price": 0.9
},
"1024x1536": {
"price": 1.3
},
"1536x1024": {
"price": 1.3
}
}
},
"request_image_token": {
"price": 0.0008
},
"response_image_token": {
"price": 0.0032
},
"request_text_token": {
"price": 0.0005
},
"response_text_token": {
"price": 0.001
},
"cached_image_input_token": {
"price": 0.0002
},
"cache_read_image_input_token": {
"price": 0.0002
},
"cached_text_input_token": {
"price": 0.000125
},
"cache_read_text_input_token": {
"price": 0.000125
}
}
}
Expand Down
18 changes: 18 additions & 0 deletions pricing/openai.json
Original file line number Diff line number Diff line change
Expand Up @@ -2842,8 +2842,14 @@
"cached_image_input_token": {
"price": 0.00025
},
"cache_read_image_input_token": {
"price": 0.00025
},
"cached_text_input_token": {
"price": 0.000125
},
"cache_read_text_input_token": {
"price": 0.000125
}
}
}
Expand Down Expand Up @@ -3326,8 +3332,14 @@
"cached_image_input_token": {
"price": 0.0002
},
"cache_read_image_input_token": {
"price": 0.0002
},
"cached_text_input_token": {
"price": 0.000125
},
"cache_read_text_input_token": {
"price": 0.000125
}
}
}
Expand Down Expand Up @@ -3408,8 +3420,14 @@
"cached_image_input_token": {
"price": 0.0002
},
"cache_read_image_input_token": {
"price": 0.0002
},
"cached_text_input_token": {
"price": 0.000125
},
"cache_read_text_input_token": {
"price": 0.000125
}
}
}
Expand Down