From df0db86e92de30c8951692e9edf2eb520d665415 Mon Sep 17 00:00:00 2001 From: Khai Le Date: Sat, 21 Mar 2026 12:38:14 +0700 Subject: [PATCH] docs(providers): add Groq to the supported providers table --- docs/sandboxes/manage-providers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sandboxes/manage-providers.md b/docs/sandboxes/manage-providers.md index bad66c59..bcab4830 100644 --- a/docs/sandboxes/manage-providers.md +++ b/docs/sandboxes/manage-providers.md @@ -155,6 +155,7 @@ The following providers have been tested with `inference.local`. Any provider th | Baseten | `baseten` | `openai` | `https://inference.baseten.co/v1` | `OPENAI_API_KEY` | | Bitdeer AI | `bitdeer` | `openai` | `https://api-inference.bitdeer.ai/v1` | `OPENAI_API_KEY` | | Deepinfra | `deepinfra` | `openai` | `https://api.deepinfra.com/v1/openai` | `OPENAI_API_KEY` | +| Groq | `groq` | `openai` | `https://api.groq.com/openai/v1` | `OPENAI_API_KEY` | | Ollama (local) | `ollama` | `openai` | `http://host.openshell.internal:11434/v1` | `OPENAI_API_KEY` | | LM Studio (local) | `lmstudio` | `openai` | `http://host.openshell.internal:1234/v1` | `OPENAI_API_KEY` |