Unlock exclusive introductory pricing for the newly launched Gemini 3.5 Flash.
C

Claude Opus 4.6

輸入:$4/M
輸出:$20/M
發布時間:Feb 5, 2026

Claude Opus 4.6 is Anthropic’s “Opus”-class large language model, released February 2026. It is positioned as a workhorse for knowledge-work and research workflows — improving long-context reasoning, multi-step planning, tool use (including agentic software workflows), and computer-use tasks such as automated slide and spreadsheet generation.

熱門
商業用途

Claude Opus 4.6 的 Playground

探索 Claude Opus 4.6 的 Playground — 一個互動式環境,可測試模型並即時執行查詢。嘗試提示、調整參數,並立即迭代以加速開發並驗證使用案例。

ItemClaude Opus 4.6 (public specs)
Model familyClaude Opus (Opus 4.6)
Model idclaude-opus-4-6
ProviderAnthropic
Input typesText, structured files (documents, spreadsheets), vision inputs (images/screenshots) — via Messages API and Files API
Output typesText (long-form, code, structured outputs), streamed messages; supports document and structured outputs
Context window1,000,000 tokens (beta); compaction available to extend effective context
Max output tokens128,000
Effort / reasoning controlslow, medium, high (default), max; plus adaptive thinking to let the model pick extended reasoning when useful
Long-context featuresContext compaction (beta) with header compact-2026-01-12; streaming recommended for large outputs

What is Claude Opus 4.6

Claude Opus 4.6 is Anthropic’s most capable Opus-class model (released Feb 5, 2026), tuned for complex, long-horizon knowledge-work and agentic coding workflows. It emphasizes reliable planning, sustained multi-step execution, and robustness on large codebases and enterprise tasks such as financial analysis, legal reasoning, and multi-document research.

Main features of Claude Opus 4.6

  • Ultra-long context (beta): Support for a 1,000,000-token context window (beta) and server-side context compaction to summarize and preserve long-running conversational state.
  • Very large outputs: Up to 128k output tokens, enabling single-request generation of large documents, reports, or multi-file code patches.
  • Agentic workflows & agent teams: Research-preview support in Claude Code for spinning up multiple agents that coordinate in parallel for review, testing, and multi-step engineering tasks.
  • Effort & adaptive thinking controls: Four effort levels (low/medium/high/max) and adaptive thinking that lets the model selectively apply extended reasoning when appropriate.
  • Improved coding and tool use: Upgrades for code review, debugging, terminal-style agent workflows, and integrations with office tools (Claude in Excel / PowerPoint).
  • Context compaction & long-run tooling: Server-side compaction strategy and SDK support (streaming) to manage long-running agents without manual state pruning.

Benchmark performance of Claude Opus 4.6

Anthropic reports leading performance on multiple evaluations: highest scores on Terminal-Bench 2.0 (agentic coding), top industry result on DeepSearchQA, a 144 Elo advantage over OpenAI’s GPT-5.2 on GDPval-AA, and a BigLaw Bench score of 90.2% (per Anthropic’s release and system card). See official system card and release notes for methodology and caveats.

Benchmark / taskOpus 4.6 reported result (Anthropic)
Terminal-Bench 2.0 (coding)65.4% (industry-leading per Anthropic).
OSWorld (computer-using tasks)72.7% (Anthropic’s best computer-using model).
GDPVal / Elo (adaptive thinking, partner benchmarks)Anthropic / partner prelaunch results report high Elo relative to other frontier models (vendor materials show Opus 4.6 leading on several agentic and coding benchmarks). Independent press summaries note Opus 4.6 outperforming GPT-5.2 on specific professional evaluations.

Note: Benchmarks and reported comparisons are Anthropic’s published results from the Feb 5, 2026 announcement and system card; users should consult the system card for test methodology and dataset details.

Claude Opus 4.6 vs Opus 4.5 vs GPT-5.2 (comparative snapshot)

ModelStrengthsNotes
Claude Opus 4.6Best-in-class long-horizon reasoning, agentic coding, 1M-token beta, 128k outputsAnthropic reports gains over Opus 4.5 and OpenAI GPT-5.2 on GDPval-AA and Terminal-Bench.
Claude Opus 4.5Strong coding and agentic capabilities (previous baseline)4.6 improves planning and long-run stability.
OpenAI GPT-5.2 (reference)Strong multimodal reasoning and broad deploymentAnthropic cites a ~144 Elo gap (GDPval-AA) in favor of Opus 4.6; comparisons vary by task and benchmark.

