Skip to content

Commit 379183d

Browse files
Add Claude 4.5 Opus
1 parent 1477efa commit 379183d

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
rank: 27
3+
related_guides:
4+
- box-ai/ai-tutorials/ask-questions
5+
- box-ai/ai-tutorials/generate-text
6+
- box-ai/ai-tutorials/extract-metadata
7+
- box-ai/ai-tutorials/extract-metadata-structured
8+
- box-ai/ai-agents/get-agent-default-config
9+
---
10+
# AWS Claude Opus 4.5
11+
12+
The **AWS Claude Opus 4.5** model is designed for developers building sophisticated AI agents that can reason, plan, and execute complex tasks with minimal oversight.
13+
14+
## Model details
15+
16+
| Item | Value | Description |
17+
| ----- | ----- | ----------- |
18+
| Model name | **AWS Claude Opus 4.5** | The name of the model. |
19+
| Model category | **Premium** | The category of the model: Standard or Premium. |
20+
| API model name |`aws__claude_4_5_opus`| The name of the model that is used in the [Box AI API for model overrides][overrides]. The user must provide this exact name for the API to work. |
21+
| Hosting layer | **Amazon Web Services (AWS)** | The trusted organization that securely hosts LLM. |
22+
| Model provider | **Anthropic** | The organization that provides this model. |
23+
| Release date | **November 24th, 2025** | The release date for the model. |
24+
| Knowledge cutoff date | **March 2025** | The date after which the model does not get any information updates. |
25+
| Input context window | **200k tokens** | The number of tokens supported by the input context window. |
26+
| Maximum output tokens | **64k tokens** | The number of tokens that can be generated by the model in a single request.|
27+
| Empirical throughput| **Not specified** | The number of tokens the model can generate per second. |
28+
| Open source | **No** | Specifies if the model's code is available for public use.|
29+
30+
## Additional documentation
31+
32+
For additional information, see [official AWS Claude Opus 4.5 documentation][aws-claude].
33+
34+
[aws-claude]: https://aws.amazon.com/bedrock/anthropic/
35+
[overrides]: g://box-ai/ai-agents/ai-agent-overrides

content/guides/box-ai/ai-models/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,16 @@ Box AI is powered by the following AI models. These models are integrated with B
200200
<strong style="background-color: #e1f8ff">ISMAP</strong>
201201
</div>
202202
</Tile>
203+
<Tile type="model" title="aws__claude_4_5_opus" href="/guides/box-ai/ai-models/aws-claude-4-5-opus-model-card">
204+
A premium model combining maximum intelligence with practical performance.
205+
<div>
206+
<strong style="background-color: #e8e8e8">Chat</strong>
207+
<strong style="background-color: #e1ffe7">Available</strong>
208+
<strong style="background-color: #f8d59b">Premium</strong>
209+
<strong style="background-color: #e1f8ff">FedRAMP Moderate</strong>
210+
<strong style="background-color: #e1f8ff">ISMAP</strong>
211+
</div>
212+
</Tile>
203213
<Tile type="model" title="aws__claude_4_5_sonnet" href="/guides/box-ai/ai-models/aws-claude-4-5-sonnet-model-card">
204214
A model that excels at complex agents, coding, and autonomous multi-step workflows.
205215
<div>

0 commit comments

Comments
 (0)