All models
Anthropic

Haiku 4.5

anthropic/claude-haiku-4.5

Anthropic's fastest model — near-frontier intelligence at a fraction of the cost and latency of larger Claude models.

Pricing

Input$1.00per 1M tokens
Output$5.00per 1M tokens
Cached input$0.1per 1M tokens read from cache

Specifications

Context window200Ktokens
Max output66Ktokens
ProviderAnthropic
CapabilitiesVision · Reasoning · Function calling
Input typestext, image

Use Haiku 4.5

Point your existing OpenAI SDK at xKiro and pass anthropic/claude-haiku-4.5 as the model. Nothing else in your code changes.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.xkiro.com/v1",
    api_key="YOUR_XKIRO_KEY",
)

response = client.chat.completions.create(
    model="anthropic/claude-haiku-4.5",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

max_tokens · temperature · top_p · stop · frequency_penalty · presence_penalty · seed · stream · tools · tool_choice · response_format · structured_outputs · reasoning · include_reasoning

Related models

Call Haiku 4.5 through the same endpoints you already use.

Get an API key