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

anthropic/claude-opus-5

リリース日: 2026-07-25

1,000,000 context · $5.00/M input tokens · $25.00/M output tokens

Claude Opus 5 is Anthropic's flagship Claude model for advanced coding, deep reasoning, and high-performance agent workflows. It delivers major gains over earlier Opus releases in long-horizon tasks, tool use, and professional knowledge work, and is especially well suited for complex software engineering, research, and multi-step autonomous execution. WaveSpeed AI exposes anthropic/claude-opus-5 through an OpenAI-compatible API, so it can be used with standard OpenAI SDKs and existing chat-completions-based application flows.

料金

従量課金

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

入力$5.00 / M Tokens
出力$25.00 / M Tokens
Cache Read$0.50 / M Tokens
Cache Write$6.25 / M Tokens

モデルを試す

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

API 利用

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

import OpenAI from 'openai';

if (!process.env.WAVESPEED_API_KEY) throw new Error('Set WAVESPEED_API_KEY');
const client = new OpenAI({
  apiKey: process.env.WAVESPEED_API_KEY,
  baseURL: 'https://llm.wavespeed.ai/v1',
  timeout: 120_000,
  maxRetries: 2,
});

try {
  const response = await client.chat.completions.create({
    model: 'anthropic/claude-opus-5',
    messages: [{ role: 'user', content: 'Hello!' }],
  });
  console.log(response.choices[0]?.message?.content ?? '');
} catch (error) {
  console.error('LLM request failed:', error);
  process.exitCode = 1;
}

モデル紹介

Anthropic: Claude Opus 5

Claude Opus 5 is Anthropic's flagship Claude model for advanced coding, deep reasoning, and high-performance agent workflows. Anthropic positions it for complex agentic coding and enterprise work, with strong performance on long-horizon tasks, professional knowledge work, and multi-step autonomous execution. WaveSpeed AI exposes anthropic/claude-opus-5 through an OpenAI-compatible API, so it can be used with standard OpenAI SDKs and existing chat-completions-based application flows.


Why Use Claude Opus 5

  • Flagship Claude model for advanced coding and deep reasoning
  • Strong fit for long-horizon agent workflows and enterprise tasks
  • Well suited for complex software engineering, research, and multi-step execution
  • Supports very long-context workloads such as large document analysis and extended multi-turn sessions
  • Works well for tool-using applications and structured workflow orchestration

Key Features

  • Context Window: 1,000,000 tokens
  • Max Output: 128,000 tokens
  • Vision Input: Supported
  • Function Calling: Supported
  • Structured Outputs: Supported
  • Adaptive Thinking: Enabled
  • Best Fit: coding, deep reasoning, agents, enterprise knowledge work, long-context tasks

Specifications

SpecificationValue
ProviderAnthropic
Model IDanthropic/claude-opus-5
API Model Nameclaude-opus-5
Model FamilyClaude Opus 5
PositioningFlagship model
Context Window1,000,000 tokens
Max Output128,000 tokens
VisionSupported
Function CallingSupported
Structured OutputsSupported
Recommended Workloadscomplex coding, deep reasoning, agent workflows, enterprise tasks, long-context analysis

Platform Notes

Claude Opus 5 is positioned for demanding agentic and enterprise workflows, including advanced coding, long-running tool use, and deep reasoning across large contexts. It is a strong fit for scenarios where answer quality, persistence, and long-horizon task execution matter more than low latency.


How to Use

Chat Completions

Use Chat Completions when you want a straightforward OpenAI-compatible integration path for conversational, coding, and agent workflows.

Python

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-opus-5",
    messages=[
        {"role": "user", "content": "Review this migration plan and identify the highest-risk step."}
    ]
)

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

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "anthropic/claude-opus-5",
    "messages": [
      {"role": "user", "content": "Review this migration plan and identify the highest-risk step."}
    ]
  }'

Claude Opus 5 is a strong fit for:

  • multi-step coding and debugging
  • long-running agents with tools
  • research and professional analysis
  • large-context document and repository review
  • enterprise workflows that require strong reasoning quality over long sessions

Notes

  • Official Anthropic API model name is claude-opus-5
  • Claude Opus 5 is positioned as Anthropic's flagship model for complex coding and enterprise reasoning workloads
  • Best paired with tasks that benefit from long context, strong reasoning depth, and reliable multi-step execution

情報

プロバイダーanthropic
タイプllm

対応機能

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

API アクセスガイド

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

Claude Opus 5 API

anthropic/claude-opus-5

Claude Opus 5 is Anthropic's flagship Claude model for advanced coding, deep reasoning, and high-performance agent workflows. It delivers major gains over earlier Opus releases in long-horizon tasks, tool use, and professional knowledge work, and is especially well suited for complex software engineering, research, and multi-step autonomous execution. WaveSpeed AI exposes `anthropic/claude-opus-5` through an OpenAI-compatible API, so it can be used with standard OpenAI SDKs and existing chat-completions-based application flows.

入力

$5 /M

出力

$25 /M

コンテキスト

1000K

最大出力

128K

Vision

対応

ツール利用

対応

WaveSpeedAIでClaude Opus 5を試す

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

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

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

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

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

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

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

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

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

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

関連 LLM API

Claude Opus 5 API Pricing & Performance | WaveSpeedAI