Perform a chat completion task through the Elastic Inference Service (EIS)
Added in 9.0.0
Perform a chat completion inference task with the elastic
service.
Path parameters
-
eis_inference_id
string Required The unique identifier of the inference endpoint.
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)
{}