Update Azure o3 pricing to match OpenAI pricing ($2/$8 per 1M tokens) (#11937)

* Initial plan for issue

* Update Azure o3 pricing to match OpenAI pricing ($2/$8 per 1M tokens)

Co-authored-by: ervwalter <768790+ervwalter@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ervwalter <768790+ervwalter@users.noreply.github.com>
This commit is contained in:
Erv Walter 2025-06-21 01:17:46 -05:00 committed by GitHub
parent 1e6d43e761
commit aaa41d1e24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -2160,9 +2160,9 @@
"max_tokens": 100000,
"max_input_tokens": 200000,
"max_output_tokens": 100000,
"input_cost_per_token": 1e-05,
"output_cost_per_token": 4e-05,
"cache_read_input_token_cost": 2.5e-06,
"input_cost_per_token": 2e-06,
"output_cost_per_token": 8e-06,
"cache_read_input_token_cost": 5e-07,
"litellm_provider": "azure",
"mode": "chat",
"supported_endpoints": [

View file

@ -2160,9 +2160,9 @@
"max_tokens": 100000,
"max_input_tokens": 200000,
"max_output_tokens": 100000,
"input_cost_per_token": 1e-05,
"output_cost_per_token": 4e-05,
"cache_read_input_token_cost": 2.5e-06,
"input_cost_per_token": 2e-06,
"output_cost_per_token": 8e-06,
"cache_read_input_token_cost": 5e-07,
"litellm_provider": "azure",
"mode": "chat",
"supported_endpoints": [