From 8494e2baa0952ec5faa4dc59b7d4976857a2dc29 Mon Sep 17 00:00:00 2001 From: Anastasiya Biaroza <56321111+anastasiaberyoza@users.noreply.github.com> Date: Thu, 7 Aug 2025 17:35:31 +0200 Subject: [PATCH 1/6] Delete Gemini 2.5 Pro Preview and Gemini 2.5 Flash Preview (#789) --- ...gle-gemini-2-5-flash-preview-model-card.md | 36 ------------------- ...oogle-gemini-2-5-pro-preview-model-card.md | 36 ------------------- content/guides/box-ai/ai-models/index.md | 18 +--------- 3 files changed, 1 insertion(+), 89 deletions(-) delete mode 100644 content/guides/box-ai/ai-models/google-gemini-2-5-flash-preview-model-card.md delete mode 100644 content/guides/box-ai/ai-models/google-gemini-2-5-pro-preview-model-card.md diff --git a/content/guides/box-ai/ai-models/google-gemini-2-5-flash-preview-model-card.md b/content/guides/box-ai/ai-models/google-gemini-2-5-flash-preview-model-card.md deleted file mode 100644 index c28402321..000000000 --- a/content/guides/box-ai/ai-models/google-gemini-2-5-flash-preview-model-card.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -rank: 16 -related_guides: - - box-ai/ai-tutorials/ask-questions - - box-ai/ai-tutorials/generate-text - - box-ai/ai-tutorials/extract-metadata - - box-ai/ai-tutorials/extract-metadata-structured - - box-ai/ai-agents/get-agent-default-config ---- - -# Google Gemini 2.5 Flash Preview - -**Google Gemini 2.5 Flash Preview** is a multimodal model designed to handle lightweight tasks. It is designed for high-volume, low-latency tasks, making it highly efficient for large-scale use cases like summarization, multimodal processing, and categorization but with higher quality than Gemini 2.0 Flash. - -## Model details - -| Item | Value | Description | -|-----------|----------|----------| -|Model name|**Google Gemini 2.5 Flash Preview**| The name of the model. | -| Model category | Standard | The category of the model - standard or premium. | -|API model name|`google__gemini_2_5_flash_preview`| 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. | -|Hosting layer| **Google** | The trusted organization that securely hosts LLM. | -|Model provider|**Google**| The organization that provides this model. | -|Release date|**March 25th 2025** | The release date for the model.| -|Knowledge cutoff date| **January 2025**| The date after which the model does not get any information updates. | -|Input context window |**1m tokens**| The number of tokens supported by the input context window.| -|Maximum output tokens |**8k tokens** |The number of tokens that can be generated by the model in a single request.| -|Empirical throughput| **214** | The number of tokens the model can generate per second.| -|Open source | **No** | Specifies if the model's code is available for public use.| - -## Additional documentation - -For additional information, see [official Google Gemini 2.5 Flash Preview documentation][vertex-ai-gemini-models]. - -[vertex-ai-gemini-models]: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-models -[overrides]: g://box-ai/ai-agents/ai-agent-overrides \ No newline at end of file diff --git a/content/guides/box-ai/ai-models/google-gemini-2-5-pro-preview-model-card.md b/content/guides/box-ai/ai-models/google-gemini-2-5-pro-preview-model-card.md deleted file mode 100644 index 6d6efc53f..000000000 --- a/content/guides/box-ai/ai-models/google-gemini-2-5-pro-preview-model-card.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -rank: 15 -related_guides: - - box-ai/ai-tutorials/ask-questions - - box-ai/ai-tutorials/generate-text - - box-ai/ai-tutorials/extract-metadata - - box-ai/ai-tutorials/extract-metadata-structured - - box-ai/ai-agents/get-agent-default-config ---- - -# Google Gemini 2.5 Pro Preview - -**Google Gemini 2.5 Pro Preview** is a multimodal model designed to handle lightweight tasks. It is designed for high-volume, low-latency tasks, making it highly efficient for large-scale use cases like summarization, multimodal processing, and categorization but with higher quality than Gemini 1.5 Flash. - -## Model details - -| Item | Value | Description | -|-----------|----------|----------| -|Model name|**Google Gemini 2.5 Pro Preview**| The name of the model. | -| Model category | Premium | The category of the model - standard or premium. | -|API model name|`google__gemini_2_5_pro_preview`| 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. | -|Hosting layer| **Google** | The trusted organization that securely hosts LLM. | -|Model provider|**Google**| The organization that provides this model. | -|Release date|**April 17th 2025** | The release date for the model.| -|Knowledge cutoff date| **January 2025**| The date after which the model does not get any information updates. | -|Input context window |**1m tokens**| The number of tokens supported by the input context window.| -|Maximum output tokens |**64k tokens** |The number of tokens that can be generated by the model in a single request.| -|Empirical throughput| **323** | The number of tokens the model can generate per second.| -|Open source | **No** | Specifies if the model's code is available for public use.| - -## Additional documentation - -For additional information, see [official Google Gemini 2.0 Flash Lite documentation][vertex-ai-gemini-models]. - -[vertex-ai-gemini-models]: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-models -[overrides]: g://box-ai/ai-agents/ai-agent-overrides \ No newline at end of file diff --git a/content/guides/box-ai/ai-models/index.md b/content/guides/box-ai/ai-models/index.md index 16e76e0b5..102475ac6 100644 --- a/content/guides/box-ai/ai-models/index.md +++ b/content/guides/box-ai/ai-models/index.md @@ -111,23 +111,7 @@ Box AI is powered by the following AI models. These models are integrated with B Premium - - Gemini multimodal model designed for optimal for high-volume, high-frequency tasks at scale. -
- Chat - Deprecated - Premium -
-
- - Gemini multimodal model designed for optimal for high-volume, high-frequency tasks at scale. -
- Chat - Deprecated - Standard -
-
- + Gemini multimodal model designed for optimal for high-volume, high-frequency tasks at scale.
Chat From 6a9cbc668acd9a81e81f2008e39b6f46af9b8ad9 Mon Sep 17 00:00:00 2001 From: Justi Sztyper Date: Thu, 7 Aug 2025 20:32:06 +0200 Subject: [PATCH 2/6] correct section title (#790) --- content/guides/docgen/docgen-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/docgen/docgen-getting-started.md b/content/guides/docgen/docgen-getting-started.md index ca5f60200..85ea01301 100644 --- a/content/guides/docgen/docgen-getting-started.md +++ b/content/guides/docgen/docgen-getting-started.md @@ -62,7 +62,7 @@ After you generate the token, you can use it in cURL or other clients, such as [Postman][postman], to make calls. -## Using webhooks +## Use webhooks You can create webhooks to monitor Doc Gen events and automate your business process or workflow. From caa8e4d67b5d54031b33a0aefd6272b0be3237e7 Mon Sep 17 00:00:00 2001 From: Scott Hurrey Date: Mon, 11 Aug 2025 17:28:17 -0400 Subject: [PATCH 3/6] Smh llms txt plugin (#791) * Resolve conflicts * Fix conflict * Add content changes * Improve creating mcp instructions * Change pill colors * Improve description * Address review comments * Address review comments * AI Dev zone and home page adjustments * Apply review changes * Adjust description * Adjust description * Add Model configurator page * Display component * Add Agent component * Fix typos * Change page name to agent configurator * update footer to add LLM section * use AI Developer Zone instead of AI DevZone --------- Co-authored-by: Olga Stefaniuk --- content/microcopy/footer.yml | 59 +++++++++++++++++------ content/pages/agent-configurator/index.md | 35 ++++++++++++++ package.json | 3 +- 3 files changed, 81 insertions(+), 16 deletions(-) create mode 100644 content/pages/agent-configurator/index.md diff --git a/content/microcopy/footer.yml b/content/microcopy/footer.yml index 3ef4aa290..ac7a3c9ce 100644 --- a/content/microcopy/footer.yml +++ b/content/microcopy/footer.yml @@ -48,6 +48,18 @@ categories: // url: Link to the github community org url: https://github.com/box-community + ai_dev_zone: + // text: Text for a link to the AI Dev Zone + text: AI Developer Zone + // url: Link to the AI Dev Zone + url: /ai-dev-zone/ + + sample_code_catalog: + // text: Text for a link to the sample code catalog + text: Community GitHub + // url: Link to the sample code catalog + url: /sample-code/ + tooling: // title: |- A title for a footer section on our tooling options @@ -126,24 +138,41 @@ categories: // url: link to the Box Skills Kit url: https://github.com/box/box-skills-kit-nodejs - code: + llms: // title: |- - A title for a footer section on our available code samples - title: Samples + A title for a footer section showing the files available for LLMs + title: LLM links: - samples: - // text: Text for link to our code samples - text: Platform Samples - // url: Link to our code samples - url: https://github.com/box/samples - - skills_samples: - // text: Text for link to our Box skills code samples - text: Skills Samples - // url: Link to our Box skills code samples - url: "https://github.com/box-community?utf8=%E2%9C%93&q=\ - sample-*-skills&type=&language=" + llms_full: + // text: Text for link to our llms-full.txt file + text: llms-full.txt + // url: Link to our llms-full.txt file + url: /llms-full.txt/ + + guides_llms: + // text: Text for link to our Guides llms.txt file + text: Guides llms.txt + // url: Link to our Guides llms.txt file + url: /guides/llms.txt/ + + api_reference_llms: + // text: Text for link to our API Reference llms.txt file + text: API Reference llms.txt + // url: Link to our API Reference llms.txt file + url: /reference/llms.txt/ + + platform_llms: + // text: Text for link to our Platform llms.txt file + text: Platform llms.txt + // url: Link to our Platform llms.txt file + url: /platform/llms.txt/ + + ai_dev_zone_llms: + // text: Text for link to our AI Dev Zone llms.txt file + text: AI Dev Zone llms.txt + // url: Link to our AI Developer Zone llms.txt file + url: /ai-dev-zone/llms.txt/ support: // title: |- diff --git a/content/pages/agent-configurator/index.md b/content/pages/agent-configurator/index.md new file mode 100644 index 000000000..1b9b74fc2 --- /dev/null +++ b/content/pages/agent-configurator/index.md @@ -0,0 +1,35 @@ +--- +hide_title: true +alias_paths: [] +centered: false +--- +# Box UI Elements + + + +
+ Box AI API agent configurator +
+ + Choose from multiple AI models from leading providers, all accessible through a single, easy-to-use platform. Customize Box AI API parameters and fine-tune LLM parameters. +
+
+ + + + + Build complex AI configurations with our intuitive form-based interface. + + + See your JSON configuration update in real-time as you make changes. + + + Copy configuration and paste it directly in your project. + + + + + + + + diff --git a/package.json b/package.json index 610383107..861f5c513 100644 --- a/package.json +++ b/package.json @@ -72,5 +72,6 @@ "sharp": "^0.33.5", "strip-indent": "^3.0.0", "watch": "^1.0.2" - } + }, + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" } From 4ff99a0e832ec7616c57e78f1ce5da632e0f2b35 Mon Sep 17 00:00:00 2001 From: Scott Hurrey Date: Mon, 11 Aug 2025 17:49:27 -0400 Subject: [PATCH 4/6] Revert "Smh llms txt plugin (#791)" (#792) This reverts commit caa8e4d67b5d54031b33a0aefd6272b0be3237e7. --- content/microcopy/footer.yml | 59 ++++++----------------- content/pages/agent-configurator/index.md | 35 -------------- package.json | 3 +- 3 files changed, 16 insertions(+), 81 deletions(-) delete mode 100644 content/pages/agent-configurator/index.md diff --git a/content/microcopy/footer.yml b/content/microcopy/footer.yml index ac7a3c9ce..3ef4aa290 100644 --- a/content/microcopy/footer.yml +++ b/content/microcopy/footer.yml @@ -48,18 +48,6 @@ categories: // url: Link to the github community org url: https://github.com/box-community - ai_dev_zone: - // text: Text for a link to the AI Dev Zone - text: AI Developer Zone - // url: Link to the AI Dev Zone - url: /ai-dev-zone/ - - sample_code_catalog: - // text: Text for a link to the sample code catalog - text: Community GitHub - // url: Link to the sample code catalog - url: /sample-code/ - tooling: // title: |- A title for a footer section on our tooling options @@ -138,41 +126,24 @@ categories: // url: link to the Box Skills Kit url: https://github.com/box/box-skills-kit-nodejs - llms: + code: // title: |- - A title for a footer section showing the files available for LLMs - title: LLM + A title for a footer section on our available code samples + title: Samples links: - llms_full: - // text: Text for link to our llms-full.txt file - text: llms-full.txt - // url: Link to our llms-full.txt file - url: /llms-full.txt/ - - guides_llms: - // text: Text for link to our Guides llms.txt file - text: Guides llms.txt - // url: Link to our Guides llms.txt file - url: /guides/llms.txt/ - - api_reference_llms: - // text: Text for link to our API Reference llms.txt file - text: API Reference llms.txt - // url: Link to our API Reference llms.txt file - url: /reference/llms.txt/ - - platform_llms: - // text: Text for link to our Platform llms.txt file - text: Platform llms.txt - // url: Link to our Platform llms.txt file - url: /platform/llms.txt/ - - ai_dev_zone_llms: - // text: Text for link to our AI Dev Zone llms.txt file - text: AI Dev Zone llms.txt - // url: Link to our AI Developer Zone llms.txt file - url: /ai-dev-zone/llms.txt/ + samples: + // text: Text for link to our code samples + text: Platform Samples + // url: Link to our code samples + url: https://github.com/box/samples + + skills_samples: + // text: Text for link to our Box skills code samples + text: Skills Samples + // url: Link to our Box skills code samples + url: "https://github.com/box-community?utf8=%E2%9C%93&q=\ + sample-*-skills&type=&language=" support: // title: |- diff --git a/content/pages/agent-configurator/index.md b/content/pages/agent-configurator/index.md deleted file mode 100644 index 1b9b74fc2..000000000 --- a/content/pages/agent-configurator/index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -hide_title: true -alias_paths: [] -centered: false ---- -# Box UI Elements - - - -
- Box AI API agent configurator -
- - Choose from multiple AI models from leading providers, all accessible through a single, easy-to-use platform. Customize Box AI API parameters and fine-tune LLM parameters. -
-
- - - - - Build complex AI configurations with our intuitive form-based interface. - - - See your JSON configuration update in real-time as you make changes. - - - Copy configuration and paste it directly in your project. - - - - - - - - diff --git a/package.json b/package.json index 861f5c513..610383107 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,5 @@ "sharp": "^0.33.5", "strip-indent": "^3.0.0", "watch": "^1.0.2" - }, - "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" + } } From 01d731a514265479d0995917d61715a81ff658e2 Mon Sep 17 00:00:00 2001 From: Scott Hurrey Date: Mon, 11 Aug 2025 17:51:12 -0400 Subject: [PATCH 5/6] Smh llms txt plugin (#793) * Resolve conflicts * Fix conflict * Add content changes * Improve creating mcp instructions * Change pill colors * Improve description * Address review comments * Address review comments * AI Dev zone and home page adjustments * Apply review changes * Adjust description * Adjust description * Add Model configurator page * Display component * Add Agent component * Fix typos * Change page name to agent configurator * update footer to add LLM section * use AI Developer Zone instead of AI DevZone * add alias for extract-metadata --------- Co-authored-by: Olga Stefaniuk --- .../extract-metadata-structured.md | 1 + content/microcopy/footer.yml | 59 ++++++++++++++----- content/pages/agent-configurator/index.md | 35 +++++++++++ package.json | 3 +- 4 files changed, 82 insertions(+), 16 deletions(-) create mode 100644 content/pages/agent-configurator/index.md diff --git a/content/guides/box-ai/ai-tutorials/extract-metadata-structured.md b/content/guides/box-ai/ai-tutorials/extract-metadata-structured.md index 9d0dbe009..11a739725 100644 --- a/content/guides/box-ai/ai-tutorials/extract-metadata-structured.md +++ b/content/guides/box-ai/ai-tutorials/extract-metadata-structured.md @@ -10,6 +10,7 @@ related_guides: - box-ai/ai-tutorials/extract-metadata alias_paths: - guides/box-ai/extract-metadata-structured + - guides/extract-metadata --- # Extract metadata from file (structured) diff --git a/content/microcopy/footer.yml b/content/microcopy/footer.yml index 3ef4aa290..ac7a3c9ce 100644 --- a/content/microcopy/footer.yml +++ b/content/microcopy/footer.yml @@ -48,6 +48,18 @@ categories: // url: Link to the github community org url: https://github.com/box-community + ai_dev_zone: + // text: Text for a link to the AI Dev Zone + text: AI Developer Zone + // url: Link to the AI Dev Zone + url: /ai-dev-zone/ + + sample_code_catalog: + // text: Text for a link to the sample code catalog + text: Community GitHub + // url: Link to the sample code catalog + url: /sample-code/ + tooling: // title: |- A title for a footer section on our tooling options @@ -126,24 +138,41 @@ categories: // url: link to the Box Skills Kit url: https://github.com/box/box-skills-kit-nodejs - code: + llms: // title: |- - A title for a footer section on our available code samples - title: Samples + A title for a footer section showing the files available for LLMs + title: LLM links: - samples: - // text: Text for link to our code samples - text: Platform Samples - // url: Link to our code samples - url: https://github.com/box/samples - - skills_samples: - // text: Text for link to our Box skills code samples - text: Skills Samples - // url: Link to our Box skills code samples - url: "https://github.com/box-community?utf8=%E2%9C%93&q=\ - sample-*-skills&type=&language=" + llms_full: + // text: Text for link to our llms-full.txt file + text: llms-full.txt + // url: Link to our llms-full.txt file + url: /llms-full.txt/ + + guides_llms: + // text: Text for link to our Guides llms.txt file + text: Guides llms.txt + // url: Link to our Guides llms.txt file + url: /guides/llms.txt/ + + api_reference_llms: + // text: Text for link to our API Reference llms.txt file + text: API Reference llms.txt + // url: Link to our API Reference llms.txt file + url: /reference/llms.txt/ + + platform_llms: + // text: Text for link to our Platform llms.txt file + text: Platform llms.txt + // url: Link to our Platform llms.txt file + url: /platform/llms.txt/ + + ai_dev_zone_llms: + // text: Text for link to our AI Dev Zone llms.txt file + text: AI Dev Zone llms.txt + // url: Link to our AI Developer Zone llms.txt file + url: /ai-dev-zone/llms.txt/ support: // title: |- diff --git a/content/pages/agent-configurator/index.md b/content/pages/agent-configurator/index.md new file mode 100644 index 000000000..1b9b74fc2 --- /dev/null +++ b/content/pages/agent-configurator/index.md @@ -0,0 +1,35 @@ +--- +hide_title: true +alias_paths: [] +centered: false +--- +# Box UI Elements + + + +
+ Box AI API agent configurator +
+ + Choose from multiple AI models from leading providers, all accessible through a single, easy-to-use platform. Customize Box AI API parameters and fine-tune LLM parameters. +
+
+ + + + + Build complex AI configurations with our intuitive form-based interface. + + + See your JSON configuration update in real-time as you make changes. + + + Copy configuration and paste it directly in your project. + + + + + + + + diff --git a/package.json b/package.json index 610383107..861f5c513 100644 --- a/package.json +++ b/package.json @@ -72,5 +72,6 @@ "sharp": "^0.33.5", "strip-indent": "^3.0.0", "watch": "^1.0.2" - } + }, + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" } From 3990033f6e22f01ad31206a2ba8a7c0b1c325361 Mon Sep 17 00:00:00 2001 From: Scott Hurrey Date: Tue, 12 Aug 2025 15:29:18 -0400 Subject: [PATCH 6/6] update footer to reference AI Developer Zone properly --- content/microcopy/footer.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/microcopy/footer.yml b/content/microcopy/footer.yml index ac7a3c9ce..8f3e09213 100644 --- a/content/microcopy/footer.yml +++ b/content/microcopy/footer.yml @@ -148,31 +148,31 @@ categories: // text: Text for link to our llms-full.txt file text: llms-full.txt // url: Link to our llms-full.txt file - url: /llms-full.txt/ + url: /llms-full.txt guides_llms: // text: Text for link to our Guides llms.txt file text: Guides llms.txt // url: Link to our Guides llms.txt file - url: /guides/llms.txt/ + url: /guides/llms.txt api_reference_llms: // text: Text for link to our API Reference llms.txt file text: API Reference llms.txt // url: Link to our API Reference llms.txt file - url: /reference/llms.txt/ + url: /reference/llms.txt platform_llms: // text: Text for link to our Platform llms.txt file text: Platform llms.txt // url: Link to our Platform llms.txt file - url: /platform/llms.txt/ + url: /platform/llms.txt ai_dev_zone_llms: // text: Text for link to our AI Dev Zone llms.txt file - text: AI Dev Zone llms.txt + text: AI Developer Zone llms.txt // url: Link to our AI Developer Zone llms.txt file - url: /ai-dev-zone/llms.txt/ + url: /ai-dev-zone/llms.txt support: // title: |-