mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-02 08:09:43 +08:00
18 lines
626 B
Plaintext
18 lines
626 B
Plaintext
---
|
|
title: Claude
|
|
description: Claude model configuration
|
|
---
|
|
|
|
```json
|
|
{
|
|
"model": "claude-sonnet-4-6",
|
|
"claude_api_key": "YOUR_API_KEY"
|
|
}
|
|
```
|
|
|
|
| Parameter | Description |
|
|
| --- | --- |
|
|
| `model` | Options include `claude-sonnet-4-6`, `claude-opus-4-6`, `claude-sonnet-4-5`, `claude-sonnet-4-0`, `claude-3-5-sonnet-latest`, etc. See [official models](https://docs.anthropic.com/en/docs/about-claude/models/overview) |
|
|
| `claude_api_key` | Create at [Claude Console](https://console.anthropic.com/settings/keys) |
|
|
| `claude_api_base` | Optional. Defaults to `https://api.anthropic.com/v1`. Change to use third-party proxy |
|