Reka Research supports structured output, so you can define exactly how responses should be formatted. Use a JSON Schema to ensure responses are always parseable, typed, and ready for downstream use — no fragile post-processing required.
Structured outputs are useful for applications requiring predictable output, such as:
Structured output is supported via JSON Schema. Use the response_format field to specify your expected structure.
Define the fields and types your response must follow — the model will only return content that matches.
The schema must be a valid JSON Schema object.
We recommend using the OpenAI SDK helper to parse the agent’s output into your desired format.
What you get back