Clay Icon
  • Avatar of Muhammad S.
    Muhammad S.
    ยท
    ยท

    Method: POST API Endpoint: https://api.groq.com/openai/v1/chat/completions Headers:

    Content-Type: application/json
    Authorization: Bearer YOUR_GROQ_API_KEY

    Body (JSON Format):

    {
      "model": "llama-3.3-70b-versatile",
      "messages": [
        {
          "role": "user",
          "content": "Explain the importance of fast language models"
        }
      ]
    }
  • Avatar of Muhammad S.
    Muhammad S.
    ยท
    ยท

    Get an api key from here: ||https://console.groq.com/keys

  • Avatar of Emma W.
    Emma W.
    ยท
    ยท

    Hey Muhammad, It shows error Can you try it on your end

  • Avatar of Muhammad S.
    Muhammad S.
    ยท
    ยท

    what is the error?

  • Avatar of Emma W.
    Emma W.
    ยท
    ยท

    The Clay team helped me. Thanks, Muhammad. Can you please help me understand how many RPM is available in this groq? Do I need to setup anything under clay or it's good?