v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-2114136159.9 KB

Create Async Chat Completion

Submit an asynchronous chat completion request.

post/async/chat/completions

Request body

idempotency_keystring nullable

Response

Successful Response

idstring required
modelstring required
created_atinteger required
started_atinteger nullable
completed_atinteger nullable
failed_atinteger nullable
error_messagestring nullable
status'CREATED' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' required

Status enum for async processing.