Anthropic
Claude Opus 4.6 (legacy)
model
claude-opus-4-6PremiumStabilVisionStreamingVisionToolsBatchLong contextUnited States
Konteks
1.0M
Input / 1M token
$5.00
Output / 1M token
$25.00
Tentang model ini
Claude Opus 4.6 (legacy)
Claude Opus 4.6 — previous-generation Anthropic flagship. Bills identically to current Opus. Use this slug when you need version pinning rather than auto-tracking new generations.
Rilis
2024-12
Batas data latih
2024-09
Parameter
Not disclosed
Paling cocok untuk
Kasus penggunaan
- ✓Production deployments pinned to a specific Opus generation
Kelebihan
Yang dikerjakan dengan baik
- ●Stable across upgrades
- ●Same Anthropic quality as 4.7 for most tasks
Keterbatasan
Pahami trade-off-nya
- !Slightly weaker on coding + reasoning vs 4.7
Contoh kode
Chat completion dengan Claude Opus 4.6 (legacy)
from openai import OpenAI
client = OpenAI(
base_url="https://api.anoman.io/v1",
api_key="anm-sk-..."
)
response = client.chat.completions.create(
model="claude-opus-4-6",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)Alternatif
Model serupa di katalog kami
Beban kerja yang cocok dengan Claude Opus 4.6 (legacy) sering cocok dengan ini juga. Bandingkan benchmark dan harga sebelum menetapkan default.