Skip to content

Amazon Bedrock Grok 4.6 is routed through Mantle and fails with "The model does not exist" #43514

Description

@mclermont0

OpenCode Desktop lists Amazon Bedrock Grok 4.6 (xai.grok-4.6) but invoking it fails:

AI_APICallError: The model 'xai.grok-4.6' does not exist

Changing the cache ID to us.xai.grok-4.6 still fails while OpenCode keeps using the Mantle adapter:

@ai-sdk/amazon-bedrock/mantle
https://bedrock-mantle.${AWS_REGION}.api.aws/openai/v1

That same profile works through native Bedrock Runtime:

aws bedrock-runtime converse --model-id us.xai.grok-4.6

Grok 4.3 works on Mantle. Grok 4.6 requires native Bedrock (@ai-sdk/amazon-bedrock) plus an inference profile (us.xai.grok-4.6 or global.xai.grok-4.6).

Expected: Use native Bedrock Runtime for Grok 4.6, or only list it if Mantle actually supports it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions