mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-01 12:40:23 +08:00
2.7 KiB
2.7 KiB
ChatCompletionChunkChoice
Streaming completion choice chunk
Fields
| Field | Type | Required | Description |
|---|---|---|---|
delta |
models.ChatCompletionChunkChoiceDelta | ✔️ | Delta changes in streaming response |
finish_reason |
Nullable[models.ChatCompletionChunkChoiceFinishReason] | ✔️ | N/A |
index |
float | ✔️ | N/A |
logprobs |
OptionalNullable[models.ChatCompletionTokenLogprobs] | ➖ | Log probabilities for the completion |