LLM ReferenceLLM Reference
Replicate API

Claude Sonnet 4.5 on Replicate API

Claude 4.5 · Anthropic

Serverless

Last refreshed 2026-04-19. Next refresh: weekly.

Why use Claude Sonnet 4.5 on Replicate API?

Replicate API offers Claude Sonnet 4.5 with pay-as-you-go pricing at $3.00/1M input tokens. Replicate is a cloud-based platform that enables users to run machine learning models easily and efficiently.

Compare Claude Sonnet 4.5 across 7 providers to find the best fit for your use case
Input / 1M
$3.00
Output / 1M
$15.00
Cache
Not sourced
Batch
Not sourced

Setup recipe

Python + curl
Install
pip install replicate
Auth
export REPLICATE_API_TOKEN=...
Call
import replicate
output = replicate.run(
    "claude-sonnet-4-5",
    input={"prompt": "Hello"}
Model ID
claude-sonnet-4-5

Request example

import replicate

# reads REPLICATE_API_TOKEN from env
# claude-sonnet-4-5 format: "owner/model-name" (latest version) or "owner/model-name:version-hash"
output = replicate.run(
    "claude-sonnet-4-5",
    input={"prompt": "Hello"}
)
# Output is a list or generator depending on the model
print("".join(output))

Gotchas

  • Replicate uses "owner/model-name" format (e.g. "meta/meta-llama-3-8b-instruct") for the latest version, or "owner/model-name:version-sha" to pin to a specific version. The REST endpoint splits owner and model-name into the path: /v1/models/{owner}/{model-name}/predictions.
  • The examples expect REPLICATE_API_TOKEN; rename it only if your application config maps the new variable.

Compare Claude Sonnet 4.5 Across Providers

ProviderInput (per 1M)Output (per 1M)
Microsoft Foundry$3.00$15.00
Anthropic$3.00$15.00
Snowflake Cortex
GCP Vertex AI$3.00$15.00
AWS Bedrock$9.00$45.00
View all 7 providers →

Pricing

TypePrice (per 1M)
Input tokens$3.00
Output tokens$15.00

Capabilities

VisionMultimodalReasoningFunction CallingTool UseStructured Outputs

About Claude Sonnet 4.5

Claude Sonnet 4.5 available on AWS Bedrock

FAQ

What does Claude Sonnet 4.5 cost on Replicate API?

On Replicate API, Claude Sonnet 4.5 costs $3 per 1M input tokens and $15 per 1M output tokens.

What is the context window for Claude Sonnet 4.5 on Replicate API?

Claude Sonnet 4.5 supports a 200,000 token context window on Replicate API.

How does Replicate API compare to other Claude Sonnet 4.5 providers?

Claude Sonnet 4.5 is available from 7 providers. The cheapest input pricing is $3/1M tokens from Microsoft Foundry.

Who created Claude Sonnet 4.5?

Claude Sonnet 4.5 was created by Anthropic as part of the Claude 4.5 model family.

Is Claude Sonnet 4.5 open source?

Claude Sonnet 4.5's open source status is unknown in the seed data.

Get Started

Model Specs

Released2025-09-29
Context200K
ArchitectureDecoder Only
Knowledge cutoff2025-12

Related Models on Replicate API