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

Claude Opus 4.6

Indtast:$4/M
Output:$20/M
Udgivet: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.

Ny
Populær
Kommersiel brug

Playground for Claude Opus 4.6

Udforsk Claude Opus 4.6's Playground — et interaktivt miljø til at teste modeller og køre forespørgsler i realtid. Prøv prompts, juster parametre og iterer øjeblikkeligt for at fremskynde udvikling og validere use cases.

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.

FAQ

Priser for Claude Opus 4.6

Udforsk konkurrencedygtige priser for Claude Opus 4.6, designet til at passe til forskellige budgetter og brugsbehov. Vores fleksible planer sikrer, at du kun betaler for det, du bruger, hvilket gør det nemt at skalere, efterhånden som dine krav vokser. Opdag hvordan Claude Opus 4.6 kan forbedre dine projekter, mens omkostningerne holdes håndterbare.

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

Eksempelkode og API til Claude Opus 4.6

Få adgang til omfattende eksempelkode og API-ressourcer for Claude Opus 4.6 for at strømline din integrationsproces. Vores detaljerede dokumentation giver trin-for-trin vejledning, der hjælper dig med at udnytte det fulde potentiale af Claude Opus 4.6 i dine projekter.

# 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

Anmodningssuccessrate over de seneste 30 dage, der afspejler pålideligheden hos hver modeludbyder. CometAPI overvåger alle tilsluttede udbydere i realtid, 24/7.

RespondLIVE
2876msAvg. Response
UptimeLIVE
94.2%Avg. Uptime

Versioner af Claude Opus 4.6

Årsagen til, at Claude Opus 4.6 har flere øjebliksbilleder kan omfatte potentielle faktorer såsom variationer i output efter opdateringer, der kræver ældre øjebliksbilleder for konsistens, at give udviklere en overgangsperiode til tilpasning og migration, og at forskellige øjebliksbilleder svarer til globale eller regionale slutpunkter for at optimere brugeroplevelsen. For detaljerede forskelle mellem versioner, henvises der til den officielle dokumentation.

Version
claude-opus-4-6