Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions providers/aws-bedrock-mantle/xai.grok-4.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
costs:
- region: us-west-2
mode: unknown
model: xai.grok-4.6

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incomplete grok-4.6 model definition

High Severity

The new xai.grok-4.6 entry is a stub: mode is unknown, costs list only us-west-2 with no token prices, and extra_configuration.bedrock_mantle_adhoc_prefix is missing. Grok on Mantle is a chat model served under /openai, so the registry will publish the wrong mode, omit pricing, and route requests to the plain /v1 path instead of /openai/v1.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ca750cf. Configure here.

Loading