Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200 - application/json
Successfully created async chat completion job.
Unique identifier for the asynchronous job.
The model used for the request.
Unix timestamp of when the job was created.
The status of an asynchronous processing job.
Available options:
CREATED
, IN_PROGRESS
, COMPLETED
, FAILED
Unix timestamp of when processing started.
Unix timestamp of when processing completed.
The actual chat completion response, available when status is COMPLETED.
Unix timestamp of when processing failed.
Error message if the job failed.