> ## Documentation Index
> Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Groq

> Configure Groq as an AI provider in your Adaline workspace

## Adding Groq Credentials

You can add Groq credentials by navigating to the **Providers** page under **Settings**.

<Steps>
  <Step title="Configure Provider Name">
    Click on the plus (+) icon.

    <img src="https://mintcdn.com/adaline/tvqUtfKxTlDfJpNv/images/admin/providers/groq/groq-1.png?fit=max&auto=format&n=tvqUtfKxTlDfJpNv&q=85&s=7de137d31dd08a2d3242dd7b40ed4ec6" alt="Configure Groq provider name" title="Configure Groq Provider Name" style={{ width:"100%" }} width="2174" height="1398" data-path="images/admin/providers/groq/groq-1.png" />

    * Enter a unique **Name** for your Groq configuration (e.g., "Groq-Dev").
    * This name will be used as a prefix in the model dropdown to help you identify which provider configuration to use. The name appears as "Groq (your-name)::" before each model name.
    * It makes it easy to distinguish between multiple Groq accounts like "Groq-dev" and "Groq-prod" setups.
  </Step>

  <Step title="Enter API Credentials">
    Add your **API key** in the required field.

    <img src="https://mintcdn.com/adaline/tvqUtfKxTlDfJpNv/images/admin/providers/groq/groq-2.png?fit=max&auto=format&n=tvqUtfKxTlDfJpNv&q=85&s=01c3ae01d0fbd6dfbe67862f7fbfaafe" alt="Enter Groq API credentials" title="Enter Groq API Credentials" style={{ width:"100%" }} width="1016" height="818" data-path="images/admin/providers/groq/groq-2.png" />

    * You can also add a **Description** to help identify the purpose of these credentials for future reference.
  </Step>

  <Step title="Create">
    Click **Create** to save your provider configuration.
  </Step>
</Steps>
