mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
add gpt-4o-2024-08-06 pricing for web tools
This commit is contained in:
parent
cdd6002b89
commit
d3cad97ebb
2 changed files with 14 additions and 2 deletions
|
|
@ -548,7 +548,13 @@
|
|||
"supports_vision": true,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_system_messages": true,
|
||||
"supports_tool_choice": true
|
||||
"supports_tool_choice": true,
|
||||
"supports_web_search": true,
|
||||
"search_context_cost_per_query": {
|
||||
"search_context_size_low": 0.030,
|
||||
"search_context_size_medium": 0.035,
|
||||
"search_context_size_high": 0.050
|
||||
}
|
||||
},
|
||||
"gpt-4o-2024-11-20": {
|
||||
"max_tokens": 16384,
|
||||
|
|
|
|||
|
|
@ -548,7 +548,13 @@
|
|||
"supports_vision": true,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_system_messages": true,
|
||||
"supports_tool_choice": true
|
||||
"supports_tool_choice": true,
|
||||
"supports_web_search": true,
|
||||
"search_context_cost_per_query": {
|
||||
"search_context_size_low": 0.030,
|
||||
"search_context_size_medium": 0.035,
|
||||
"search_context_size_high": 0.050
|
||||
}
|
||||
},
|
||||
"gpt-4o-2024-11-20": {
|
||||
"max_tokens": 16384,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue