Last refreshed 2026-05-25. Next refresh: weekly.
Why use Claude Haiku 4.5 on Replicate API?
Replicate API offers Claude Haiku 4.5 with pay-as-you-go pricing at $1.00/1M input tokens. Replicate is a cloud-based platform that enables users to run machine learning models easily and efficiently.
Compare Claude Haiku 4.5 across 9 providers to find the best fit for your use caseSetup recipe
Python + curlpip install replicateexport REPLICATE_API_TOKEN=...import replicate
output = replicate.run(
"claude-haiku-4-5",
input={"prompt": "Hello"}claude-haiku-4-5Request example
import replicate
# reads REPLICATE_API_TOKEN from env
# claude-haiku-4-5 format: "owner/model-name" (latest version) or "owner/model-name:version-hash"
output = replicate.run(
"claude-haiku-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 Haiku 4.5 Across Providers
| Provider | Input (per 1M) | Output (per 1M) |
|---|---|---|
| Microsoft Foundry | $1.00 | $5.00 |
| Anthropic | $1.00 | $5.00 |
| Snowflake Cortex | — | — |
| AWS Bedrock | $0.80 | $4.00 |
| GCP Vertex AI | $0.80 | $4.00 |
Pricing
| Type | Price (per 1M) |
|---|---|
| Input tokens | $1.00 |
| Output tokens | $5.00 |
Capabilities
About Claude Haiku 4.5
Claude Haiku 4.5 is Anthropic's Claude 4.5 model with multimodal text and image input. It offers a 200K-token context window and scores 73.3 on SWE-bench Verified.
FAQ
What does Claude Haiku 4.5 cost on Replicate API?
On Replicate API, Claude Haiku 4.5 costs $1 per 1M input tokens and $5 per 1M output tokens.
What is the context window for Claude Haiku 4.5 on Replicate API?
Claude Haiku 4.5 supports a 200k token context window on Replicate API.
How does Replicate API compare to other Claude Haiku 4.5 providers?
Claude Haiku 4.5 is available from 9 providers. The cheapest input pricing is $0.8/1M tokens from AWS Bedrock.
Who created Claude Haiku 4.5?
Claude Haiku 4.5 was created by Anthropic as part of the Claude 4.5 model family.
Is Claude Haiku 4.5 open source?
Claude Haiku 4.5 is not open source; the seed data lists it as proprietary.