Seedream 5.0 Pro ya está aquí | Pruébalo en el Generador de Imágenes →
anthropic
anthropic/claude-sonnet-5

anthropic/claude-sonnet-5

Fecha de lanzamiento: 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.

Precios

Pago por uso

Sin costos iniciales, paga solo por lo que uses

Entrada$2.00 / M Tokens
Salida$10.00 / M Tokens
Cache Read$0.20 / M Tokens
Cache Write$2.50 / M Tokens

Probar el modelo

anthropic/claude-sonnet-5
En línea
anthropic
¡Hola! Soy un asistente de IA útil. ¿En qué puedo ayudarte?
¿Listo para usar este modelo en un coding agent local?Configurar agent

Uso de API

Usa los siguientes ejemplos de código para integrar con nuestra 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

Introducción del modelo

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

Información

Proveedoranthropic
Tipollm

Funcionalidades compatibles

Entrada
TextoImagen
Salida
Texto
Contexto1,000,000
Salida máxima128,000
Visión✓ Compatible
Function Calling✓ Compatible

Guía de acceso a la API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID del modeloanthropic/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.

Entrada

$2 /M

Salida

$10 /M

Contexto

1000K

Salida máx.

128K

Visión

Compatible

Uso de herramientas

Compatible

Prueba Claude Sonnet 5 en WaveSpeedAI

Accede a Claude Sonnet 5 mediante nuestra API unificada — compatible con OpenAI, sin arranques en frío, precios transparentes.

Preguntas frecuentes sobre Claude Sonnet 5

¿Cuánto cuesta Claude Sonnet 5 a través de la API?+

Precios en WaveSpeedAI: $2.00 por millón de tokens de entrada y $10.00 por millón de tokens de salida. El prompt caching y el procesamiento por lotes se facturan por separado y reducen el coste efectivo en cargas largas y repetitivas.

¿Cuál es la ventana de contexto de Claude Sonnet 5?+

Claude Sonnet 5 admite hasta 1000K tokens de contexto y hasta 128K tokens de salida por solicitud.

¿Es Claude Sonnet 5 compatible con OpenAI?+

WaveSpeedAI ofrece Claude Sonnet 5 en https://llm.wavespeed.ai/v1 mediante la interfaz Chat Completions compatible con OpenAI. En la mayoría de clientes del SDK de OpenAI basta con cambiar la URL base y la clave API; los campos opcionales dependen del modelo.

¿Cómo empiezo con Claude Sonnet 5?+

Inicia sesión en WaveSpeedAI, crea una clave API en Access Keys y envía una solicitud a https://llm.wavespeed.ai/v1/chat/completions con el id de modelo mostrado arriba. Consulta el catálogo actual para conocer disponibilidad, capacidades y precios.

APIs LLM relacionadas

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