Skip to main content
Released: August 6, 2026 The /answer endpoint now takes a response_format parameter — the same OpenAI-style object /v1/chat/completions accepts. Under a JSON mode, the answer field carries a JSON string conforming to your schema instead of Markdown prose, and citations are returned exactly as before.

Highlights

  • New response_format parameter{"type": "json_object"} or {"type": "json_schema", ...}
  • Citations survive — Inline citations no longer appear in the answer text, but citations[] is still populated
  • Fails fast — A malformed response_format is rejected with a 400 and not billed
  • Every tier — Works on seltz-base and seltz-pro, buffered and streaming
  • Available everywhere — Python SDK 1.7.0, TypeScript SDK 2.5.0, and REST POST /v1/answer

Quick Start

Get Started

View the answer endpoint documentation