forked from phoenix/litellm-mirror
build(model_prices_and_context_window.json): Fixes https://github.com/BerriAI/litellm/issues/5113
This commit is contained in:
parent
ee8d2f25b9
commit
5d664c0441
2 changed files with 4 additions and 4 deletions
|
@ -70,9 +70,9 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"gpt-4o-2024-08-06": {
|
||||
"max_tokens": 4096,
|
||||
"max_tokens": 16384,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 4096,
|
||||
"max_output_tokens": 16384,
|
||||
"input_cost_per_token": 0.0000025,
|
||||
"output_cost_per_token": 0.000010,
|
||||
"litellm_provider": "openai",
|
||||
|
|
|
@ -70,9 +70,9 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"gpt-4o-2024-08-06": {
|
||||
"max_tokens": 4096,
|
||||
"max_tokens": 16384,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 4096,
|
||||
"max_output_tokens": 16384,
|
||||
"input_cost_per_token": 0.0000025,
|
||||
"output_cost_per_token": 0.000010,
|
||||
"litellm_provider": "openai",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue