aiendpoint.dev
ServicesGroq

Groq

community

Ultra-fast AI inference platform using custom LPU hardware. OpenAI-compatible API for LLM inference.

Visit site ↗

This is a community-generated spec

This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.

https://groq.comapikeyaiconfidence: 87/1000 discoveries1 contributors
POSThttps://api.groq.com/openai/v1/chat/completions

Generate text with fast inference

Parameters

modelllama-3.3-70b-versatile|mixtral-8x7b-32768|gemma2-9b-it (stringrequired
streamstream response (booleanoptional
messagesconversation array (arrayrequired
max_tokensmax response tokens (integeroptional
temperature0-2 (numberoptional

Returns

choices[] with message.content, usage with prompt_tokens, completion_tokens, queue_time, prompt_time, completion_time
GEThttps://api.groq.com/openai/v1/models

List available models

Returns

data[] with id, object, created, owned_by, active, context_window
POSThttps://api.groq.com/openai/v1/audio/transcriptions

Transcribe audio

Parameters

fileaudio file (filerequired
modelwhisper-large-v3-turbo|distil-whisper-large-v3-en (stringrequired
languageISO language code (stringoptional

Returns

text (transcribed text)