POST /v1/chat/completions endpoint. Point an unmodified OpenAI SDK at Seltz — swap the base_url and API key — and every completion is grounded in live news search, returned with a list of source citations.
Preview. Grounded in news search today — best for current-events questions like “Who is going to be Apple’s next CEO?”. Broader web coverage is on the way.
Highlights
- Drop-in OpenAI compatibility — Set
base_urltohttps://api.seltz.ai/v1and use your Seltz key; no code changes - Web-grounded answers — Every completion is grounded in live web search, with a top-level
citations[]list - Streaming —
stream: trueemitschat.completion.chunkSSE frames terminated bydata: [DONE] - Structured outputs —
response_formatsupportsjson_objectand strictjson_schema, and the SDK’s.parse()round-trips include_contentextension — Opt in to receive each cited source’s full text
Read the Docs
View the Chat Completions documentation