Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
JSON object response format

Example Usage

import { ResponsesFormatJSONObject } from "@openrouter/sdk/models";

let value: ResponsesFormatJSONObject = {
  type: "json_object",
};

Fields

FieldTypeRequiredDescription
type”json_object”:heavy_check_mark:N/A