LLM ReferenceLLM Reference
Replicate API

Claude Haiku 4.5 on Replicate API

Claude 4.5 · Anthropic

Serverless

Last refreshed 2026-04-19. 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 7 providers to find the best fit for your use case
Input / 1M
$1.00
Output / 1M
$5.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-haiku-4-5",
    input={"prompt": "Hello"}
Model ID
claude-haiku-4-5

Request 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

ProviderInput (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
View all 7 providers →

Pricing

TypePrice (per 1M)
Input tokens$1.00
Output tokens$5.00

Capabilities

VisionMultimodalFunction CallingTool UseStructured OutputsCode Execution

About Claude Haiku 4.5

Claude Haiku 4.5 available on AWS Bedrock

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 200,000 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 7 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.

Get Started

Model Specs

Released2025-10-01
Context200k
ArchitectureDecoder Only
Knowledge cutoff2025-02

Related Models on Replicate API