Introducing explicit prompt caching for OpenAI GPT-5.6 models on Amazon Bedrock
OpenAI GPT-5.6 models (Sol, Terra, Luna) are now generally available on Amazon Bedrock with pay-per-token pricing and AWS security controls. Explicit prompt caching is introduced, allowing precise control over cached prompt portions, billed at a 90% discount for 30 minutes. The new models support reasoning effort levels (none to xhigh), streaming responses, function calling, and strict JSON schema output via the Responses API.
Analysis
TL;DR
- OpenAI GPT-5.6 models (Sol, Terra, Luna) are now generally available on Amazon Bedrock with pay-per-token pricing and AWS security controls.
- Explicit prompt caching is introduced, allowing precise control over cached prompt portions, billed at a 90% discount for 30 minutes.
- The new models support reasoning effort levels (none to xhigh), streaming responses, function calling, and strict JSON schema output via the Responses API.
Why It Matters
This integration enhances cost efficiency and flexibility for AI practitioners by leveraging explicit prompt caching and tiered model capabilities on AWS. It also simplifies migration from earlier GPT models while maintaining compatibility with existing workflows through the OpenAI-compatible Responses API.
Technical Details
- Model Tiers: GPT-5.6 Sol (complex reasoning/agentic coding), Terra (balanced workloads), Luna (fast/high-volume tasks like classification/summarization).
- Explicit Prompt Caching: Users can specify which prompt parts to cache/reuse across requests, reducing costs by 90% for cached inputs valid for 30 minutes.
- Reasoning Effort Levels: Configurable from
none(lowest latency) toxhigh(maximum reasoning), withmediumas default; sampling parameters (temperature,top_p) only apply wheneffort=none. - API Integration: Models use the OpenAI-compatible Responses API on Amazon Bedrock’s
bedrock-mantleendpoint, supporting tool calls, structured JSON output, and streamed responses via standard SDK interfaces. - Authentication: Short-term bearer tokens generated from AWS credentials using
aws-bedrock-token-generator, eliminating long-lived secrets in code.
Industry Insight
Agentic workflows involving repeated system instructions or tool definitions will benefit significantly from explicit prompt caching, lowering operational costs and improving scalability. Organizations migrating from older GPT versions should start by retaining current reasoning effort levels before testing lower settings, as GPT-5.6 offers improved token efficiency without sacrificing quality.
Disclaimer: The above content is generated by AI and is for reference only.