Models

claude-haiku-4-5 β€” API, Pricing & Context Window | Vivgrid

claude-haiku-4-5 on Vivgrid: Anthropic's fast, low-cost Haiku model with a 200K context window, Messages API, and geo-distributed acceleration.

claude-haiku-4-5 is Anthropic's fastest and most affordable current model, designed for high-volume, latency-sensitive workloads that still benefit from Claude's quality. It offers a 200K-token context window on the Messages API.

Vivgrid accelerates claude-haiku-4-5 across AMER and EMEA, making it an excellent default for real-time assistants and large-scale agent fleets.

Specifications

ProviderAnthropic
Model IDclaude-haiku-4-5
Best forCoding
Context window200,000 tokens
Max output64,000 tokens
ModalitiesText, Image
Tool / function callingYes
Knowledge cutoff2025-02
Acceleration⚑ Geo-Distributed β€” AMER, EMEA

Pricing

Pricing in USD per 1M tokens, matching the provider's rates.

InputCached inputOutput
$1.00$0.10$5.00

Quick start

Call claude-haiku-4-5 through Vivgrid's unified, OpenAI-compatible endpoint. Get an API key from the Vivgrid Console.

curl https://api.vivgrid.com/v1/messages \
  -H "Authorization: Bearer $VIVGRID_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-haiku-4-5",
    "max_tokens": 1024,
    "messages": [
      { "role": "user", "content": "Say hello in English, Chinese and Spanish." }
    ],
    "stream": true
  }'

Ideal use cases

  • Real-time chat and assistant experiences
  • High-throughput classification and extraction
  • Cost-sensitive tool-calling agents
  • Fast first-pass steps in larger agent pipelines

On this page