This section documents the inline products data returned by the ChatGPT endpoint. Inline products are part of the ChatGPT response, so no separate API call is needed.Documentation Index
Fetch the complete documentation index at: https://docs.cloro.dev/llms.txt
Use this file to discover all available pages before exploring further.
Example request
Inline products are opt-in. Setinclude.shopping: true in your request to include them in the response.
inlineProducts array documented below.
Overview
Inline products are individual product references that appear embedded in ChatGPT’s response text. Unlike shopping cards which group multiple products together, inline products are stand-alone product mentions that can be displayed inline within the text, in comparison tables, or as featured recommendations. This feature supports OpenAI’s product discovery capabilities in ChatGPT.
Model availabilityInline products currently appear when ChatGPT uses the
gpt-5-3 model. ChatGPT automatically selects which model to use for each request, so inline products may not be present in all responses.include.shopping: true in your request to include them in the response.
Opt-in featureInline products extraction is disabled by default. You must explicitly set
include.shopping: true to extract inline products from ChatGPT responses. Enabling include.shopping adds +2 credits to the base cost.Inline product structure
Each inline product contains:| Field | Type | Description |
|---|---|---|
product | object | Complete product information (same structure as shopping cards) |
render_as | string | Rendering hint: “inline”, “hero”, or “block” |