continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
16.66k stars 1.3k forks source link

Add support for Claude Sonnet 3.5 #1607

Closed dandv closed 3 months ago

dandv commented 3 months ago

Validations

Problem

I've added my Anthropic API key, but don't see any information in the UI about the available model versions. I could replace the model string in config.json with claude-3-5-sonnet-20240620 but would be nice to have a friendlier UI for this, otherwise users may think the best model for coding isn't supported yet.

Solution

The OpenAI configuration screen has an option to "Automatically populate the model list by calling the /models endpoint of the server". Until Anthropic adds an endpoint to list available models, they could be

fry69 commented 3 months ago

Sonnet-3.5 is supported in the VSCode Pre-Release extension, see https://github.com/continuedev/continue/commit/c0705b363153d096c2e68e223c4337f9f72f0951

A new stable release is soon to be released, for the time being switch to Pre-Release for the Continue extension inside VScode.

For JetBrains editors Pre-Release versions seem to be broken, you may have to wait until the next stable release happens.

sestinj commented 3 months ago

In the next release we'll not only have Sonnet in the model selection UI, but will be encouraging users to immediately input their Claude API key for Sonnet 3.5. For now this is becoming a strongly recommended model

sestinj commented 3 months ago

This is now released in the latest pre-release