MessagesOutputConfigFormat
A schema to specify Claude’s output format in responses. See structured outputs.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { MessagesOutputConfigFormat } from "@openrouter/sdk/models";
let value: MessagesOutputConfigFormat = {
schema: {},
type: "json_schema",
};
| Field | Type | Required | Description |
|---|---|---|---|
schema | Record<string, any> | :heavy_check_mark: | N/A |
type | models.MessagesOutputConfigTypeJSONSchema | :heavy_check_mark: | N/A |