Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.17 KB

File metadata and controls

12 lines (8 loc) · 1.17 KB

ResponseMetadata

Metadata about the response (e.g., latency, token count).

Fields

Field Type Required Description
latency_ms Optional[int] Time taken to generate the response in milliseconds.
token_count Optional[int] Number of tokens in the response.
model_used Optional[str] The specific model version used.