Skip to content

[BOT ISSUE] Bedrock: add missing Claude Opus 5.5 geo variants (eu, au, jp) #1287

Description

@github-actions

Summary

Three geo cross-region inference profiles for Claude Opus 5.5 on Amazon Bedrock are missing from model_list.json. This is a companion to the issue adding the base anthropic.claude-opus-5-5, global., and us. entries.

The Bedrock model card Programmatic Access table lists all five geo IDs. Existing Claude Opus 5 entries follow this pattern: eu.anthropic.claude-opus-5 (line 10648), au.anthropic.claude-opus-5 (line 10740).

Note: jp.anthropic.claude-opus-5-5 uses a jp. geo prefix that is new to the catalog. No existing jp.* entries exist in model_list.json. The Bedrock model card documents it as "JP geo (jp.anthropic.claude-opus-5-5): Keeps data within Japan regions."

Missing Models

Model ID Type Notes
eu.anthropic.claude-opus-5-5 EU geo cross-region inference EU regions
au.anthropic.claude-opus-5-5 AU geo cross-region inference Australia regions
jp.anthropic.claude-opus-5-5 JP geo cross-region inference Japan regions (new jp. prefix)

Suggested Catalog Entries

All three are geo variants with parent: "anthropic.claude-opus-5-5". Pricing is omitted — existing eu./au. variants for Claude Opus 5 carry a 10% premium over base pricing, but this should be verified from the Bedrock pricing page before applying.

"eu.anthropic.claude-opus-5-5": {
  "format": "anthropic",
  "flavor": "chat",
  "multimodal": true,
  "displayName": "EU Claude Opus 5.5",
  "reasoning": true,
  "reasoning_budget": true,
  "parent": "anthropic.claude-opus-5-5",
  "max_input_tokens": 1000000,
  "max_output_tokens": 128000,
  "available_providers": ["bedrock"]
}
"au.anthropic.claude-opus-5-5": {
  "format": "anthropic",
  "flavor": "chat",
  "multimodal": true,
  "displayName": "AU Claude Opus 5.5",
  "reasoning": true,
  "reasoning_budget": true,
  "parent": "anthropic.claude-opus-5-5",
  "max_input_tokens": 1000000,
  "max_output_tokens": 128000,
  "available_providers": ["bedrock"]
}
"jp.anthropic.claude-opus-5-5": {
  "format": "anthropic",
  "flavor": "chat",
  "multimodal": true,
  "displayName": "JP Claude Opus 5.5",
  "reasoning": true,
  "reasoning_budget": true,
  "parent": "anthropic.claude-opus-5-5",
  "max_input_tokens": 1000000,
  "max_output_tokens": 128000,
  "available_providers": ["bedrock"]
}

Verification Checklist

Check Status Detail
Cross-source All three geo IDs confirmed in Claude Opus 5.5 model card Programmatic Access table AND Regional Availability table (EU, AU, JP geo rows show supported)
Already in catalog grep for eu.anthropic.claude-opus-5-5, au.anthropic.claude-opus-5-5, jp.anthropic.claude-opus-5-5 returns zero matches
ID format eu. and au. follow existing convention: eu.anthropic.claude-opus-5 (line 10648), au.anthropic.claude-opus-5 (line 10740). jp. is new.
Not deprecated Launched September 22, 2026; EOL no sooner than September 22, 2027
Duplicate check No open or closed issue covers these model IDs

Local Files Inspected

  • packages/proxy/schema/model_list.json — confirmed all three IDs absent; templates eu.anthropic.claude-opus-5 (line 10648), au.anthropic.claude-opus-5 (line 10740); no jp.* entries exist in catalog

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions