Skip to content

feat(aws-bedrock-mantle/anthropic.claude-fern-trn2-1024k): add new models [bot] - #2492

Open
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-aws-bedrock-mantle-anthropic.claude-fern-trn2-1024k-20260830-000500
Open

feat(aws-bedrock-mantle/anthropic.claude-fern-trn2-1024k): add new models [bot]#2492
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-aws-bedrock-mantle-anthropic.claude-fern-trn2-1024k-20260830-000500

Conversation

@models-bot

@models-bot models-bot Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Auto-generated by model-addition-agent for aws-bedrock-mantle/anthropic.claude-fern-trn2-1024k.


Note

Low Risk
Adds a new provider config file only; no runtime or auth changes, with placeholder mode and incomplete cost data.

Overview
Adds a new aws-bedrock-mantle provider entry for anthropic.claude-fern-trn2-1024k, auto-generated by the model-addition agent.

The YAML is a minimal stub: mode and supportedModes are set to unknown, and costs only lists us-east-2 without per-token pricing (unlike fully fleshed-out sibling model files).

Reviewed by Cursor Bugbot for commit e7eb9d5. Bugbot is set up for automated code reviews on this repo. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 76ffef6. Configure here.

costs:
- region: us-east-2
mode: unknown
model: anthropic.claude-fern-trn2-1024k

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing Anthropic Mantle path prefix

High Severity

This Anthropic Claude model omits extra_configuration.bedrock_mantle_adhoc_prefix: /anthropic. Every other anthropic.* model in this provider sets that prefix so the gateway injects /anthropic before /v1. Without it, inference is sent to the plain Mantle /v1 path instead of the Anthropic Messages API and fails.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 76ffef6. Configure here.

@@ -0,0 +1,4 @@
costs:
- region: us-east-2
mode: unknown

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude model marked mode unknown

Medium Severity

mode is unknown for anthropic.claude-fern-trn2-1024k. Sibling Claude models in this provider use mode: chat, and the gateway uses mode to decide how to expose and route a model. Leaving it unknown keeps this new Claude model from being treated as a chat model.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 76ffef6. Configure here.

@github-actions

Copy link
Copy Markdown
Contributor

/test-models

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants