1099eefedd
Co-Authored-By: Alex Schapiro <bearsyankees@gmail.com>
29 lines
593 B
Plaintext
29 lines
593 B
Plaintext
---
|
|
title: "Anthropic"
|
|
description: "Configure Strix with Claude models"
|
|
---
|
|
|
|
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
|
|
|
|
<ScarfPixel />
|
|
|
|
## Setup
|
|
|
|
```bash
|
|
export STRIX_LLM="anthropic/claude-sonnet-4-6"
|
|
export LLM_API_KEY="sk-ant-..."
|
|
```
|
|
|
|
## Available Models
|
|
|
|
| Model | Description |
|
|
|-------|-------------|
|
|
| `anthropic/claude-sonnet-4-6` | Best balance of intelligence and speed |
|
|
| `anthropic/claude-opus-4-6` | Maximum capability for deep analysis |
|
|
|
|
## Get API Key
|
|
|
|
1. Go to [console.anthropic.com](https://console.anthropic.com)
|
|
2. Navigate to API Keys
|
|
3. Create a new key
|