Representative enterprise use cases

  1. Repository-scale code refactors, multi-file migrations, and automated patch generation.
  2. Long-running agentic workflows: automated research, multi-document synthesis, and CI orchestration.
  3. Financial analysis and legal research that require multi-source cross-checking and structured outputs.
  4. Document → slide workflows: ingest large spreadsheets, synthesize findings, and generate brand-consistent PowerPoint decks.
  5. Defensive security workflows: triage and reproduce vulnerabilities under controlled, audited conditions.

How to access and use Claude Opus 4.6 API

Step 1: Sign Up for API Key

Log in to cometapi.com. If you are not our user yet, please register first. Sign into your CometAPI console. Get the access credential API key of the interface. Click “Add Token” at the API token in the personal center, get the token key: sk-xxxxx and submit.

Step 2: Send Requests to claude-opus-4-6 API

Select the “claude-opus-4-6” endpoint to send the API request and set the request body. The request method and request body are obtained from our website API doc. Our website also provides Apifox test for your convenience. Replace <YOUR_API_KEY> with your actual CometAPI key from your account. Where to call it:  Anthropic Messages format and Chat format.

Insert your question or request into the content field—this is what the model will respond to . Process the API response to get the generated answer.

Step 3: Retrieve and Verify Results

Process the API response to get the generated answer. After processing, the API responds with the task status and output data.

常見問題

Claude Opus 4.6 的定價

探索 Claude Opus 4.6 的競爭性定價,專為滿足各種預算和使用需求而設計。我們靈活的方案確保您只需為實際使用量付費,讓您能夠隨著需求增長輕鬆擴展。了解 Claude Opus 4.6 如何在保持成本可控的同時提升您的專案效果。

ModelComet Price (USD / M Tokens)Official Price (USD / M Tokens)Discount
claude-opus-4-6
輸入:$4/M
輸出:$20/M
輸入:$5/M
輸出:$25/M
-20%

Claude Opus 4.6 的範例程式碼和 API

存取完整的範例程式碼和 API 資源,以簡化您的 Claude Opus 4.6 整合流程。我們詳盡的文件提供逐步指引,協助您在專案中充分發揮 Claude Opus 4.6 的潛力。

# Get your CometAPI key from https://api.cometapi.com/console/token
# Export it as: export COMETAPI_KEY="your-key-here"
curl https://api.cometapi.com/v1/messages \
  --header "Authorization: $COMETAPI_KEY" \
  --header "content-type: application/json" \
  --data \
'{
  "model": "claude-opus-4-6",
  "max_tokens": 1024,
  "messages": [
    {"role": "user", "content": "Hello, Claude"}
  ]
}'

cURL Code Example

# Get your CometAPI key from https://api.cometapi.com/console/token
# Export it as: export COMETAPI_KEY="your-key-here"
curl https://api.cometapi.com/v1/messages \
  --header "Authorization: $COMETAPI_KEY" \
  --header "content-type: application/json" \
  --data \
'{
  "model": "claude-opus-4-6",
  "max_tokens": 1024,
  "messages": [
    {"role": "user", "content": "Hello, Claude"}
  ]
}'

Python Code Example

import anthropic
import os

# Get your CometAPI key from https://api.cometapi.com/console/token, and paste it here
COMETAPI_KEY = os.environ.get("COMETAPI_KEY") or "<YOUR_COMETAPI_KEY>"
BASE_URL = "https://api.cometapi.com"

client = anthropic.Anthropic(
    base_url=BASE_URL,
    api_key=COMETAPI_KEY,
)
message = client.messages.create(
    model="claude-opus-4-6",
    max_tokens=1024,
    messages=[{"role": "user", "content": "Hello, Claude"}],
)
print(message.content[0].text)

JavaScript Code Example

import Anthropic from "@anthropic-ai/sdk";

// Get your CometAPI key from https://api.cometapi.com/console/token, and paste it here
const api_key = process.env.COMETAPI_KEY || "<YOUR_COMETAPI_KEY>";
const base_url = "https://api.cometapi.com";

const anthropic = new Anthropic({
  apiKey: api_key,
  baseURL: base_url,
});

const message = await anthropic.messages.create({
  model: "claude-opus-4-6",
  max_tokens: 1024,
  messages: [{ role: "user", content: "Hello, Claude" }],
});

console.log(message.content?.[0]?.text ?? message);

Uptime

過去 30 天的請求成功率,反映每個模型供應商的可靠性。CometAPI 全天候即時監控所有已連接的供應商。

RespondLIVE
2882msAvg. Response
UptimeLIVE
93.9%Avg. Uptime

Claude Opus 4.6的版本

Claude Opus 4.6擁有多個快照的原因可能包括:更新後輸出結果存在差異需保留舊版快照以確保一致性、為開發者提供適應與遷移的過渡期,以及不同快照對應全球或區域端點以優化使用者體驗等潛在因素。各版本間的具體差異請參閱官方文件說明。

Version
claude-opus-4-6