Skip to main content
Released: July 28, 2026 The /answer endpoint now takes a model parameter that selects the answer tier. It defaults to seltz-base (one grounding search on your query as written, then a direct answer); seltz-pro runs agentic RAG over that same single grounding search — the model reads your request and issues the search query itself, then answers from the results.

Highlights

  • New model parameterseltz-base (default) or seltz-pro
  • Same response shape — Only the answering strategy changes; citations work exactly as before
  • Safe default — An omitted or unrecognized model falls back to seltz-base, no error
  • Available everywhere — Python SDK 1.6.0, TypeScript SDK 2.4.0, and REST POST /v1/answer

Quick Start

Get Started

View the answer endpoint documentation