Anthropic (Claude)

Configure Claude models in BraceKit.

Anthropic (Claude)

Anthropicโ€™s Claude models are known for nuanced understanding, careful reasoning, and strong safety practices.

Setup

1. Get an API Key

  1. Go to console.anthropic.com
  2. Sign in or create an account
  3. Navigate to API Keys
  4. Create a new key

2. Configure in BraceKit

  1. Open Settings
  2. Select the AI Provider tab
  3. Select Anthropic from the provider dropdown
  4. Paste your API key
  5. Select a model

Settings are saved automatically as you type.

Available Models

ModelAPI IDBest ForContext
Claude Fable 5claude-fable-5Long-running agents, frontier intelligence1M
Claude Opus 5claude-opus-5Complex agentic coding, enterprise work1M
Claude Sonnet 5claude-sonnet-5Best balance of speed and intelligence1M
Claude Haiku 4.5claude-haiku-4-5Fast responses, high volume200K
Claude Opus 4.8claude-opus-4-8Previous generation, most capable1M
Claude Sonnet 4.6claude-sonnet-4-6Previous generation, balanced200K / 1M

Note: Models are fetched live from the Anthropic API when a key is entered. Older models (Opus 4/4.1, Sonnet 4, Claude 3.x) have been retired.

Features

Extended Thinking

Claude supports extended thinking, which shows the modelโ€™s reasoning process:

  1. Click the brain icon (๐Ÿง ) in the toolbar
  2. Send your message
  3. Claude shows its thinking process
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ ๐Ÿง  Thinking...                    โ–พ โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚ The user is asking about async/    โ”‚
โ”‚ await. I should cover:             โ”‚
โ”‚ 1. What it is                      โ”‚
โ”‚ 2. How it works with Promises      โ”‚
โ”‚ 3. Common patterns and pitfalls    โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Async/await is syntactic sugar...

All current Claude models support extended thinking. Claude Opus 5, Sonnet 5 and Fable 5 also support adaptive thinking.

Vision

Claude models support image analysis:

  1. Attach an image to your message
  2. Ask a question about it
  3. Claude analyzes and responds

Function Calling

Claude supports tool calling for:

  • MCP server tools
  • Built-in tools (Google Search)

Large Context

Claude models support up to 200K tokens (1M in beta for Opus/Sonnet 4.6):

  • Analyze entire codebases
  • Process long documents
  • Extended conversations

Extended Thinking Settings

Extended thinking uses additional tokens for reasoning:

SettingEffect
EnabledShows thinking process, uses more tokens
DisabledStandard responses, fewer tokens

Note: Extended thinking uses more tokens and costs more. The thinking tokens are counted in your API usage.

Model Parameters

Configure in Settings โ†’ AI Provider under the Advanced section:

ParameterRangeEffect
Temperature0-1Higher = more creative
Max Tokens1-128KMaximum response length
Use CaseTemperatureMax Tokens
Code generation0.34096
General chat0.7Default
Analysis0.58192
Creative writing0.98192

Pricing

Anthropic charges per token. Approximate costs:

ModelInput (per 1M)Output (per 1M)
Claude Opus 4.6$5.00$25.00
Claude Sonnet 4.6$3.00$15.00
Claude Haiku 4.5$1.00$5.00

Note: Extended thinking uses additional tokens. Check Anthropic pricing for current rates.

Troubleshooting

โ€œOverloadedโ€

Claude sometimes returns โ€œoverloadedโ€ errors during peak times:

  • Wait a moment and retry
  • Try a different model (Haiku is more available)

โ€œContext length exceededโ€

  • Your conversation is too long
  • Use /compact to summarize
  • Start a new conversation

Extended thinking not showing

  • Ensure the brain icon is toggled on
  • Check youโ€™re using a Claude model
  • Some queries may not trigger extended thinking

Model not available

  • Verify your API key has access to the model
  • Check if the model ID is correct
  • Some models may require special access