Seedance 2.0 立省 20% | 在 Video Generator 中创作 →
anthropic
anthropic/claude-opus-4.8

anthropic/claude-opus-4.8

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

Claude Opus 4.8 is Anthropic’s most capable generally available Opus model, built for complex reasoning, long-horizon agentic coding, and high-autonomy professional workflows. It supports text, image, and file inputs with text output, a 1M-token context window, up to 128K output tokens, adaptive thinking, tool use, and structured outputs. It is especially strong for advanced coding, browser and computer-use agents, enterprise knowledge work, financial and legal analysis, and multi-step tasks that require sustained judgment and reliability.

定价

按量付费

无需预付费用,仅按实际使用量付费

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

试用模型

anthropic/claude-opus-4.8
在线
anthropic
你好!我是乐于助人的 AI 助手。需要我帮你做什么?

API 使用

使用以下代码示例接入我们的 API:

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-4.8",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

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

模型介绍

Anthropic: Claude Opus 4.8

Claude Opus 4.8 is Anthropic’s most capable generally available Opus model, built for complex reasoning, long-horizon agentic coding, and high-autonomy professional workflows. It supports text, image, and file inputs with text output, adaptive thinking, tool use, and a 1M-token context window.


Why It Looks Great

  • Anthropic’s most capable generally available Opus model
  • 1M-token context window for large codebases, long documents, and extended multi-turn workflows
  • Up to 128K output tokens for long-form reasoning, coding, analysis, and structured generation
  • Strong fit for professional software engineering, complex agentic workflows, and enterprise knowledge work
  • Improved long-horizon coding reliability, tool triggering, and long-context quality
  • Adaptive thinking support for balancing speed, cost, and reasoning depth
  • Vision and file input support for screenshots, diagrams, PDFs, documents, and multimodal analysis
  • Function calling and tool-use support for agentic application workflows
  • Structured output support for JSON responses and schema-constrained generation

Key Features

  • Context Window: 1,000,000 tokens
  • Max Input: 872,000 tokens
  • Max Output: 128,000 tokens
  • Input: Text, Image, File
  • Output: Text
  • Vision: Supported
  • File Input: Supported
  • Function Calling: Supported
  • Structured Outputs: Supported
  • Adaptive Thinking: Supported
  • Image Generation: Not listed
  • Audio Input: Not listed
  • Supported Parameters: include_reasoning, max_tokens, reasoning, response_format, stop, structured_outputs, tool_choice, tools, verbosity

Specifications

SpecificationValue
Provideranthropic
Model TypeChat Completions model
Architecturetext+image+file->text
Context Window1,000,000 tokens
Max Input872,000 tokens
Max Output128,000 tokens
InputText, Image, File
OutputText
VisionSupported
File InputSupported
Function CallingSupported
Structured OutputsSupported
Adaptive ThinkingSupported
ReleaseMay 28, 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-opus-4.8


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-opus-4.8",
    messages=[{"role": "user", "content": "Hello!"}]
)

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-4.8",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: anthropic/claude-opus-4.8
  • Provider: anthropic
  • Best suited for long-horizon coding, complex reasoning, enterprise knowledge work, legal and financial analysis, browser/computer-use agents, and high-autonomy tool workflows

信息

提供商anthropic
类型llm

支持功能

输入
文本图像
输出
文本
上下文1,000,000
最大输出128,000
视觉✓ 支持
函数调用✓ 支持

API 访问指南

Base URLhttps://llm.wavespeed.ai/v1
API 端点chat/completions
Model IDanthropic/claude-opus-4.8

Claude Opus 4.8 API

anthropic/claude-opus-4.8

Claude Opus 4.8 is Anthropic’s most capable generally available Opus model, built for complex reasoning, long-horizon agentic coding, and high-autonomy professional workflows. It supports text, image, and file inputs with text output, a 1M-token context window, up to 128K output tokens, adaptive thinking, tool use, and structured outputs. It is especially strong for advanced coding, browser and computer-use agents, enterprise knowledge work, financial and legal analysis, and multi-step tasks that require sustained judgment and reliability.

输入

$5 /M

输出

$25 /M

上下文

1000K

最大输出

128K

Vision

支持

工具调用

支持

在 WaveSpeedAI 试用 Claude Opus 4.8

通过我们的统一 API 接入 Claude Opus 4.8 — 兼容 OpenAI、无冷启动、透明计费。

关于 Claude Opus 4.8 的常见问题

Claude Opus 4.8 API 多少钱?+

WaveSpeedAI 定价:输入每百万 token $5.00,输出每百万 token $25.00。Prompt 缓存和批处理单独计费,可显著降低长上下文、高重复任务的实际成本。

Claude Opus 4.8 的上下文窗口是多大?+

Claude Opus 4.8 单次请求最多支持 1000K 上下文 token,输出最多 128K token。

Claude Opus 4.8 是否兼容 OpenAI?+

是的。WaveSpeedAI 通过 https://llm.wavespeed.ai/v1 的 OpenAI 兼容端点提供 Claude Opus 4.8。把官方 OpenAI SDK 的 base URL 指向该地址,使用 WaveSpeedAI 的 API Key 即可,无需任何其他代码改动。

如何开始使用 Claude Opus 4.8?+

登录 WaveSpeedAI,在 Access Keys 中生成 API Key,使用上方显示的 model id 向 https://llm.wavespeed.ai/v1/chat/completions 发送请求。新账户可获得免费额度,用于试用 Claude Opus 4.8。

相关 LLM API