mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
fix(model_prices): add claude-mythos-5 deprecation date from Anthropic's model deprecations page
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
aa0ffee00f
commit
f5c35034ca
2 changed files with 2 additions and 0 deletions
|
|
@ -60115,6 +60115,7 @@
|
|||
"supports_audio_output": true
|
||||
},
|
||||
"claude-mythos-5": {
|
||||
"deprecation_date": "2027-06-09",
|
||||
"cache_creation_input_token_cost": 1.25e-05,
|
||||
"cache_creation_input_token_cost_above_1hr": 2e-05,
|
||||
"cache_read_input_token_cost": 1e-06,
|
||||
|
|
|
|||
|
|
@ -60115,6 +60115,7 @@
|
|||
"supports_audio_output": true
|
||||
},
|
||||
"claude-mythos-5": {
|
||||
"deprecation_date": "2027-06-09",
|
||||
"cache_creation_input_token_cost": 1.25e-05,
|
||||
"cache_creation_input_token_cost_above_1hr": 2e-05,
|
||||
"cache_read_input_token_cost": 1e-06,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue