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
ChatResponse
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
str | ✔️ | N/A |
choices |
List[components.ChatResponseChoice] | ✔️ | N/A |
created |
float | ✔️ | N/A |
model |
str | ✔️ | N/A |
object |
Literal["chat.completion"] | ✔️ | N/A |
system_fingerprint |
OptionalNullable[str] | ➖ | N/A |
usage |
Optional[components.ChatGenerationTokenUsage] | ➖ | N/A |