Skip to content

Commit 6866163

Browse files
Add Claude 4.5 Haiku (#851)
* Add Claude 4.5 Haiku * Fix spacing * Fix Claude 4.5 family naming * Update content/guides/box-ai/ai-models/aws-claude-4-5-sonnet-model-card.md Co-authored-by: lszal <[email protected]> * Fix comments * Delete extra comma --------- Co-authored-by: lszal <[email protected]>
1 parent 5ae8de5 commit 6866163

File tree

3 files changed

+51
-7
lines changed

3 files changed

+51
-7
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
rank: 29
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 Haiku 4.5
11+
12+
The **AWS Claude Haiku 4.5** model is optimized for high-volume, low-latency applications. It provides strong coding performance with improved speed and cost efficiency compared to larger models.
13+
14+
## Model details
15+
16+
| Item | Value | Description |
17+
| ----- | ----- | ----------- |
18+
| Model name | **AWS Claude Haiku 4.5** | The name of the model. |
19+
| Model category | **Standard** | The category of the model: Standard or Premium. |
20+
| API model name |`aws__claude_4_5_haiku`| 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 | **October 15th, 2025** | The release date for the model. |
24+
| Knowledge cutoff date | **February 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 Haiku 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/aws-claude-4-5-sonnet-model-card.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
rank: 29
2+
rank: 28
33
related_guides:
44
- box-ai/ai-tutorials/ask-questions
55
- box-ai/ai-tutorials/generate-text
66
- box-ai/ai-tutorials/extract-metadata
77
- box-ai/ai-tutorials/extract-metadata-structured
88
- box-ai/ai-agents/get-agent-default-config
99
---
10-
# AWS Claude 4.5 Sonnet
10+
# AWS Claude Sonnet 4.5
1111

12-
**AWS Claude 4.5 Sonnet** model is a high-performance model designed for building complex agents, delivering leading coding capabilities and executing across development tasks. It excels at autonomously planning and executing complex, multi-step workflows and is particularly effective in areas like finance, research, and cybersecurity.
12+
The **AWS Claude Sonnet 4.5** model is a high-performance model designed for building complex agents, delivering leading coding capabilities, and executing across development tasks. It excels at autonomously planning and executing complex, multi-step workflows and is particularly effective in areas like finance, research, and cybersecurity.
1313

1414
## Model details
1515

1616
| Item | Value | Description |
1717
| ----- | ----- | ----------- |
18-
| Model name | **AWS Claude 4.5 Sonnet** | The name of the model. |
18+
| Model name | **AWS Claude Sonnet 4.5** | The name of the model. |
1919
| Model category | **Premium** | The category of the model: Standard or Premium. |
2020
| API model name |`aws__claude_4_5_sonnet`| 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. |
2121
| Hosting layer | **Amazon Web Services (AWS)** | The trusted organization that securely hosts LLM. |
@@ -29,7 +29,7 @@ related_guides:
2929

3030
## Additional documentation
3131

32-
For additional information, see [official AWS Claude 4.5 Sonnet documentation][aws-claude].
32+
For additional information, see [official AWS Claude Sonnet 4.5 documentation][aws-claude].
3333

3434
[aws-claude]: https://aws.amazon.com/bedrock/anthropic/
3535
[overrides]: g://box-ai/ai-agents/ai-agent-overrides

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,19 @@ Box AI is powered by the following AI models. These models are integrated with B
165165
<div>
166166
<strong style="background-color: #e8e8e8">Chat</strong>
167167
<strong style="background-color: #e1ffe7">Available</strong>
168-
<strong style="background-color: #fdfad8">Premium</strong>
168+
<strong style="background-color: #f8d59b">Premium</strong>
169+
<strong style="background-color: #e1f8ff">FedRAMP Moderate</strong>
170+
</div>
171+
</Tile>
172+
<Tile type="model" title="aws__claude_4_5_haiku" href="/guides/box-ai/ai-models/aws-claude-4-5-haiku-model-card">
173+
A fast model with near-frontier intelligence.
174+
<div>
175+
<strong style="background-color: #e8e8e8">Chat</strong>
176+
<strong style="background-color: #e1ffe7">Available</strong>
177+
<strong style="background-color: #fdfad8">Standard</strong>
169178
<strong style="background-color: #e1f8ff">FedRAMP Moderate</strong>
170179
</div>
171-
</Tile>
180+
</Tile>
172181
<Tile type="model" title="aws__claude_4_sonnet" href="/guides/box-ai/ai-models/aws-claude-4-5-sonnet-model-card">
173182
A model that brings frontier performance to everyday use cases.
174183
<div>

0 commit comments

Comments
 (0)