Claude Haiku 4.5

LiveAnthropicAliases: claude-haiku-4-5
Model IDclaude-haiku-4-5-20251001

Claude Haiku 4.5 by Anthropic: 200K context, 64K max output, with Vision, Function Calling, Reasoning, Prompt Caching, Response Schema, Streaming, Web Search. Via SoleAPI, Input (prompt) costs 0.5 Credits / M tokens, 92% below list price. Compatible with Anthropic Messages / OpenAI Responses: swap the base URL and you are connected.

Context window
200Ktokens
200,000
Max output
64Ktokens
64,000
7-day uptime
Not yet probed
Measured throughput
56.9tokens / s
Real traffic, last 7 days · output side

Capabilities

Listed exactly as the catalog flags them, including what this model does not support.

7 of 15 supported

Vision

Natively multimodal: captioning, classification, visual Q&A, chart and screenshot understanding. Images are converted to tokens at the input rate.

Function Calling

Connect the model to external tools and APIs: it decides when to call which function and with what arguments, your code runs it. Force or forbid calls with tool_choice.

Reasoning

The model thinks before answering, which markedly improves multi-step planning and reasoning for coding, math and data analysis. Thinking tokens bill at the output rate.

Prompt Caching

Repeated prefixes (system prompts, long documents) hit the cache: reads cost far less than input, writes are priced by retention time.

Response Schema

Constrain output to a JSON Schema you provide for predictable, type-safe results without parsing free text.

Streaming

Tokens arrive over SSE as they are generated; the first frame is forwarded immediately with no buffering. Claude Code, Codex and similar tools depend on this.

Web Search

Vendor-hosted live web retrieval; the model decides when to search and cites sources.

AudioNot supported

Audio input or speech output.

VideoNot supported

Video input understanding or video generation.

File InputNot supported

Upload PDFs and other documents directly; the model reads the whole document with native vision.

RealtimeNot supported

Bidirectional low-latency voice / text sessions over WebSocket.

SessionNot supported

Server-side multi-turn context (e.g. previous_response_id in Responses) so you need not resend history.

MediaNot supported

Image / video / music generation endpoints.

Multipart FormNot supported

multipart/form-data file-upload requests.

Binary ResponseNot supported

Endpoints that return raw audio / image bytes.

Protocols & code samples

Change the base URL to SoleAPI, keep everything else. Native protocols pass straight through; “adapted” ones are translated by the gateway.

Claude Code setup guide

Anthropic SDK or any Messages-protocol client: point base_url at https://api.soleapi.com and use a SoleAPI key.

curl https://api.soleapi.com/v1/messages \
  -H "x-api-key: $SOLEAPI_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -H "content-type: application/json" \
  -d '{
    "model": "claude-haiku-4-5-20251001",
    "max_tokens": 1024,
    "messages": [{"role": "user", "content": "Explain prompt caching in one sentence"}]
  }'
EndpointPathMode
Token countPOST /v1/messages/count_tokensnative

Full price list

List price → SoleAPI price per channel, every pricing dimension, nothing hidden.

1 Credit ≈ $0.151 · rate updated daily
ItemUnitAnthropic list priceKiro-Claude Group ×0.592% offOfficial Claude ×1.380% off
Input (prompt)per 1M tokens$1.000.5 Credits1.3 Credits
Output (completion)per 1M tokens$5.002.5 Credits6.5 Credits
Cache readper 1M tokens$0.10.05 Credits0.13 Credits
Cache write · 5 minper 1M tokens$1.250.625 Credits1.63 Credits
Cache write · 1 hourper 1M tokens$2.001 Credits2.6 Credits
Web search (general)per 1K calls$10.005 Credits13 Credits

“Off” is computed at 1 Credit = ¥1 and today’s rate: 1 − channel multiplier × (1 Credit in the list currency).

FAQ

How much does the Claude Haiku 4.5 API cost?

Via SoleAPI, Input (prompt) costs 0.5 Credits / M tokens, with 1 Credit = ¥1. That is 92% below the Anthropic list price.

What are the context window and output limit of Claude Haiku 4.5?

Context window 200K tokens, up to 64K tokens per response.

Does Claude Haiku 4.5 support function calling and structured outputs?

Function calling with tool_choice control is supported; structured outputs (JSON Schema) are supported.

How do I use Claude Haiku 4.5 in Claude Code?

Set ANTHROPIC_BASE_URL=https://api.soleapi.com, ANTHROPIC_API_KEY to your SoleAPI key and ANTHROPIC_MODEL=claude-haiku-4-5-20251001, then run claude. No config files to edit.

One API key for Claude Haiku 4.5 and 30+ models

Free credits on sign-up, pay as you go, no monthly fee.

Get an API Key