# GPT\_TRANSLATE formula

## Translate cells with =GPT\_TRANSLATE

You can translate your Google Sheets cells with GPT for Sheets

**`=GPT_TRANSLATE(language, value, temperature, model, cache)`**

<table><thead><tr><th width="164">Parameter</th><th width="409">Description</th><th>Default</th></tr></thead><tbody><tr><td><code>language</code></td><td><p>the language you want to translate the text into (ex: "french")</p><p><strong>required</strong></p></td><td>""</td></tr><tr><td><code>value</code></td><td>The cell you are referring to in your prompt (ex: A1)</td><td>null</td></tr><tr><td><code>temperature</code></td><td>Between 0 (not creative) and 2 (very creative)</td><td>0</td></tr><tr><td><code>model</code></td><td><code>standard</code> or <code>advanced</code> (gpt-4o-mini or gpt-4o)</td><td><code>standard</code></td></tr><tr><td><code>bypassCache</code></td><td>Bypass the cache and query openai again. The results will be differents than before.</td><td>false</td></tr></tbody></table>
