2026-01-20 21:08:29 -08:00
|
|
|
---
|
|
|
|
|
title: "Anthropic"
|
|
|
|
|
description: "Configure Strix with Claude models"
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-03-22 22:05:49 -07:00
|
|
|
export STRIX_LLM="anthropic/claude-sonnet-4-6"
|
2026-01-20 21:08:29 -08:00
|
|
|
export LLM_API_KEY="sk-ant-..."
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Available Models
|
|
|
|
|
|
|
|
|
|
| Model | Description |
|
|
|
|
|
|-------|-------------|
|
2026-02-20 10:35:58 -08:00
|
|
|
| `anthropic/claude-sonnet-4-6` | Best balance of intelligence and speed |
|
2026-02-19 13:43:18 -08:00
|
|
|
| `anthropic/claude-opus-4-6` | Maximum capability for deep analysis |
|
2026-01-20 21:08:29 -08:00
|
|
|
|
|
|
|
|
## Get API Key
|
|
|
|
|
|
|
|
|
|
1. Go to [console.anthropic.com](https://console.anthropic.com)
|
|
|
|
|
2. Navigate to API Keys
|
|
|
|
|
3. Create a new key
|