Large Language Models

Groq

economy

Groq is an cost-effective large language models provider offering Chat Completion, Streaming Chat, Speech Synthesis and 3 more through Aweb's unified API. It features full streaming support with premium-tier latency.

Try GroqOfficial docs

Specifications

CategoryLarge Language Models
Auth Typeapi_key
Latency Tierpremium
Streamingfull
Pricing Tiereconomy
Reliabilitypremium
Qualitypremium
Base URLhttps://api.groq.com/openai/v1
SDK Package

Capabilities (6)

Chat Completionllm.chat
Score: 92
Streaming Chatllm.stream
Score: 95
Speech Synthesistts.synthesize
Score: 85
Speech Transcriptionstt.transcribe
Score: 88
Speech Transcriptionstt.transcribe
Score: 88
Fast LLM Inferencellm.fast-inference
Score: 99DEFAULT

Public discovery

Inspect Groq's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "groq")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'groq');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);

Related Large Language Models providers

Anthropic

premium tier

OpenAI

premium tier

Mistral AI

standard tier

Google Gemini

economy tier

Getting started →API reference →All capabilities →All providers →