Claude Sonnet 5

by Anthropic · Cost-efficient Claude tier for high-volume coding, chat, and tool use.

Context 200K
Input / M tokens $3.00
Output / M tokens $15.00
Throughput

Overview

Capabilities

  • Chat
  • Streaming
  • Function calling
  • Vision

Call Claude Sonnet 5

Copy & Run
Reasoning
curl -sS "https://alpha-api.webway.sh/v1/chat/completions" \
  -H "Authorization: Bearer   " \
  -H "Webway-ZDR: required" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-5",
    "messages": [{"role": "user", "content": "Hello!"}],
    "max_tokens": 64,
    "thinking": {"type": "disabled"}
  }'