ART Framework API Docs
    Preparing search index...

    Class GroqAdapter

    Implements the ProviderAdapter interface for interacting with Groq's ultra-fast inference API using the official Groq SDK.

    Groq provides an OpenAI-compatible API, making this adapter similar in structure to the OpenAI adapter but optimized for Groq's specific features and models.

    Handles formatting requests, parsing responses, streaming, and tool use.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    providerName: "groq" = 'groq'

    The unique identifier name for this provider (e.g., 'openai', 'anthropic').

    Methods