Skip to main content

TogetherLLM

The Together API is a cloud platform for running large AI models. You can sign up here, copy your API key on the initial welcome screen, and then hit the play button on any model from the Together Models list. Change ~/.continue/config.json to look like this:

~/.continue/config.json
{
"models": [
{
"title": "Together CodeLlama",
"provider": "together",
"model": "codellama-13b",
"apiKey": "YOUR_API_KEY"
}
]
}

View the source