Seedream 5.0 Pro 提供開始 | 画像ジェネレーターで試す →
anthropic
anthropic/claude-sonnet-5

anthropic/claude-sonnet-5

リリース日: 2026-07-01

1,000,000 context · $2.00/M input tokens · $10.00/M output tokens

Claude Sonnet 5 is Anthropic’s most capable Sonnet-class model, designed for frontier-level performance across coding, agent workflows, and professional tasks. It supports adaptive reasoning with selectable effort levels (low, medium, high, max, x-high), long-context processing up to large-scale documents, and multimodal inputs including text, images, and files. The model also includes updated tokenization and built-in safeguards for handling sensitive or high-risk dual-use scenarios.

料金

従量課金

初期費用なし、使った分だけお支払い

入力$2.00 / M Tokens
出力$10.00 / M Tokens
Cache Read$0.20 / M Tokens
Cache Write$2.50 / M Tokens

モデルを試す

anthropic/claude-sonnet-5
オンライン
anthropic
こんにちは!お手伝いできるAIアシスタントです。何かお手伝いできることはありますか?
このモデルをローカル coding agent で使いますか?Agent 設定

API 利用

以下のコード例を使用して API と連携してください:

import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["WAVESPEED_API_KEY"],
    base_url="https://llm.wavespeed.ai/v1",
    timeout=120.0,
    max_retries=2,
)

try:
    response = client.chat.completions.create(
        model="anthropic/claude-sonnet-5",
        messages=[{"role": "user", "content": "Hello!"}],
    )
    print(response.choices[0].message.content or "")
except Exception as exc:
    raise SystemExit(f"LLM request failed: {exc}") from exc

モデル紹介

Anthropic: Claude Sonnet 5

Sonnet 5 is Anthropic's most capable Sonnet-class model, with frontier performance across coding, agents, and professional work. It supports adaptive thinking with selectable reasoning effort levels (low, medium, high, max,...

This model is imported from OpenRouter metadata and exposed through the WaveSpeed AI OpenAI-compatible API for chat completions and compatible application workflows.


Why It Looks Great

  • text+image+file->text architecture for Text, Image, file to Text workloads
  • 1000000 context window for long prompts, document analysis, and multi-turn workflows
  • Competitive pricing at $2/$10 per million tokens
  • Vision input support for image understanding and multimodal tasks
  • Function calling and tool-use support for agentic application workflows
  • Structured output support for JSON responses and schema-constrained generation
  • Reasoning controls available through supported OpenRouter parameters

Key Features

  • Context Window: 1000000 tokens
  • Max Input: 872000 tokens
  • Max Output: 128000 tokens
  • Vision: Supported
  • Function Calling: Supported
  • Structured Outputs: Supported
  • Image Generation: Not listed
  • Audio Input: Not listed
  • Supported Parameters: include_reasoning, max_completion_tokens, max_tokens, reasoning, response_format, stop, structured_outputs, tool_choice, tools, verbosity

Specifications

SpecificationValue
Provideranthropic
Model TypeChat Completions model
Architecturetext+image+file->text
Context Window1000000 tokens
Max Input872000 tokens
Max Output128000 tokens
InputText, Image, file
OutputText
VisionSupported
Function CallingSupported
Structured OutputsSupported
OpenRouter CreatedJuly 1, 2026

How to Use

  1. Write your prompt - describe the task, provide context, and specify the desired output format.
  2. Submit - the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1
API Endpoint: chat/completions
Model ID: anthropic/claude-sonnet-5


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="anthropic/claude-sonnet-5",
    messages=[{"role": "user", "content": "Hello!"}]
)

print(response.choices[0].message.content)

Notes

  • Model: anthropic/claude-sonnet-5
  • Provider: anthropic
  • OpenRouter marks the top provider as moderated
  • Endpoint availability and provider-specific routing may change on OpenRouter

情報

プロバイダーanthropic
タイプllm

対応機能

入力
テキスト画像
出力
テキスト
コンテキスト1,000,000
最大出力128,000
Vision✓ 対応
Function Calling✓ 対応

API アクセスガイド

Base URLhttps://llm.wavespeed.ai/v1
API エンドポイントchat/completions
モデル IDanthropic/claude-sonnet-5

Claude Sonnet 5 API

anthropic/claude-sonnet-5

Claude Sonnet 5 is Anthropic’s most capable Sonnet-class model, designed for frontier-level performance across coding, agent workflows, and professional tasks. It supports adaptive reasoning with selectable effort levels (low, medium, high, max, x-high), long-context processing up to large-scale documents, and multimodal inputs including text, images, and files. The model also includes updated tokenization and built-in safeguards for handling sensitive or high-risk dual-use scenarios.

入力

$2 /M

出力

$10 /M

コンテキスト

1000K

最大出力

128K

Vision

対応

ツール利用

対応

WaveSpeedAIでClaude Sonnet 5を試す

統合APIを通じてClaude Sonnet 5にアクセス — OpenAI互換、コールドスタートなし、透明な料金。

Claude Sonnet 5に関するよくある質問

Claude Sonnet 5 API の料金はいくらですか?+

WaveSpeedAI の料金: 入力 100 万トークンあたり $2.00、出力 100 万トークンあたり $10.00。プロンプトキャッシュとバッチ処理は別途料金で、長く反復的なワークロードでは実効コストを下げられます。

Claude Sonnet 5 のコンテキストウィンドウはどのくらいですか?+

Claude Sonnet 5 はリクエストあたり最大 1000K のコンテキストトークンと最大 128K の出力トークンをサポートします。

Claude Sonnet 5 は OpenAI 互換ですか?+

WaveSpeedAI は https://llm.wavespeed.ai/v1 の OpenAI 互換 Chat Completions インターフェースで Claude Sonnet 5 を提供します。多くの OpenAI SDK クライアントはベース URL と API キーの変更で利用できますが、オプション項目はモデルごとに異なります。

Claude Sonnet 5 を使い始めるには?+

WaveSpeedAI にサインインし、Access Keys で API キーを作成して、上に表示されたモデル ID を指定して https://llm.wavespeed.ai/v1/chat/completions にリクエストを送信してください。提供状況、機能、料金は最新のモデルカタログで確認してください。

関連 LLM API

Claude Sonnet 5 | Anthropic LLM API Pricing & Performance | WaveSpeedAI