Generates text responses based on incoming messages.
This endpoint generates relevant text responses based on the content of incoming messages.
post/v1/directllm/chat/completions
Request body
Example request
{
"messages": [
{
"name": "First message"
}
]
}Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.