Opus 4.6 ist Anthropics leistungsstärkstes Modell für das Programmieren und langandauernde professionelle Aufgaben. Es wurde für Agenten entwickelt, die über gesamte Workflows hinweg statt einzelner Prompts arbeiten, was es besonders effektiv macht...
OpenAI-kompatibel — behalte dein bisheriges SDK
https://api.orcarouter.ai/v1https://api.orcarouter.aifrom openai import OpenAI
client = OpenAI(
base_url="https://api.orcarouter.ai/v1",
api_key="$ORCAROUTER_API_KEY",
)
response = client.chat.completions.create(
model="anthropic/claude-opus-4.6",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)include_reasoningmax_tokensoutput_configreasoningresponse_formatstopstreamstructured_outputstemperaturethinkingtool_choicetoolstop_p| Eingabe / 1M Tokens | $5.00 |
| Ausgabe / 1M Tokens | $25.00 |
| Cache-Lesen / 1M | $0.500 |
| Cache-Schreiben / 1M | $6.25 |
| Währung | USD |
Schätzung auf Basis des Listenpreises
Nur eine Schätzung — die tatsächliche Token-Anzahl hängt vom Tokenizer des Anbieters ab.
GET /api/public/models/anthropic/claude-opus-4.6Öffnen @misc{orcarouter_claude_opus_4_6,
title = {Claude Opus 4.6 API},
author = {Anthropic},
year = {2026},
howpublished = {OrcaRouter},
url = {https://www.orcarouter.ai/models/anthropic/claude-opus-4.6}
}Anthropic. (2026). Claude Opus 4.6 API. OrcaRouter. https://www.orcarouter.ai/models/anthropic/claude-opus-4.6