Skip to content

Commit 8bf0010

Browse files
authored
Merge branch 'main' into DDOC-1105-teams-integration-mappings
2 parents ef8765f + 0e94ce9 commit 8bf0010

14 files changed

Lines changed: 71 additions & 15 deletions

content/guides/ai-studio/ai-studio-agents/create-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Box AI Studio is available only for Enterprise Advanced accounts.
1717

1818
</Message>
1919

20-
The `POST/2.0/ai_agents` endpoint allows you to create a new, custom [AI agent][agents].
20+
The `POST /2.0/ai_agents` endpoint allows you to create a new, custom [AI agent][agents].
2121

2222
## Send a request
2323

24-
To send a request, use the `POST/2.0/ai_agents` endpoint.
24+
To send a request, use the `POST /2.0/ai_agents` endpoint.
2525

2626
Make sure you have generated the developer token
2727
to authorize your app. See [getting started with Box AI][prereq]

content/guides/ai-studio/ai-studio-agents/delete-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ related_guides:
1111

1212
# Delete AI agent
1313

14-
The `DELETE/2.0/ai_agents/{id}` endpoint allows you to delete a custom AI agent based on its ID.
14+
The `DELETE /2.0/ai_agents/{id}` endpoint allows you to delete a custom AI agent based on its ID.
1515

1616
## Send a request
1717

18-
To send a request, use the `DELETE/2.0/ai_agents/{id}` endpoint.
18+
To send a request, use the `DELETE /2.0/ai_agents/{id}` endpoint.
1919

2020
<Samples id='delete-ai-agents-id' />
2121

content/guides/ai-studio/ai-studio-agents/get-agent-id.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ related_guides:
1111

1212
# Get AI agent by ID
1313

14-
The `GET/2.0/ai_agents/{id}` endpoint allows you to list a specific AI
14+
The `GET /2.0/ai_agents/{id}` endpoint allows you to list a specific AI
1515
agent by the `agent_id` parameter.
1616

1717
## Send a request
1818

19-
To send a request, use the `GET/2.0/ai_agents/{id}` endpoint.
19+
To send a request, use the `GET /2.0/ai_agents/{id}` endpoint.
2020

2121
<Samples id='get-ai-agents-id' />
2222

content/guides/ai-studio/ai-studio-agents/get-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Box AI Studio is available only for Enterprise Advanced accounts.
1919

2020
## List all AI agents
2121

22-
The `GET/2.0/ai_agents` endpoint allows you to list all AI agents based on the provided parameters.
22+
The `GET /2.0/ai_agents` endpoint allows you to list all AI agents based on the provided parameters.
2323

2424
### Send a request
2525

26-
To send a request, use the `GET/2.0/ai_agents` endpoint.
26+
To send a request, use the `GET /2.0/ai_agents` endpoint.
2727

2828
Make sure you have generated the developer token
2929
to authorize your app. See [getting started with Box AI Studio][getting-started]

content/guides/ai-studio/ai-studio-agents/update-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ related_guides:
1111

1212
# Update AI agent
1313

14-
The `PUT/2.0/ai_agents/{id}` endpoint allows you to update a custom AI agent based on its ID.
14+
The `PUT /2.0/ai_agents/{id}` endpoint allows you to update a custom AI agent based on its ID.
1515

1616
## Send a request
1717

18-
To send a request, use the `PUT/2.0/ai_agents/{id}` endpoint.
18+
To send a request, use the `PUT /2.0/ai_agents/{id}` endpoint.
1919

2020
<Samples id='put-ai-agents_id' />
2121

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 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

0 commit comments

Comments
 (0)