diff --git a/content/en/docs/genai/mendix-cloud-genai/navigate-mxgenai.md b/content/en/docs/genai/mendix-cloud-genai/navigate-mxgenai.md index 7f1ac112533..d512b294b26 100644 --- a/content/en/docs/genai/mendix-cloud-genai/navigate-mxgenai.md +++ b/content/en/docs/genai/mendix-cloud-genai/navigate-mxgenai.md @@ -30,7 +30,7 @@ Note that periods represent bundle months. A bundle month is the period during w **Current Consumption** shows the total GenAI Units consumed against your monthly allocation, displayed as a percentage and a number (for example, 1,521 / 1.6k). **Plan** shows the resource pack model type (for example, Anthropic Claude Opus) and the total GenAI Unit allocation for the bundle month. The bundle refill date is shown at the top of the page. -Below the summary, the page shows **Consumption Over Selected Time Range**. You can switch between weekly (**W**), bundle month (**BM**), month to date (**MTD**), and six months (**6M**) views. The charts show: +Below the summary, the page shows **Consumption Over Selected Time Range**. You can switch between weekly (**W**), bundle month (**BM**), month to date (**MTD**), and six months (**6M**) views. Use the **Model** dropdown to filter the charts by a specific model, and the **Key** dropdown to filter them by a specific resource key. The charts show the following metrics: * **Monthly Bundle GenAI Units Consumption** – GenAI Units consumed per day, with a dashed line indicating the monthly allocation limit. * **Monthly Bundle Input Consumption** – Raw LLM input tokens consumed per day. diff --git a/content/en/docs/releasenotes/mendix-cloud-genai-resource-packs/_index.md b/content/en/docs/releasenotes/mendix-cloud-genai-resource-packs/_index.md index 0a9a787cce4..99f96596c19 100644 --- a/content/en/docs/releasenotes/mendix-cloud-genai-resource-packs/_index.md +++ b/content/en/docs/releasenotes/mendix-cloud-genai-resource-packs/_index.md @@ -12,6 +12,17 @@ These release notes cover changes made to the [Mendix Cloud GenAI Resource Packs ## 2026 +### July 16, 2026 + +#### New Features + +* We added **Model** and **Key** drop-down menus to the **Token Consumption Monitor** page, allowing you to filter charts by model and resource key. + +#### Fixes + +* We fixed an issue where the available model versions for a resource were not sorted correctly. Model versions are now displayed in the correct order, making it easier to identify the available versions. +* We fixed an issue where searching the **Created for** field by email address was not consistently case-insensitive. Searches are now case-insensitive, improving search reliability. + ### June 25, 2026 #### New Features diff --git a/static/attachments/genai/navigate_mxgenai/token-consumption-monitor.png b/static/attachments/genai/navigate_mxgenai/token-consumption-monitor.png index 8e5b8d094ed..40e42330fcf 100644 Binary files a/static/attachments/genai/navigate_mxgenai/token-consumption-monitor.png and b/static/attachments/genai/navigate_mxgenai/token-consumption-monitor.png differ