Hugging Face adds Groq inference support
Key point
Groq's LPU-based ultra-fast inference service is now directly available on the Hugging Face Hub.
Details
Groq has been added to the Hugging Face Hub as a new Inference Provider. This allows developers to run models using Groq's high-performance infrastructure within the Hugging Face ecosystem.
Groq's core technology, the LPU™ (Language Processing Unit), overcomes the limitations of traditional GPUs to deliver very low latency and high throughput for LLM inference. It currently supports a variety of the latest open source models, including Llama 4 and Qwen QWQ-32B.
Key Features and Usage:
- Web UI Integration: Users can register their Groq API key in their settings to call it directly, or route through Hugging Face and have costs billed to their HF account.
- SDK Support: Integration is simple, requiring only the addition of the
provider="groq"parameter in the Python (huggingface_hub) and JavaScript (@huggingface/inference) SDKs. - Flexible Billing: When using your own Groq API key, costs are billed directly by that provider; when using HF routing mode, billing is managed centrally through your Hugging Face account.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.