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

Example Usage

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

let value: ToolChoiceNone = {
  type: "none",
};

Fields

FieldTypeRequiredDescription
type”none”:heavy_check_mark:N/A