Skip to content

Commit 3108d34

Browse files
Merge pull request mendix#10422 from mendix/kv-genai-self-service
GenAI Resources Self-service
2 parents c1a8394 + c4e4476 commit 3108d34

14 files changed

Lines changed: 100 additions & 10 deletions

File tree

content/en/docs/control-center/company/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Company"
33
url: /control-center/company/
44
description: "Describes the Company category in the Mendix Control Center."
5-
weight: 40
5+
weight: 60
66
no_list: false
77
---
88
## Introduction

content/en/docs/control-center/content-curation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Content Curation"
33
url: /control-center/content-curation/
44
description: "Describes the Content Curation category in the Mendix Control Center."
5-
weight: 60
5+
weight: 80
66
no_list: false
77
---
88
## Introduction

content/en/docs/control-center/entitlements/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Entitlements"
33
url: /control-center/entitlements/
44
description: "Describes the Entitlements category in the Mendix Control Center."
5-
weight: 10
5+
weight: 30
66
no_list: false
77
---
88

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
title: "GenAI Resources"
3+
url: /control-center/genai-resources-self-service
4+
description: "Describes how to provision and deprovision GenAI Resources using self-service."
5+
weight: 20
6+
---
7+
8+
## Introduction
9+
10+
The **GenAI Resources** section provides a detailed overview of all Mendix GenAI resources available within your company, allowing Mendix Admins to seamlessly provision and deprovision GenAI resources as needed. With this feature, Mendix Admins can efficiently manage all GenAI resources directly within the [Control Center](https://controlcenter.mendix.com/index.html) through a self-service capability, ensuring streamlined operations and improved governance. For more information, refer to [Accessing GenAI Resources](/appstore/modules/genai/mx-cloud-genai/resource-packs/#accessing-genai-resources).
11+
12+
## Prerequisites
13+
14+
Self-service provisioning of GenAI resources using Mendix Cloud Tokens is available only if the users meets the following conditions:
15+
16+
1. Sufficient token entitlements – The user should have an adequate number of available Mendix Cloud Token to allocate for GenAI resource provisioning.
17+
2. Valid subscription plan – The user's Mendix subscription must be based on the FY21 price list or newer. Older subscription plans are not eligible for provisioning.
18+
3. Single account ownership – The user should have a single account. Owning multiple accounts is not supported for self-service GenAI provisioning.
19+
4. Enterprise platform subscription – The user should have a single active enterprise platform subscription. If no active subscription is found, the system will display a warning message with this text: "We couldn't retrieve your correct platform account, which is required to access available tokens and create resources. Please contact Mendix Support for assistance."
20+
21+
## Overview of Deployed Resources
22+
23+
The overview page provides a centralized view of all deployed GenAI resources, including text generation resources, embeddings generation resources, and knowledge base resources. From this page, you can easily review the status, basic information, and usage details of each deployed resource. The following list shows detailed information about your GenAI resource.
24+
25+
* **Status** – The current status of the resource.
26+
* **Name** – The name of the resource.
27+
* **Model** – The model that is used, for example, Anthropic Claude Sonnet 4.0.
28+
* **Plan** – The subscription plan used for resources, for example, small, medium, or large.
29+
* **Created For** – For whom it is created.
30+
31+
{{< figure src="/attachments/control-center/genai-resources/overview-genai-resources.png" >}}
32+
33+
## Provisioning GenAI Resources
34+
35+
You can provision any GenAI resources directly within the Control Center using the self-service capability.
36+
To do so, select the appropriate resource type and click **Provision Resource**.
37+
38+
{{% alert color="info" %}}
39+
Ensure that you are on the correct resource tab before provisioning. For example, to create a new text generation resource, first select the **Text Generation Resources** tab.
40+
{{% /alert %}}
41+
42+
When provisioning a new resource, enter the following information:
43+
44+
* **Display Name** – The name of the resource.
45+
* **Environment** – The environment for which the resource is created, such as Test, Acceptance, or Production.
46+
* **Mendix Cloud Region** – The cloud region where the resource will be hosted.
47+
* **Cross-region inference** – Specifies whether the selected model supports cross-region inference. For more information, refer to the [Settings](/appstore/modules/genai/mx-cloud-genai/Navigate-MxGenAI/#settings) section of *Navigate through the Mendix Cloud GenAI Portal*.
48+
* **Available Text Generation Models** – A list of the supported models you can choose from, for example, Anthropic Claude Sonnet V4.
49+
* **Size** – The subscription plan with the tokens used for resources.
50+
* **User** – The name of the user for whom the provisioning was initially created.
51+
* **Email** – The user's email address.
52+
53+
After filling in the required fields, you can review all entered details in the **Resource Specification**. To learn more, refer to [Mendix Cloud GenAI Resource Packs](/appstore/modules/genai/mx-cloud-genai/resource-packs/).
54+
55+
Click **Provision Resource** to finalize the process. You are taken back to the **GenAI Resources** page, where the newly created resource is displayed in the list. Selecting the newly provisioned resource opens its details directly in the Mendix Cloud GenAI Portal in a new tab.
56+
57+
## Deprovisioning GenAI Resources
58+
59+
If you want to deprovision the resource, click the three dots icon ({{% icon name="three-dots-menu-horizontal" %}}) next to the selected resource and select **Deprovision Resource**.
60+
A confirmation pop-up appears, displaying a message and the details of the selected resource, as shown in the example below.
61+
62+
{{< figure src="/attachments/control-center/genai-resources/deprovisioning.png" >}}
63+
64+
Click **Deprovision** to proceed. After confirmation, the resource status updates on the **GenAI Resource** page to reflect that deprovisioning is scheduled.
65+
66+
{{% alert color="info" %}}
67+
Your subscription plan operates on a monthly bundle cycle. When you deprovision a resource, the actual deprovisioning will occur at the end of the current subscription month. Until that date, you can still use the resource, and the scheduled deprovisioning date will appear in the resource's **Status**.
68+
{{% /alert %}}

content/en/docs/control-center/marketplace/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Marketplace"
33
url: /control-center/marketplace/
44
description: "Describes the Marketplace category in the Mendix Control Center."
5-
weight: 50
5+
weight: 70
66
no_list: false
77
---
88
## Introduction

content/en/docs/control-center/people/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "People"
33
url: /control-center/people/
44
description: "Describes the People category in the Mendix Control Center."
5-
weight: 30
5+
weight: 50
66
no_list: false
77
---
88

content/en/docs/control-center/resolve-shared-ownership-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Resolving Shared Ownership of Apps"
33
url: /control-center/resolve-shared-ownership-of-apps
44
description: "Describe how to address the issue that you own an app together with another company."
5-
weight: 90
5+
weight: 80
66
no_list: true
77
---
88

content/en/docs/control-center/security/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Security"
33
url: /control-center/security/
44
description: "Describes the Security category in the Mendix Control Center."
5-
weight: 20
5+
weight: 30
66
no_list: false
77
---
88

content/en/docs/marketplace/genai/mendix-cloud-genai/mendix-cloud-grp.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,28 @@ Customers looking to leverage other models in addition to the above can also tak
4545
| Anthropic Claude (any version) (Tokens out/month) | 1.25 million | 2.5 million | 5 million |
4646
| Cohere Embed V3 (Tokens in/month) | 5 million | 10 million | 20 million |
4747

48+
## Accessing GenAI Resources
49+
50+
Developers can easily obtain access to GenAI resources through a self-service capability, enabling them to access and manage GenAI resources independently.
51+
Developers with the required prerequisites can use the self-service capability to provision, deprovision, and manage GenAI resources directly from the Control Center. This enables faster provisioning and reduces manual dependency.
52+
For developers who do not have self-service capabilities, GenAI resources can still be provisioned or deprovisioned by contacting sales representatives or customer success manager (CSM) to order an existing stock keeping unit (SKU).
53+
Both approaches allow users to scale GenAI resources efficiently and explore more generative AI solutions with Mendix.
54+
55+
### Provisioning GenAI Resources Using the Self-Service Capability
56+
57+
When using the self-service capability, Mendix Admins can manage the provisioning and deprovisioning of GenAI resources directly through the [Control Center](https://controlcenter.mendix.com/index.html). They can provision the new resource, review it, and open it in a new tab of the [Mendix Cloud GenAI portal](https://genai.home.mendix.com/p/homepage). For more information, refer to [GenAI Resources](/control-center/genai-resources-self-service/).
58+
59+
To provision GenAI resources successfully using self-service, ensure that you meet the requirements below:
60+
61+
1. Mendix Admins can access the Control Center to provision or deprovision the GenAI resources.
62+
2. You have sufficient free Mendix Cloud Tokens. These tokens are required to allocate GenAI capacity. For more information, refer to [Cloud Tokens](/control-center/cloud-tokens/).
63+
64+
For further details, refer to the [Prerequisites](/control-center/genai-resources-self-service/#prerequisites) section of *GenAI Resources*.
65+
66+
### Provisioning GenAI Resources Without Using the Self-Service Capability
67+
68+
If the self-service capability is not available in your environment, you can still provision your GenAI resources by ordering the existing SKU associated to your Mendix subscription. To do so, you can contact your sales representative or CSM.
69+
4870
## Knowledge Bases
4971

5072
Mendix Cloud Knowledge Base Resource Packs provide customers with an elastic, logically isolated vector database, to use for standard Generative AI architectural patterns such as Retrieval-Augmented Generation (RAG), semantic similarity search, and other Generative AI use cases. The Knowledge Bases on Mendix Cloud are based on AWS's highly secure Amazon Bedrock Knowledge Bases capability, combined with AWS' OpenSearch Serverless database— a widely adopted standard infrastructure for Generative AI Knowledge Bases on AWS, ensuring fast & accurate information retrieval.

content/en/docs/marketplace/genai/mendix-cloud-genai/navigate_mxgenai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ The **Settings** tab contains the details of a GenAI resource. It shows the foll
2323
* **Display Name**: indicates the name of the resource.
2424
* **ID**: indicates the resource ID.
2525
* **Region(s)**: the region where the resource is hosted.
26-
* **Cross Region Inference (CRI)**: shows if the model supports cross-region inference*.
26+
* **Cross Region Inference (CRI)**: shows if the model supports cross-region inference ¹.
2727
* **Cloud Provider**: indicates the cloud provider, for example, AWS.
2828
* **Type**: this is the type of resource, for example, Text Generation, Embedding, Knowledge Base, etc.
2929
* **Model**: indicates which model is used, for example, Anthropic Claude Sonnet 3.5.
3030
* **Plan**: indicates the subscription plan used for compute resources (for example, embedding or text generation resources).
3131
* **Environment**: shows which environment is used, for example, test, acceptance, or production.
3232

33-
\* Cross-region inference (CRI) allows a model to redirect requests to another region, helping to distribute the load across multiple regions within the same area. So, EU requests always stay within EU regions. Connecting to a cross-region inference profile does not change how the request is sent; the redirection happens on the server side, determining the region to handle the request to get the fastest response. For more information, see [Increase throughput with cross-Region inference](https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html). If applicable, CRI profiles are selected during provisioning of a model resource.
33+
¹ Cross-region inference (CRI) allows a model to redirect requests to another region, helping to distribute the load across multiple regions within the same area. So, EU requests always stay within EU regions. Connecting to a cross-region inference profile does not change how the request is sent; the redirection happens on the server side, determining the region to handle the request to get the fastest response. For more information, see [Increase throughput with cross-Region inference](https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html). If applicable, CRI profiles are selected during provisioning of a model resource. New models are available under the CRI inferencing type by default.
3434

3535
#### Additional Details for Knowledge Base Resources
3636

0 commit comments

Comments
 (0)