Skip to content

Commit 8ba6877

Browse files
committed
chore: update readme
1 parent 6893b18 commit 8ba6877

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,13 @@ $anthropic = new Anthropic(
9191
```
9292

9393
Available Anthropic Models:
94-
- `MODEL_CLAUDE_3_OPUS`: Most powerful model
95-
- `MODEL_CLAUDE_3_HAIKU`: Balanced performance
96-
- `MODEL_CLAUDE_3_HAIKU`: Fast and efficient
97-
- `MODEL_CLAUDE_2_1`: Previous generation
94+
- `MODEL_CLAUDE_4_OPUS`: Flagship model with exceptional reasoning for the most demanding tasks
95+
- `MODEL_CLAUDE_3_OPUS`: Premium model with superior performance on complex analysis and creative work
96+
- `MODEL_CLAUDE_4_SONNET`: Intelligent and responsive model optimized for productivity workflows
97+
- `MODEL_CLAUDE_3_7_SONNET`: Enhanced model with improved reasoning and coding capabilities
98+
- `MODEL_CLAUDE_3_5_SONNET`: Versatile model balancing capability and speed for general use
99+
- `MODEL_CLAUDE_3_5_HAIKU`: Ultra-fast model for quick responses and lightweight processing
100+
- `MODEL_CLAUDE_3_HAIKU`: Rapid model designed for speed and efficiency on straightforward tasks
98101

99102
#### Deepseek
100103

0 commit comments

Comments
 (0)