Perform a chat completion task through the Elastic Inference Service (EIS) Added in 9.0.0

POST /_inference/chat_completion/{eis_inference_id}/_stream

Perform a chat completion inference task with the elastic service.

Path parameters

application/json

Body

object object

Responses

POST /_inference/chat_completion/{eis_inference_id}/_stream
curl \
 --request POST 'http://api.example.com/_inference/chat_completion/{eis_inference_id}/_stream' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json"
Request examples
{}
Response examples (200)
{}