Member Junction
    Preparing search index...
    interface AnthropicThinkingInput {
        budgetTokens?: number;
        effortLevel?: string;
        model: string;
    }
    Index

    Properties

    budgetTokens?: number

    The manual thinking budget the caller has already resolved for the BUDGET form, or undefined when the caller decided the budget form does not apply (no budget given, budget too small). Ignored for adaptive models, which have no budget.

    effortLevel?: string

    MJ effort level — numeric string 1-100, a named level, or absent.

    model: string

    Model id as sent to the API.