Anthropic-10% FuturMix listed price

Claude Haiku 4.5 API

Fast and affordable model for high-throughput tasks

Overview

Claude Haiku 4.5 is Anthropic's most affordable model, optimized for speed and cost efficiency. It handles straightforward tasks like classification, extraction, and simple Q&A with low latency.

Use Cases

  • Content classification
  • Data extraction
  • Simple Q&A
  • High-throughput batch processing

Model Details

Provider
Anthropic
Model ID
claude-haiku-4-5-20251001
Context Window
200K tokens
Compatible APIs
anthropic, openai

Code Examples

curl -X POST "https://futurmix.ai/v1/chat/completions" \
  -H "Authorization: Bearer $FUTURMIX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-haiku-4-5-20251001",
    "messages": [
      {
        "role": "system",
        "content": "You are a concise assistant."
      },
      {
        "role": "user",
        "content": "Write a short launch announcement for a new AI API platform."
      }
    ],
    "temperature": 0.7,
    "max_tokens": 512,
    "top_p": 0.95,
    "stream": false
  }'
Base URL: https://futurmix.ai/v1Endpoints: /chat/completions/responses/models

Related Models

Start using Claude Haiku 4.5 today

Top up from $10, create an API key, and start making requests.