Update Claude Code to use Opus 4.6 and increase max output tokens to 32k

This commit is contained in:
Eric Wagoner
2026-03-14 13:18:37 -04:00
parent 5feba125d9
commit 86800d2162

View File

@@ -9,10 +9,10 @@ export PATH="$HOME/.local/bin:$PATH"
export CLAUDE_CODE_USE_BEDROCK=1
export AWS_REGION=us-west-2
export ANTHROPIC_SMALL_FAST_MODEL_AWS_REGION=us-west-2
export ANTHROPIC_MODEL="us.anthropic.claude-sonnet-4-5-20250929-v1:0"
export ANTHROPIC_SMALL_FAST_MODEL="us.anthropic.claude-haiku-4-5-20251001-v1:0"
export ANTHROPIC_MODEL=global.anthropic.claude-opus-4-6-v1
export ANTHROPIC_SMALL_FAST_MODEL=global.anthropic.claude-haiku-4-5-20251001-v1:0
export CLAUDE_CODE_ENABLE_TELEMETRY=1
export CLAUDE_CODE_MAX_OUTPUT_TOKENS=4096
export CLAUDE_CODE_MAX_OUTPUT_TOKENS=32000
export MAX_THINKING_TOKENS=1024
# OpenTelemetry (Natera staging)