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/responsesПримеры кода
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)
Доступность сервиса
Бенчмарки
Anthropic: Claude Opus 4.8 набирает 1475 в категории «Общий» текстового лидерборда LMArena (style control), занимая 16-е место из 374 моделей на основе 27 803 голосов человеческих предпочтений (обновлено 2026-07-12).
| Категория | Оценка Arena | 95% ДИ | Место | Голоса |
|---|---|---|---|---|
| Общий | 1470–1481 | 16 из 374 | 27 803 | |
| Сложные запросы | 1501–1514 | 8 из 374 | 18 352 | |
| Программирование | 1525–1541 | 8 из 369 | 7 749 | |
| Математика | 1462–1494 | 19 из 362 | 1 336 | |
| Творческое письмо | 1452–1471 | 14 из 372 | 4 852 | |
| Следование инструкциям | 1471–1486 | 11 из 374 | 9 428 | |
| Китайский | 1512–1546 | 9 из 344 | 1 295 |
Источник: LMArena · CC BY 4.0 · Обновлено 2026-07-12 · Методология ↗ · Места указаны в рамках каждой категории текстового лидерборда LMArena (style control). Оценки основаны на сторонних оценках человеческих предпочтений, а не на данных OFOX.