Files
openrouter-python-sdk-retry…/docs/components/chatresponse.md
T
2025-11-13 14:21:27 -05:00

3.3 KiB
Raw Blame History

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