mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix(model_prices): set prompt_cache_min_tokens for openrouter claude-opus-5
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
605423c80a
commit
b0d675ee09
2 changed files with 2 additions and 0 deletions
|
|
@ -32271,6 +32271,7 @@
|
|||
"supports_xhigh_reasoning_effort": true
|
||||
},
|
||||
"openrouter/anthropic/claude-opus-5": {
|
||||
"prompt_cache_min_tokens": 512,
|
||||
"supports_adaptive_thinking": true,
|
||||
"cache_creation_input_token_cost": 6.25e-06,
|
||||
"cache_read_input_token_cost": 5e-07,
|
||||
|
|
|
|||
|
|
@ -32271,6 +32271,7 @@
|
|||
"supports_xhigh_reasoning_effort": true
|
||||
},
|
||||
"openrouter/anthropic/claude-opus-5": {
|
||||
"prompt_cache_min_tokens": 512,
|
||||
"supports_adaptive_thinking": true,
|
||||
"cache_creation_input_token_cost": 6.25e-06,
|
||||
"cache_read_input_token_cost": 5e-07,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue