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
Привет! Я полезный ИИ-ассистент. Чем могу помочь?
Готовы использовать эту модель в локальном coding 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 Endpointchat/completions
ID моделиanthropic/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

Поддерживается

Использование инструментов

Поддерживается

Попробуйте Claude Sonnet 5 на WaveSpeedAI

Доступ к Claude Sonnet 5 через наш единый API — совместимость с OpenAI, без холодных стартов, прозрачные цены.

Часто задаваемые вопросы о Claude Sonnet 5

Сколько стоит Claude Sonnet 5 через API?+

Цены на WaveSpeedAI: $2.00 за миллион входных токенов и $10.00 за миллион выходных токенов. Prompt caching и batch processing тарифицируются отдельно и снижают эффективную стоимость длинных повторяющихся нагрузок.

Каково контекстное окно Claude Sonnet 5?+

Claude Sonnet 5 поддерживает до 1000K токенов контекста и до 128K токенов вывода на запрос.

Совместим ли Claude Sonnet 5 с OpenAI?+

WaveSpeedAI предоставляет Claude Sonnet 5 по адресу https://llm.wavespeed.ai/v1 через интерфейс Chat Completions, совместимый с OpenAI. В большинстве клиентов OpenAI SDK достаточно изменить base URL и API-ключ; необязательные поля зависят от модели.

Как начать работу с Claude Sonnet 5?+

Войдите в WaveSpeedAI, создайте API-ключ в Access Keys и отправьте запрос на https://llm.wavespeed.ai/v1/chat/completions с указанным выше model id. Актуальные доступность, возможности и цены смотрите в каталоге моделей.

Связанные LLM API

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