Skip to content

Commit 53a9852

Browse files
Tom GotsmanTom Gotsman
authored andcommitted
groq
1 parent 0ab56af commit 53a9852

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

docs/ai_builder/integrations/gemini.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ Once connected, your app can use Gemini for AI-powered features across workflows
2727
* **Keep your key secure:** Do not hardcode your Gemini API key in public code repositories.
2828
* **Use environment-specific keys:** Separate dev, staging, and production keys help manage access and security.
2929
* **Secure API access:** The key allows your app to interact with Gemini endpoints securely and efficiently.
30-
```
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
tags: AI
3+
description: Connect your apps to Groq’s ultra-fast inference API for lightning-speed AI responses.
4+
---
5+
# Groq Integration
6+
7+
The **Groq Integration** allows your app to use [Groq’s API](https://groq.com/) for ultra-fast AI inference. Once connected, your app can leverage Groq’s hosted models (including open models like Llama 4 and Qwen) to power real-time workflows, chat experiences, and other AI-driven features.
8+
9+
## Step 1: Obtain a Groq API Key
10+
11+
1. Go to the [Groq Console](https://console.groq.com/).
12+
2. Navigate to **API Keys** in your account settings.
13+
3. Click **Create API Key** and give it a descriptive name (e.g., “AI Builder”).
14+
4. Copy the generated key.
15+
* **Example:** `gsk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`
16+
17+
## Step 2: Configure the Integration in Your App
18+
19+
1. Go to **Integrations → Add Groq** in your app settings.
20+
2. Paste your **Groq API Key** in the input field.
21+
3. Click **Connect** to validate and save your integration.
22+
23+
Once connected, your app can use Groq to deliver ultra-low latency AI responses across workflows and components.
24+
25+
## Step 3: Notes
26+
27+
* **Keep your key secure:** Do not hardcode your Groq API key in public code repositories.
28+
* **Use environment-specific keys:** Separate dev, staging, and production keys help manage access and security.
29+
* **Secure API access:** The key allows your app to interact with Groq endpoints securely and efficiently.

0 commit comments

Comments
 (0)