summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorHunter Casten <[email protected]>2025-04-24 22:48:48 -0700
committerKujtim Hoxha <[email protected]>2025-04-25 11:11:52 +0200
commit7a62ab7675dd042266611205c43e9869a2da1664 (patch)
tree80788c9016d3866ac5de3c5a3d3c7c7c2b474bd6 /README.md
parent1586d757dc64e1e8f65625c289a707a5e34a16b0 (diff)
downloadopencode-7a62ab7675dd042266611205c43e9869a2da1664.tar.gz
opencode-7a62ab7675dd042266611205c43e9869a2da1664.zip
feat(groq): add support for Groq using the OpenAI provider
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index e7609323f..75fe72910 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,10 @@ You can configure OpenCode using environment variables:
"anthropic": {
"apiKey": "your-api-key",
"disabled": false
+ },
+ "groq": {
+ "apiKey": "your-api-key",
+ "disabled": false
}
},
"agents": {
@@ -158,6 +162,14 @@ OpenCode supports a variety of AI models from different providers:
- Claude 3.7 Sonnet
+### Groq
+
+- Llama 4 Maverick (17b-128e-instruct)
+- Llama 4 Scout (17b-16e-instruct)
+- QWEN QWQ-32b
+- Deepseek R1 distill Llama 70b
+- Llama 3.3 70b Versatile
+
## Usage
```bash