Amazon Bedrock model

Claude 3 Haiku

bedrock/anthropic-claude-3-haiku-20240307-v1-0-b1b6fc483bde8118

Model capability, routing, health, and pricing are exposed through the OpenWaya registry.

Lifecyclecanary
ContextNot declared
Provider routes1
Aggregate healthunknown

Capabilities

What this model can do.

chatstreamingtext_generation

Provider routes

Every available path, visible.

OpenWaya evaluates route health and policy before dispatch and keeps eligible fallbacks ready.

ProviderProvider modelRegionStateHealthScore
Amazon Bedrockanthropic.claude-3-haiku-20240307-v1:0ca-west-1canary unknownUnverified

Price book

Clear input and output rates.

The shared display-currency selector updates these reference prices while the auditable price-book basis remains USD.

Input / 1M tokensNot priced
Output / 1M tokensNot priced

Price-book basis · USD. Localized catalog display uses the shared currency selector.

OpenAI-compatible

Call this model directly.

Keep your SDK and request shape. Use this registry ID when you need an explicit model route.

const result = await client.chat.completions.create({
  model: "bedrock/anthropic-claude-3-haiku-20240307-v1-0-b1b6fc483bde8118",
  messages: [{ role: "user", content: "Hello" }],
  stream: true,
});