@@ -53,9 +53,11 @@ class Pixverse(SimpleService): cost := self.TOKENS_COST[resolution] * duration ): raise InsufficientBalance(balance, cost) + thinking_types = {'авто': 'auto', 'выкл.': 'disabled', 'вкл.': 'enabled'} callback_data = { 'prompt': self.translate_prompt(input_message.content), 'quality': resolution, + 'thinking_type': thinking_types[input_message.info.pop('thinking_type', 'авто').lower()], **input_message.info, } if image := input_message.file: