AIP-541: Add Model ID and End of Life columns to GenAI Resource Packs supported models table - #11869
Open
piyaviraj-ranasinghe wants to merge 1 commit into
Open
AIP-541: Add Model ID and End of Life columns to GenAI Resource Packs supported models table#11869piyaviraj-ranasinghe wants to merge 1 commit into
piyaviraj-ranasinghe wants to merge 1 commit into
Conversation
Contributor
Author
|
@Karuna-Mendix Could u please review this PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds two columns to the Supported Models table in Mendix Cloud GenAI Resource Packs
(
content/en/docs/genai/mendix-cloud-genai/mendix-cloud-grp.md):model, populated for all 11 rows.
Also adds a short legend below the table explaining both columns.
Details
Model IDs are taken verbatim from the GenAI backend's supported-models response, per region:
eu.cross-region inference profile prefix(for example,
eu.anthropic.claude-sonnet-4-6), matching theirYESin the CRI column.NOinthe CRI column.
cohere.embed-english-v3andcohere.embed-multilingual-v3) on separate lines.Empty End of Life cells use an em dash, consistent with the GenAI Units exchange-rate table
further down the same page.
Two related findings, both deliberately left out of this PR:
eu.anthropic.claude-sonnet-4-20250514-v1:0) is the one model with aconfirmed Bedrock EOL date — October 14, 2026, covering the EU inference regions and
not
ca-central-1. It is returned by the eu-central API but has never been documented inthis table or in the GenAI Units exchange-rate table, so it received no row. If it is
provisionable by users, it needs a row and that date.
anthropic.claude-3-sonnet-20240229-v1:0, Mendix Cloud Canada) has nopublished Bedrock EOL date. It is absent from Bedrock's Legacy/pending-EOL table, which
omits models already past EOL, yet the ca-canada API still serves it — consistent with AWS's
provision for continued access under a private arrangement with the provider. Shown as a
dash rather than an invented date.
Claude Sonnet 4.5 is the next one to watch: Anthropic's tentative retirement is September 29, 2026, but Bedrock has not declared it Legacy, so it is left blank.