For the complete documentation index, see llms.txt. This page is also available as Markdown.

Chat Result

Retrieve the status/result of an async chat inference request.

post

Retrieve an asynchronous chat task status or final result.

Authorizations
authorizationstringRequired
Body
idstringRequiredPattern: ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$
Responses
200

Standard OpenAI chat completion response containing the generated message and metadata.

application/json

Standard OpenAI chat completion response containing the generated message and metadata.

idstringOptional
statusstring · enumRequiredPossible values:
creatednumberRequired
finishednumberOptional
modelstringRequired
service_tierstringOptional
post/async/chat/result

Last updated