Anthropic

Claude Opus 5

The newest experimental Opus, served through Kiro.

Claude Opus 5 is Kiro's newest experimental flagship for sustained coding, multi-file work, multi-agent coordination and precise code review. AnyModel routes it only through Kiro accounts where live inference has been verified.

Лучше всего для

Hardest coding tasksMulti-agent workCode review

Сильные стороны

  • Newest Opus
  • Агентный кодинг
  • Adaptive effort up to max

Использование Claude Opus 5 через AnyModel

Один OpenAI-совместимый эндпоинт — просто укажите id модели:

curl https://anymodel.org/v1/chat/completions \
  -H "Authorization: Bearer $ANYMODEL_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-opus-5",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'