mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
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:
parent
1e6d43e761
commit
aaa41d1e24
2 changed files with 6 additions and 6 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue