Seedream 5.0 Pro est en ligne | Essayez dans le Générateur d'images →
anthropic
anthropic/claude-sonnet-5

anthropic/claude-sonnet-5

Date de publication: 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.

Tarification

Paiement à l'usage

Aucun coût initial, payez uniquement ce que vous utilisez

Entrée$2.00 / M Tokens
Sortie$10.00 / M Tokens
Cache Read$0.20 / M Tokens
Cache Write$2.50 / M Tokens

Essayer le modèle

anthropic/claude-sonnet-5
En ligne
anthropic
Bonjour ! Je suis un assistant IA utile. Que puis-je faire pour vous ?
Prêt à utiliser ce modèle dans un coding agent local ?Setup agent

Utilisation de l'API

Utilisez les exemples de code suivants pour intégrer notre 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

Introduction au modèle

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

Infos

Fournisseuranthropic
Typellm

Fonctionnalités prises en charge

Entrée
TexteImage
Sortie
Texte
Contexte1,000,000
Sortie max128,000
Vision✓ Pris en charge
Function Calling✓ Pris en charge

Guide d'accès API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID du modèleanthropic/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.

Entrée

$2 /M

Sortie

$10 /M

Contexte

1000K

Sortie max.

128K

Vision

Pris en charge

Utilisation d'outils

Pris en charge

Essayez Claude Sonnet 5 sur WaveSpeedAI

Accédez à Claude Sonnet 5 via notre API unifiée — compatible OpenAI, sans démarrages à froid, prix transparents.

Questions fréquentes sur Claude Sonnet 5

Combien coûte l'API Claude Sonnet 5 ?+

Tarification sur WaveSpeedAI : $2.00 par million de tokens d'entrée et $10.00 par million de tokens de sortie. Le prompt caching et le traitement par batch sont facturés séparément et réduisent le coût effectif sur les charges longues et répétitives.

Quelle est la fenêtre de contexte de Claude Sonnet 5 ?+

Claude Sonnet 5 prend en charge jusqu'à 1000K tokens de contexte et jusqu'à 128K tokens de sortie par requête.

Claude Sonnet 5 est-il compatible avec OpenAI ?+

WaveSpeedAI expose Claude Sonnet 5 à https://llm.wavespeed.ai/v1 via l’interface Chat Completions compatible OpenAI. La plupart des clients du SDK OpenAI fonctionnent en changeant l’URL de base et la clé API ; les champs facultatifs dépendent du modèle.

Comment démarrer avec Claude Sonnet 5 ?+

Connectez-vous à WaveSpeedAI, créez une clé API dans Access Keys, puis envoyez une requête à https://llm.wavespeed.ai/v1/chat/completions avec l’id du modèle affiché ci-dessus. Consultez le catalogue actuel pour la disponibilité, les capacités et les tarifs.

APIs LLM associées

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