Skip to main content
POST
zlm-v1-followup-questions-edge: Responses
ZeroGPU’s follow-up question generator takes any piece of content — an article, an answer, a chat turn and returns a short set of natural questions a reader would actually ask next. Where a general-purpose model has to be coaxed into this with prompting, this one is purpose built: every output is a ready-to-render question, no parsing or cleanup. Small enough to run inline at the edge, it adds a “what to ask next” layer to any surface for a fraction of a cent per call. When you want to turn a dead end into the next click, this is the model.
References: Model docsTermsPrivacy

Authorizations

x-api-key
string
header
required

Headers

x-project-id
string

Optional project identifier. Scopes the request to a specific project when provided.

Body

application/json
model
string
default:zlm-v1-followup-questions-edge
required

Model identifier (fixed for this playground). Use request examples to change use cases.

Allowed value: "zlm-v1-followup-questions-edge"
Example:

"zlm-v1-followup-questions-edge"

input
string<textarea>
required

Multi-line text or document content to send to the model.

Required string length: 1 - 131072

Response

Success

The response is of type object.