Skip to content

Commit de73a91

Browse files
committed
Add Groq to provider docs
1 parent 6c422ab commit de73a91

File tree

5 files changed

+63
-0
lines changed

5 files changed

+63
-0
lines changed

docs/inference-providers/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
title: Fal AI
2222
- local: providers/fireworks-ai
2323
title: Fireworks
24+
- local: providers/groq
25+
title: Groq
2426
- local: providers/hyperbolic
2527
title: Hyperbolic
2628
- local: providers/hf-inference

docs/inference-providers/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Here is the complete list of partners integrated with Inference Providers, and t
1919
| [Cohere](./providers/cohere) ||| | | |
2020
| [Fal AI](./providers/fal-ai) | | | |||
2121
| [Fireworks](./providers/fireworks-ai) ||| | | |
22+
| [Groq](./providers/groq) || | | | |
2223
| [HF Inference](./providers/hf-inference) ||||| |
2324
| [Hyperbolic](./providers/hyperbolic) ||| | | |
2425
| [Nebius](./providers/nebius) ||||| |
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!---
2+
WARNING
3+
4+
This markdown file has been generated from a script. Please do not edit it directly.
5+
6+
### Template
7+
8+
If you want to update the content related to groq's description, please edit the template file under `https://github.com/huggingface/hub-docs/tree/main/scripts/inference-providers/templates/providers/groq.handlebars`.
9+
10+
### Logos
11+
12+
If you want to update groq's logo, upload a file by opening a PR on https://huggingface.co/datasets/huggingface/documentation-images/tree/main/inference-providers/logos. Ping @wauplin and @celinah on the PR to let them know you uploaded a new logo.
13+
Logos must be in .png format and be named `groq-light.png` and `groq-dark.png`. Visit https://huggingface.co/settings/theme to switch between light and dark mode and check that the logos are displayed correctly.
14+
15+
### Generation script
16+
17+
For more details, check out the `generate.ts` script: https://github.com/huggingface/hub-docs/blob/main/scripts/inference-providers/scripts/generate.ts.
18+
--->
19+
20+
# Groq
21+
22+
<div class="flex justify-center">
23+
<a href="https://groq.com/" target="_blank">
24+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/groq-light.png"/>
25+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/groq-dark.png"/>
26+
</a>
27+
</div>
28+
29+
<div class="flex">
30+
<a href="https://huggingface.co/groq" target="_blank">
31+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg.svg"/>
32+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg-dark.svg"/>
33+
</a>
34+
</div>
35+
36+
Groq is fast AI inference. Their groundbreaking Language Processing Unit (LPU) technology delivers industry-leading speed and performance for large language models, achieving much faster performance than traditional GPU-based solutions. With custom chips specifically designed for AI inference workloads and a deterministic, software-first approach, Groq eliminates the bottlenecks of conventional hardware to enable real-time AI applications with predictable latency and exceptional throughput for developers building the next generation of AI-powered solutions.
37+
38+
## Supported tasks
39+

scripts/inference-providers/scripts/generate.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const PROVIDERS_HUB_ORGS: Record<string, string> = {
3737
cohere: "CohereLabs",
3838
"fal-ai": "fal",
3939
"fireworks-ai": "fireworks-ai",
40+
groq: "groq",
4041
"hf-inference": "hf-inference",
4142
hyperbolic: "Hyperbolic",
4243
nebius: "nebius",
@@ -52,6 +53,7 @@ const PROVIDERS_URLS: Record<string, string> = {
5253
cohere: "https://cohere.com/",
5354
"fal-ai": "https://fal.ai/",
5455
"fireworks-ai": "https://fireworks.ai/",
56+
groq: "https://groq.com/",
5557
"hf-inference": "https://huggingface.co/",
5658
hyperbolic: "https://hyperbolic.xyz/",
5759
nebius: "https://nebius.com/",
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Groq
2+
3+
{{{logoSection}}}
4+
5+
{{{followUsSection}}}
6+
7+
Groq is fast AI inference. Their groundbreaking LPU technology delivers record-setting performance and efficiency for GenAI models. With custom chips specifically designed for AI inference workloads and a deterministic, software-first approach, Groq eliminates the bottlenecks of conventional hardware to enable real-time AI applications with predictable latency and exceptional throughput so developers can build fast.
8+
9+
For latest pricing, visit our [pricing page](https://groq.com/pricing/).
10+
11+
## Resources
12+
- **Website**: https://groq.com/
13+
- **Documentation**: https://console.groq.com/docs
14+
- **Community Forum**: https://community.groq.com/
15+
- **X**: [@GroqInc](https://x.com/GroqInc)
16+
- **LinkedIn**: [Groq](https://www.linkedin.com/company/groq/)
17+
- **YouTube**: [Groq](https://www.youtube.com/@GroqInc)
18+
19+
{{{tasksSection}}}

0 commit comments

Comments
 (0)