Skip to content

feat: add OpenAI GPT-5.5 and GPT-5.4 via Bedrock Mantle#2

Open
cncoder wants to merge 1 commit into
mainfrom
feat/add-gpt-5.5-bedrock-mantle
Open

feat: add OpenAI GPT-5.5 and GPT-5.4 via Bedrock Mantle#2
cncoder wants to merge 1 commit into
mainfrom
feat/add-gpt-5.5-bedrock-mantle

Conversation

@cncoder
Copy link
Copy Markdown
Owner

@cncoder cncoder commented Jun 2, 2026

Summary

Add OpenAI GPT-5.5 and GPT-5.4 models via Amazon Bedrock Mantle endpoint (GA 2026-06-01).

Changes

  • kubernetes/configmap.yaml: Add gpt-5.5 and gpt-5.4 to model_list
  • docs/models.md: Add Bedrock Mantle section with usage notes

Technical Details

  • Endpoint: https://bedrock-mantle.us-east-2.api.aws/openai/v1/responses
  • API Format: OpenAI Responses API (not /chat/completions)
  • Auth: BEDROCK_MANTLE_API_KEY (bearer token) or AWS SigV4
  • Supported tool types: function, mcp, custom, namespace, tool_search
  • NOT supported: computer_use_preview, web_search

Testing

Verified both models respond correctly:

GPT-5.5: input=18 tokens, output=17 (reasoning=10)
GPT-5.4: input=14 tokens, output=36 (reasoning=0)

Ref

- Add gpt-5.5 and gpt-5.4 to configmap model_list
- Use bedrock/mantle/ prefix with SigV4 auth (IRSA, no API key needed)
- Endpoint: bedrock-mantle.us-east-2.api.aws/openai/v1/responses
- Models only support Responses API (not /chat/completions)
- Requires litellm >= 1.83.14 (Docker image has Python 3.12)
- Update docs/models.md with Bedrock Mantle section

Tested: both models respond correctly via SigV4-signed requests.
Ref: https://aws.amazon.com/blogs/aws/get-started-with-openai-gpt-5-5-gpt-5-4-models-and-codex-on-amazon-bedrock/
@cncoder cncoder force-pushed the feat/add-gpt-5.5-bedrock-mantle branch from 058acc9 to 4989bf2 Compare June 2, 2026 04:36
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.

1 participant