Disable thinking for Gemini transcription to fix max_tokens truncation
Gemini 3 Flash applies a default thinking budget when none is specified,
consuming output tokens from the 16384 limit. Dense 5-minute audio segments
were hitting max_tokens with only ~2000 chars of transcript generated.
Setting thinking_budget=0 gives the full token budget to the JSON output.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>