OpenRouter TypeScript SDK - v1.0.6
    Preparing search index...

    Interface ReasoningConfig

    Configuration for reasoning tokens

    interface ReasoningConfig {
        effort?: "low" | "high" | "medium";
        max_tokens?: number;
    }
    Index

    Properties

    Properties

    effort?: "low" | "high" | "medium"
    max_tokens?: number