Anthropic: Claude Opus 4.7
Chatanthropic/claude-opus-4.7Opus 4.7 is the next generation of Anthropic's Opus family, built for long-running, asynchronous agents. Building on the coding and agentic strengths of Opus 4.6, it delivers stronger performance on complex, multi-step tasks and more reliable agentic execution across extended workflows. It is especially effective for asynchronous agent pipelines where tasks unfold over time - large codebases, multi-stage debugging, and end-to-end project orchestration.
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.7",max_tokens=1024,messages=[{"role": "user", "content": "Hello!"}],)print(message.content[0].text)
Доступность сервиса
Бенчмарки
Anthropic: Claude Opus 4.7 набирает 1494 в категории «Общий» текстового лидерборда LMArena (style control), занимая 5-е место из 374 моделей на основе 48 079 голосов человеческих предпочтений (обновлено 2026-07-12).
| Категория | Оценка Arena | 95% ДИ | Место | Голоса |
|---|---|---|---|---|
| Общий | 1490–1498 | 5 из 374 | 48 079 | |
| Сложные запросы | 1515–1525 | 5 из 374 | 31 912 | |
| Программирование | 1543–1556 | 3 из 369 | 13 679 | |
| Математика | 1481–1506 | 10 из 362 | 2 488 | |
| Творческое письмо | 1474–1490 | 6 из 372 | 8 187 | |
| Следование инструкциям | 1488–1500 | 6 из 374 | 16 384 | |
| Китайский | 1528–1554 | 5 из 344 | 2 448 |
Источник: LMArena · CC BY 4.0 · Обновлено 2026-07-12 · Методология ↗ · Места указаны в рамках каждой категории текстового лидерборда LMArena (style control). Оценки основаны на сторонних оценках человеческих предпочтений, а не на данных OFOX.