Skip to content

Using GroqCloud in Software

GroqCloud is a foreign AI inference platform that provides a large amount of free credits and a variety of model choices, making it perfect for free trials. This article introduces how to use GroqCloud and integrate it into video translation software.

GroqCloud Website: https://console.groq.com/

Requires a VPN

GroqCloud blocks access from mainland China IP addresses. If you cannot access it, please ensure you have a VPN enabled.

image.png

Login, Register, and View Available Models

After logging in, you can view all available models by following the steps shown in the image below.

GroqCloud Model List: https://console.groq.com/playground

image.png

We especially recommend the whisper-large-v3 and whisper-large-v3-turbo models. These models can convert audio to subtitles, and the effect is basically the same as the official OpenAI models.

image.png

Other models are mainly used for text translation, such as llama-3.2-11b-text-preview and llama-3.2-90b-text-preview. It is recommended to choose models with larger parameters (such as 90b) as they usually perform better.

Get a Free API Key

Get API Key: https://console.groq.com/keys

As shown in the image below, create a new API key.

image.png

Connect to Video Translation Software

In the video translation software, find the speech recognition settings (usually in the menu bar) and select the OpenAI Speech Recognition API option.

Fill in the following information:

  • API URL: https://api.groq.com/openai/v1
  • API Key: The key you created in the previous step.
  • Available Models: whisper-large-v3, whisper-large-v3-turbo, distil-whisper-large-v3-en (It is recommended to use only the first two, which support multiple languages; the last one only supports English.)

image.png

Test

image.png

Using Other Models for Translation

Similarly, in the translation settings, select the OpenAI ChatGPT option, fill in https://api.groq.com/openai/v1 as the API address, enter your API key, and enter the name of the model you want to use in the text box. Do not select models with "vision" in the name, as these are visual models and may cause errors when used.

image.png

image.png

Troubleshooting: Connection Errors

If the following error message appears, please check that your VPN is working properly and that you have correctly set up a system proxy or global proxy.

image.png

For example, some VPN software can automatically configure system proxies.

image.png