anoman

Anthropic

Claude Opus (Bedrock Jakarta)

modelclaude-opus-bedrock-id
PremiumStableVisionStreamingVisionToolsBatchLong contextIndonesia

Context

1.0M

Input / 1M tokens

$5.00

Output / 1M tokens

$25.00

Weighted tokens formula

0.5× provider × 17× tier

About this model

Claude Opus (Bedrock Jakarta)

Claude Opus served via AWS Bedrock in Jakarta (ap-southeast-3). Same weights as the direct Anthropic route, same pricing — but the request is processed in Indonesia under UU PDP. Use this when residency requires data to stay in Indonesia.

Training cutoff

2024-11

Parameters

Not disclosed

Best for

Use cases

  • Indonesia-resident production workloads
  • UU PDP compliance scenarios
  • Customers with Indonesian-only data processing requirements

Strengths

What it does well

  • Data processed in Indonesia — UU PDP compliant
  • Same Anthropic quality + pricing
  • Low latency for Jakarta customers

Limitations

Know the trade-offs

  • !Bedrock occasionally lags Anthropic Direct on new model availability
  • !Some features (prompt caching) limited compared to direct

Code example

Chat completion with Claude Opus (Bedrock Jakarta)

from openai import OpenAI

client = OpenAI(
    base_url="https://api.anoman.io/v1",
    api_key="anm-sk-..."
)

response = client.chat.completions.create(
    model="claude-opus-bedrock-id",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Weighted tokens

weighted_tokens = raw_tokens × 0.5 (provider) × 17 (tier)

Pro plan: 20M weighted tokens/month. Combined multiplier 8.5×: 2,352,941 raw tokens available.

Alternatives

Similar models in our catalog

Workloads that fit Claude Opus (Bedrock Jakarta) often fit these too. Compare benchmarks and pricing before locking in a default.

Use Claude Opus (Bedrock Jakarta) through Anoman.