Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions content/guides/box-ai/ai-models/aws-claude-4-5-opus-model-card.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
rank: 27
related_guides:
- box-ai/ai-tutorials/ask-questions
- box-ai/ai-tutorials/generate-text
- box-ai/ai-tutorials/extract-metadata
- box-ai/ai-tutorials/extract-metadata-structured
- box-ai/ai-agents/get-agent-default-config
---
# AWS Claude Opus 4.5

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.

## Model details

| Item | Value | Description |
| ----- | ----- | ----------- |
| Model name | **AWS Claude Opus 4.5** | The name of the model. |
| Model category | **Premium** | The category of the model: Standard or Premium. |
| 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. |
| Hosting layer | **Amazon Web Services (AWS)** | The trusted organization that securely hosts LLM. |
| Model provider | **Anthropic** | The organization that provides this model. |
| Release date | **November 24th, 2025** | The release date for the model. |
| Knowledge cutoff date | **March 2025** | The date after which the model does not get any information updates. |
| Input context window | **200k tokens** | The number of tokens supported by the input context window. |
| Maximum output tokens | **64k tokens** | The number of tokens that can be generated by the model in a single request.|
| Empirical throughput| **Not specified** | The number of tokens the model can generate per second. |
| Open source | **No** | Specifies if the model's code is available for public use.|

## Additional documentation

For additional information, see [official AWS Claude Opus 4.5 documentation][aws-claude].

[aws-claude]: https://aws.amazon.com/bedrock/anthropic/
[overrides]: g://box-ai/ai-agents/ai-agent-overrides
12 changes: 11 additions & 1 deletion content/guides/box-ai/ai-models/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Box AI is powered by the following AI models. These models are integrated with B
<strong style="background-color: #e1f8ff">ISMAP</strong>
</div>
</Tile>
<Tile type="gpt" title="azure__openai__gpt_4_1_mini" href="/guides/box-ai/ai-models/azure-openai-gpt-4-1-mini-model-card">
<Tile type="gpt" title="azure__openai__gpt_4_1_mini" href="/guides/box-ai/ai-models/azure-openai-gpt-4-1-mini-model-card">
A multimodal model designed to handle lightweight tasks.
<div>
<strong style="background-color: #e8e8e8">Chat</strong>
Expand Down Expand Up @@ -200,6 +200,16 @@ Box AI is powered by the following AI models. These models are integrated with B
<strong style="background-color: #e1f8ff">ISMAP</strong>
</div>
</Tile>
<Tile type="model" title="aws__claude_4_5_opus" href="/guides/box-ai/ai-models/aws-claude-4-5-opus-model-card">
A premium model combining maximum intelligence with practical performance.
<div>
<strong style="background-color: #e8e8e8">Chat</strong>
<strong style="background-color: #e1ffe7">Available</strong>
<strong style="background-color: #f8d59b">Premium</strong>
<strong style="background-color: #e1f8ff">FedRAMP Moderate</strong>
<strong style="background-color: #e1f8ff">ISMAP</strong>
</div>
</Tile>
<Tile type="model" title="aws__claude_4_5_sonnet" href="/guides/box-ai/ai-models/aws-claude-4-5-sonnet-model-card">
A model that excels at complex agents, coding, and autonomous multi-step workflows.
<div>
Expand Down
Loading