We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c8830 commit 2621033Copy full SHA for 2621033
docs/3-Providers/1-Anthropic Claude.md
@@ -0,0 +1,15 @@
1
+# Anthropic Claude
2
+
3
+- [Anthropic Claude](https://console.anthropic.com/docs/access)
4
+- SOPHIA
5
6
+## Quick Start Guide
7
8
+- Get your Anthroic API key at <https://console.anthropic.com/settings/keys>.
9
10
+### Update your agent settings
11
12
+1. Set `AI_PROVIDER` to `claude`.
13
+2. Set `ANTHROPIC_API_KEY` to your API key.
14
+3. Set `ANTHROPIC_MODEL` to `claude-3-5-sonnet-20240620`. List of models available at <https://docs.anthropic.com/claude/docs/models-overview> .
15
+4. Set `ANTHROPIC_MAX_TOKENS` to the maximum number of input tokens. Default is `200000` for Claude.
0 commit comments