anthropic/claude-sonnet-5
Veröffentlichungsdatum: 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.
Pay-per-Use
Keine Vorabkosten, zahlen Sie nur, was Sie nutzen
Verwenden Sie die folgenden Codebeispiele zur Integration mit unserer 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 excSonnet 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.
| Specification | Value |
|---|---|
| Provider | anthropic |
| Model Type | Chat Completions model |
| Architecture | text+image+file->text |
| Context Window | 1000000 tokens |
| Max Input | 872000 tokens |
| Max Output | 128000 tokens |
| Input | Text, Image, file |
| Output | Text |
| Vision | Supported |
| Function Calling | Supported |
| Structured Outputs | Supported |
| OpenRouter Created | July 1, 2026 |
Base URL: https://llm.wavespeed.ai/v1
API Endpoint: chat/completions
Model ID: anthropic/claude-sonnet-5
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)
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.
Eingabe
$2 /M
Ausgabe
$10 /M
Kontext
1000K
Max. Ausgabe
128K
Vision
Unterstützt
Tool-Nutzung
Unterstützt
Zugriff auf Claude Sonnet 5 über unsere einheitliche API — OpenAI-kompatibel, keine Kaltstarts, transparente Preise.
Preise auf WaveSpeedAI: $2.00 pro Million Input-Tokens und $10.00 pro Million Output-Tokens. Prompt-Caching und Batch-Verarbeitung werden separat berechnet und reduzieren die effektiven Kosten bei langen, sich wiederholenden Workloads.
Claude Sonnet 5 unterstützt bis zu 1000K Kontext-Tokens und bis zu 128K Output-Tokens pro Anfrage.
WaveSpeedAI stellt Claude Sonnet 5 unter https://llm.wavespeed.ai/v1 über die OpenAI-kompatible Chat-Completions-Schnittstelle bereit. Bei den meisten OpenAI-SDK-Clients reichen Base-URL und API-Schlüssel; optionale Felder hängen vom Modell ab.
Melden Sie sich bei WaveSpeedAI an, erstellen Sie unter Access Keys einen API-Schlüssel und senden Sie eine Anfrage mit der oben gezeigten Modell-ID an https://llm.wavespeed.ai/v1/chat/completions. Verfügbarkeit, Fähigkeiten und Preise finden Sie im aktuellen Modellkatalog.