mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix supports_web_search
This commit is contained in:
parent
69c9a782b2
commit
cae75fe46b
2 changed files with 4 additions and 28 deletions
|
@ -105,13 +105,7 @@
|
|||
"supports_vision": true,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_system_messages": 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
|
||||
}
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"gpt-4.5-preview": {
|
||||
"max_tokens": 16384,
|
||||
|
@ -236,13 +230,7 @@
|
|||
"supports_vision": true,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_system_messages": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_web_search": true,
|
||||
"search_context_cost_per_query": {
|
||||
"search_context_size_low": 0.025,
|
||||
"search_context_size_medium": 0.0275,
|
||||
"search_context_size_high": 0.030
|
||||
}
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"gpt-4o-mini-search-preview": {
|
||||
"max_tokens": 16384,
|
||||
|
|
|
@ -105,13 +105,7 @@
|
|||
"supports_vision": true,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_system_messages": 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
|
||||
}
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"gpt-4.5-preview": {
|
||||
"max_tokens": 16384,
|
||||
|
@ -236,13 +230,7 @@
|
|||
"supports_vision": true,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_system_messages": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_web_search": true,
|
||||
"search_context_cost_per_query": {
|
||||
"search_context_size_low": 0.025,
|
||||
"search_context_size_medium": 0.0275,
|
||||
"search_context_size_high": 0.030
|
||||
}
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"gpt-4o-mini-search-preview": {
|
||||
"max_tokens": 16384,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue