Anthropic: Claude Opus 4.8
Chatanthropic/claude-opus-4.8Claude Opus 4.8 is Anthropic's most capable generally available model in the Opus family. It supports text, image, and file inputs with text output, with reasoning support and a 1M-token context window. It is suited for highly autonomous agents, long-horizon agentic work, knowledge work, and memory-driven tasks where coherence over extended sessions matters. It is particularly strong on multi-step reasoning, complex coding, and end-to-end project orchestration - large codebases, multi-stage debugging, and long-running asynchronous agent pipelines. Beyond coding, it handles knowledge work such as drafting documents, building presentations, and analyzing data, maintaining quality across very long outputs.
Providers
/v1/chat/completions/v1/responsesExemples de code
import anthropicclient = anthropic.Anthropic(base_url="https://api.ofox.io/anthropic",api_key="YOUR_OFOX_API_KEY",)message = client.messages.create(model="anthropic/claude-opus-4.8",max_tokens=1024,messages=[{"role": "user", "content": "Hello!"}],)print(message.content[0].text)
Disponibilité et état
Benchmarks
Anthropic: Claude Opus 4.8 obtient 1475 dans la catégorie générale du classement texte LMArena (contrôle de style), se classant 16e sur 374 modèles sur la base de 27 803 votes de préférence humaine (mis à jour le 2026-07-12).
| Catégorie | Score Arena | IC à 95 % | Rang | Votes |
|---|---|---|---|---|
| Général | 1470–1481 | 16e sur 374 | 27 803 | |
| Prompts difficiles | 1501–1514 | 8e sur 374 | 18 352 | |
| Programmation | 1525–1541 | 8e sur 369 | 7 749 | |
| Mathématiques | 1462–1494 | 19e sur 362 | 1 336 | |
| Écriture créative | 1452–1471 | 14e sur 372 | 4 852 | |
| Suivi d'instructions | 1471–1486 | 11e sur 374 | 9 428 | |
| Chinois | 1512–1546 | 9e sur 344 | 1 295 |
Source : LMArena · CC BY 4.0 · Mis à jour le 2026-07-12 · Méthodologie ↗ · Les rangs comparent les modèles au sein de chaque catégorie du classement texte LMArena (contrôle de style). Les scores proviennent d'évaluations de préférence humaine tierces, et non d'OFOX.