Checks if the given text is harmful customApiKey is the API key to use for the check, defaults to the Groq instance API key
Returns whether the text is harmful, the harmful category and the rate limit information
Example:
Returns a new chat instance with the given model id modelId is the model id to use for the chat settings are the chat settings, defaults to GroqChatSettings.defaults() customApiKey is the API key to use for the chat, defaults to the Groq instance API key
Example:
Transcribes the audio file at the given audioFileUrl, max 25Mb
It uses the model with the given modelId customApiKey is the API key to use for the transcription, defaults to the Groq instance API key
Returns the transcribed audio response, the usage of the groq resources and the rate limit information
Example:
Translates the audio file at the given audioFileUrl to ENGLISH, max 25Mb
It uses the model with the given modelId customApiKey is the API key to use for the translation, defaults to the Groq instance API key temperature is the randomness of the translation, defaults to 0.5
Returns the translated audio response, the usage of the groq resources and the rate limit information
Example: