Skip to content

Commit

Permalink
Merge branch 'ai-ga-changelog' of github.com:box/box-developer-change…
Browse files Browse the repository at this point in the history
…log into staging
  • Loading branch information
bszwarc committed Oct 17, 2024
2 parents 91560af + 15087ba commit 55aadba
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions content/2024/10-22-box-ai-text-gen-ask-ga.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
applied_at: "2024-10-22"
applies_to:
- guides
- api
is_impactful: true
is_new_feature: true
collapse: true
show_excerpt: true
release_source_url: ""
---

# Box AI API Q&A and Text Gen generally available

[Box AI API][1] allows you to use Box AI functionality in your custom applications. For example, you can implement Box AI question and answer functionality in your third party applications,or generate content right in your product’s content editor. You can also extract metadata from the provided documents.

We are excited to announce that [Box AI Q&A][2] and [Text Gen][3] features are now available to all **Enterprise Plus** customers.

_Endpoints related to metadata extraction are currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change._

<!-- more -->

Currently, Box AI functionality allows you to:

* Get responses to your questions.
* Get a summary of a document.
* Generate text you can use in your documents.
* Extract metadata from the provided file in a freeform way, meaning you have more freedom when using the prompt.
* Extract metadata from the provided file using a [metadata template][4] or the `fields` structure.
* Fetch and override the default API model configuration.

Check the [Box AI API developer guides][1] to learn more about Box AI and check the [API Reference][5] for Box AI API details.


## Box AI for UI Elements

[Box AI for UI Elements][6] enhances the [Content Preview][7] header with Box AI Q&A functionality.
The new Box AI for UI Elements allows the users to embed AI functionality in their custom applications to facilitate answering questions, summarizing a document, adding citations and using dialogue history, and Markdown support.

## Where to get support

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

[1]: https://developer.box.com/guides/box-ai
[2]: g://box-ai/ask-questions/
[3]: g://box-ai/generate-text/
[4]: https://support.box.com/hc/en-us/articles/360044194033-Customizing-Metadata-Templates
[5]: e://ai-agent-ask/
[6]: g://embed/ui-elements/preview#box-ai-ui-element
[7]: g://embed/ui-elements/preview
[8]: https://forum.box.com/

0 comments on commit 55aadba

Please sign in to comment.