File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
docs/inference-providers/providers Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments