Box Developer Documentation
Changelog
  • All
  • New features
  • Impactful changes
  • API
  • Java
  • Windows
  • Python
  • Node
  • CLI
  • iOS
  • UI Elements
  • AI
Unread

Box AI API — new AI models available and default model update

Feature Impactful guides API AI

Box AI API — new AI models available and default model update

The list of available AI models has been recently updated with the following models:

Additionally, OpenAI GPT 5 is now the default model for Box AI (Box AI for Hubs, Box AI for Documents, and Box AI for Notes Q&A).

Note: Models offered in Preview mode have not been fully performance-tested at scale and are provided on an as-is basis. You may experience variability in model/output quality, availability, and accuracy.

You can use the provided models to override the default model used in the AI agent configuration. For further details on Box AI API, see the guides and API reference.

Where to get support

Should you have any issues or need further guidance, please post a request to our developer forum for any help needed.

Unread

Box SDKs major version

Feature Impactful Node Python Java Windows iOS SDKs

Box SDKs major version

Introducing a new major release of Box SDKs that includes two packages — the manually maintained package and the generated package. The coexisting packages provide easier access to the latest Box API features and support gradual migration to the standalone generated package.

Overview

To facilitate this migration process, there are two actively maintained major Box core SDK versions:

  • The latest major version that follows sequential versioning and includes the manually maintained package and the generated one. This SDK version enables leveraging coexisting packages at the same time, and serves as a transition phase. Support for the consolidated version of each Box core SDK will continue in 2027.
  • v10 that includes only the generated package, a consistent version number across all Box SDK artifacts.

Additional information and migration guides

For additional information on recommended actions and migration guides, visit Box SDK versioning strategy page.

Where to get support

Should you have any issues or need further guidance, please post a request to our developer forum or report issues directly in the individual Box SDK repositories on GitHub.

Unread

Box CLI v4.4.1 released

Box CLI v4.4.1 released

Bug Fixes

  • Fix the --exempt-from-2fa flag in create and update users commands (#598) (8f897fe)
Unread

Box CLI v4.4.0 released

Feature CLI GitHub

Box CLI v4.4.0 released

New Features and Enhancements

  • Support update users notification email (#596) (49356f4)
Unread

Box iOS SDK 10.0.1 released

SDKs swift GitHub

Box iOS SDK 10.0.1 released

Bug Fixes

  • Allow flexible key-value data in AiExtractResponse.answer and Event.additionalDetails (box/box-openapi#556) (#1128) (3e9a78c)
  • Make role parameter of update collaboration optional (box/box-openapi#557) (#1138) (3fc5dc9)
Unread

Box Java SDK v10.1.0 released

SDKs Java GitHub

Box Java SDK v10.1.0 released

Bug Fixes

  • Allow flexible key-value data in AiExtractResponse.answer and Event.additionalDetails (box/box-openapi#556) (#1470) (e215a5f)
  • Make role parameter of update collaboration optional (box/box-openapi#557) (#1479) (6896386)

New Features and Enhancements

Unread

Box Node SDK v10.0.1 released

SDKs typescript GitHub

Box Node SDK v10.0.1 released

Bug Fixes

  • Allow flexible key-value data in AiExtractResponse.answer and Event.additionalDetails (box/box-openapi#556) (#1051) (70a2275)
  • Make role parameter of update collaboration optional (box/box-openapi#557) (#1068) (3992171)
  • Relax JSON deserialization guard by removing strict content-type check (box/box-codegen#844) (#1033) (1eb2c32)
Unread

Box Python SDK v10.0.1 released

SDKs Python GitHub

Box Python SDK v10.0.1 released

Bug Fixes

  • Allow flexible key-value data in AiExtractResponse.answer and Event.additionalDetails (box/box-openapi#556) (#1084) (f63cffe)
  • Make role parameter of update collaboration optional (box/box-openapi#557) (#1093) (5c21907)
Unread

Box Windows SDK v10.1.0 released

Feature SDKs dotnet GitHub

Box Windows SDK v10.1.0 released

Bug Fixes

  • Allow flexible key-value data in AiExtractResponse.answer and Event.additionalDetails (box/box-openapi#556) (#1147) (c41a444)
  • Make role parameter of update collaboration optional (box/box-openapi#557) (#1156) (8247918)

New Features and Enhancements

  • Handle Dictionary with object values deserialization (box/box-codegen#850) (#1144) (611b474)
Unread

Box Java SDK v4.16.4 released

Feature Impactful SDKs Java GitHub

Box Java SDK v4.16.4 released

Bug Fixes