Seedream 5.0 Pro เปิดให้ใช้งานแล้ว | ลองใช้ในเครื่องสร้างรูปภาพ →
anthropic
anthropic/claude-opus-4.5

anthropic/claude-opus-4.5

วันที่เผยแพร่: 2025-11-25

200,000 context · $5.00/M input$4.75/M input · $25.00/M output$23.75/M output5% off

Claude Opus 4.5 is Anthropic’s frontier reasoning model optimized for complex software engineering, agentic workflows, and long-horizon computer use. It offers strong multimodal capabilities, competitive performance across real-world coding and...

ราคา

จ่ายตามการใช้งาน

ไม่มีค่าใช้จ่ายล่วงหน้า จ่ายเฉพาะสิ่งที่คุณใช้

อินพุต
$5.00 / M Tokens$4.75 / M Tokens
เอาต์พุต
$25.00 / M Tokens$23.75 / M Tokens
Cache Read
$0.50 / M Tokens$0.47 / M Tokens
Cache Write
$6.25 / M Tokens$5.94 / M Tokens

ลองใช้โมเดล

anthropic/claude-opus-4.5
ออนไลน์
anthropic
สวัสดี! ฉันคือผู้ช่วย AI พร้อมช่วยคุณ ต้องการให้ช่วยอะไรไหม?
พร้อมใช้โมเดลนี้ใน coding agent บนเครื่องหรือยัง?ตั้งค่า agent

การใช้งาน API

ใช้ตัวอย่างโค้ดต่อไปนี้เพื่อผสานรวมกับ 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-opus-4.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

แนะนำโมเดล

Anthropic claude-opus-4.5

anthropic claude-opus-4.5


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 200000 context window for long document handling
  • Competitive pricing at $5.5/$27.5 per million tokens

Key Features

  • Context Window: 200000 tokens
  • Max Output: 32000 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderAnthropic
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window200000 tokens
Max Output32000 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$5.5
Output$27.5

How to Use

  1. Write your prompt — describe the task, provide context, and specify 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.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-opus-4.5",
    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.5",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: anthropic/claude-opus-4.5
  • Provider: Anthropic

ข้อมูล

ผู้ให้บริการanthropic
ประเภทllm

ฟังก์ชันที่รองรับ

อินพุต
ข้อความรูปภาพ
เอาต์พุต
ข้อความ
บริบท200,000
เอาต์พุตสูงสุด64,000
Vision✓ รองรับ
Function Calling✓ รองรับ

คู่มือการเข้าถึง API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDanthropic/claude-opus-4.5

Claude Opus 4.5 API

anthropic/claude-opus-4.5

Claude Opus 4.5 is Anthropic’s frontier reasoning model optimized for complex software engineering, agentic workflows, and long-horizon computer use. It offers strong multimodal capabilities, competitive performance across real-world coding and...

อินพุต

$5$4.75 /M

เอาต์พุต

$25$23.75 /M

ส่วนลด

ลด 5%

คอนเท็กซ์

200K

เอาต์พุตสูงสุด

64K

Vision

รองรับ

การใช้เครื่องมือ

รองรับ

ลองใช้ Claude Opus 4.5 บน WaveSpeedAI

เข้าถึง Claude Opus 4.5 ผ่าน API แบบรวมของเรา — เข้ากันได้กับ OpenAI ไม่มี cold start ราคาโปร่งใส

คำถามที่พบบ่อยเกี่ยวกับ Claude Opus 4.5

Claude Opus 4.5 API ราคาเท่าไหร่?+

ราคาบน WaveSpeedAI: $4.75 ต่อล้านโทเคนอินพุต และ $23.75 ต่อล้านโทเคนเอาต์พุต Prompt caching และ batch processing คิดค่าบริการแยกและช่วยลดต้นทุนที่แท้จริงสำหรับภาระงานที่ยาวและทำซ้ำ

Claude Opus 4.5 มี context window เท่าใด?+

Claude Opus 4.5 รองรับสูงสุด 200K โทเคนคอนเท็กซ์ และสูงสุด 64K โทเคนเอาต์พุตต่อคำขอ

Claude Opus 4.5 เข้ากันได้กับ OpenAI หรือไม่?+

WaveSpeedAI ให้บริการ Claude Opus 4.5 ที่ https://llm.wavespeed.ai/v1 ผ่านอินเทอร์เฟซ Chat Completions ที่เข้ากันได้กับ OpenAI ไคลเอนต์ OpenAI SDK ส่วนใหญ่ใช้งานได้โดยเปลี่ยน base URL และ API key ส่วนฟิลด์เสริมขึ้นอยู่กับโมเดล

จะเริ่มใช้ Claude Opus 4.5 ได้อย่างไร?+

ลงชื่อเข้าใช้ WaveSpeedAI สร้าง API key ใน Access Keys แล้วส่งคำขอไปยัง https://llm.wavespeed.ai/v1/chat/completions โดยใช้ model id ที่แสดงด้านบน ตรวจสอบความพร้อมใช้งาน ความสามารถ และราคาจากแคตตาล็อกโมเดลปัจจุบัน

LLM API ที่เกี่ยวข้อง

Claude Opus 4.5 | Anthropic LLM API Pricing & Performance | WaveSpeedAI