Providers/Anthropic
Anthropic
Frontier lab behind the Claude family — the reference models for agentic coding and long-horizon work.
Models on Brainbase
Claude Opus
5 variants available1 new
Claude Opus
5 variants available1 new
Claude Sonnet
3 variants available1 new
Claude Sonnet
3 variants available1 new
Harnesses by Anthropic
Agent runtimes built by this vendor, managed end-to-end on Brainbase.
About
Anthropic is the AI safety company behind Claude. Its Opus, Sonnet, and Haiku lines anchor most production agent deployments on Brainbase — Claude Sonnet is the platform's default model across open harnesses.
On Brainbase, Claude models run inside Anthropic's own harnesses — Claude Code and Claude Agent — or inside any open harness like OpenCode and Qwen Code. Every Claude model is vision-capable, so agents can read screenshots, diagrams, and documents out of the box.
Available on Brainbase:
- Claude Fable: Anthropic's Mythos-class generation — its most intelligent models, including Claude Fable 5.1
- Claude Opus: The flagship Claude line for the hardest agentic work, including Claude Opus 5, Claude Opus 4.8, Claude Opus 4.7, Claude Opus 4.6, Claude Opus 4.5
- Claude Sonnet: The balanced Claude line — the default for most coding agents, including Claude Sonnet 5, Claude Sonnet 4.6, Claude Sonnet 4.5
- Claude Haiku: Fast, inexpensive Claude for high-volume loops, including Claude Haiku 4.5
Run these models in Claude Code, OpenCode, or Qwen Code — selected per task like any other platform model.
Try it on Brainbase
One API call boots a managed sandbox on the claude_code harness pointed at claude-fable-5-1. Hosting, scaling, and billing are handled for you.
curl -X POST https://api.brainbaselabs.com/v2/agents \
-H "Authorization: Bearer $BRAINBASE_API_KEY" \
-d '{
"title": "my-agent",
"runtime_kind": "claude_code",
"default_model": "claude-fable-5-1"
}'