Responses
Create a grounded response (streaming)
POST/v1/responses
ModelsExpand Collapse
CollectedSourceSummary = object { author, favicon, image, 8 more }
CollectedSourceSummary = object { author, favicon, image, 8 more }
author: string
favicon: string
image: string
published_date: string
query_index: number
query_indices: array of number
result_index: number
score: number
title: string
url: string
providers: optional array of string
Provider names that returned this URL (admin-only).
Snippet = object { source_index, text, verified, num }
Snippet = object { source_index, text, verified, num }
source_index: number
text: string
The relevant passage extracted from the source.
verified: boolean
Whether the snippet text was verified as a substring of the source document.
num: optional number
Sequential number assigned to verified snippets (1-based). Unverified snippets have no num.