Create chat completions with streaming response
Create a model response for the given chat conversation with streaming enabled.
gpt-4, gpt-4-turbo, gpt-4otrue for streaming responses.| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier for the completion chunk |
| object | string | Object type, always chat.completion.chunk |
| created | integer | Unix timestamp of when the chunk was created |
| model | string | The model used for completion |
| choices | array | List of completion choices with delta content |