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

Example Usage

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

let value: ChatFormatPythonConfig = {
  type: "python",
};

Fields

FieldTypeRequiredDescription
type”python”:heavy_check_mark:N/A