Create Response

Create a response. This will generate an LLM or agentic response. At this time the only supported model is deep-search. Responses may be streamed or returned synchronously. The retrieve tool is currently the only supported tool, more tools will be added in the future. A single partition may be provided in the retrieve tool. If omitted the default partition is used.

Body Params
string
required

The text used to generate the response. Generally a question or a query.

The instructions inserted in the prompt. For this agent, the instructions are injected during search related steps.

tools
array of objects
Defaults to [object Object]

The tools available to the agent. Currently the only tool is retrieve. The default partition is used by default unless an other partition is specified.

Tools
const
enum
Defaults to deep-search

The model to use for the agent. Currently the only model is deep-search.

Allowed:
reasoning
object
Defaults to [object Object]

The reasoning to use for the agent. The default effort level is medium.

boolean
Defaults to false

Whether to stream the response

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json