Anthropic-10% FuturMix listed price

Claude Sonnet 4.6 API

High-performance reasoning model with extended thinking

Overview

Claude Sonnet 4.6 is Anthropic's latest mid-tier model, combining strong reasoning, coding, and analysis capabilities with efficient token usage. It supports extended thinking for complex multi-step tasks and is well-suited for code generation, data analysis, and content creation.

Use Cases

  • Code generation and review
  • Data analysis and summarization
  • Content creation and editing
  • Multi-step reasoning tasks

Model Details

Provider
Anthropic
Model ID
claude-sonnet-4-6
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-sonnet-4-6",
    "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 Sonnet 4.6 today

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