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

Example Usage

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

let value: ChatFormatTextConfig = {
  type: "text",
};

Fields

FieldTypeRequiredDescription
type”text”:heavy_check_mark:N/A