Skip to content

Commit afbc986

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/axios-1.12.0
2 parents bb389d3 + 2214a1f commit afbc986

File tree

102 files changed

+2244
-674
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+2244
-674
lines changed

.spelling

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,3 +363,7 @@ Kus
363363
multiselect
364364
add-ons
365365
65k
366+
cybersecurity
367+
SObject
368+
WatsonX
369+
400k

content/guides/api-calls/api-versioning-strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ For details on possible errors, see [versioning errors](g://api-calls/permission
110110

111111
## How Box SDK versioning works
112112

113-
The versioning strategy applies only to [next generation generated SDKs](page://sdks-and-tools/#next-generation-sdks).
113+
The versioning strategy applies only to [generated SDKs](page://sdks-and-tools/#next-generation-sdks).
114114

115115
Box SDKs support the **All Versions In** SDK approach.
116116
This means that every release of SDK provides access to all endpoints in any version which is currently live. All generated SDKs use manager's approach - they group all endpoints with the same domain in one manager.

content/guides/api-calls/permissions-and-errors/scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,4 +342,4 @@ The standard OAuth scopes are also supported when downscoping.
342342
[suppress]: g://api-calls/suppress-notifications
343343
[ds]: g://authentication/tokens/downscope
344344
[sa]: page://platform/user-types/#service-account
345-
[ca]: [https://support.box.com/hc/en-us/articles/1500005433721-Users-Groups-Settings#h_01GSE1DYJKTY9EXEWJEDKFHCNV]
345+
[ca]: https://support.box.com/hc/en-us/articles/1500005433721-Users-Groups-Settings#h_01GSE1DYJKTY9EXEWJEDKFHCNV

content/guides/applications/app-types/platform-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ Platform Apps may require approval before use.
6969
[jwt]: g://authentication/jwt
7070
[cc]: g://authentication/client-credentials
7171
[uie]: g://embed/ui-elements
72-
[users]: g;//getting-started/user-types/#managed-users/
72+
[users]: page://platform/user-types/#managed-users

content/guides/archives/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ and it is not accessible to previous owner and collaborators.
2828

2929
## Archives are folders
3030

31-
Archives are a special type of folders. Box Archive APIs allow you to create, list and delete archives.
31+
Archives are a special type of folders. Box Archive APIs allow you to create, list, update and delete archives.
3232
However, there are other APIs that also work with archives or with content within archives.
3333
For a full list of supported APIs, see the [Supported APIs][Supported APIs] guide.
3434

@@ -37,11 +37,13 @@ For a full list of supported APIs, see the [Supported APIs][Supported APIs] guid
3737
Before using any of the Box Archive APIs, make sure you can access [Box Archive in Admin Console][Box Archive in Admin Console].
3838
Your Box Platform app must have the `GCM` and `Read and write all files and folders` [scopes][Scopes] enabled.
3939
If you plan to only view archives and not modify them, use the `Read all files and folders` instead of the `Read and write all files and folders` scope.
40+
Additionally, to be able to assign [storage policy][Storage policy] to an archive during its creation, your enterprise must have access to the Box Zones feature and your app must have the `Manage users` scope.
4041

4142
<Message type='notice'>
4243
The `GCM` scope is not available in the Developer Console and needs to be enabled by contacting customer support.
4344
</Message>
4445

4546
[Supported APIs]: g://archives/supported-apis
4647
[Box Archive in Admin Console]: https://support.box.com/hc/en-us/p/Product_Page_2023?section-id=40168863437843
47-
[Scopes]: https://developer.box.com/guides/api-calls/permissions-and-errors/scopes/
48+
[Scopes]: g://api-calls/permissions-and-errors/scopes
49+
[Storage policy]: r://storage-policy

content/guides/archives/supported-apis.md

Lines changed: 30 additions & 28 deletions
Large diffs are not rendered by default.

content/guides/authentication/sso.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ When SSO is enabled but not required, managed users will have the option to
3535
either:
3636

3737
- log in with a Box username and password
38-
- log in with their SSO provider
38+
- log in with their SSO provider
3939

4040
When SSO is enabled and required, Box will force all managed users to log in
4141
with their enterprise's configured SSO provider. In this case, any
@@ -86,7 +86,7 @@ therefore SSO is not involved.
8686
[admin-approval]: g://authorization/platform-app-approval
8787
[jwt]: g://authentication/jwt
8888
[oauth2]: g://authentication/oauth2
89-
[ccg]: g:///authentication/client-credentials
89+
[ccg]: g://authentication/client-credentials
9090
[la-app]: guide://applications/web-app-integrations
9191
[app_token]: g://authentication/app-token
9292
[platform_app]: g://applications/app-types/platform-apps

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: 34
2+
rank: 35
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: 35
2+
rank: 34
33
related_guides:
44
- box-ai/ai-tutorials/ask-questions
55
- box-ai/ai-tutorials/generate-text
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

0 commit comments

Comments
 (0)