TokenSail Get Started

Claude Sonnet 4 API

ANTHROPIC · Chat, Vision · 200K context

from $2.25 / 1M input tokens -25% vs OpenRouter

Claude Sonnet 4는 Anthropic의 200K 컨텍스트 모델로 뛰어난 추론 및 코딩 능력을 제공합니다. TokenSail에서 Claude Sonnet 4 API를 $2.25/1M 입력 토큰에 제공하며, 공식 가격 $3.00보다 25% 저렴합니다. TokenSail 통합 OpenAI 호환 게이트웨이로 Anthropic 최고급 AI에 접근하세요.

Pricing Comparison

Provider Input / 1M tokens Output / 1M tokens Savings
TokenSail $2.25 $11.25
OpenRouter $3.00 $15.00 -25%
Official $3.00 $15.00 -25%

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.tokensail.ai/v1",
    api_key="YOUR_TOKENSAIL_API_KEY"
)

response = client.chat.completions.create(
    model="claude-sonnet-4",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Specifications

Start using Claude Sonnet 4 at $2.25/1M tokens

Get Started Free