-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anthropic Claude Sonnet 3.7 Support #25488
Comments
@notpeter do you think the thinking budget can be set from a slash command or from the message in the assistant ? |
This comment has been minimized.
This comment has been minimized.
Initial support will be for using it in the assistant. |
An update: PR #25497 is ready to go with this. There is a minor upstream Anthropic issue, specifically API responses from claude3.7 are missing three response headers (
It appears to be harmless and I expect Anthropic will fix this server-side shortly. In the meantime if you can't wait for the hotfix releases you can add this to your settings and use Claude 3.7 right now: "language_models": {
"anthropic": {
"version": "1",
"available_models": [
{
"name": "claude-3-7-sonnet-latest",
"max_tokens": 200000,
"display_name": "Claude 3.7 Early Bird"
}
]
}
}, |
This shipped last night in Zed Preview v0.175.4-pre and Zed Stable v0.174.7. Anthropic fixed the upstream issue and is now including the expected headers. |
- Follow-up to: #25488 Co-authored-by: Peter Tripp <peter@zed.dev>
- Follow-up to: #25488 Co-authored-by: Peter Tripp <peter@zed.dev>
- Follow-up to: #25488 Co-authored-by: Peter Tripp <peter@zed.dev>
Zed is missing Claude 3.7 thinking |
Thanks. I've opened an issue for that here: |
Support for new Anthropic Claude 3.7 release in the Assistant panel.
The text was updated successfully, but these errors were encountered: