All Models
12 Models · 2 Providers · PII Redacted

🤖Claude Models

by Anthropic (Closed Source)

Anthropic's Claude family is built with safety and reliability at its core. Compare Claude API pricing and Claude Sonnet cost across plan tiers. Claude Sonnet offers an excellent balance of intelligence and cost, making it popular for enterprise deployments where accuracy and safety are paramount.

From $0.25/M tokens
2 providers
28+ PII entities redacted

Why deploy Claude through OpenSourceAIHub?

Automatic PII Redaction

Every Claude request is scanned for 28+ PII entity types — SSNs, credit cards, emails, API keys, and more — before it reaches any provider.

Smart Cost Routing

Claude is available across 2 providers. Our Smart Router picks the cheapest one per-request. 30% managed markup / 0% on Pro BYOK.

Zero Code Changes

Change two lines in your OpenAI SDK — base_url and api_key — and every request flows through the Hub. Full backward compatibility.

Full Observability

Per-request logging of token counts, latency, DLP violations, and cost. Never wonder what your AI spend is again.

Claude Strengths

  • Constitutional AI — built-in safety alignment
  • Strong at nuanced, long-form content generation
  • Excellent for tasks requiring careful, precise outputs
  • 200K context window across model variants
  • Competitive pricing on Sonnet tier

Available Claude Models (12)

Claude Haiku 3

oah/claude-3-haiku
Closed — Mini

Deploy Claude Haiku 3 with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.

Anthropic
VisionInput: $0.25/MOutput: $1.25/M

Claude Haiku 4.5

oah/claude-haiku-4-5
Closed — Mini

Deploy Claude Haiku 4.5 with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.

Anthropic
VisionInput: $1.00/MOutput: $5.00/M

Claude Opus 4.1

oah/claude-opus-4-1
Closed — Premium

Deploy Claude Opus 4.1 with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.

Anthropic
Input: $15.00/MOutput: $75.00/M

Claude Opus 4

oah/claude-opus-4
Closed — Premium

Deploy Claude Opus 4 with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.

Anthropic
Input: $15.00/MOutput: $75.00/M

Claude Opus 4.5

oah/claude-opus-4-5
Closed — Premium

Deploy Claude Opus 4.5 with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.

Anthropic
Input: $5.00/MOutput: $25.00/M

Claude Opus 4.6

oah/claude-opus-4-6
Closed — Premium

Deploy Claude Opus 4.6 with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.

Anthropic
Input: $5.00/MOutput: $25.00/M

Claude Sonnet 4

oah/claude-sonnet-4
Closed — Premium

Deploy Claude Sonnet 4 with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.

Anthropic
VisionInput: $3.00/MOutput: $15.00/M

Claude Sonnet 4.5

oah/claude-sonnet-4-5
Closed — Premium

Deploy Claude Sonnet 4.5 with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.

Anthropic
Input: $3.00/MOutput: $15.00/M

Claude Sonnet 4.6

oah/claude-sonnet-4-6
Closed — Premium

Deploy Claude Sonnet 4.6 with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.

Anthropic
Input: $3.00/MOutput: $15.00/M

anthropic/claude-3-7-sonnet-latest

oah/claude-3-7-sonnet
Open Source

Deploy anthropic/claude-3-7-sonnet-latest with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.

DeepInfra
Input: $3.30/MOutput: $16.50/M

anthropic/claude-4-opus

oah/claude-4-opus
Open Source

Deploy anthropic/claude-4-opus with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.

DeepInfra
Input: $16.50/MOutput: $82.50/M

anthropic/claude-4-sonnet

oah/claude-4-sonnet
Open Source

Deploy anthropic/claude-4-sonnet with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.

DeepInfra
Input: $3.30/MOutput: $16.50/M

Claude Pricing Comparison (per 1M tokens, USD)

Input / Output pricing by provider. Managed Mode adds a 30% managed markup. Pro BYOK = 0% markup.

ModelParamsContextVisionAnthropicDeepInfra
Claude Haiku 3
oah/claude-3-haiku
Yes
$0.25/$1.25
Claude Haiku 4.5
oah/claude-haiku-4-5
Yes
$1.00/$5.00
Claude Opus 4.1
oah/claude-opus-4-1
No
$15.00/$75.00
Claude Opus 4
oah/claude-opus-4
No
$15.00/$75.00
Claude Opus 4.5
oah/claude-opus-4-5
No
$5.00/$25.00
Claude Opus 4.6
oah/claude-opus-4-6
No
$5.00/$25.00
Claude Sonnet 4
oah/claude-sonnet-4
Yes
$3.00/$15.00
Claude Sonnet 4.5
oah/claude-sonnet-4-5
No
$3.00/$15.00
Claude Sonnet 4.6
oah/claude-sonnet-4-6
No
$3.00/$15.00
anthropic/claude-3-7-sonnet-latest
oah/claude-3-7-sonnet
No
$3.30/$16.50
anthropic/claude-4-opus
oah/claude-4-opus
No
$16.50/$82.50
anthropic/claude-4-sonnet
oah/claude-4-sonnet
No
$3.30/$16.50

Claude Direct vs OpenSourceAIHub

What you get at each pricing tier. Hub adds security, governance, and multi-provider routing on top of raw API access.

ModeWhat You PayPII RedactionBudget CapsRoutingAudit Trail
Direct to AnthropicProvider pricing onlyNoneNoneManualNone
Hub — Managed ModeProvider + 30% markup28+ PII typesPer-key hard capsSmart RouterFull compliance log
Hub — Pro BYOK ($29/mo)Direct to provider (0% markup)28+ PII typesPer-key hard capsSmart RouterFull compliance log

Popular Use Cases

1

Enterprise content generation with safety requirements

2

Legal and compliance document analysis

3

Customer-facing chatbots requiring careful tone control

4

Long-form writing and editing workflows

Integration — 2 Lines

from openai import OpenAI

client = OpenAI(
    base_url="https://api.opensourceaihub.ai/v1",
    api_key="your_hub_api_key"
)

# Use any virtual model name from the pricing table above
response = client.chat.completions.create(
    model="oah/claude-3-haiku",
    messages=[{"role": "user", "content": "Hello!"}]
)

Use any virtual model name from the pricing table above (prefixed with oah/). Works with the standard OpenAI SDK. Every request is PII-scanned before reaching Anthropic (Closed Source).

Frequently Asked Questions

What is the Claude API pricing on OpenSourceAIHub?
Claude API pricing depends on the model variant. In Managed Mode, we add a 30% markup on Anthropic's published API pricing. With Pro BYOK, use your own Anthropic key at 0% markup. See the live pricing table above.
What is the Claude Sonnet cost?
Claude Sonnet is the mid-tier option with the best price/performance balance. The pricing table above shows live per-token rates. With Pro BYOK, you pay Anthropic directly at 0% markup.
Can I use Claude as an Anthropic API proxy?
Yes. OpenSourceAIHub works as a secure Anthropic API proxy — the standard OpenAI SDK format routes to Claude with 28+ PII entity redaction, budget enforcement, and compliance logging added on top.
Which Claude model should I use?
Claude Sonnet offers the best price/performance balance for most use cases. Our Smart Router can help you select the right variant based on your needs.

Deploy Claude with Enterprise-Grade Security

Get started with 1,000,000 free credits. Every Claude request is PII-scanned, cost-optimized, and fully logged — zero configuration.

Not ready yet? Get notified about Claude updates:

Explore Other Model Families

Model registry last updated: . Pricing shown is the lowest available rate across providers (per 1M tokens, USD). Actual pricing depends on provider and plan.