# groq OpenAPI overview

> Below is an overview of the groq openapi in simple language. This API contains 3 endpoints.

For more detailed information of an endpoint, visit https://oapis.org/summary/groq/[idOrRoute]

OpenAI API v2.0.0 - https://api.groq.com
The OpenAI REST API. Please see https://platform.openai.com/docs/api-reference for more details.

## Audio

Learn how to turn audio into text or text into audio.

- [createTranscription](https://oapis.org/openapi/groq/createTranscription): POST https://api.groq.com/audio/transcriptions - Transcribes audio into the input language.
- [createTranslation](https://oapis.org/openapi/groq/createTranslation): POST https://api.groq.com/audio/translations - Translates audio into English.

## Chat

Given a list of messages comprising a conversation, the model will return a response.

- [createChatCompletion](https://oapis.org/openapi/groq/createChatCompletion): POST https://api.groq.com/chat/completions - Creates a model response for the given chat conversation.
