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.
Best for
Hardest coding tasksMulti-agent workCode review
Strengths
- ▸Newest Opus
- ▸Agentic coding
- ▸Adaptive effort up to max
Use Claude Opus 5 via AnyModel
One OpenAI-compatible endpoint — just set the model 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!"}]
}'
AnyModel