mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
3.0 KiB
3.0 KiB
CompletionResponse
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
str | ✔️ | N/A |
object |
Literal["text_completion"] | ✔️ | N/A |
created |
float | ✔️ | N/A |
model |
str | ✔️ | N/A |
provider |
Optional[str] | ➖ | N/A |
system_fingerprint |
Optional[str] | ➖ | N/A |
choices |
List[components.CompletionChoice] | ✔️ | N/A |
usage |
Optional[components.CompletionUsage] | ➖ | N/A |