🎁 New Sign up free, 10 calls on us. Up to $1, no card needed.

Anthropic

Every Anthropic model on Synthorai: one endpoint, live prices.

9 models · chat / code / tools / thinking · from $1/M input

Why Anthropic via Synthorai

  • Bring your own key. Bring your own Anthropic key, or your AWS Bedrock / GCP Vertex credentials. Zero markup, free during early access.
  • Zero prompt retention. Zero prompt retention at the gateway by default. Note: Anthropic's Fable 5 tier requires 30-day retention on every cloud. Details →
  • Prompt caching. Explicit cache_control breakpoints; cached reads bill at 0.1x the input price, cache writes carry a 1.25x (5-minute TTL) or 2x (1-hour TTL) surcharge; per-model minimum prefix sizes apply. Cache reads from $0.1/M.

Anthropic models & pricing

ModelInput /MOutput /MCache read /MContext
Claude Fable 5invited beta $10$50$1200K
Claude Opus 4.5 $5$25$0.5200K
Claude Opus 4.6 $5$25$0.51M
Claude Opus 4.7 $5$25$0.51M
Claude Opus 4.8 $5$25$0.51M
Claude Sonnet 4.5 $3$15$0.3200K
Claude Sonnet 4.6 $3$15$0.31M
Claude Sonnet 5 $2$10$0.21M
Claude Haiku 4.5 $1$5$0.1200K

Provider list prices: no platform markup. Prices refresh live on each model's page. These are official list prices. Logged-in customers may see effective prices including workspace discounts on /console/pricing.

Use Anthropic models in 30 seconds

from openai import OpenAI

client = OpenAI(
    base_url="https://synthorai.io/v1",
    api_key="sk-syn-...",
)

resp = client.chat.completions.create(
    model="claude-opus-4-5",
    messages=[{"role": "user", "content": "Summarize this diff"}],
    reasoning_effort="medium",
)
print(resp.choices[0].message.content)

About Anthropic

Anthropic builds the Claude model family, from the frontier Fable/Mythos tier through Opus, Sonnet and Haiku, known for strong reasoning, coding and agentic tool use with large context windows. On Synthorai every Claude model sits behind one OpenAI-compatible endpoint (swap the base_url, keep your code) with prompt-cache pricing passed through at provider rates.

FAQ

How do I get an Anthropic API key without a subscription?

You don't need an Anthropic account: sign up on Synthorai, create one API key, and every Anthropic model on this page works through the OpenAI-compatible endpoint: pay-as-you-go, no subscription (models marked "invited beta" additionally need an approved application).

What does the Anthropic API cost?

Token-billed models start at $1/M input tokens; every model's live per-unit price is in the table above. These are provider list prices with no platform markup.

Can I use my own Anthropic key (BYOK)?

Yes. Bring your own Anthropic key, or your AWS Bedrock / GCP Vertex credentials. Zero markup, free during early access. Your key stays in an encrypted vault and requests using it bill at provider list price.

What is Anthropic's data-retention policy via API?

Zero prompt retention at the gateway by default. Note: Anthropic's Fable 5 tier requires 30-day retention on every cloud.

Other providers

Get your free API key Browse all models