mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
search_context_cost_per_1k_calls
This commit is contained in:
parent
1bdb94a314
commit
d2e36d8bed
2 changed files with 10 additions and 0 deletions
|
|
@ -15,6 +15,11 @@
|
|||
"supports_prompt_caching": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_system_messages": true,
|
||||
"search_context_cost_per_1k_calls": {
|
||||
"low_context": 0.0000,
|
||||
"medium_context": 0.0000,
|
||||
"high_context": 0.0000
|
||||
},
|
||||
"deprecation_date": "date when the model becomes deprecated in the format YYYY-MM-DD"
|
||||
},
|
||||
"omni-moderation-latest": {
|
||||
|
|
|
|||
|
|
@ -15,6 +15,11 @@
|
|||
"supports_prompt_caching": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_system_messages": true,
|
||||
"search_context_cost_per_1k_calls": {
|
||||
"low_context": 0.0000,
|
||||
"medium_context": 0.0000,
|
||||
"high_context": 0.0000
|
||||
},
|
||||
"deprecation_date": "date when the model becomes deprecated in the format YYYY-MM-DD"
|
||||
},
|
||||
"omni-moderation-latest": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue