Skip to content

Commit 1510ab7

Browse files
committed
update supported tasks
1 parent de73a91 commit 1510ab7

File tree

1 file changed

+20
-0
lines changed
  • docs/inference-providers/providers

1 file changed

+20
-0
lines changed

docs/inference-providers/providers/groq.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,23 @@ Groq is fast AI inference. Their groundbreaking Language Processing Unit (LPU) t
3737

3838
## Supported tasks
3939

40+
41+
### Chat Completion (LLM)
42+
43+
Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
44+
45+
<InferenceSnippet
46+
pipeline=text-generation
47+
providersMapping={ {"groq":{"modelId":"meta-llama/Llama-3.3-70B-Instruct","providerModelId":"llama-3.3-70b-versatile"} } }
48+
conversational />
49+
50+
51+
### Chat Completion (VLM)
52+
53+
Find out more about Chat Completion (VLM) [here](../tasks/chat-completion).
54+
55+
<InferenceSnippet
56+
pipeline=image-text-to-text
57+
providersMapping={ {"groq":{"modelId":"meta-llama/Llama-4-Scout-17B-16E-Instruct","providerModelId":"meta-llama/llama-4-scout-17b-16e-instruct"} } }
58+
conversational />
59+

0 commit comments

Comments
 (0)