From b18afede41b74c13c43adf7f72bc1be70ad52217 Mon Sep 17 00:00:00 2001 From: wadeKeith Date: Mon, 4 May 2026 17:49:14 +0800 Subject: [PATCH] Add Groq API - fast AI inference with free tier --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd279084..1dc4aede 100644 --- a/README.md +++ b/README.md @@ -1210,6 +1210,7 @@ API | Description | Auth | HTTPS | CORS | | [Time Door](https://timedoor.io) | A time series analysis API | `apiKey` | Yes | Yes | | [Unplugg](https://unplu.gg/test_api.html) | Forecasting API for timeseries data | `apiKey` | Yes | Unknown | | [WolframAlpha](https://products.wolframalpha.com/api/) | Provides specific answers to questions using data and algorithms | `apiKey` | Yes | Unknown | +| [Groq](https://console.groq.com/docs/quickstart) | Fast AI inference API with free tier, supports Llama, Mixtral, Gemma models | `apiKey` | Yes | Yes | **[⬆ Back to Index](#index)**