Back to Models
Anthropic

claude-sonnet-4-6-thinking

Text|CompareShare

Model type

Text

Trial status

Paid access

API routes

1 route

Catalog created

May 25, 2026

LongReasoning

Specifications

ProviderAnthropic
Model IDclaude-sonnet-4-6-thinking
Model TypeText
Trial AccessPaid access
Release Date2026-08-14
Endpoints1 route
anthropicPOST
/v1/messages
Capabilities
Text
LongReasoning

Pricing

Input

$3.157

per 1M tokens

Output

$15.789

per 1M tokens

Cache Read

$0.315

per 1M tokens

Cache Write

$6.000

per 1M tokens

Cost Estimate

1K in + 1K out$0.0189
10K in + 2K out$0.0631
100K in + 10K out$0.4735

API Example

curl --request POST \
  --url https://api.aisa.one/v1/messages \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer $AISA_API_KEY' \
  -d '{
    "model": "claude-sonnet-4-6-thinking",
    "max_tokens": 1024,
    "messages": [
      {
        "role": "user",
        "content": "Hello, what can you help me with?"
      }
    ]
  }'
Base URL: https://api.aisa.one
Endpoint: /v1/messages
View API Docs

Anthropic Messages API: Uses the same Authorization: Bearer AIsa API key header. Response format uses content[0].text instead of choices[0].message.content.

Compare Similar Models

Compare These

Start using claude-sonnet-4-6-thinking through AIsa's Model Gateway today.

Get API Key