Skip to content

Commit 16185f9

Browse files
Merge branch 'DDOC-1474-Add-Claude-Opus-4-5' of github.com:box/developer.box.com into staging
2 parents b56f66a + 37666f1 commit 16185f9

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 perform 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
@@ -229,6 +229,16 @@ Box AI is powered by the following AI models. These models are integrated with B
229229
<strong style="background-color: #e1f8ff">ISMAP</strong>
230230
</div>
231231
</Tile>
232+
<Tile type="model" title="aws__claude_4_5_opus" href="/guides/box-ai/ai-models/aws-claude-4-5-opus-model-card">
233+
A premium model combining maximum intelligence with practical performance.
234+
<div>
235+
<strong style="background-color: #e8e8e8">Chat</strong>
236+
<strong style="background-color: #e1ffe7">Available</strong>
237+
<strong style="background-color: #f8d59b">Premium</strong>
238+
<strong style="background-color: #e1f8ff">FedRAMP Moderate</strong>
239+
<strong style="background-color: #e1f8ff">ISMAP</strong>
240+
</div>
241+
</Tile>
232242
<Tile type="model" title="aws__claude_4_5_sonnet" href="/guides/box-ai/ai-models/aws-claude-4-5-sonnet-model-card">
233243
A model that excels at complex agents, coding, and autonomous multi-step workflows.
234244
<div>

0 commit comments

Comments
 (0)