@squidcloud/client
    Preparing search index...

    Type Alias AiReasoningEffort

    AiReasoningEffort: CanonicalReasoningEffort | string & {}

    AI reasoning effort. Pass one of the canonical levels for portable, autocomplete-friendly usage, or a raw provider-native string when a model exposes a level outside the canonical set.

    Resolution against the selected model (see ReasoningCapability):

    • exact match with the model's capability -> used as-is (1:1);
    • canonical level the model lacks -> clamped to the nearest supported level (ties resolve downward);
    • unknown string the model cannot place on the axis -> dropped, so the model's own default applies, with a warning;
    • model without a reasoning knob -> ignored, with a warning.