mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
3.3 KiB
3.3 KiB
SendChatCompletionRequestResponseBody
Successful chat completion response
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
data |
components.ChatStreamChunk | ✔️ | Streaming chat completion chunk | { "choices": [ { "delta": { "content": "Hello", "role": "assistant" }, "finish_reason": null, "index": 0 } ], "created": 1677652288, "id": "chatcmpl-123", "model": "openai/gpt-4", "object": "chat.completion.chunk" } |