Skip to content

v2.6.1 — Default Sonnet 5

Choose a tag to compare

@jedwhite jedwhite released this 30 Jun 19:41
· 4 commits to main since this release

Changed

Default Sonnet model bumped to 5 across all providers following Anthropic's release.

  • Anthropic API / Pro: claude-sonnet-5
  • AWS Bedrock: global.anthropic.claude-sonnet-5 (global inference profile, same convention as Opus/Fable)
  • Vertex AI: claude-sonnet-5
  • Azure Foundry: claude-sonnet-5 (default deployment name)
  • Vercel AI Gateway / OpenRouter: anthropic/claude-sonnet-5

Overridable per provider via CLAUDE_MODEL_SONNET_{AWS,VERTEX,ANTHROPIC,AZURE,VERCEL} and ROUTER_MODEL_MID. Docs (README, docs/PROVIDERS.md, secrets.example.sh, airun-docs) updated to reference Sonnet 5.

Opus 4.8 remains the default --opus/--high tier; this only changes --sonnet/--mid.