How much effort the model should put into its response. Higher effort levels may result in more thorough analysis but take longer. Valid values are low, medium, high, xhigh, or max.
from openrouter.components import MessagesOutputConfigEffort# Open enum: unrecognized values are captured as UnrecognizedStrvalue: MessagesOutputConfigEffort = "low"