Skip to content

Commit 85f02dc

Browse files
authored
update ai model cards (#688)
* update ai model cards * add tile * Delete content/guides/integration-mappings/teams-mappings/index.md file added incorrectly * add tile
1 parent 90daf79 commit 85f02dc

6 files changed

Lines changed: 48 additions & 5 deletions

content/guides/box-ai/ai-models/aws-claude-3-5-sonnet-model-card.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
rank: 14
2+
rank: 15
33
related_guides:
44
- box-ai/ai-tutorials/ask-questions
55
- box-ai/ai-tutorials/generate-text
@@ -24,7 +24,7 @@ related_guides:
2424
|Release date| **June 20th, 2024** | The release date for the model.|
2525
|Knowledge cutoff date| **April 2024**| The date after which the model does not get any information updates. |
2626
|Input context window |**200k tokens**| The number of tokens supported by the input context window.|
27-
|Maximum output tokens | **4k tokens** |The number of tokens that can be generated by the model in a single request.|
27+
|Maximum output tokens | **8k tokens** |The number of tokens that can be generated by the model in a single request.|
2828
|Empirical throughput| **Not specified**| The number of tokens the model can generate per second.|
2929
|Open source | **No** | Specifies if the model's code is available for public use. |
3030

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
rank: 14
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 3.7 Sonnet
11+
12+
## Overview
13+
14+
**AWS Claude 3.7 Sonnet** model is designed to enhance language understanding and generation tasks.
15+
16+
## Model details
17+
18+
| Item | Value | Description |
19+
|-----------|----------|----------|
20+
|Model name|**AWS Claude 3.7 Sonnet**| The name of the model. |
21+
|API model name|`aws__claude_3_7_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. |
22+
|Hosting layer| **Amazon Web Services (AWS)** | The trusted organization that securely hosts LLM. |
23+
|Model provider|**Anthropic**| The organization that provides this model. |
24+
|Release date| **February 24, 2025** | The release date for the model.|
25+
|Knowledge cutoff date| **October 2024**| The date after which the model does not get any information updates. |
26+
|Input context window |**200k tokens**| The number of tokens supported by the input context window.|
27+
|Maximum output tokens | **8k tokens** |The number of tokens that can be generated by the model in a single request.|
28+
|Empirical throughput| **42** | The number of tokens the model can generate per second.|
29+
|Open source | **No** | Specifies if the model's code is available for public use. |
30+
31+
## Additional documentation
32+
33+
For additional information, see [official AWS Claude 3.5 Sonnet documentation][aws-claude].
34+
35+
[aws-claude]: https://aws.amazon.com/bedrock/claude/
36+
[overrides]: g://box-ai/ai-agents/ai-agent-overrides

content/guides/box-ai/ai-models/aws-claude-3-haiku-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
rank: 15
2+
rank: 16
33
related_guides:
44
- box-ai/ai-tutorials/ask-questions
55
- box-ai/ai-tutorials/generate-text

content/guides/box-ai/ai-models/aws-claude-3-sonnet-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
rank: 16
2+
rank: 17
33
related_guides:
44
- box-ai/ai-tutorials/ask-questions
55
- box-ai/ai-tutorials/generate-text

content/guides/box-ai/ai-models/aws-titan-text-lite-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
rank: 17
2+
rank: 18
33
related_guides:
44
- box-ai/ai-tutorials/ask-questions
55
- box-ai/ai-tutorials/generate-text

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ Models offered in **Preview** mode have not been fully performance-tested at sca
100100
<strong style="background-color: #e8e8e8">Chat</strong>
101101
<strong style="background-color: #fffbf3">Preview</strong>
102102
</div>
103+
</Tile>
104+
<Tile type="model" title="aws__claude_3_7_sonnet" href="/guides/box-ai/ai-models/aws-claude-3-7-sonnet-model-card">
105+
A model designed to enhance language understanding and generation tasks.
106+
<div>
107+
<strong style="background-color: #e8e8e8">Chat</strong>
108+
<strong style="background-color: #fffbf3">Preview</strong>
109+
</div>
103110
</Tile>
104111
<Tile type="model" title="aws__titan_text_lite" href="/guides/box-ai/ai-models/aws-titan-text-lite-model-card">
105112
A model capable of advanced language processing, handling extensive contexts, making it suitable for complex tasks.

0 commit comments

Comments
 (0)