- Change default model from gpt-5 to gpt-5.4 across docs, tests, and examples - Remove Strix Router references from docs, quickstart, overview, and README - Delete models.mdx (Strix Router page) and its nav entry - Simplify install script to suggest openai/ prefix directly - Keep strix/ model routing support intact in code Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
25 lines
507 B
Plaintext
25 lines
507 B
Plaintext
---
|
|
title: "Anthropic"
|
|
description: "Configure Strix with Claude models"
|
|
---
|
|
|
|
## Setup
|
|
|
|
```bash
|
|
export STRIX_LLM="openai/gpt-5.4"
|
|
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
|