Anthropic
Learn how to configure and use Anthropic Claude models with CodinIT. Covers API key setup, model selection, and advanced features like prompt caching.
Getting an API Key
Sign Up/Sign In
Go to the Anthropic Console. Create an account or sign in.
Navigate to API Keys
Go to the API keys section.
Create a Key
Click "Create Key". Give your key a descriptive name (e.g., "CodinIT").
Copy the Key
Important: Copy the API key immediately. You will not be able to see it again. Store it securely.
Supported Models
CodinIT supports the following Anthropic Claude models:
Model | Description |
---|---|
claude-opus-4-20250514 | Latest Opus model |
claude-opus-4-20250514:thinking | Extended Thinking variant |
claude-sonnet-4-20250514 | Recommended - Latest Sonnet model |
claude-sonnet-4-20250514:thinking | Extended Thinking variant |
claude-3-7-sonnet-20250219 | Claude 3.7 Sonnet |
claude-3-7-sonnet-20250219:thinking | Extended Thinking variant |
claude-3-5-sonnet-20241022 | Claude 3.5 Sonnet |
claude-3-5-haiku-20241022 | Claude 3.5 Haiku |
claude-3-opus-20240229 | Claude 3 Opus |
claude-3-haiku-20240307 | Claude 3 Haiku |
Configuration in CodinIT
Open CodinIT Settings
Click the settings icon (⚙️) in the CodinIT panel.
Select Provider
Choose "Anthropic" from the "API Provider" dropdown.
Enter API Key
Paste your Anthropic API key into the "Anthropic API Key" field.
Select Model
Choose your desired Claude model from the "Model" dropdown.
Optional: Custom Base URL
If you need to use a custom base URL for the Anthropic API, check "Use custom base URL" and enter the URL. Most users won't need to adjust this setting.
Extended Thinking
Anthropic models offer an "Extended Thinking" feature, designed to give them enhanced reasoning capabilities for complex tasks. This feature allows the model to output its step-by-step thought process before delivering a final answer, providing transparency and enabling more thorough analysis for challenging prompts.
thinking
content blocks that detail its internal reasoning. These insights are then incorporated into its final response.CodinIT users can leverage this by checking the Enable Extended Thinking
box below the model selection menu after selecting a Claude Model from any provider.
Key Aspects of Extended Thinking
:thinking
suffix are pre-configured in CodinIT.thinking
blocks, can be streamed.Tips and Notes
Prompt Caching
Claude 3 models support prompt caching, which can significantly reduce costs and latency for repeated prompts.
Context Window
Claude models have large context windows (200,000 tokens), allowing you to include significant amounts of code and context in your prompts.
Pricing
Refer to the Anthropic Pricing page for the latest pricing information.
Rate Limits
Anthropic has strict rate limits based on usage tiers. Consider alternative providers if hitting limits frequently.