Skip to main content
POST
solver. Required scope: write

Request body

object
string
Model identifier. Selects the NSR v2 mode when it matches nsr-v2-fast, nsr-v2-accurate, or nsr-v2-safe.
object[]
required
Conversation messages in OpenAI format.
object[]
Tool/function definitions. Used to filter which tool_calls are returned.
string
Tool selection mode (auto, none, required) or a specific function as {'type': 'function', 'function': {'name': …}}.
number
Sampling temperature. Accepted for compatibility, ignored by NSR v2.
integer
Maximum tokens for the response. Accepted for compatibility.
object
Deterministic structured output contract layered on top of the recursive answer.
string
Optional caller-supplied session identifier forwarded to the recursive solver.
string
Optional explicit root goal for the recursive solver.
string
Optional target hint for the recursive solver.
object[]
Request-scoped facts injected into the recursive working set.
object[]
Request-scoped rules injected into the recursive working set.
object[]
Request-scoped planner overrides for explicit recursive decompositions.
boolean
When false, skip org knowledge-base hydration.
object
Optional per-request hydration limits for the org context.
integer
Optional recursion depth override.
integer
Optional iteration budget override.
number
Optional confidence threshold override.
boolean
When true, emit OpenAI-style SSE chunks.
object
Optional stream controls.
integer
Accepted for compatibility. NSR always returns a single choice.
boolean
When true, include the full recursive v2 payload under x_nsr.
string
Internal surface label forwarded to the recursive solver for metering.

Response

object
string
required
string
required
integer
required
Unix timestamp (seconds).
string
required
object[]
required
object
required
string
required
Stable fingerprint of the backend configuration that served this request. Lets clients detect backend changes.
object
Full recursive NSR payload. Present only when include_nsr_metadata is true.

Status codes

Last modified on August 31, 2026