Groq
Groq provides the fastest available inference for open-source language models, including the entire Llama 3.1 family.
- Obtain an API key here
- Update your Continue config file like this:
config.json
{
"models": [
{
"title": "Llama 3.1 405b",
"provider": "groq",
"model": "llama3.1-405b",
"apiKey": "<API_KEY>"
}
]
}