docs: Fix Claude Sonnet 4 model name (#31226)

This PR fixes the model name for Claude Sonnet 4 to match Anthropic's
new ordering.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-22 18:05:55 -04:00 committed by GitHub
parent 73a5856fb8
commit f8b997b25c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,8 +7,8 @@ Zeds plans offer hosted versions of major LLMs, generally with higher rate
| Claude 3.5 Sonnet | Anthropic | ❌ | 60k | $0.04 | N/A |
| Claude 3.7 Sonnet | Anthropic | ❌ | 120k | $0.04 | N/A |
| Claude 3.7 Sonnet | Anthropic | ✅ | 200k | N/A | $0.05 |
| Claude 4 Sonnet | Anthropic | ❌ | 120k | $0.04 | N/A |
| Claude 4 Sonnet | Anthropic | ✅ | 200k | N/A | $0.05 |
| Claude Sonnet 4 | Anthropic | ❌ | 120k | $0.04 | N/A |
| Claude Sonnet 4 | Anthropic | ✅ | 200k | N/A | $0.05 |
## Usage {#usage}