From 7a62ab7675dd042266611205c43e9869a2da1664 Mon Sep 17 00:00:00 2001 From: Hunter Casten Date: Thu, 24 Apr 2025 22:48:48 -0700 Subject: feat(groq): add support for Groq using the OpenAI provider --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3