ChatFormatTextConfig - TypeScript SDK

ChatFormatTextConfig type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Default text response format

Example Usage

1import { ChatFormatTextConfig } from "@openrouter/sdk/models";
2
3let value: ChatFormatTextConfig = {
4 type: "text",
5};

Fields

FieldTypeRequiredDescription
type”text”✔️N/A