Claude Haiku 4.5 API pricing

Fast and lightweight, with strong value for translation and high-throughput workloads.

Anthropic Claude200K contextLowest group: ccmax自建专线Vision supported

Pricing details

The table shows the lowest group-discounted price in USD per 1 million tokens. It uses the lowest multiplier among this model’s enabled groups: ccmax自建专线 at 0.8×. Available groups: ccmax自建专线 / ccmax正价线. If your account belongs to a different group, your charge will differ. Always use the current price shown in the console as the billing authority.

Scroll horizontally to view the full table.

ItemPrice (lowest group)Description
Input (prompt)$0.8 / 1M tokens and upIncludes the ccmax自建专线 group multiplier
Output (completion)$4 / 1M tokens and upIncludes the ccmax自建专线 group multiplier
Billing groupccmax自建专线0.8×, the lowest multiplier available for this model
Context window200,000 tokensCommon published specification; the model’s actual upstream limit applies.
Model IDclaude-haiku-4-5-20251001
Create an accountView setup guides

API example

Call Claude Haiku 4.5 with the OpenAI-compatible API format:

curl https://qionggeme.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $YOUR_API_KEY" \
  -d '{
    "model": "claude-haiku-4-5-20251001",
    "messages": [
      {"role": "user", "content": "Hello"}
    ]
  }'

Frequently asked questions

How much does the Claude Haiku 4.5 API cost?

Claude Haiku 4.5 (claude-haiku-4-5-20251001) is displayed at the lowest enabled group rate: about $0.8 per 1 million input tokens and $4 per 1 million output tokens through group ccmax自建专线 at 0.8×. Your actual charge depends on your account’s current group; check the console for the billing price.

What context window does Claude Haiku 4.5 support?

Claude Haiku 4.5 commonly supports a context window of about 200,000 tokens. The actual upstream model limit applies.

How do I connect to the Claude Haiku 4.5 API?

Create an API key in qionggeme, set the API Base to https://qionggeme.com—usually https://qionggeme.com/v1 in OpenAI-compatible clients—and use model ID claude-haiku-4-5-20251001. Do not use the content-site URL https://qionggeme.com/docs.