> ## Documentation Index
> Fetch the complete documentation index at: https://reedai-07fa30f1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Groq Models

> Ultra-fast inference with Llama and other models on Groq's specialized hardware

Groq provides blazingly fast AI inference using custom LPU (Language Processing Unit) hardware, delivering the fastest response times available.

## Available models

<CardGroup cols={2}>
  <Card title="Llama 3 (via Groq)" icon="bolt">
    **Strengths**: Extreme speed, low latency

    Fastest inference available
  </Card>

  <Card title="Mixtral (via Groq)" icon="gauge-high">
    **Strengths**: Speed with capability

    Fast mixture-of-experts model
  </Card>
</CardGroup>

## Key features

* **Extreme speed**: Fastest inference in the industry
* **Low latency**: Sub-second response times
* **High throughput**: Process many requests quickly
* **Competitive quality**: Good model performance

## Best use cases

* Real-time applications
* Interactive chat experiences
* High-volume API processing
* Latency-sensitive applications
* Rapid prototyping

<Tip>
  Groq is ideal when speed is the primary concern. Use for real-time applications where immediate responses matter.
</Tip>

## Related models

<CardGroup cols={2}>
  <Card title="All models" icon="grid" href="/overview/models-and-providers">
    Browse all models
  </Card>

  <Card title="OpenAI" icon="brain" href="/providers/openai">
    GPT models for capability
  </Card>
</CardGroup>
