Skip to content

Commit a807fe4

Browse files
aunt-bitsyChesars
andauthored
add claude opus 4.5 (#17043)
* add claude opus 4.5 * Apply suggestion from @Chesars Co-authored-by: Cesar Garcia <[email protected]> --------- Co-authored-by: Cesar Garcia <[email protected]>
1 parent 62b84d6 commit a807fe4

File tree

2 files changed

+82
-1
lines changed

2 files changed

+82
-1
lines changed

docs/my-website/docs/providers/anthropic.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import TabItem from '@theme/TabItem';
55
LiteLLM supports all anthropic models.
66

77
- `claude-sonnet-4-5-20250929`
8+
- `claude-opus-4-5-20251101`
89
- `claude-opus-4-1-20250805`
910
- `claude-4` (`claude-opus-4-20250514`, `claude-sonnet-4-20250514`)
1011
- `claude-3.7` (`claude-3-7-sonnet-20250219`)
@@ -60,7 +61,8 @@ LiteLLM supports Anthropic's [structured outputs feature](https://platform.claud
6061
### Supported Models
6162
- `sonnet-4-5` or `sonnet-4.5` (all Sonnet 4.5 variants)
6263
- `opus-4-1` or `opus-4.1` (all Opus 4.1 variants)
63-
64+
- `opus-4-5` or `opus-4.5` (all Opus 4.5 variants)
65+
6466
### Example Usage
6567

6668
<Tabs>

model_prices_and_context_window.json

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,32 @@
678678
"supports_vision": true,
679679
"tool_use_system_prompt_tokens": 159
680680
},
681+
"anthropic.claude-opus-4-5-20251101-v1:0": {
682+
"cache_creation_input_token_cost": 6.25e-06,
683+
"cache_read_input_token_cost": 5e-07,
684+
"input_cost_per_token": 5e-06,
685+
"litellm_provider": "bedrock_converse",
686+
"max_input_tokens": 200000,
687+
"max_output_tokens": 64000,
688+
"max_tokens": 64000,
689+
"mode": "chat",
690+
"output_cost_per_token": 2.5e-05,
691+
"search_context_cost_per_query": {
692+
"search_context_size_high": 0.01,
693+
"search_context_size_low": 0.01,
694+
"search_context_size_medium": 0.01
695+
},
696+
"supports_assistant_prefill": true,
697+
"supports_computer_use": true,
698+
"supports_function_calling": true,
699+
"supports_pdf_input": true,
700+
"supports_prompt_caching": true,
701+
"supports_reasoning": true,
702+
"supports_response_schema": true,
703+
"supports_tool_choice": true,
704+
"supports_vision": true,
705+
"tool_use_system_prompt_tokens": 159
706+
},
681707
"anthropic.claude-sonnet-4-20250514-v1:0": {
682708
"cache_creation_input_token_cost": 3.75e-06,
683709
"cache_read_input_token_cost": 3e-07,
@@ -6604,6 +6630,33 @@
66046630
"supports_vision": true,
66056631
"tool_use_system_prompt_tokens": 159
66066632
},
6633+
"claude-opus-4-5-20251101": {
6634+
"cache_creation_input_token_cost": 6.25e-06,
6635+
"cache_creation_input_token_cost_above_1hr": 1e-05,
6636+
"cache_read_input_token_cost": 5e-07,
6637+
"input_cost_per_token": 5e-06,
6638+
"litellm_provider": "anthropic",
6639+
"max_input_tokens": 200000,
6640+
"max_output_tokens": 64000,
6641+
"max_tokens": 64000,
6642+
"mode": "chat",
6643+
"output_cost_per_token": 2.5e-05,
6644+
"search_context_cost_per_query": {
6645+
"search_context_size_high": 0.01,
6646+
"search_context_size_low": 0.01,
6647+
"search_context_size_medium": 0.01
6648+
},
6649+
"supports_assistant_prefill": true,
6650+
"supports_computer_use": true,
6651+
"supports_function_calling": true,
6652+
"supports_pdf_input": true,
6653+
"supports_prompt_caching": true,
6654+
"supports_reasoning": true,
6655+
"supports_response_schema": true,
6656+
"supports_tool_choice": true,
6657+
"supports_vision": true,
6658+
"tool_use_system_prompt_tokens": 159
6659+
},
66076660
"claude-sonnet-4-20250514": {
66086661
"deprecation_date": "2026-05-14",
66096662
"cache_creation_input_token_cost": 3.75e-06,
@@ -23125,6 +23178,32 @@
2312523178
"supports_vision": true,
2312623179
"tool_use_system_prompt_tokens": 159
2312723180
},
23181+
"us.anthropic.claude-opus-4-5-20251101-v1:0": {
23182+
"cache_creation_input_token_cost": 6.25e-06,
23183+
"cache_read_input_token_cost": 5e-07,
23184+
"input_cost_per_token": 5e-06,
23185+
"litellm_provider": "bedrock_converse",
23186+
"max_input_tokens": 200000,
23187+
"max_output_tokens": 64000,
23188+
"max_tokens": 64000,
23189+
"mode": "chat",
23190+
"output_cost_per_token": 2.5e-05,
23191+
"search_context_cost_per_query": {
23192+
"search_context_size_high": 0.01,
23193+
"search_context_size_low": 0.01,
23194+
"search_context_size_medium": 0.01
23195+
},
23196+
"supports_assistant_prefill": true,
23197+
"supports_computer_use": true,
23198+
"supports_function_calling": true,
23199+
"supports_pdf_input": true,
23200+
"supports_prompt_caching": true,
23201+
"supports_reasoning": true,
23202+
"supports_response_schema": true,
23203+
"supports_tool_choice": true,
23204+
"supports_vision": true,
23205+
"tool_use_system_prompt_tokens": 159
23206+
},
2312823207
"us.anthropic.claude-sonnet-4-20250514-v1:0": {
2312923208
"cache_creation_input_token_cost": 3.75e-06,
2313023209
"cache_read_input_token_cost": 3e-07,

0 commit comments

Comments
 (0)