mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-31 12:30:30 +08:00
2.6 KiB
2.6 KiB
ChatCompletion
Chat completion response
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
str | ✔️ | Unique completion identifier |
choices |
List[models.ChatCompletionChoice] | ✔️ | List of completion choices |
created |
float | ✔️ | Unix timestamp of creation |
model |
str | ✔️ | Model used for completion |
object |
models.ChatCompletionObject | ✔️ | N/A |
system_fingerprint |
OptionalNullable[str] | ➖ | System fingerprint |
usage |
Optional[models.CompletionUsage] | ➖ | Token usage statistics |