Sol
1M contextIn-Region: openai.gpt-5.6-sol
Cross-Region: us.openai.gpt-5.6-sol · global.openai.gpt-5.6-sol
Hard reasoning, complex coding, and quality-first agent work
Mantle in-Region: us-east-1 · us-east-2 · Runtime: US Geo or Global profile
Independent developer guide · Source checked August 19, 2026
Amazon Bedrock exposes GPT-5.6 Sol, Terra, and Luna through two endpoint families. Choose in-Region mantle or cross-Region runtime deliberately: their model references, APIs, tools, routing, observability, and governance boundaries are not interchangeable.
Model decision
AWS documents 1 million-token context, text and image input, text output, Responses, Chat Completions, Converse, and prompt caching across the family. Endpoint support differs, so choose the API and routing contract before evaluating the exact task.
In-Region: openai.gpt-5.6-sol
Cross-Region: us.openai.gpt-5.6-sol · global.openai.gpt-5.6-sol
Hard reasoning, complex coding, and quality-first agent work
Mantle in-Region: us-east-1 · us-east-2 · Runtime: US Geo or Global profile
In-Region: openai.gpt-5.6-terra
Cross-Region: us.openai.gpt-5.6-terra · in.openai.gpt-5.6-terra · global.openai.gpt-5.6-terra
Balanced everyday production, mixed reasoning, and tool workflows
Mantle in-Region: us-east-1 · us-east-2 · us-west-2 · Runtime: US, India, or Global profile
In-Region: openai.gpt-5.6-luna
Cross-Region: us.openai.gpt-5.6-luna · in.openai.gpt-5.6-luna · global.openai.gpt-5.6-luna
Fast, high-volume classification, routing, extraction, and summarization
Mantle in-Region: us-east-1 · us-east-2 · us-west-2 · Runtime: US, India, or Global profile
Known-good boundary
SOURCE_REGION = "us-east-2" OPENAI_BASE_URL = "https://bedrock-runtime.us-east-2.amazonaws.com/openai/v1" MODEL = "us.openai.gpt-5.6-terra" AUTH = "short-term bearer token from the AWS credential chain" API = "Responses" ROUTING = "US Geo cross-Region" # In-Region alternative with server-side tools: # https://bedrock-mantle.us-east-2.api.aws/openai/v1 # openai.gpt-5.6-terra
The runtime example uses a Geo inference profile, so processing can leave the source Region while staying inside the named geography. Global can route worldwide. The direct OpenAI API uses different model slugs, authentication, and controls; similar client code is not proof of feature or governance parity.
Production path
01
Begin with Sol, Terra, or Luna from the task contract, then evaluate rather than routing every request to the flagship tier.
02
Use bedrock-mantle for documented in-Region access or server-side tools; use bedrock-runtime with a Geo or Global inference profile for cross-Region routing.
03
Preserve prompts, reasoning behavior, tools, output schemas, storage, and retries before adding new features or tuning.
04
Test long-context evidence quality and log uncached, cache-write, cache-read, reasoning, and output tokens per successful task.
05
Exercise quota errors, token expiry, timeouts, cancellation, duplicate tool delivery, fallback, and rollback before scaling traffic.
Implementation guides
Configure the OpenAI SDK, choose bedrock-runtime or bedrock-mantle, use the matching profile or model ID, and verify the first request.
Choose a starting tier by workload, Region, cost and latency goals, then build an auditable evaluation and routing policy.
Check the 1M context limit, in-Region versus Geo or Global routing, source and destination Regions, and data-location boundary.
Use implicit or explicit caching, calculate the current multipliers, and verify reads and writes from response usage.
Inventory model calls, preserve contracts, separate provider changes, validate controlled variants, and prepare rollback.
Compare model IDs, endpoints, authentication, context metadata, governance, caching, features, and total workload cost.
This independent guide is not an AWS console, model endpoint, or Flowith integration. It does not grant access, store credentials, or call a model. Verify current AWS and OpenAI documentation, model cards, Regions, quotas, identity, data controls, pricing, caching, and service terms before deployment.