The whole hunk
from line 102, old and new numbered
/
lines
from line 102
102102 <Tabs>
103103 <Tab title="Gradle">
104104 ```kotlin
105 implementation("com.anthropic:anthropic-java:2.63.0")
106 implementation("com.anthropic:anthropic-java-bedrock:2.63.0")
105 implementation("com.anthropic:anthropic-java:2.65.0")
106 implementation("com.anthropic:anthropic-java-bedrock:2.65.0")
107107 ```
108108 </Tab>
109109
from line 112
112112 <dependency>
113113 <groupId>com.anthropic</groupId>
114114 <artifactId>anthropic-java</artifactId>
115 <version>2.63.0</version>
115 <version>2.65.0</version>
116116 </dependency>
117117 <dependency>
118118 <groupId>com.anthropic</groupId>
119119 <artifactId>anthropic-java-bedrock</artifactId>
120 <version>2.63.0</version>
120 <version>2.65.0</version>
121121 </dependency>
122122 ```
123123 </Tab>
from line 155
155155 -H "content-type: application/json" \
156156 -H "anthropic-version: 2023-06-01" \
157157 -d '{
158 "model": "anthropic.claude-opus-5",
158 "model": "anthropic.claude-opus-5-5",
159159 "max_tokens": 1024,
160160 "messages": [
161161 {"role": "user", "content": "Hello, Claude"}
from line 175
175175 client = AnthropicBedrockMantle(aws_region="us-east-1")
176176
177177 message = client.messages.create(
178 model="anthropic.claude-opus-5",
178 model="anthropic.claude-opus-5-5",
179179 max_tokens=1024,
180180 messages=[{"role": "user", "content": "Hello, Claude"}],
181181 )
from line 193
193193 });
194194
195195 const message = await client.messages.create({
196 model: "anthropic.claude-opus-5",
196 model: "anthropic.claude-opus-5-5",
197197 max_tokens: 1024,
198198 messages: [{ role: "user", content: "Hello, Claude" }]
199199 });
from line 214
214214
215215 var message = await client.Messages.Create(new()
216216 {
217 Model = "anthropic.claude-opus-5",
217 Model = "anthropic.claude-opus-5-5",
218218 MaxTokens = 1024,
219219 Messages = [new() { Role = Role.User, Content = "Hello, Claude" }],
220220 });
from line 240
240240 }
241241
242242 message, err := client.Messages.New(context.Background(), anthropic.MessageNewParams{
243 Model: "anthropic.claude-opus-5",
243 Model: "anthropic.claude-opus-5-5",
244244 MaxTokens: 1024,
245245 Messages: []anthropic.MessageParam{
246246 anthropic.NewUserMessage(anthropic.NewTextBlock("Hello, Claude")),
from line 275
275275
276276 Message message = client.messages().create(
277277 MessageCreateParams.builder()
278 .model("anthropic.claude-opus-5")
278 .model("anthropic.claude-opus-5-5")
279279 .maxTokens(1024)
280280 .addUserMessage("Hello, Claude")
281281 .build()
from line 296
296296 $client = new MantleClient(awsRegion: 'us-east-1');
297297
298298 $message = $client->messages->create(
299 model: 'anthropic.claude-opus-5',
299 model: 'anthropic.claude-opus-5-5',
300300 maxTokens: 1024,
301301 messages: [
302302 ['role' => 'user', 'content' => 'Hello, Claude'],
from line 314
314314 client = Anthropic::BedrockMantleClient.new(aws_region: "us-east-1")
315315
316316 message = client.messages.create(
317 model: "anthropic.claude-opus-5",
317 model: "anthropic.claude-opus-5-5",
318318 max_tokens: 1024,
319319 messages: [{role: "user", content: "Hello, Claude"}]
320320 )
from line 336
336336| --------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------- |
337337| Claude Fable 5.1 | anthropic.claude-fable-5-1 | Open |
338338| Claude Fable 5 | anthropic.claude-fable-5 | Open |
339| Claude Opus 5.5 | anthropic.claude-opus-5-5 | See [Access](https://platform.claude.com/docs/en/build-with-claude/claude-in-amazon-bedrock#access) |
339340| Claude Opus 5 | anthropic.claude-opus-5 | See [Access](https://platform.claude.com/docs/en/build-with-claude/claude-in-amazon-bedrock#access) |
340341| Claude Opus 4.8 | anthropic.claude-opus-4-8 | Open |
341342| Claude Opus 4.7 | anthropic.claude-opus-4-7 | Open |
from line 344
343344| Claude Haiku 4.5 | anthropic.claude-haiku-4-5 | Open |
344345| Claude Mythos Preview | anthropic.claude-mythos-preview | Invitation only ([Project Glasswing](https://anthropic.com/glasswing)) |
345346
346Use Claude Code 2.1.255 or later with Claude Fable 5.1 on Amazon Bedrock; run `claude update` to upgrade.
347Use Claude Code 2.1.255 or later with Claude Fable 5.1 on Amazon Bedrock, and 2.1.280 or later with Claude Opus 5.5; run `claude update` to upgrade.
347348
348349<Tip>
349350 Upgrading to a newer Claude model? In Claude Code, run `/claude-api migrate` to apply model ID swaps and breaking parameter changes across your codebase. The skill detects which cloud platform your code targets and adjusts model ID formats and feature changes for that platform. See [Migrating to a newer Claude model](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/claude-api-skill#migrating-to-a-newer-claude-model).
from line 380
379380* **Global:** dynamic routing across all available regions for maximum availability. No pricing premium.
380381* **Regional:** the endpoint resolves to the single AWS region you specify, for data-residency requirements. Regional endpoints carry a 10% pricing premium over global endpoints. To route across multiple regions within a geography, use an [inference profile](https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html) (US, EU, JP, or AU). Regions marked **In-region only** in the table support direct single-region routing without an inference profile.
381382
382The global endpoint is available for Claude Fable 5.1, Claude Fable 5, Claude Opus 5, Claude Opus 4.8, Claude Opus 4.7, Claude Sonnet 5, and Claude Haiku 4.5. For Claude Fable 5.1, regional endpoints are currently available in `us-east-1` only. Claude Mythos Preview is regional only and is available in `us-east-1`.
383The global endpoint is available for Claude Fable 5.1, Claude Fable 5, Claude Opus 5.5, Claude Opus 5, Claude Opus 4.8, Claude Opus 4.7, Claude Sonnet 5, and Claude Haiku 4.5. For Claude Fable 5.1, regional endpoints are currently available in `us-east-1` only. Claude Mythos Preview is regional only and is available in `us-east-1`.
383384
384385| AWS region | Location | Endpoint types |
385386| ---------------- | ------------------------- | -------------------------- |