Deepgram Text-Read
POST
https://api.slng.ai
/v1/llm/deepgram/text-read
Deepgram Text Intelligence API for text processing and understanding
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE
.
Request Body
messages
object[] · requiredMessages for chat completion
model
stringModel identifier
temperature
numberSampling temperature
max_tokens
integerMaximum tokens to generate
Responses
Chat completion response
choices
object[]usage
object