diff options
| author | Hunter Casten <[email protected]> | 2025-04-24 22:48:48 -0700 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-25 11:11:52 +0200 |
| commit | 7a62ab7675dd042266611205c43e9869a2da1664 (patch) | |
| tree | 80788c9016d3866ac5de3c5a3d3c7c7c2b474bd6 /README.md | |
| parent | 1586d757dc64e1e8f65625c289a707a5e34a16b0 (diff) | |
| download | opencode-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.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |
