NAiOS IconNAiOS Logo
Volver al catálogo

GroqCloud

groqcloud

GroqCloud provides high-performance AI inference services, enabling developers to deploy and manage AI models efficiently.

Acciones
5
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (5)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Create Audio TranslationGROQCLOUD_GROQ_CREATE_AUDIO_TRANSLATIONAcción

Tool to translate an audio file into English text. Use when you have a non-English recording and need an accurate English transcript. Use after confirming the file path.

Parámetros de entrada

  • modelstring

    Model ID for translation (e.g., 'whisper-large-v3'). whisper-large-v3-turbo may not support translations.

  • promptstring

    Optional prompt to guide the translation output.

  • file_pathstringObligatorio

    Path to the local audio file (mp3, wav, etc.) to translate. Alternatively, provide an http(s) URL or a data URL using Base64URL per Groq docs.

  • temperaturenumber

    Sampling temperature between 0.0 and 1.0 to control randomness.

  • response_formatstring

    Output format: 'json', 'verbose_json', or 'text'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Chat CompletionGROQCLOUD_GROQ_CREATE_CHAT_COMPLETIONAcción

Tool to generate a chat-based completion for a conversation. Use when you have a list of prior messages and need the model’s next reply.

Parámetros de entrada

  • ninteger

    Number of chat completion choices to generate (must be 1)

  • stopstring

    Up to 4 stop sequences where the model will stop generating further tokens

  • userstring

    Unique identifier for the end user for monitoring/abuse detection

  • modelstringObligatorio

    ID of the model to use

  • top_pnumber

    Nucleus sampling parameter (0 to 1)

  • streamboolean

    Whether to return a streaming response (SSE of token deltas)

  • messagesobject[]Obligatorio

    Ordered list of messages comprising the conversation

  • temperaturenumber

    Sampling temperature between 0 and 2

  • max_completion_tokensinteger

    Maximum number of tokens to generate in the completion

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve ModelGROQCLOUD_GROQ_RETRIEVE_MODELAcción

Tool to retrieve detailed information about a specific model. Use after listing models when you need metadata for a chosen model.

Parámetros de entrada

  • modelstringObligatorio

    Identifier of the model to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ModelsGROQCLOUD_LIST_MODELSAcción

Tool to list all available models. Use when you need to fetch supported models and their metadata.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    List of model objects available

  • errorstring

    Error if any occurred during the execution of the action

  • objectstringObligatorio

    Value is always 'list'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List TTS VoicesGROQCLOUD_LIST_VOICESAcción

Tool to retrieve available TTS voices for Groq PlayAI models. Use when you need to discover voice options before calling text-to-speech. Note: static list maintained manually; no live endpoint exists.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not